Commit Graph

2215 Commits

Author SHA1 Message Date
Denis Gukov
ed4d6df805
Update README.md 2024-05-31 19:14:07 +02:00
fiftin
51e64e6f88
feat: add openldap example 2024-05-31 18:35:04 +02: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
4f95ac8e07
fix:remove extra log 2024-05-30 00:52:58 +02:00
fiftin
7a71a489f9
fix(docker): env var 2024-05-30 00:52:42 +02:00
fiftin
71394a8166
fix(docker): return tini to kill zombie processes 2024-05-29 23:24:03 +02:00
Denis Gukov
c791b85dda
Merge pull request #2068 from semaphoreui/use_claims_for_ldap
feat(ldap): use claims like in open id
2024-05-29 22:52:16 +02:00
fiftin
3a600becfc
feat(ldap): use claims like in open id 2024-05-29 21:11:06 +02:00
fiftin
1e553f718a
feat(ldap): mapping env vars 2024-05-29 15:01:18 +02:00
fiftin
6bbef0642f
ci(docker): move venv from ~ to /opt 2024-05-28 00:45:25 +02:00
fiftin
fe3cc6c031
ci(docker): use full path of venv 2024-05-27 23:00:47 +02:00
fiftin
afd2f59e4a
fix(runners): pass inventory repo to the runner 2024-05-27 22:00:40 +02:00
fiftin
34e073ac04
fix(ui): text 2024-05-27 20:09:06 +02:00
fiftin
b7cd716f1b
Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-05-27 17:09:15 +02:00
fiftin
16666c2e81
feat(ui): optional marker 2024-05-27 17:09:04 +02:00
Denis Gukov
041c67d928
Merge pull request #1595 from Ereaey/add_pull_recursive
Recursive Submodule Update on Pull
2024-05-26 22:33:14 +02:00
fiftin
3c989fcb00
fix(ui): close button 2024-05-26 22:02:45 +02:00
fiftin
e32ce6bc4c
fix(ui): editing env 2024-05-26 19:28:08 +02:00
fiftin
2a45d1ce2e
fix(ui): update editor on set env var 2024-05-26 18:54:52 +02:00
fiftin
8dba3c0861
feat: add predefined env vars 2024-05-26 17:30:49 +02:00
fiftin
0e52c674b6
fix: init config in setup 2024-05-26 14:27:40 +02:00
fiftin
bb7a156f10
ci(docker): allow port in SEMAPHORE_DB_HOST 2024-05-25 21:49:46 +02:00
fiftin
3311b00891
feat(ui): add close button for edit dialog 2024-05-25 11:56:24 +02:00
fiftin
faf51d9aff
refactor: use common function for installing roles and collections 2024-05-24 20:13:37 +02:00
fiftin
c79f509bab
fix(docker): boltdb database filename 2024-05-24 12:55:46 +02:00
fiftin
14949ff623
docs: database type in issue 2024-05-23 21:12:20 +02:00
fiftin
470fad0b26
fix(ui): dialog width 2024-05-23 20:17:56 +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
77694cf685
feat(ui): add http repo protocol 2024-05-23 19:43:24 +02:00
fiftin
bbb362655c
feat: add env var SEMAPHORE_DB_OPTIONS 2024-05-23 16:51:06 +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
Denis Gukov
5948f4596c
Merge pull request #2037 from semaphoreui/clear_inventory
feat(be): remove old inventory files
2024-05-22 17:00:42 +02:00
fiftin
05e07230b8
fix: check collections both in playbook dir and repo dir 2024-05-22 11:41:15 +02:00
fiftin
434e587070
docs: change donate accs 2024-05-22 00:21:47 +02:00
fiftin
aad11428f4
ci(docker): disable node_modules cache for runner too 2024-05-21 22:04:56 +02:00
fiftin
445bbb89e7
ci: fix docker image 2024-05-21 21:27:19 +02:00
fiftin
82c88b9022
feat(be): remove old inventory files 2024-05-21 18:47:03 +02:00
Denis Gukov
3e0f5a44f0
Merge pull request #1987 from andreas-marschke/fix-integration-json-parsing
fix(integrations): Use payload instead of re-reading closed Body
2024-05-21 18:31:42 +02:00
fiftin
c970625d50
fix: integration -> integration id 2024-05-21 18:13:31 +02:00
fiftin
7e83868e7e
feat(ui): use integration_id 2024-05-21 16:09:00 +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
fiftin
a07e4bd69d
refactor(be): move consts to func 2024-05-21 13:39:51 +02:00
fiftin
300f5c230e
ci(docker): disable arm/v6 build 2024-05-20 17:06:06 +02:00
Denis Gukov
22ed357ae0
Merge pull request #1846 from tothakos-code/develop
Add secret survey var type, for passwords
2024-05-20 15:49:48 +02:00
Denis Gukov
a3a4a1ca69
Merge branch 'develop' into develop 2024-05-20 15:46:18 +02:00