Commit Graph

2102 Commits

Author SHA1 Message Date
Felix Stieglitz
edf7c7e207
Fix galaxy requirement.yml paths 2024-05-07 23:12:38 +02:00
Denis Gukov
e6403785ef
Merge pull request #1988 from andreas-marschke/fix-env-path-tmp-ssh
fix(config):Correct ENV Variable lookup typo for SshConfig
2024-05-02 11:26:37 +05:00
Andreas Marschke
5b9a5eaec3 Correct ENV Variable lookup typo for SshConfig 2024-05-02 07:10:31 +02:00
Denis Gukov
c762dcd21d
Merge pull request #1872 from ExplodingDragon/bugfix-i18n-parse
Fix language not being recognized correctly
2024-04-29 19:37:50 +05: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
Denis Gukov
a2f2f372ad
Merge pull request #1976 from testwill/close_file
fix: close dir
2024-04-28 22:22:09 +05:00
guangwu
d7005bc153
fix: close dir 2024-04-28 10:42:25 +08:00
Denis Gukov
4d86438236 feat: add loader 2024-04-27 15:42:17 +05:00
Denis Gukov
528ba19751 feat(web): add app constants 2024-04-27 14:51:02 +05:00
Denis Gukov
c74fac3cb4 fix(web): new template condition 2024-04-27 14:50:00 +05:00
Denis Gukov
2ec299cec2 fix(web): icon 2024-04-27 14:41:58 +05:00
Denis Gukov
de122d48b0 refactor: add edit template dialog 2024-04-27 14:36:33 +05:00
Denis Gukov
37ccbade63 fix(be): error message 2024-04-27 12:00:15 +05: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
Denis Gukov
4ad93c5440
Merge pull request #1958 from commx/semaphore-vars-url
add url for task page to semaphore_vars
2024-04-19 21:43:33 +05:00
Denis Gukov
c57939ec49
Merge pull request #1956 from semaphoreui/dependabot/go_modules/golang.org/x/net-0.23.0
chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
2024-04-19 21:22:31 +05:00
Christian Kröger
f2e0fe5bb7 fix TaskRunner tests 2024-04-19 15:24:24 +02:00
dependabot[bot]
5c446eee58
chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 13:11:48 +00:00
Christian Kröger
72522b5b9b add url for task page to semaphore_vars 2024-04-19 15:05:35 +02:00
dragon
96f615da90 Merge branch 'develop' into bugfix-i18n-parse 2024-04-17 15:04:41 +08:00
Denis Gukov
f73d7113e4
Merge pull request #1250 from dmbonsall/docker-python-requirements
Enhancement: Installation of User Python Dependencies at Container Runtime
2024-04-15 13:08:35 +05: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
Denis Gukov
13b975a6d3
Merge pull request #1937 from yudrywet/develop
chore: fix some typos in comments
2024-04-14 21:55:10 +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
Denis Gukov
396ea4dded
Merge pull request #1934 from prakx87/fix-slack-alert
Fix: Author & Version return values in alerts and Slack template
2024-04-14 14:28:09 +05:00
Denis Gukov
29a0bc6bbe
Merge pull request #1928 from tboerger/eventlog-helper
feat: simplify call to store event logs
2024-04-14 14:06:36 +05:00
Prakyath Raj
146f0a4d94 Use comma only if version is passed 2024-04-14 01:49:20 +05:30
Prakyath Raj
9a14ff6628 Fix author & version return values in alert 2024-04-13 15:36:11 +05:30
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
Thomas Boerger
ca684a7b05
feat: move random string to separate package 2024-04-12 10:00:44 +02:00
Thomas Boerger
3565a2d391
feat: simplify call to store event logs 2024-04-12 09:23:13 +02:00
fiftin
f353de742d
fix(be): use --become-user for become creds 2024-04-08 15:51:53 +02:00
fiftin
04986c97f6
docs: fix tg link 2024-04-08 13:35:24 +02:00
fiftin
5d2a04ac21
docs: fix tg link 2024-04-08 13:33:44 +02:00
fiftin
4af87e0603
docs: fix youtube link 2024-04-08 13:32:08 +02:00
fiftin
901ad8d667
docs: change social links 2024-04-08 13:28:07 +02:00
fiftin
92aad82088
docs: change social links 2024-04-08 13:14:05 +02:00
fiftin
65c6eae9aa
docs: add patreon 2024-04-08 12:37:47 +02:00
fiftin
40151c7408
fix(secrets): become password value 2024-04-05 17:25:33 +02:00
Denis Gukov
840184524f
Merge pull request #1912 from semaphoreui/dependabot/npm_and_yarn/web/webpack-5.91.0
chore(deps): bump webpack from 5.73.0 to 5.91.0 in /web
2024-04-05 14:38:20 +02:00