Commit Graph

200 Commits

Author SHA1 Message Date
Denis Gukov
89a2ddf6b5 feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
Denis Gukov
d73c8f2edb
tasks (#2418)
* feat(tasks): add ui page

* feat(task): display active tasks

* chore(task): remove link to runner

* feat(ui): add translations

* feat(ui): translations

* fix(ui): text color
2024-10-14 02:47:39 +05:00
Denis Gukov
e879faee0f feat(task): api 2024-10-13 16:46:01 +00:00
Denis Gukov
494f989c19 feat(tasks): add api 2024-10-13 15:50:56 +00:00
Denis Gukov
fa4e13a0f1 refactor(be): remove global vars of task pool and schedule pool 2022-01-29 23:14:36 +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
6ce208d0f2 Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop 2022-01-27 19:30:41 +05:00
Denis Gukov
ec39816cf1 feat: add personal access token suport 2022-01-27 19:21:46 +05:00
Denis Gukov
2716a3989b fix(be): clear repository cache if access key changed 2022-01-27 17:55:01 +05:00
Denis Gukov
6799208b62 feat(be): add ability to override template extra args in task https://github.com/ansible-semaphore/semaphore/issues/832 2022-01-27 00:51:20 +05:00
Denis Gukov
f5ad81f7c0 fix(be): checking build version by nil 2022-01-26 16:52:31 +05:00
Denis Gukov
ef46f9b175 fix(ci): default access key encryption key in dockerfile 2022-01-25 13:33:32 +05:00
Denis Gukov
1d166cd1f7 fix(be): directory of git commands 2022-01-24 02:29:37 +05:00
Denis Gukov
1b88630348 fix(be): bug with git clone parameters 2022-01-24 00:45:12 +05:00
Denis Gukov
9520c0cd1b feat(be): implement migrations for BoltDB 2022-01-23 18:03:23 +05:00
Denis Gukov
f704379dfa test(be): fix repo creating test 2022-01-22 13:21:11 +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
755dca67e2 feat(be): small changes in semaphore_vars 2022-01-20 03:08:34 +05:00
Denis Gukov
315dba69fb feat(be): passing to ansible new variable semaphore_vars 2022-01-20 03:07:30 +05:00
Denis Gukov
d8afdb19d8 feat(be): recursive retreaving task version. Now we can make pipelines :) 2022-01-20 01:42:08 +05:00
Denis Gukov
51fc40e9c8 feat(be): triggering autorun tasks 2022-01-20 00:35:59 +05:00
Denis Gukov
312cafa23c style(be): joining path 2022-01-17 01:23:49 +05:00
Denis Gukov
ee3432724d fix(be): fail task in repo source code not found for file:// repo 2021-12-14 23:07:10 +05:00
Denis Gukov
e06287fb86 fix(be): correct cropping file prefix 2021-12-14 20:24:17 +05:00
Denis Gukov
2287be34ce feat(fe): return to view from template 2021-11-03 18:06:28 +05:00
Denis Gukov
a36b948691 fix(be): Access key file not found https://github.com/ansible-semaphore/semaphore/issues/783 2021-11-03 17:51:36 +05:00
Denis Gukov
db89f5487d test(be): pass tests 2021-11-03 00:35:45 +05:00
Denis Gukov
d44a3f6681 test(be): pass tests 2021-11-02 23:02:44 +05:00
Denis Gukov
6e07b8ec84 feat(be): pass username and task message to ansible playbook 2021-11-02 22:57:02 +05:00
Denis Gukov
fa47a24078 feat(be): merge task environment with template environment 2021-11-02 22:44:09 +05:00
Denis Gukov
4dc9106fe7 test(be): tests for task.populateDetails 2021-11-02 22:37:31 +05:00
Denis Gukov
c7a0396144 fix(be): passing deploy version to ansible-playbook 2021-11-02 12:16:20 +05:00
Denis Gukov
101bccc5a9 chore: remove Link from telegram message 2021-11-01 14:56:20 +05:00
Denis Gukov
3a6bc0f7b6
Merge branch 'develop' into develop 2021-10-30 01:07:52 +05:00
Denis Gukov
6d05ea434e fix(be): send email alert only for failed tasks 2021-10-26 22:18:31 +05:00
Denis Gukov
4410a39a4c feat(be): telegram message format 2021-10-26 21:54:19 +05:00
Denis Gukov
a3755e70da feat(be): remove arguments for task 2021-10-26 03:00:10 +05:00
Denis Gukov
eb20640262 feat(fe): extendable task 2021-10-26 01:15:14 +05:00
Denis Gukov
bc1594329d refactor(be): move BuildTask to TaskWithTpl 2021-10-25 23:09:46 +05:00
Denis Gukov
e0b309b2e1 fix: updating task status on templates page 2021-10-25 14:42:34 +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
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
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
f8b9fcf3d4 fix(ui): small UI issues 2021-10-13 23:51:35 +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