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
|
6ef0d474bc
|
Merge branch 'xyz' into develop
|
2022-03-30 20:31:13 +05:00 |
|
Denis Gukov
|
4bfb9bd78e
|
feat(be): support git file:// protocol and local repo
|
2022-03-30 20:31:00 +05:00 |
|
Denis Gukov
|
d8b81a1757
|
Merge pull request #894 from ziouf/fix/requierments-install
fix ansible-semaphore/semaphore#682
|
2022-03-30 20:29:43 +05:00 |
|
Denis Gukov
|
af1f118257
|
feat(ci): add greebsd to goreleaser
|
2022-03-30 15:28:20 +05:00 |
|
Denis Gukov
|
f5b66a1d14
|
fix(be): Change of user password fails when using postgres https://github.com/ansible-semaphore/semaphore/issues/896
|
2022-03-27 02:55:33 +05:00 |
|
Cyril
|
ebc0900820
|
set type argument in galaxy calls
|
2022-03-17 20:28:31 +01:00 |
|
Cyril
|
a5c49bc826
|
fix: typo on ansible-galaxy argument
|
2022-03-17 17:22:40 +01:00 |
|
Cyril
|
de3b1e2eb5
|
fix ansible-semaphore/semaphore#682
|
2022-03-17 17:18:56 +01:00 |
|
Denis Gukov
|
6d8a8b6763
|
feat(landing): add campaign_3
|
2022-03-16 23:29:42 +05:00 |
|
Denis Gukov
|
0366de2fce
|
refactor(be): remove unused method
|
2022-03-16 00:13:27 +05:00 |
|
Denis Gukov
|
5d282c4bd1
|
Merge pull request #887 from bakito/develop
colored output
|
2022-03-15 23:18:35 +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
|
911faa9486
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2022-02-15 22:58:46 +05:00 |
|
Denis Gukov
|
0eaa9bd220
|
fix(fe): new project page
|
2022-02-15 22:58:24 +05:00 |
|
Denis Gukov
|
12324697c4
|
Update README.md
|
2022-02-15 20:29:57 +05:00 |
|
Denis Gukov
|
2fc2da15ed
|
Update README.md
|
2022-02-15 20:28:06 +05:00 |
|
Denis Gukov
|
ae7c867f43
|
Update README.md
|
2022-02-15 17:32:13 +05:00 |
|
Denis Gukov
|
b127e054d8
|
feat(be): add max parallel tasks to project settings and ability to suppress success alerts for tasks
|
2022-02-14 16:52:28 +05:00 |
|
Denis Gukov
|
7774378d8c
|
fix(be): bug with ldap tls https://github.com/ansible-semaphore/semaphore/issues/756
|
2022-02-10 10:53:10 +05:00 |
|
Denis Gukov
|
d2790162eb
|
fix(be): bug with installation and deletion git pk
|
2022-02-07 11:18:07 +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
|
f9ea2df04e
|
fix(be): bug with deserializing secrets
|
2022-02-06 17:17:28 +05:00 |
|
Denis Gukov
|
a30df1527e
|
fix(be): bug with getting remote commit
|
2022-02-06 16:05:40 +05:00 |
|
Denis Gukov
|
1993a14fb6
|
fix(be): migration for dropping foreign key
|
2022-02-06 14:29:56 +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
|
fe9c602c5d
|
fix(be): bug with panic https://github.com/ansible-semaphore/semaphore/issues/855
|
2022-02-05 22:34:34 +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
|
751eeb4204
|
fix(be): bug with ldap auth related to https://github.com/ansible-semaphore/semaphore/issues/808
|
2022-02-04 14:22:02 +05:00 |
|
Denis Gukov
|
a09a1fc6d1
|
chore(be): update ldap deps
|
2022-02-04 04:00:49 +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
|
95e891cdd8
|
fix(be): bug with alert chat id https://github.com/ansible-semaphore/semaphore/issues/853
|
2022-02-03 23:35:32 +05:00 |
|
Denis Gukov
|
5185fa4067
|
fix(be): migration for mysql
|
2022-02-03 23:24:46 +05:00 |
|
Denis Gukov
|
31d667c57c
|
fix(be): migration 2.8.39
|
2022-02-03 22:37:37 +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
|
02a631fbd6
|
fix(be): refs for boltdb
|
2022-02-03 14:22:32 +05:00 |
|