Denis Gukov
|
0f72ce182d
|
feat(ui): support build/deploy on UI
|
2021-10-12 16:37:51 +05:00 |
|
Denis Gukov
|
4ef6b5d484
|
refactor(be): move functions to appropriate files
|
2021-10-12 15:25:43 +05:00 |
|
Denis Gukov
|
ea9b3661f2
|
chore(be): nullable template start_version
|
2021-10-12 15:18:05 +05:00 |
|
Denis Gukov
|
14b8def6f3
|
feat(be): add type of template: task, build or deploy
|
2021-10-12 02:40:41 +05:00 |
|
Denis Gukov
|
87cc947ec3
|
fix(be): saving become_key_id to sql
|
2021-09-17 15:10:36 +05:00 |
|
Denis Gukov
|
ef8f387515
|
chore: fix confict
|
2021-09-17 15:07:11 +05:00 |
|
Denis Gukov
|
4c7d21b844
|
chore: fix confict
|
2021-09-17 15:06:19 +05:00 |
|
Denis Gukov
|
6bd6c338f7
|
feat(be): timeout of boltdb
|
2021-09-17 15:05:04 +05:00 |
|
Denis Gukov
|
5800e3a7ac
|
fix(be): ansible user/pass format
|
2021-09-17 04:17:19 +05:00 |
|
Denis Gukov
|
7f52d93441
|
fix(be): quote 'end' column name for postgres
|
2021-09-17 03:19:34 +05:00 |
|
Denis Gukov
|
f8b0195f88
|
fix(be): vault_key_id store to sql
|
2021-09-17 03:14:35 +05:00 |
|
Denis Gukov
|
a9c04117c5
|
fix(be): correct error message for foreign key errors
|
2021-09-17 02:35:44 +05:00 |
|
Denis Gukov
|
c3d3c55620
|
refactor(be): delete isObjectInUse from sql implementation. It duplicate foreign key functionality
|
2021-09-17 02:29:20 +05:00 |
|
Denis Gukov
|
d4dd2052bb
|
refactor(be): rename column vault_pass_id to vault_key_id
|
2021-09-17 02:20:59 +05:00 |
|
Denis Gukov
|
3c20c1abf8
|
fix(be): checking of entity used before delete it
|
2021-09-17 01:51:53 +05:00 |
|
Denis Gukov
|
1d46aa72a8
|
test(be): fix access key tests
|
2021-09-13 18:22:08 +05:00 |
|
Denis Gukov
|
749291a690
|
feat(be): pass ansible_user/password to ansible-playbook via file
|
2021-09-12 03:18:26 +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
|
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
|
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
|
54a35c61d4
|
fix: access key validation
|
2021-09-04 11:39:16 +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
|
a6f266bcb7
|
feat(be): add inventory become credentials and template vault password to database
|
2021-09-02 00:17:28 +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
|
aa6cb856b7
|
feat: add password file for Access Key
|
2021-09-01 19:38:28 +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
|
bb3f560e21
|
fix(be): base64 for encrypted private key
|
2021-08-31 04:27:15 +05:00 |
|
Denis Gukov
|
7443671059
|
feat(be): add access key encryption
|
2021-08-31 04:02:41 +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 |
|
Denis Gukov
|
cb5f27d9ed
|
fix(be): migrations for mysql and postgres
|
2021-08-30 20:11:08 +05:00 |
|
Denis Gukov
|
92895f9f3c
|
refactor(be): remove unused columns
|
2021-08-30 19:24:20 +05:00 |
|
Denis Gukov
|
0b3b56620c
|
refactor(config): add field dialect
|
2021-08-28 22:03:34 +05:00 |
|
Denis Gukov
|
22e422e15a
|
feat(cli): add user management commands
|
2021-08-28 16:44:41 +05:00 |
|
Denis Gukov
|
335dad3745
|
fix(be): project_id value for each task
|
2021-08-26 13:01:42 +05:00 |
|
Denis Gukov
|
473b68c00c
|
refactor(be): remove duplication beteen bolt and sql events implementation
|
2021-08-25 09:48:38 +05:00 |
|
Denis Gukov
|
586f56247e
|
style(be): pass linter
|
2021-08-24 22:56:40 +05:00 |
|
Denis Gukov
|
551ef97233
|
fix(be): add quotes to user table in queties to support postgres
|
2021-08-24 22:52:35 +05:00 |
|
Denis Gukov
|
63a4a32ac1
|
feat: refactor to support postgres
|
2021-08-24 20:20:34 +05:00 |
|
Denis Gukov
|
8d5c57ea5c
|
feat: support Postgres dialect
|
2021-08-24 15:51:21 +05:00 |
|
Denis Gukov
|
d269a53625
|
feat(be): add user id to activity log
|
2021-08-20 11:28:50 +05:00 |
|
Denis Gukov
|
27eab684c2
|
feat(cli): add arg -useradd for adding user via command line
|
2021-08-16 02:35:44 +05:00 |
|
Denis Gukov
|
a1b2d2dc7f
|
fix(be): returns correct error object if user not found
|
2021-08-11 19:54:27 +05:00 |
|