Commit Graph

1072 Commits

Author SHA1 Message Date
lalitdeore12@gmail.com 4942387bab add theming changes for onprem 2025-05-20 13:51:36 +05:30
lalitdeore12@gmail.com e92c2817b2 Fix - light theme ui break due to theme 2025-05-20 01:02:16 +05:30
Frikky 6316fb8888 Fixed agentUI reference 2025-05-19 00:22:11 +02:00
Frikky a4ebf3e558 Lightmode/Darkmode merge including many fixes since 2.0.2 2025-05-19 00:04:37 +02:00
Frikky ef8e01b73f Rebuild with right permissions 2025-05-12 13:20:58 +02:00
Frikky 99c01e518d Fixed a problem where workflows can't be built 2025-05-12 13:15:43 +02:00
Frikky b0d3d62ee4 Fixed git sanitization update 2025-04-05 17:01:40 +02:00
Frikky 7b5616b30f Ensuring backend also works with single action reruns 2025-04-05 01:05:04 +02:00
Frikky a4c3d77f4c Ensured orborus is now in line with latest docker API's and golang apis 2025-04-05 01:04:10 +02:00
Frikky 04c28b08c7 Added a way to run worker.go standalone: go run worker.go standalone <execution_id> <authentication> <url> 2025-04-05 00:08:03 +02:00
Frikky 557c39c8fc Made onprem executions work from code editor properly 2025-04-04 13:09:17 +02:00
Frikky c462ef584f Made code editor try it out work properly 2025-04-04 13:06:33 +02:00
Frikky e0ed360e28 Fixed a problem with admin not being admin on the /admin page 2025-04-04 11:22:33 +02:00
Frikky aa1e7e345e Bumped shared 2025-04-04 00:20:11 +02:00
Frikky 94ebadb669 Merge pull request #1676 from Shuffle/nightly
2.0.2
2025-04-03 23:14:49 +02:00
Frikky 8d0939a941 Minor print fixes 2025-04-03 22:51:36 +02:00
Frikky 9dbe9b8077 Fixed minor issues with app deployment etc 2025-04-03 22:48:51 +02:00
Frikky b204296e71 Fixed a problem with docker mounts always being read-write and not mounting properly into containers 2025-04-03 19:19:40 +02:00
Frikky d1d06df2b0 Removed a problem with duplicate binds in worker 2025-04-03 18:23:34 +02:00
Frikky bc8b1c2c6e Improved the image download mechanism for self-built apps onprem 2025-04-03 01:53:55 +02:00
Frikky 80c568e546 Added multiple updates to Orborus to ensure image downloads happen properly, even with bad defaults 2025-04-02 23:07:09 +02:00
Frikky 2e40266171 Fixed a few minor problems like queue confirms working well for environments with spaces 2025-04-02 12:20:48 +02:00
Frikky ff6b970aef Minor fixes everywhere 2025-04-01 22:33:25 +02:00
Frikky a2e4d37eea Allowed workflow reruns from a specific node 2025-03-24 20:59:44 +01:00
Frikky 9b9e2e1048 Sync up with speedups done for workflow runs on cloud and removed old unused code 2025-03-24 10:01:10 +01:00
Frikky 4f77a23612 Added 'wait' query to execute workflow and optimized heavily how fast they start to run 2025-03-23 20:37:22 +01:00
Frikky 9476020b50 Minor fixes from code scanning that had no direct necessary impact 2025-03-21 12:37:09 +01:00
Frikky bc936ab137 Fixed multiple potential vulnerabilites in go-git.v4 2025-03-21 12:26:22 +01:00
Frikky 8784fdea19 Changed go mod tidy and download from go get 2025-03-21 02:25:18 +01:00
Frikky 86ba150e29 Removed app sdk requirements file 2025-03-21 02:14:39 +01:00
Frikky ed78159913 Go sum fix 2025-03-21 02:11:21 +01:00
Frikky d67c05b343 Merge branch 'main' into nightly 2025-03-21 02:09:36 +01:00
Frikky d6e9459dc5 Rebuild for nightly 2025-03-21 02:05:26 +01:00
dependabot[bot] 6ffbd25986 build(deps): bump the go_modules group across 3 directories with 2 updates
Bumps the go_modules group with 2 updates in the /backend/go-app directory: [github.com/containerd/containerd](https://github.com/containerd/containerd) and [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /functions/onprem/orborus directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /functions/onprem/worker directory: [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/containerd/containerd` from 1.6.26 to 1.6.38
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.26...v1.6.38)

Updates `golang.org/x/net` from 0.34.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.0)

Updates `golang.org/x/net` from 0.34.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.0)

Updates `golang.org/x/net` from 0.25.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 18:47:57 +00:00
Frikky bf90cadb78 Merge pull request #1656 from Shuffle/dependabot/go_modules/backend/go-app/github.com/containerd/containerd-1.6.38
build(deps): bump github.com/containerd/containerd from 1.6.26 to 1.6.38 in /backend/go-app
2025-03-18 19:45:31 +01:00
dependabot[bot] 13cac512df build(deps): bump github.com/containerd/containerd in /backend/go-app
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.26 to 1.6.38.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.26...v1.6.38)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 00:19:57 +00:00
Frikky 5395ad40ec Minor sync 2025-03-18 00:53:26 +01:00
yashsinghcodes 319c29aae2 fixed health check onprem 2025-03-17 18:29:23 +05:30
Aditya c5a0ff5000 fix: Reverted to f0c2dfa 2025-03-17 18:24:56 +05:30
yashsinghcodes b6512897e8 Revert "Multiple diff fixes for multi tenant workflows"
This reverts commit f0c2dfa3d2.
2025-03-17 18:12:23 +05:30
yashsinghcodes 02801ecd78 fixed force health url 2025-03-17 18:10:06 +05:30
Frikky f0c2dfa3d2 Multiple diff fixes for multi tenant workflows 2025-03-11 01:57:05 +01:00
Frikky f26e122b79 Disabled the isValid check in walkoff for executions 2025-03-06 22:07:30 +01:00
Frikky 37c0baf02a Last builds for 2.0 2025-03-04 19:37:44 +01:00
Frikky a658ccafaf Bumped to shuffle-shared 0.8.6 for multi tenant workflows 2025-03-03 21:11:48 +01:00
Frikky ad07379508 Minor fixes EVERYWHERE 2025-03-03 19:52:13 +01:00
Frikky 2e73f772e6 Migrated a bunch of pages 2025-03-03 16:38:33 +01:00
Frikky 91268ca3b0 Fixed go.mod bumps 2025-03-03 12:02:27 +01:00
Frikky b94b4d7fef Bumped for latest shuffle-shared merges 2025-02-28 01:19:28 +01:00
Frikky 24ee675304 More minor fixes for cloud/onprem to be in line 2025-02-28 01:17:46 +01:00