fiftin
9458ae1ffe
security(docker): don't print sensative data
2024-04-02 13:44:20 +02:00
fiftin
c9a84c2d3f
Merge branch 'develop' of github.com:semaphoreui/semaphore into develop
2024-04-02 13:18:21 +02:00
fiftin
1531a1a4b8
ci(runner): fix runner starting in container
2024-04-02 13:18:14 +02:00
Denis Gukov
5e400436f3
Merge pull request #1221 from Walkablenormal/develop
...
Fixes ansible-semaphore/semaphore#1195
2024-04-01 17:46:39 +02:00
Walkablenormal
6545341d23
Merge branch 'develop' of https://github.com/semaphoreui/semaphore into develop
2024-04-01 12:25:35 +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
38bb36736c
chore: github sponsoring
2024-03-30 21:08:29 +01:00
年幼涩批
9f0ead20fa
Merge branch 'ansible-semaphore:develop' into bugfix-i18n-parse
2024-03-28 09:56:07 +08:00
fiftin
e26b9fafcb
fix(oauth): remove extra slash
2024-03-27 18:01:18 +01:00
Denis Gukov
d33d752bea
unregister runner ( #1875 )
...
* fix(login): expire cookie on error with login
* feat: allows to unregister runner via cli
* feat(runner): add subcommands
* feat(runners): unregister command
* refactor(runner): move config to util.gol
* Revert "fix(login): expire cookie on error with login"
This reverts commit 6d726e3475
.
2024-03-27 14:43:41 +01:00
fiftin
60d759872a
feat(runners): unregister endpoint
2024-03-27 12:11:33 +01:00
fiftin
7a1e08023e
feat(runners): change log messages
2024-03-27 12:04:30 +01:00
dragon
01dae33e24
fix i18n error
2024-03-27 15:46:45 +08:00
dragon
bed595f055
fix i18n error
2024-03-27 15:34:29 +08:00
fiftin
c20a70e3a6
feat: empty env for new projects
2024-03-25 01:24:04 +01:00
fiftin
b2b2d8f484
fix: apply prepareClaims
2024-03-25 00:47:14 +01:00
fiftin
15d670eea0
feat: add prepareClaims to fix float fields
2024-03-25 00:35:11 +01:00
fiftin
2457cbc13e
test(login): claim | which always false
2024-03-24 23:08:23 +01:00
Denis Gukov
f982f3d365
Merge pull request #1865 from ansible-semaphore/email_claim_format
...
feat: add format for oidc claims
2024-03-24 22:25:02 +01:00
fiftin
54587b0e07
test: add tests for parseClaim
2024-03-24 22:08:49 +01:00
fiftin
f31a3500d1
feat: support claim pipes
2024-03-24 21:54:40 +01:00
fiftin
b03c5dcf32
feat: add format for oidc claims
2024-03-24 21:45:54 +01:00
fiftin
52f64e36fa
fix: email link
2024-03-23 21:59:29 +01:00
fiftin
c5448d0357
feat: use html for emails
2024-03-23 21:16:59 +01:00
fiftin
a369bd772f
feat: add emoji for all messengers
2024-03-23 20:55:33 +01:00
fiftin
e2707994cb
feat: add notification for confirmation
2024-03-23 20:36:43 +01:00
fiftin
8964689383
feat(notifications): add emoji to messages
2024-03-23 20:33:48 +01:00
fiftin
590c78fed9
ci(runner): remove ssh config because it is not works
2024-03-23 17:54:40 +01:00
fiftin
2ae06222d1
ci: ssh config file
2024-03-23 17:34:59 +01:00
fiftin
f1730ee6a5
ci: disable host key check for runner
2024-03-23 16:55:38 +01:00
Denis Gukov
fc87dee759
Merge pull request #1855 from ansible-semaphore/global_integration_alias
...
Add global alias for Integrations
2024-03-23 14:24:10 +01:00
fiftin
8f9b9a74fe
feat(integrations): add global alias
2024-03-23 13:37:15 +01:00
Denis Gukov
1159a6bf0d
Merge pull request #1852 from Fryie/1074/fix-duplicating-template
...
Fix #1074 : duplicate template
2024-03-23 00:20:54 +01:00
fiftin
4c27e0a70d
fix(integrations): hmac auth
2024-03-23 00:11:43 +01:00
fiftin
194a889957
feat(integrations): github auth method
2024-03-22 23:01:32 +01:00
fiftin
e5ba366663
feat(integrations): add auth header to ui
2024-03-22 22:02:18 +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
b75a8a7189
feat(integartions): add logs
2024-03-22 17:23:43 +01:00
fiftin
d09095739c
chore(be): rename var
2024-03-22 16:39:33 +01:00
Pierpaolo Frasa
6162408b3d
fix #1074 : duplicate template
...
Previously, duplicating wouldn't work correctly and overwrite the
existing task. By explicitly setting the item's ID to null after copying
the data, we avoid this behaviour.
2024-03-21 22:04:45 +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
d602cdf552
feat(integration): searchable checkox
2024-03-21 00:40:00 +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