Semaphore/db
2024-07-07 23:53:32 +05:00
..
bolt fix: getting options from boltdb 2024-07-07 23:08:23 +05:00
factory refactor(config): add field dialect 2021-08-28 22:03:34 +05:00
sql fix: getting options from boltdb 2024-07-07 23:08:23 +05:00
AccessKey_test.go fix(be): bug with deserializing secrets 2022-02-06 17:17:28 +05:00
AccessKey.go feat(be): add user id for access key 2024-07-03 12:10:48 +05:00
APIToken.go refactor(be): return models to db package 2020-12-05 14:13:43 +05:00
BackupEntity.go feat(api): backup 2024-02-07 22:19:22 +01:00
config_test.go feat: load options from db 2024-07-07 22:12:21 +05:00
config.go fix(options): converting to go types 2024-07-07 23:53:32 +05:00
Environment.go refactor(secrets): move secrets to environment entity 2024-07-02 23:45:59 +05:00
Event.go refactor: rename func param 2024-03-06 15:51:59 +01:00
Integration.go feat: add column task_params to integrations table 2024-07-03 13:46:24 +05:00
Inventory.go fix(be): deserialize secret of inventory 2024-06-21 23:46:35 +05:00
Migration.go refactor(secrets): move secrets to environment entity 2024-07-02 23:45:59 +05:00
Option.go feat: implement options for boltdb 2024-03-10 18:55:42 +01:00
Project.go feat: add project type 2024-03-07 19:50:48 +01:00
ProjectUser_test.go test: check role permissions 2023-08-26 18:48:16 +02:00
ProjectUser.go feat: admin can all 2023-09-17 16:15:44 +02:00
Repository_test.go feat(be): support git file:// protocol and local repo 2022-03-30 20:31:00 +05:00
Repository.go fix(be): omitted one letter in repositry (https://github.com/semaphoreui/semaphore/issues/2168) 2024-07-05 00:33:38 +05:00
Runner.go fix(runners): return webhook name 2024-02-12 01:32:00 +05:00
Schedule.go refactor(schedule): replace disabled field to active 2024-07-01 00:57:03 +05:00
Session.go refactor(be): return models to db package 2020-12-05 14:13:43 +05:00
Store_test.go test: fix test 2024-05-20 14:07:28 +02:00
Store.go fix: getting options from boltdb 2024-07-07 23:08:23 +05:00
Task.go feat: add column schedule_id to task model 2024-07-03 13:56:52 +05:00
Template.go fix: getting options from boltdb 2024-07-07 23:08:23 +05:00
User.go refactor(be): add struct UserWithProjectRole 2023-07-08 12:41:57 +02:00
View.go feat(be): data validation 2021-11-03 00:30:45 +05:00