Commit Graph

545 Commits

Author SHA1 Message Date
Denis Gukov
ffeb65c2ec feat(sql): use UTC for all dates 2024-07-22 11:14:06 +05:00
Denis Gukov
018dd93fcb fix(be): convert time to utc before db operations 2024-07-22 01:21:54 +05:00
Denis Gukov
24bc4a83b8 fix(be): sql query 2024-07-22 00:00:31 +05:00
fiftin
21ba6c6b64
fix(tasks): fill tasks for sql 2024-07-20 15:43:14 +05:00
fiftin
7ea8d8956d
fix: merge conflict 2024-07-20 12:08:08 +05:00
fiftin
0e9b26a317
fix(templates): fill last task for sql db 2024-07-20 02:11:06 +05:00
fiftin
6bfe7517f8
fix(templates): fill last task for boltdb 2024-07-20 01:13:01 +05:00
fiftin
f63557d472
feat(db): revert template tasks requsting 2024-07-20 00:44:56 +05:00
fiftin
a8a95495d8
feat(db): change algo for filling last_task of template model 2024-07-20 00:38:35 +05:00
fiftin
fef54a1d5f
fix(environment): decrypt secrets 2024-07-18 00:41:11 +05:00
fiftin
734cc91ac8
feat(environment): secret can be var or env 2024-07-17 23:29:29 +05:00
fiftin
4a022ab386
fix(environment): remove secret from ui 2024-07-17 22:46:48 +05:00
fiftin
bb748cb480
fix: provide app for demo project templates 2024-07-16 11:35:36 +05:00
fiftin
3b3b29ee88
feat(task_params): add params 2024-07-15 13:57:12 +05:00
fiftin
a4992c5e9d
test(e2e): fix boltdb tests 2024-07-14 22:58:17 +05:00
fiftin
aab76094e4
test(bolt): fix util tests 2024-07-14 22:14:57 +05:00
fiftin
3605bf25cd
feat: add option sessionConnection for boltdb 2024-07-14 15:28:16 +05:00
fiftin
c75aaaa2a3
fix(apps): display app icon for tasks for boltdb 2024-07-10 18:09:13 +05:00
Denis Gukov
b4c20de7c3
Merge pull request #2175 from wildwind123/develop
git url without : with empty login
2024-07-10 11:08:35 +05:00
fiftin
63e602afbb
fix(be): escape table name option (need for mysql) 2024-07-10 02:09:05 +05:00
fiftin
f81151416f
fix(be): migration file 2024-07-10 01:54:49 +05:00
fiftin
b558d281e3
fix(be): remove default value for app 2024-07-10 01:42:32 +05:00
fiftin
5bdfbdf09b
Merge branch 'shell_app' of github.com:semaphoreui/semaphore into shell_app 2024-07-10 01:18:29 +05:00
fiftin
ffae8db2c9
fix(options): null pointer 2024-07-10 01:18:25 +05:00
Denis Gukov
07624fe341 fix(options): null pointer 2024-07-10 01:04:32 +05:00
Denis Gukov
83c08f8a48 fix(apps): labels in template editor 2024-07-10 00:40:04 +05:00
Denis Gukov
26c3479f8a feat(apps): add migration '' -> 'ansible' 2024-07-10 00:26:12 +05:00
Denis Gukov
15991dc411 feat(apps): delete apps 2024-07-09 15:37:47 +05:00
Denis Gukov
413bb8bc0c fix(apps): update single prop in config 2024-07-08 23:56:59 +05:00
Denis Gukov
10d7f5045e feat(options): implement manipulation methods 2024-07-08 16:15:04 +05:00
Denis Gukov
1052070632 feat(apps): add app mixin for ui, fixed config loading 2024-07-08 14:45:18 +05:00
Denis Gukov
3ce78b11fd fix(options): converting to go types 2024-07-07 23:53:32 +05:00
Denis Gukov
8796cfd8f5 fix: getting options from boltdb 2024-07-07 23:08:23 +05:00
Denis Gukov
7195913a5f feat: load options from db 2024-07-07 22:12:21 +05:00
Petr
65b33dbb8d git url without : with empty login 2024-07-07 17:07:09 +09:00
Denis Gukov
b0e766355a feat: get options method 2024-07-06 22:33:16 +05:00
Denis Gukov
5244f923f6 refactor(be): bash -> shell 2024-07-05 21:46:47 +05:00
fiftin
36be80cce8
fix(be): omitted one letter in repositry (https://github.com/semaphoreui/semaphore/issues/2168) 2024-07-05 00:33:38 +05:00
fiftin
e247c05cfb
fix(be): template last task 2024-07-03 16:56:00 +05:00
fiftin
dbc1173171
feat: add column schedule_id to task model 2024-07-03 13:56:52 +05:00
fiftin
82b829ebed
feat: add column task_params to integrations table 2024-07-03 13:46:24 +05:00
fiftin
f250126ade
fix: sql migration query 2024-07-03 13:39:50 +05:00
fiftin
991979041f
feat(be): add user id for access key 2024-07-03 12:10:48 +05:00
fiftin
c75e79efad
refactor(secrets): move secrets to environment entity 2024-07-02 23:45:59 +05:00
fiftin
891b27649e
feat(secrets): implement secret getting for boltdb 2024-07-02 22:26:59 +05:00
fiftin
6010665fe3
feat(secrets): add endpoints 2024-07-02 22:23:45 +05:00
fiftin
bccfcd1cba
feat(secrets): add env secrets 2024-07-02 14:42:12 +05:00
fiftin
40c5dbcbd8
feat(secrets): add migartion 2024-07-01 23:54:39 +05:00
fiftin
586a0377b4
feat(schedule): update form and table 2024-07-01 02:12:49 +05:00
fiftin
f3f64f6a83
refactor(schedule): replace disabled field to active 2024-07-01 00:57:03 +05:00
fiftin
8fe600fd4f
feat(schedule): add name and allow disable 2024-07-01 00:16:35 +05:00
Denis Gukov
aca9055abb
Merge pull request #2146 from semaphoreui/bolt_integrations_query_optimization
feat(bolt): optimize query
2024-06-30 23:04:22 +05:00
fiftin
c24bcf1d87
fix(integrations): use correct type 2024-06-30 22:50:46 +05:00
Denis Gukov
6a9760e694 fix(boltdb): cleaning 2024-06-30 18:48:59 +05:00
Denis Gukov
94dfa3dc8d feat(sql): cleaning of tasks 2024-06-30 15:25:16 +05:00
Denis Gukov
05a4ec7fc7 fix(sql): tasks query 2024-06-30 15:06:18 +05:00
Denis Gukov
48089343d8 feat(be): cleaning tasks 2024-06-30 12:48:36 +05:00
Denis Gukov
4bf2f1352a feat(be): query optimization 2024-06-29 21:23:41 +05:00
Denis Gukov
8c352ff60e feat(bolt): optimize query 2024-06-29 18:14:47 +05:00
Denis Gukov
6b945e8c4d
Merge pull request #2132 from semaphoreui/schedule
schedule
2024-06-24 18:31:45 +05:00
fiftin
b511385465
feat(schedule): don't show repo commit check schedules 2024-06-23 23:59:14 +05:00
fiftin
477c0dfe7d
fix(web): schedule form 2024-06-23 22:24:22 +05:00
fiftin
33a9b0d730
feat(be): add project schedules function 2024-06-22 22:32:53 +05:00
fiftin
dabc8ebf71
fix(be): deserialize secret of inventory 2024-06-21 23:46:35 +05:00
Denis Gukov
91601eb0eb
task stages (#2103)
* feat(be): add stages

* feat(tf): split to plan/apply

* fix(be): blocking
2024-06-17 23:37:45 +05:00
Denis Gukov
074e303085
Support TF/Bash (#2077)
Support OpenTofu and Bash
2024-06-13 01:20:57 +05:00
fiftin
cf11555562
refactor(be): remove unused field 2024-05-30 14:17:43 +02:00
fiftin
5bd0ef5562
fix: use random string for ssh agent sock file name 2024-05-30 14:16:07 +02:00
fiftin
8e74c5e127
fix(git): support http protocol 2024-05-30 13:50:06 +02:00
fiftin
3f9682655e
feat: support http protocol 2024-05-23 19:58:54 +02:00
fiftin
224fe10d2f
feat: support http protocol 2024-05-23 19:56:39 +02:00
fiftin
09cf43e126
fix(inventory): optional repo 2024-05-22 19:10:32 +02:00
Denis Gukov
00140cb8ab
Inventory repo (#2040)
* feat: add repo for inventory

* feat: add inventory repo

* feat: cloning inventory repo

* fix: error message for inventory path

* fix: error message for inventory path
2024-05-22 19:00:28 +02:00
fiftin
c970625d50
fix: integration -> integration id 2024-05-21 18:13:31 +02:00
fiftin
3157397665
fix: merge conflict 2024-05-21 16:06:30 +02:00
fiftin
737a1a5ef7
chore: change integration field to integration id 2024-05-21 16:05:38 +02:00
Denis Gukov
a3a4a1ca69
Merge branch 'develop' into develop 2024-05-20 15:46:18 +02:00
fiftin
599cd15ab3
test: fix test 2024-05-20 14:07:28 +02:00
fiftin
7efee5ead0
test: fix survey vars 2024-05-20 12:38:29 +02:00
fiftin
56e1b307a1
feat(ui): survey vars emum 2024-05-19 21:32:16 +02:00
Andreas Marschke
27e9fb1aa2 fix(integrations): Use payload instead of re-reading closed Body 2024-05-03 14:14:52 +02:00
fiftin
85f7d75720
fix(be): SSH connecting with wrong username https://github.com/semaphoreui/semaphore/issues/1964 2024-04-28 22:50:14 +05:00
fiftin
eed4586af1
Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-04-28 22:34:27 +05:00
guangwu
d7005bc153
fix: close dir 2024-04-28 10:42:25 +08:00
fiftin
3282bc7711
feat(be): add method GetUserCount 2024-04-25 16:28:28 +05:00
fiftin
f4593c6c4d
chore: remove extra switch 2024-04-22 15:25:32 +05:00
fiftin
269baf09fc
chore: limit list of projects to 200 2024-04-22 13:22:23 +05:00
fiftin
5a0c9b8e8b
chore: limit list of projects to 200 2024-04-22 13:15:32 +05:00
fiftin
15ad753e8e
chore: limit list of projects to 200 2024-04-22 12:48:40 +05:00
fiftin
d8ab83a0d7
fix(be): setting option in db 2024-04-22 01:38:12 +05:00
fiftin
a156eb90ca
feat: change option value length 2024-04-22 01:35:27 +05:00
fiftin
7fdcf63f13
fix: use app instead of type for validating template 2024-04-19 22:24:46 +05:00
Denis Gukov
f93969f340
feat: allow null for template's inventory (#1953)
* feat: allow null for template's inventory

* fix(web): show - if no inventory or environment provided

* test: fix tests

* test: fix tests

* test: fix tests

* fix: compile dredd test
2024-04-19 21:47:08 +05:00
Christian Kröger
72522b5b9b add url for task page to semaphore_vars 2024-04-19 15:05:35 +02:00
Denis Gukov
576344aa04
Merge pull request #1929 from tboerger/remove-lib-package
Get rid of lib package, use non-generic package names
2024-04-15 12:35:13 +05:00
yudrywet
94cf1e3270 chore: fix some typos in comments
Signed-off-by: yudrywet <yudeyao@yeah.net>
2024-04-14 20:22:07 +08:00
Thomas Boerger
d9d149fbc3
feat: move task logger into dedicated package 2024-04-12 12:32:54 +02:00
Thomas Boerger
1d7244a8c4
feat: move sshagent to separate package, update log interface 2024-04-12 12:21:05 +02:00
Denis Gukov
3d571c0319
Use Stdin to pass secrets to ansible-playbook (#1911)
* feat: pass secrets via stdin

* feat: use pty

* feat(pty): logs

* feat(secrets): works

* fix(secrets): use correct ask flag of ansible playbook

* test(secrets): change tests
2024-04-05 14:36:04 +02:00
fiftin
fa5752344c
fix(sql): escape table name 2024-04-03 00:09:43 +02:00