Commit Graph

199 Commits

Author SHA1 Message Date
Denis Gukov
0b823804ad feat: do not handle branch for non-git repos 2022-03-31 11:13:02 +05:00
Denis Gukov
7a6d5ff711 feat(fe): display git protocol in repo edit form 2022-03-31 00:16:01 +05:00
Denis Gukov
6d8a8b6763 feat(landing): add campaign_3 2022-03-16 23:29:42 +05:00
bakito
b442fa9576
colored output 2022-03-13 16:25:03 +01:00
Denis Gukov
22e3fe93a1 fix(fe): add validation for int value 2022-02-17 15:54:28 +05:00
Denis Gukov
2fb13b23bc feat(fe): add flags to ui 2022-02-17 15:43:58 +05:00
Denis Gukov
0eaa9bd220 fix(fe): new project page 2022-02-15 22:58:24 +05:00
Denis Gukov
32a6c952ce refactor(be): move some functionality to GitRepository and AnsiblePlaybook classes 2022-02-06 20:37:55 +05:00
Denis Gukov
c578653f25 style(be): remove unused constants 2022-02-06 01:17:25 +05:00
Denis Gukov
f8d333f0b1 feat: add username (optional) for SSH access key 2022-02-06 00:00:33 +05:00
Denis Gukov
4d80b52576 chore(fe): fix cron example 2022-02-05 13:50:24 +05:00
Denis Gukov
1036af1fc6 fix(be): disable migration for mysql
fix: check refs to template before delete

fix(be): drop breaking foreign key
2022-02-05 13:30:25 +05:00
Denis Gukov
6fe453f6fe fix(fe): correct selecting task version when redeploying old version 2022-02-04 17:41:19 +05:00
Denis Gukov
66279bc391 fix(fe): selection build version in task form 2022-02-04 17:27:22 +05:00
Denis Gukov
2d8b934124 fix(fe): show error message in non-admin user tries create first project 2022-02-04 16:17:55 +05:00
Denis Gukov
98b21bfe6e feat(fe): display deploy tasks in Build Template combobox 2022-02-04 16:06:12 +05:00
Denis Gukov
8d05496e79 fix(fe): small ui fix 2022-02-04 03:54:48 +05:00
Denis Gukov
9ac3a55a68 feat(fe): short description of override cli args functionality 2022-02-04 03:38:31 +05:00
Denis Gukov
879a1319e8 fix(fe): environment delete dialog 2022-02-04 01:45:50 +05:00
Denis Gukov
3e8004eed9 feat(fe): change can't delete alert style 2022-02-03 17:00:23 +05:00
Denis Gukov
bcc98ecc10 fix(ui): resouce usage message 2022-02-03 16:37:56 +05:00
Denis Gukov
10da89edc7 fix(ui): resouce usage message 2022-02-03 16:35:29 +05:00
Denis Gukov
6d23eff005 fix(ui): resouce usage message 2022-02-03 16:33:25 +05:00
Denis Gukov
05dd7c5653 feat: remove soft delete functionality 2022-02-03 12:06:24 +05:00
Denis Gukov
ebac0a12ff chore(fe): npm audit fix 2022-01-31 23:39:09 +05:00
Denis Gukov
208e615a6e feat(be): cron task with condition 2022-01-30 22:43:15 +05:00
Denis Gukov
88f4603028 refactor(be): extract git functionality to separate class 2022-01-30 16:22:18 +05:00
Denis Gukov
d3d002a818 refactor(be): change params for store method
chore(fe): remove passphrase from key settings because it is not implemented

fix(be): boltdb migration
2022-01-29 13:47:11 +05:00
Denis Gukov
d9c4c7ef59 chore(fe): fix text 2022-01-27 20:47:45 +05:00
Denis Gukov
ec39816cf1 feat: add personal access token suport 2022-01-27 19:21:46 +05:00
Denis Gukov
e5313e2a9c feat(fe): implement task args on UI 2022-01-27 02:28:35 +05:00
Denis Gukov
82afa111c7 feat(fe): add advanded options for template 2022-01-25 14:20:12 +05:00
Denis Gukov
44c1482940 feat(fe): add svg logo 2022-01-24 17:02:05 +05:00
Denis Gukov
53a2cd832c fix(fe): environment variable configuration does not take effect when rerunning https://github.com/ansible-semaphore/semaphore/issues/824 2022-01-24 01:46:29 +05:00
Denis Gukov
1b88630348 fix(be): bug with git clone parameters 2022-01-24 00:45:12 +05:00
Denis Gukov
e7f9d628cd feat(fe): display branch of repository 2022-01-22 13:18:36 +05:00
Denis Gukov
01e56302f8 feat(fe): monospace for command examples 2022-01-20 23:44:45 +05:00
Denis Gukov
f0ee0dfc87 feat(fe): add instruction how to add user 2022-01-20 23:40:52 +05:00
Denis Gukov
f6b5a39432 fix(be): remove checking of updates from system info endpoint 2022-01-20 19:53:48 +05:00
Denis Gukov
315dba69fb feat(be): passing to ansible new variable semaphore_vars 2022-01-20 03:07:30 +05:00
Denis Gukov
8f6db54218 feat(fe): add survay var type 2022-01-19 17:44:56 +05:00
Denis Gukov
7f297a252b feat: add survey vars to task form 2022-01-19 17:05:48 +05:00
Denis Gukov
da99bfb842 fix(be): schedule query 2022-01-19 14:17:39 +05:00
Denis Gukov
54eaad249f test(be): remove unused test 2022-01-19 13:11:36 +05:00
Denis Gukov
34a6df651b feat: demo-mode label 2022-01-19 04:55:32 +05:00
Denis Gukov
e3834446ef feat(fe): hide some elements for non-admin users 2022-01-19 04:36:33 +05:00
Denis Gukov
cab1bd313d feat(fe): more suitable text for 401 error 2022-01-19 04:03:14 +05:00
Denis Gukov
948bb8d1c3 feat(be): in demo mode user can stop task 2022-01-19 03:53:42 +05:00
Denis Gukov
1ce8da11e7 chore(fe): remove incomplete ui elements 2022-01-19 03:00:31 +05:00
Denis Gukov
6be09da63c feat: REMOVE PLACEHOLDER USER FUNCTIONALITY 2022-01-19 02:26:48 +05:00