Commit Graph

2502 Commits

Author SHA1 Message Date
Denis Gukov
ee62142c39 fix(backup): restore templates without env and inv 2024-10-07 10:46:50 +05:00
Denis Gukov
8168c547e2 test(backup): restoring project 2024-10-06 04:02:46 +05:00
Denis Gukov
85ccc9fcef test(backup): correct unit test 2024-10-06 03:59:27 +05:00
Denis Gukov
117d16c418 feat(backup): restore backup struct 2024-10-06 03:58:18 +05:00
Denis Gukov
9aa492b53f feat(backup): marshal/unmarshal 2024-10-06 03:16:12 +05:00
Denis Gukov
0d75e2e28d refactor(backup): use source models 2024-10-06 01:43:00 +05:00
Denis Gukov
acd29797d4 refactor(backup): add tag backup and use it 2024-10-06 01:16:25 +05:00
Denis Gukov
a2f6a1e5f4 feat(migartions): drop foreign 2024-10-05 12:09:17 +05:00
Brian Zoetewey
28e81b53d5 Fix issues encountered during dredd tests 2024-10-04 15:08:59 -04:00
Brian Zoetewey
76d14365fd Fix issue with multiple vaults and runners 2024-10-04 15:08:59 -04:00
Brian Zoetewey
0250b0b9f7 Fix backup/restore and demo project 2024-10-04 15:08:59 -04:00
Brian Zoetewey
87db92151c Initial pass at multiple ansible vault support. 2024-10-04 15:08:59 -04:00
Denis Gukov
7372d8ee8a
Merge pull request #2387 from bykof/adapt-logs-to-find-correct-files
Some checks are pending
Dev / build-local (push) Waiting to run
Dev / migrate-boltdb (push) Blocked by required conditions
Dev / migrate-mysql (push) Blocked by required conditions
Dev / migrate-mariadb (push) Blocked by required conditions
Dev / migrate-postgres (push) Blocked by required conditions
Dev / integrate-boltdb (push) Blocked by required conditions
Dev / integrate-mysql (push) Blocked by required conditions
Dev / integrate-mariadb (push) Blocked by required conditions
Dev / integrate-postgres (push) Blocked by required conditions
Dev / deploy-server (push) Blocked by required conditions
Dev / deploy-runner (push) Blocked by required conditions
Adapt logs for Ansible Galaxy roles and collections
2024-10-04 12:47:06 +05:00
Michael Bykovski
db492bd5ad
adapt logs 2024-10-02 12:10:34 +02:00
Denis Gukov
8492e53163
Merge pull request #2380 from semaphoreui/dependabot/npm_and_yarn/web/elliptic-6.5.7
chore(deps-dev): bump elliptic from 6.5.5 to 6.5.7 in /web
2024-09-30 11:30:11 +05:00
Denis Gukov
a1c6fda7db
Merge pull request #2381 from semaphoreui/dependabot/npm_and_yarn/web/webpack-5.95.0
chore(deps): bump webpack from 5.91.0 to 5.95.0 in /web
2024-09-30 11:29:58 +05:00
dependabot[bot]
dccb1b308c
chore(deps): bump webpack from 5.91.0 to 5.95.0 in /web
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.95.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-29 21:26:04 +00:00
dependabot[bot]
2081d75d49
chore(deps-dev): bump elliptic from 6.5.5 to 6.5.7 in /web
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.5...v6.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-29 21:26:01 +00:00
Denis Gukov
26643a2841
Merge pull request #2379 from semaphoreui/dependabot/npm_and_yarn/web/multi-9423f4c335
chore(deps): bump body-parser and express in /web
2024-09-30 02:24:55 +05:00
dependabot[bot]
d098328647
chore(deps): bump body-parser and express in /web
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-29 20:59:25 +00:00
Denis Gukov
8dd85afa15 fix(cli): return ask directory path 2024-09-30 01:29:58 +05:00
Denis Gukov
4afe568db6 fix(cli): respect --config option in setup command 2024-09-30 01:18:08 +05:00
Denis Gukov
c7b352dba3 fix(be): null pointer 2024-09-30 00:58:21 +05:00
Denis Gukov
08a059a939 fix(be): loading env after config refactoring 2024-09-30 00:34:05 +05:00
Denis Gukov
bea1c6045f feat(be): use omitempty for json config 2024-09-29 23:53:33 +05:00
Denis Gukov
0078297d25 feat(runners): add explicit registration 2024-09-29 21:07:15 +05:00
Denis Gukov
1ca883f20c
Merge pull request #2377 from semaphoreui/runners_ui
runners ui
2024-09-29 20:38:04 +05:00
Denis Gukov
0bd8c874fb feat(ui): display Runners in menu only if runners enabled 2024-09-29 20:29:55 +05:00
Denis Gukov
55cc129238 feat(runners): change api url: 2024-09-29 15:40:07 +05:00
Denis Gukov
1ce8dd08a3 refactor(runners): runner <-> server comminication protocol 2024-09-29 14:57:02 +05:00
Denis Gukov
859cfea44e fix(ui): remove disable button condition 2024-09-29 13:14:04 +05:00
Denis Gukov
a0d7431153 feat(ui): translations" 2024-09-29 12:59:15 +05:00
Denis Gukov
2580c0b2bf feat: add translation script 2024-09-29 12:32:44 +05:00
Denis Gukov
0a92e7c571 feat(runners): add token to runner config 2024-09-28 23:43:45 +05:00
Denis Gukov
8a1af9082c feat(runners): add strings to UI 2024-09-28 21:06:54 +05:00
Denis Gukov
8352a94218 feat(runners): dislay runner detail 2024-09-28 20:51:58 +05:00
Denis Gukov
1520fa0ad5 feat(runners): display runner's token 2024-09-28 20:17:52 +05:00
Denis Gukov
9d7afb339a feat(ui): create runner from web 2024-09-28 19:05:26 +05:00
Denis Gukov
611c0efbbe Merge branch 'develop' into runners_ui 2024-09-28 16:38:24 +05:00
Denis Gukov
8f25e35b89 ci: add codacy config file and exclude dredd tests 2024-09-28 16:30:39 +05:00
Denis Gukov
187c20fdc0 ci: add codacy config file and exclude dredd tests 2024-09-28 16:29:45 +05:00
Denis Gukov
c7177fac63 chore(be): sql query 2024-09-28 16:03:21 +05:00
Denis Gukov
061806e332 fix(be): As of Go 1.21, toolchain versions must use the 1.N.P syntax 2024-09-28 15:53:10 +05:00
Denis Gukov
619dd5a8e8 Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-09-28 15:51:28 +05:00
Denis Gukov
35c1e2529f chore(be): code clean 2024-09-28 15:51:15 +05:00
Denis Gukov
970d476fcd
Update README.md 2024-09-28 09:36:15 +05:00
Denis Gukov
2b652feb1b
Update README.md 2024-09-28 09:34:53 +05:00
Denis Gukov
dd064a233b
Update README.md 2024-09-28 09:19:44 +05:00
Denis Gukov
66cd8af26f
Update README.md 2024-09-28 07:36:33 +05:00
Denis Gukov
7b1a912379
Update README.md 2024-09-28 04:16:58 +05:00