Denis Gukov
|
749291a690
|
feat(be): pass ansible_user/password to ansible-playbook via file
|
2021-09-12 03:18:26 +05:00 |
|
Denis Gukov
|
b771068369
|
feat(be): ignore known hosts file
|
2021-09-11 02:54:35 +05:00 |
|
Denis Gukov
|
2c9bc5ba0f
|
fix(be): add \n to end of private key
|
2021-09-10 23:48:23 +05:00 |
|
Denis Gukov
|
f207aa6bff
|
feat(be): change error message for access key decryption
|
2021-09-10 03:41:36 +05:00 |
|
Denis Gukov
|
554e797e24
|
fix(be): use correct config field for access key encryption
|
2021-09-10 02:31:06 +05:00 |
|
Denis Gukov
|
1d72c32994
|
fix(be): delete schedule
|
2021-09-09 23:56:15 +05:00 |
|
Denis Gukov
|
7ca8da12f3
|
fix(be): store template description to database for sql
|
2021-09-09 21:50:02 +05:00 |
|
Denis Gukov
|
8ed87ab46b
|
fix(fe): empty cron for new template
|
2021-09-07 13:49:24 +05:00 |
|
Denis Gukov
|
9451c3791e
|
fix(fe): do not check empty cron format
|
2021-09-07 13:42:06 +05:00 |
|
Denis Gukov
|
28cea3543e
|
fix(fe): validate cron format before send save request
|
2021-09-06 21:36:25 +05:00 |
|
Denis Gukov
|
c236737473
|
fix(fe): error message for invalid cron format
|
2021-09-06 21:15:37 +05:00 |
|
Denis Gukov
|
813eae8fa3
|
refactor(be): refreshing schedule pool after schedule updated
|
2021-09-06 20:45:43 +05:00 |
|
Denis Gukov
|
032f46f7b0
|
test(be): add test for schedule
|
2021-09-06 19:26:35 +05:00 |
|
Denis Gukov
|
efc44277ee
|
feat(fe): implement schedule for template
|
2021-09-06 19:12:57 +05:00 |
|
Denis Gukov
|
ebbea98248
|
fix(be): schedule migration
|
2021-09-06 17:55:26 +05:00 |
|
Denis Gukov
|
0b5998274d
|
refactor(be): remove schedule global variable
|
2021-09-06 17:01:38 +05:00 |
|
Denis Gukov
|
71a4a1ebae
|
feat(be): implement schedules for Bolt
|
2021-09-06 16:18:07 +05:00 |
|
Denis Gukov
|
6eeb6706d4
|
feat: add schedule functionality
|
2021-09-06 16:05:10 +05:00 |
|
Denis Gukov
|
b77ffbfab8
|
style(be): var name
|
2021-09-05 14:44:41 +05:00 |
|
Denis Gukov
|
0b59fc5d98
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-09-04 11:39:30 +05:00 |
|
Denis Gukov
|
54a35c61d4
|
fix: access key validation
|
2021-09-04 11:39:16 +05:00 |
|
Denis Gukov
|
002580af42
|
Merge pull request #712 from POPSuL/f/misc
Improved password change form & fixed typo
|
2021-09-02 02:54:27 +05:00 |
|
Denis Gukov
|
ecf8331e57
|
fix(style): pass linter
|
2021-09-02 02:22:31 +05:00 |
|
Denis Gukov
|
efe6c02793
|
feat: support vault pass file and ansible user login / password in inventory
|
2021-09-02 02:14:32 +05:00 |
|
Denis Gukov
|
e998f8a204
|
test(dredd): remove vault_pass_id from docs
|
2021-09-02 00:41:24 +05:00 |
|
Denis Gukov
|
a6f266bcb7
|
feat(be): add inventory become credentials and template vault password to database
|
2021-09-02 00:17:28 +05:00 |
|
Denis Gukov
|
3e223e2359
|
fix(be): don't return error when tring install non-ssh key
|
2021-09-01 23:11:24 +05:00 |
|
Denis Gukov
|
b950dacd73
|
test(dredd): fix api docs and return key secret validation
|
2021-09-01 22:56:44 +05:00 |
|
Denis Gukov
|
0aa20225ed
|
fix(test): dredd tests
|
2021-09-01 22:41:54 +05:00 |
|
Denis Gukov
|
6194fb6036
|
refactor(be): use method instead of string statement
|
2021-09-01 21:18:49 +05:00 |
|
Denis Gukov
|
53e15d7bb2
|
fix(be): requirements path
|
2021-09-01 21:14:52 +05:00 |
|
Denis Gukov
|
aa6cb856b7
|
feat: add password file for Access Key
|
2021-09-01 19:38:28 +05:00 |
|
Viktor Suprun
|
c319d1fc33
|
Improved password change form & fixed typo
|
2021-09-01 09:13:04 +11:00 |
|
Denis Gukov
|
19ea0f9370
|
chore(fe): placeholder
|
2021-08-31 19:03:53 +05:00 |
|
Denis Gukov
|
e2ee18a5e7
|
feat(fe): add vue-codemirror
|
2021-08-31 18:54:48 +05:00 |
|
Denis Gukov
|
bb540ed3e2
|
feat(fe): add vue-codemirror
|
2021-08-31 18:25:03 +05:00 |
|
Denis Gukov
|
290c876045
|
feat(ui): add help
|
2021-08-31 17:27:33 +05:00 |
|
Denis Gukov
|
64b5dea6fa
|
feat(ui): add help
|
2021-08-31 17:03:52 +05:00 |
|
Denis Gukov
|
e991800693
|
feat: removed public key. fix: encrypt private key for new access key
|
2021-08-31 10:47:19 +05:00 |
|
Denis Gukov
|
9c7bfa0d6c
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-08-31 04:28:45 +05:00 |
|
Denis Gukov
|
bb3f560e21
|
fix(be): base64 for encrypted private key
|
2021-08-31 04:27:15 +05:00 |
|
Denis Gukov
|
c540e383b1
|
Merge pull request #706 from POPSuL/f/705
Fixed redirecting to web_host after authorization
|
2021-08-31 04:05:43 +05:00 |
|
Denis Gukov
|
7443671059
|
feat(be): add access key encryption
|
2021-08-31 04:02:41 +05:00 |
|
Denis Gukov
|
ab098b8b82
|
fix(be): checking error by nil before log it
|
2021-08-31 03:15:00 +05:00 |
|
Denis Gukov
|
c1c8a9ebf9
|
feat(be): use chan for storing logs to database
|
2021-08-31 03:12:33 +05:00 |
|
Viktor Suprun
|
0d840c543a
|
Fixed redirecting to web_host after authorization
|
2021-08-31 08:49:26 +11:00 |
|
Denis Gukov
|
21c14d82dc
|
feat(be): use separate repository for each task template
|
2021-08-31 01:55:46 +05:00 |
|
Denis Gukov
|
fe36b8ce9f
|
feat(be): do not return private key in rest api
|
2021-08-31 01:48:53 +05:00 |
|
Denis Gukov
|
974f3066e5
|
feat(be): stopping hung tasks
|
2021-08-31 00:42:11 +05:00 |
|
Denis Gukov
|
c6a02a81fe
|
fix(be): handing empty forign column name
|
2021-08-30 21:04:18 +05:00 |
|