Semaphore/db/bolt
2024-09-29 14:57:02 +05:00
..
access_key.go feat(secrets): implement secret getting for boltdb 2024-07-02 22:26:59 +05:00
BoltDb_test.go feat: allow null for template's inventory (#1953) 2024-04-19 21:47:08 +05:00
BoltDb.go chore(be): code clean 2024-09-28 15:51:15 +05:00
environment.go feat(secrets): implement secret getting for boltdb 2024-07-02 22:26:59 +05:00
event.go fix(be): return empty array instead of nil for BoltDB 2022-11-09 23:00:35 +05:00
integrations.go fix(integrations): use correct type 2024-06-30 22:50:46 +05:00
inventory.go
migration_2_8_28_test.go
migration_2_8_28.go
migration_2_8_40_test.go
migration_2_8_40.go
migration_2_8_91_test.go fix(be): migration for bolt 2023-07-09 11:35:52 +02:00
migration_2_8_91.go feat(ui): add roles to UI 2023-07-22 22:48:10 +02:00
migration_2_10_12_test.go refactor(schedule): replace disabled field to active 2024-07-01 00:57:03 +05:00
migration_2_10_12.go refactor(schedule): replace disabled field to active 2024-07-01 00:57:03 +05:00
migration_2_10_16_test.go feat(apps): add migration '' -> 'ansible' 2024-07-10 00:26:12 +05:00
migration_2_10_16.go feat(apps): add migration '' -> 'ansible' 2024-07-10 00:26:12 +05:00
migration.go feat(apps): add migration '' -> 'ansible' 2024-07-10 00:26:12 +05:00
option_test.go feat(be): implement options for boltdb 2024-03-10 19:00:15 +01:00
option.go feat(apps): delete apps 2024-07-09 15:37:47 +05:00
project_test.go feat(be): add migration project__user.admin -> project_user.role 2023-07-07 23:16:43 +02:00
project.go feat: admin can all 2023-09-17 16:15:44 +02:00
repository.go
runner.go refactor(runners): runner <-> server comminication protocol 2024-09-29 14:57:02 +05:00
schedule.go feat(schedule): update form and table 2024-07-01 02:12:49 +05:00
session.go
Task_test.go feat(be): cleaning tasks 2024-06-30 12:48:36 +05:00
task.go feat(db): revert template tasks requsting 2024-07-20 00:44:56 +05:00
template.go fix(tasks): fill tasks for sql 2024-07-20 15:43:14 +05:00
user_test.go feat(be): add migration project__user.admin -> project_user.role 2023-07-07 23:16:43 +02:00
user.go feat(be): add method GetUserCount 2024-04-25 16:28:28 +05:00
view_test.go
view.go