Commit Graph

2465 Commits

Author SHA1 Message Date
Denis Gukov
9d7afb339a feat(ui): create runner from web 2024-09-28 19:05:26 +05:00
Denis Gukov
611c0efbbe Merge branch 'develop' into runners_ui 2024-09-28 16:38:24 +05:00
Denis Gukov
8f25e35b89 ci: add codacy config file and exclude dredd tests 2024-09-28 16:30:39 +05:00
Denis Gukov
187c20fdc0 ci: add codacy config file and exclude dredd tests 2024-09-28 16:29:45 +05:00
Denis Gukov
c7177fac63 chore(be): sql query 2024-09-28 16:03:21 +05:00
Denis Gukov
061806e332 fix(be): As of Go 1.21, toolchain versions must use the 1.N.P syntax 2024-09-28 15:53:10 +05:00
Denis Gukov
619dd5a8e8 Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-09-28 15:51:28 +05:00
Denis Gukov
35c1e2529f chore(be): code clean 2024-09-28 15:51:15 +05:00
Denis Gukov
970d476fcd
Update README.md 2024-09-28 09:36:15 +05:00
Denis Gukov
2b652feb1b
Update README.md 2024-09-28 09:34:53 +05:00
Denis Gukov
dd064a233b
Update README.md 2024-09-28 09:19:44 +05:00
Denis Gukov
66cd8af26f
Update README.md 2024-09-28 07:36:33 +05:00
Denis Gukov
7b1a912379
Update README.md 2024-09-28 04:16:58 +05:00
Denis Gukov
c49ecb55cf
Update README.md 2024-09-28 04:15:27 +05:00
Denis Gukov
0d706c399f
Update README.md 2024-09-28 04:14:15 +05:00
Denis Gukov
50b86174e9
Update README.md 2024-09-28 03:20:13 +05:00
Denis Gukov
47b2a62289
Update README.md 2024-09-28 03:16:14 +05:00
Denis Gukov
6e658ea7fe
Update README.md 2024-09-28 03:14:47 +05:00
Denis Gukov
b25199aa95
Update README.md 2024-09-28 03:14:19 +05:00
Denis Gukov
ae3f878276
Merge pull request #2363 from shaxiaozz/shaxiaozz-feat-dingtalk-alert
feat: Add dingtalk webhook notification medium
2024-09-28 00:42:25 +05:00
Denis Gukov
41b682ff38 chore(be): remove asking DingTalk settings in setup 2024-09-27 23:52:41 +05:00
Denis Gukov
3056640b41 Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-09-27 01:44:48 +05:00
Denis Gukov
1439dd3ae2 refactor(be): rename local variable 2024-09-27 01:44:18 +05:00
Denis Gukov
dc8dac17a8
Update README.md 2024-09-27 01:34:19 +05:00
Denis Gukov
a63b409050
Update CODE_OF_CONDUCT.md 2024-09-26 23:39:36 +05:00
Denis Gukov
6c03c6b91e
Update README.md 2024-09-26 23:37:47 +05:00
Denis Gukov
d730176e50
Update README.md 2024-09-26 23:35:45 +05:00
Denis Gukov
b3e6d5e735
Update README.md 2024-09-26 23:34:25 +05:00
Denis Gukov
9b6492151d
Update README.md 2024-09-26 23:33:33 +05:00
Denis Gukov
34ec4d14dd
Update README.md 2024-09-26 23:32:19 +05:00
Denis Gukov
dc565f3508 feat(be): api/runners -> internal/runners 2024-09-26 17:52:31 +05:00
Denis Gukov
9817b345e6 fix(be): add migration 2024-09-26 16:03:27 +05:00
Denis Gukov
492152f94a feat(be): runner api 2024-09-26 15:54:03 +05:00
shaxiao
8335649a81 feat: Add dingtalk webhook notification medium 2024-09-26 14:28:51 +08:00
Denis Gukov
02631b2643 feat(cli): add flag --no-config to do not read config file. All options can be read from env vars 2024-09-26 00:28:22 +05:00
Denis Gukov
43c2187433 docs(runners): describe one-off runner 2024-09-26 00:16:20 +05:00
Denis Gukov
3595ad4943 feat(be): add runners GET endpoint 2024-09-25 23:43:55 +05:00
Denis Gukov
47aee9aad4 feat(ui): add runners page 2024-09-25 23:26:37 +05:00
Denis Gukov
ba778ababe feat: add env var for build version 2024-09-24 20:58:51 +05:00
Denis Gukov
eb067eb1ea Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-09-24 20:11:13 +05:00
Denis Gukov
f2db1f32c8 feat(ui): use autocoplete for users 2024-09-24 20:11:01 +05:00
Denis Gukov
f5404b17b0
Update README.md 2024-09-13 17:34:26 +05:00
Denis Gukov
53f125a45c
Merge pull request #2284 from gaoyue1989/develop
add Inventory ID  when creating tasks
2024-08-22 09:00:18 +05:00
Denis Gukov
71a7ebe19e
Update README.md 2024-08-21 16:29:32 +05:00
warlocgao
84c473482c add tests
TestPopulateDetailsInventory is testing the Inventory id in task
TestPopulateDetailsInventory1 is testing the  Inventory id in task  is nil
2024-08-21 10:08:34 +08:00
warlocgao
73e83944b3 add task InventoryID is null use Template.InventoryID 2024-08-20 10:23:09 +08:00
Denis Gukov
c285829582
Merge pull request #2288 from ShaneMcC/fix-bash-vars
Fix passing arguments and variables to shell apps.
2024-08-19 12:47:09 +05:00
Shane Mc Cormack
c7191b01e2 fix(apps): Fix passing arguments and variables to shell apps. 2024-08-16 17:42:02 +01:00
moonpanda
078034d9ed
add Inventory ID when creating tasks 2024-08-15 15:43:09 +08:00
Denis Gukov
cde8515fb1 Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop 2024-08-10 21:22:33 +05:00