Commit Graph

2009 Commits

Author SHA1 Message Date
dependabot[bot]
03c9c1ce74
chore(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2 in /web
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 19:39:26 +00:00
Denis Gukov
960f071564
Merge pull request #1899 from semaphoreui/dependabot/npm_and_yarn/web/json5-1.0.2
chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 in /web
2024-04-02 21:38:53 +02:00
dependabot[bot]
82114d7762
chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 in /web
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:25:21 +00:00
Denis Gukov
58d382bfd6
Merge pull request #1891 from semaphoreui/dependabot/npm_and_yarn/web/webpack-dev-middleware-5.3.4
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /web
2024-04-02 20:25:20 +02:00
Denis Gukov
1ba989d06a
Merge pull request #1894 from semaphoreui/dependabot/npm_and_yarn/web/follow-redirects-1.15.6
chore(deps): bump follow-redirects from 1.15.1 to 1.15.6 in /web
2024-04-02 20:24:31 +02:00
dependabot[bot]
787efdab6d
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /web
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:23:17 +00:00
dependabot[bot]
0864eddaa7
chore(deps): bump follow-redirects from 1.15.1 to 1.15.6 in /web
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:23:09 +00:00
Denis Gukov
45003a058c
Merge pull request #1890 from semaphoreui/dependabot/npm_and_yarn/web/axios-0.28.0
chore(deps): bump axios from 0.21.4 to 0.28.0 in /web
2024-04-02 20:22:18 +02:00
dependabot[bot]
fd5a8c048a
chore(deps): bump axios from 0.21.4 to 0.28.0 in /web
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:20:51 +00: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
Denis Gukov
7b32bbff33
Merge pull request #1886 from semaphoreui/1649-docker-container-logs-secrets
security(docker): don't print sensative data
2024-04-02 17:45:21 +02:00
Denis Gukov
214e235e57
Merge pull request #1887 from semaphoreui/1698-semaphore-api-put-projectproject_idtemplatestemplate_id---no-way-to-specify-vault_id
docs: add vault_id to open api
2024-04-02 17:44:54 +02:00
Denis Gukov
b376928c04
Merge pull request #1888 from semaphoreui/1869-task-output-reports-slack-alert-succesful-even-when-it-fails
fix(slack): log messege for unsuccess sent
2024-04-02 17:44:38 +02:00
fiftin
7f15af22b5 fix(slack): log messege for unsuccess sent 2024-04-02 14:16:34 +02:00
fiftin
6b99e53e67 docs: add vault_id to open api 2024-04-02 14:13:43 +02:00
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
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
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