Semaphore/db/bolt
2022-01-30 22:43:15 +05:00
..
migrations fix(be): boltdb migration 2022-01-29 14:00:21 +05:00
access_key.go feat(be): change error message for access key decryption 2021-09-10 03:41:36 +05:00
BoltDb_test.go fix(be): pass linter 2022-01-25 01:28:00 +05:00
BoltDb.go fix(be): bug with token creation for BoltDB implementation https://github.com/ansible-semaphore/semaphore/issues/828 2022-01-25 01:14:30 +05:00
environment.go feat(be): data validation 2021-11-03 00:30:45 +05:00
event.go test(be): test for bolt migration 2022-01-23 19:01:11 +05:00
inventory.go feat(be): views implementation for bolt 2021-10-27 16:43:04 +05:00
Migration_2_8_28_test.go fix(be): boltdb migration 2022-01-29 14:00:21 +05:00
migration.go style(be): rename go-migration 2022-01-23 21:47:31 +05:00
project_test.go test(be): fix tests after migration refactoring 2022-01-23 18:21:27 +05:00
project.go style(be): linter 2021-06-25 00:58:39 +05:00
repository.go feat(be): add git_branch to database and add repository validation 2022-01-22 13:16:23 +05:00
schedule.go feat(be): cron task with condition 2022-01-30 22:43:15 +05:00
session.go fix(be): bug with token creation for BoltDB implementation https://github.com/ansible-semaphore/semaphore/issues/828 2022-01-25 01:14:30 +05:00
Task_test.go test(be): fix tests after migration refactoring 2022-01-23 18:21:27 +05:00
task.go fix(be): remove recursive call in BoltDB method 2022-01-29 14:14:42 +05:00
template.go fix(be): remove recursive call in BoltDB method 2022-01-29 14:14:42 +05:00
user_test.go test(be): fix tests after migration refactoring 2022-01-23 18:21:27 +05:00
user.go feat: REMOVE PLACEHOLDER USER FUNCTIONALITY 2022-01-19 02:26:48 +05:00
view_test.go test(be): fix tests after migration refactoring 2022-01-23 18:21:27 +05:00
view.go feat(be): triggering autorun tasks 2022-01-20 00:35:59 +05:00