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
fiftin
dafc6590df
fix(users): update task log for admins
2024-04-02 23:50:52 +02:00
Denis Gukov
49cd47e8f8
fix(templates): delete template -> delete schedule ( #1889 )
...
* fix(templates): delete template -> delete schedule
* fix(templates): reset build temlate id and version if type is task
2024-04-02 19:43:49 +02:00
fiftin
ec036fd0c2
fix(sql): do not check of affected rows bacause it can return incorrect number
2024-03-31 12:34:05 +02:00
fiftin
c20a70e3a6
feat: empty env for new projects
2024-03-25 01:24:04 +01:00
fiftin
8964689383
feat(notifications): add emoji to messages
2024-03-23 20:33:48 +01:00
fiftin
8f9b9a74fe
feat(integrations): add global alias
2024-03-23 13:37:15 +01:00
fiftin
194a889957
feat(integrations): github auth method
2024-03-22 23:01:32 +01:00
fiftin
d725fbca81
fix(integrations): auth check
2024-03-22 21:44:15 +01:00
fiftin
18c071e050
feat(integrations): use gojsonq instead of jsonq
2024-03-22 18:34:03 +01:00
fiftin
d3c81c6992
fix(integrations): boltdb support
2024-03-21 11:21:21 +01:00
fiftin
fd7896ff6b
refactor(integrations): use deleteObject method
2024-03-21 10:56:17 +01:00
fiftin
b7c4339171
feat(integrations): support searchable integrations
2024-03-21 00:53:54 +01:00
fiftin
6f4ec9ac8f
fix(integrations): public url
2024-03-21 00:23:55 +01:00
fiftin
94b418fb56
Revert "feat: remove searchable"
...
This reverts commit 5757aab5b2
.
2024-03-21 00:17:34 +01:00
fiftin
fb1ef576b5
Revert "fix: remove ? from query"
...
This reverts commit ac284b5f4d
.
2024-03-21 00:17:34 +01:00
fiftin
ac284b5f4d
fix: remove ? from query
2024-03-20 23:59:53 +01:00
fiftin
5757aab5b2
feat: remove searchable
2024-03-20 23:47:18 +01:00
fiftin
02e13c7314
feat(integrations): allow multiple indices
2024-03-20 22:35:47 +01:00
fiftin
cfe279c6dc
feat(integrations): implement alias gen/regen/remove
2024-03-20 16:30:55 +01:00
fiftin
dc799809a1
feat(integrations): add alias manipulations methods for sql
2024-03-20 14:55:47 +01:00
fiftin
65d7a467fa
feat(integrations): add alias management endpoints
2024-03-20 14:01:52 +01:00
fiftin
5551cd1a1e
feat: validate repo before save
2024-03-18 15:37:40 +01:00
fiftin
6e5bac8130
fix: validate inventory before save
2024-03-18 15:33:40 +01:00
fiftin
8486b43380
fix(be0: set null instead of cascade for holder_id
2024-03-11 23:12:57 +01:00
fiftin
0704828119
fix(be): save project type
2024-03-11 01:04:47 +01:00
fiftin
4c8312bc9b
feat(be): add none inventory type
2024-03-10 22:58:35 +01:00
fiftin
8a6d5821f8
Revert "feat: make inventory optional for template"
...
This reverts commit f6f3e4228f
.
2024-03-10 22:56:58 +01:00
fiftin
8aafae1417
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
2024-03-10 22:51:37 +01:00
fiftin
f6f3e4228f
feat: make inventory optional for template
2024-03-10 22:51:28 +01:00
Denis Gukov
f4edc70f08
Merge pull request #1818 from NikitaDef/feature/fix_deprecation
...
Fix deprecation io/ioutil
2024-03-10 20:50:45 +01:00
gavrilov.nikita
741a6748fd
Fix deprecation io/ioutil
2024-03-10 22:07:19 +03:00
fiftin
51c4a95268
feat: implement options for sql
2024-03-10 19:14:08 +01:00
fiftin
522513b375
feat(be): implement options for boltdb
2024-03-10 19:00:15 +01:00
fiftin
710c7df275
feat: implement options for boltdb
2024-03-10 18:55:42 +01:00
fiftin
a90b270dc5
feat(be): add fields to the models
2024-03-10 13:13:44 +01:00
fiftin
2bdcc8b043
feat: add fields to migrations
2024-03-10 13:08:45 +01:00
fiftin
479eb889f8
refactor: add type InventoryType
2024-03-09 20:23:38 +01:00
fiftin
84f7dae074
feat: remove type for inventory :)
2024-03-09 20:05:12 +01:00
fiftin
1951e8ebb2
feat: add type for inventory
2024-03-09 20:03:19 +01:00
fiftin
60976d1afb
fix(bolt): return not nil
2024-03-08 18:13:16 +01:00
fiftin
b1396dcae2
feat: add project type
2024-03-07 19:50:48 +01:00
fiftin
13e1cac83e
feat(integrations): manipulation by aliases in boltdb
2024-03-07 11:06:12 +01:00
fiftin
2c2e7df311
feat(integrations): add alias methods
2024-03-07 10:32:25 +01:00