Denis Gukov
|
793d1a36e2
|
fix(be): recursive
|
2021-10-25 16:21:49 +05:00 |
|
Denis Gukov
|
e0b309b2e1
|
fix: updating task status on templates page
|
2021-10-25 14:42:34 +05:00 |
|
Denis Gukov
|
bc5da3536d
|
fix(fe): close button
|
2021-10-24 20:08:57 +05:00 |
|
Denis Gukov
|
b15404fcb8
|
fix(fe): remove failed builds from availble from deploy list
|
2021-10-24 19:48:51 +05:00 |
|
Denis Gukov
|
f04f1d8164
|
feat(fe): task log view on small screen
|
2021-10-24 17:51:22 +05:00 |
|
Denis Gukov
|
10b7d41285
|
feat(fe): add component TaskLink
|
2021-10-23 18:33:36 +05:00 |
|
Denis Gukov
|
8cc08d7114
|
chore(fe): update packages
|
2021-10-20 16:58:02 +05:00 |
|
Denis Gukov
|
bc3a5a6ac9
|
feat: use reference to build task by id insead of by version
|
2021-10-20 16:56:29 +05:00 |
|
Denis Gukov
|
4b6e145d8c
|
feat(fe): display build message in combobox
|
2021-10-18 17:48:55 +05:00 |
|
Denis Gukov
|
89240737a0
|
feat(fe): ui docs
|
2021-10-18 17:41:54 +05:00 |
|
Denis Gukov
|
0a454b0d97
|
refactor(be): add enum TemplateType based on string
|
2021-10-15 01:25:12 +05:00 |
|
Denis Gukov
|
da361848cc
|
fix(be): add empty default values for some columns
|
2021-10-15 01:13:18 +05:00 |
|
Denis Gukov
|
58e59eb23a
|
chore(fe): message style
|
2021-10-15 00:37:02 +05:00 |
|
Denis Gukov
|
191c6ed438
|
feat(be): passing semaphore vars via extra vars
|
2021-10-15 00:14:21 +05:00 |
|
Denis Gukov
|
8c10b9fc6e
|
feat(fe): display commit hash and message on deploy window
|
2021-10-14 20:13:21 +05:00 |
|
Denis Gukov
|
85ef96320d
|
feat(be): store commit message to task
|
2021-10-14 15:36:33 +05:00 |
|
Denis Gukov
|
ec2276ac4e
|
feat(fe): template type selector
|
2021-10-14 14:15:34 +05:00 |
|
Denis Gukov
|
b13e67e769
|
chore(fe): small ui changes
|
2021-10-14 01:14:15 +05:00 |
|
Denis Gukov
|
ad9846e338
|
feat(be): no default value for template type, null mean task
|
2021-10-14 00:40:46 +05:00 |
|
Denis Gukov
|
be97e87bb7
|
feat(fe): Rerun, rebuild, redeploy buttons for tasks
|
2021-10-14 00:26:19 +05:00 |
|
Denis Gukov
|
f8b9fcf3d4
|
fix(ui): small UI issues
|
2021-10-13 23:51:35 +05:00 |
|
Denis Gukov
|
d8ce55ae84
|
refactor(ui): move constants to file constants.js
|
2021-10-13 22:14:03 +05:00 |
|
Denis Gukov
|
d87a0147d5
|
refactor(be): remove duplication
|
2021-10-13 19:33:07 +05:00 |
|
Denis Gukov
|
e692d2403e
|
refactor(be): add enum for event object type
|
2021-10-13 19:07:22 +05:00 |
|
Denis Gukov
|
dfb0415e93
|
refactor(runner): add validate repo method
|
2021-10-13 02:17:11 +05:00 |
|
Denis Gukov
|
5f1351e04a
|
chore(be): remove unused env vars from git command
|
2021-10-13 01:58:18 +05:00 |
|
Denis Gukov
|
a46b0e3ae3
|
feat(be): retreaving commit hash from repo
|
2021-10-13 01:44:10 +05:00 |
|
Denis Gukov
|
e7e807bc51
|
feat(be): build versioning
|
2021-10-13 00:43:15 +05:00 |
|
Denis Gukov
|
b7eb0cd940
|
feat(ui): task template icons
|
2021-10-12 18:59:16 +05:00 |
|
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
|
1e7821b384
|
chore(ci): ignore changes in package.json
|
2021-10-11 22:47:11 +05:00 |
|
Denis Gukov
|
4eb3e13c95
|
feat(ci): use ubuntu 20.04 image
|
2021-10-11 22:28:54 +05:00 |
|
Denis Gukov
|
3a7c7fffe5
|
chore(ci): specify machine image version
|
2021-10-11 22:18:29 +05:00 |
|
Denis Gukov
|
2fc7e746c0
|
chore(ci): specify machine image version
|
2021-10-11 22:14:55 +05:00 |
|
Denis Gukov
|
46382ddbee
|
chore(ci): use go get to install task tool
|
2021-10-11 21:32:28 +05:00 |
|
Denis Gukov
|
0d3da9eec7
|
chore(ci): install task tool using go
|
2021-10-11 21:17:50 +05:00 |
|
Denis Gukov
|
3b55d6db11
|
chore(ci): try to use bash for task tool install
|
2021-10-11 20:51:00 +05:00 |
|
Denis Gukov
|
8f8e53dbc4
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-10-11 20:49:11 +05:00 |
|
Denis Gukov
|
b32b42b817
|
feat(be): add support ldaps
|
2021-10-11 20:49:07 +05:00 |
|
Denis Gukov
|
527a5be5dd
|
chore(ci): rollback task tool
|
2021-10-11 15:55:52 +05:00 |
|
Denis Gukov
|
ad442cd841
|
chore(ci): try to downgrade task tool to 3.7.3
|
2021-10-11 14:43:58 +05:00 |
|
Denis Gukov
|
4b71d16828
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-10-11 14:41:31 +05:00 |
|
Denis Gukov
|
ed0165ad66
|
chore(ci): try to downgrade task tool to 3.7.3
|
2021-10-11 14:40:44 +05:00 |
|
Denis Gukov
|
4db5a8cfa1
|
fix(cli): command description
|
2021-10-11 13:30:19 +05:00 |
|
Denis Gukov
|
ba9d4eae0d
|
Update README.md
|
2021-10-03 02:51:08 +05:00 |
|
Denis Gukov
|
ad0d87ae8e
|
Update README.md
|
2021-09-25 20:43:57 +05:00 |
|
Denis Gukov
|
bf6ee2d21e
|
Update README.md
|
2021-09-25 16:02:19 +05:00 |
|