Commit Graph

2606 Commits

Author SHA1 Message Date
Aditya 152ce9f02f fix: making REGISTRY_URL get pushed to k8s 2024-10-01 18:47:18 +05:30
Frikky 06ec47a974 Update README.md 2024-10-01 13:51:22 +02:00
Frikky 3fe6af2bff Ran more tests towards notification handling with and without swarm 2024-10-01 11:52:52 +02:00
Frikky 7b99a98d03 Orborus worker override fixes 2024-10-01 10:15:54 +02:00
Frikky 14c61e6b36 Fixed Worker X Orborus interaction for image downloads to be similar 2024-09-30 21:31:21 +02:00
Frikky 5226f79551 Made Orborus and Worker both able to download images properly. Added a timeout to make sure images get the time to be built. This is a 30 second stupid addition 2024-09-30 13:41:43 +02:00
Frikky 21d481a189 fixed issue with app sdk not loading full execution properly for /api/v1/run actions 2024-09-26 16:15:33 +02:00
Aditya 91c0b2ca48 feat: publically releasing scale worker + rollback to the original 2024-09-24 18:24:27 +05:30
Aditya eebae97db5 feat: publically releasing scale worker (updated) 2024-09-24 18:12:53 +05:30
Aditya 6dfe9af98b feat: public swarm mode! 2024-09-24 16:40:40 +05:30
Frikky 47babf187e Added the API endpoint for getcache 2024-08-26 13:38:26 +03:00
Frikky af14b76ac5 Worker fix 2024-08-20 23:37:21 +02:00
Frikky fe2e3105eb Fixed a bunch of possible issues with User Input on cloud vs onprem, and how workflows start in shuffle-shared 2024-08-20 23:29:09 +02:00
Frikky 1a9f82a3e7 Force Rebuild frontend 2024-08-20 14:53:53 +02:00
Frikky c4f502eb63 Rebuild nightly with tons of workflow startup overrides. SHOULD fix user input + weird startup issues by removing weird mix with cloud 2024-08-20 14:49:03 +02:00
Frikky d5afc05e0d Docker compose override with the correct environment variables 2024-08-20 14:24:43 +02:00
yashsinghcodes e67c23a5c0 fix logic for cert mounting 2024-08-20 17:54:13 +05:30
Frikky 5c777a01de Orborus rebuild with v0.6.61 2024-08-20 12:46:24 +02:00
Frikky 267c39f0f4 Fixed nightly backend issues 2024-08-20 12:42:38 +02:00
Frikky 7682a2f378 Merge branch '2.0.0' of https://github.com/shuffle/shuffle into 2.0.0 2024-08-20 12:39:53 +02:00
Frikky 0ccd4ef631 Fixed detection mapping 2024-08-20 12:39:44 +02:00
Frikky a6674ba060 Merge pull request #1480 from yashsinghcodes/fix-for-git-proxy
fix to use http_proxy for git clone
2024-08-19 18:06:25 +02:00
Frikky 5aba926ef0 SDK & ORborus update 2024-08-16 16:52:31 +02:00
Frikky 7419482c45 Orborus rebuild 2024-08-16 15:15:59 +02:00
Frikky e8a2107524 Started syncing back new detection changes. Unsure how to optimize this for now. 2024-08-16 00:42:30 +02:00
Frikky 7d8a52cfff A ton of workflow related & onboarding changes 2024-08-15 23:22:25 +02:00
Frikky eaf8acfec0 Nightly with new codegen yay 2024-08-15 15:45:12 +02:00
Frikky 7d47a006aa Fix Orborus build to run properly for Docker/K8s network create 2024-08-15 11:34:23 +02:00
Frikky 58713cf937 Rebuild nightly 2024-08-15 11:31:37 +02:00
Frikky ca586da4b3 Rebuild backend 2024-08-15 11:18:22 +02:00
yashsinghcodes 5ec483a21f git no-proxy 2024-08-15 01:39:39 +05:30
yashsinghcodes 7bd471c500 mount certs to each workers 2024-08-14 20:04:43 +05:30
Frikky d0d45fe63f Merge pull request #1491 from Shuffle/dependabot/go_modules/functions/onprem/orborus/github.com/docker/docker-26.1.5incompatible
build(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in /functions/onprem/orborus
2024-08-14 12:02:49 +02:00
Frikky 2e3b06ec4a Merge pull request #1479 from Shuffle/dependabot/go_modules/functions/onprem/worker/github.com/docker/docker-26.1.4incompatible
build(deps): bump github.com/docker/docker from 26.1.0+incompatible to 26.1.4+incompatible in /functions/onprem/worker
2024-08-14 12:02:37 +02:00
yashsinghcodes 427bd88bbf added no_proxy 2024-08-12 19:52:49 +05:30
dependabot[bot] 642d07ea8c build(deps): bump github.com/docker/docker in /functions/onprem/orborus
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 26.1.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v26.1.4...v26.1.5)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 19:08:39 +00:00
Frikky a858177e61 Bump main nightly to fix sso issue 2024-08-09 01:08:22 +02:00
Aditya 659c8b909b Merge pull request #1485 from yashsinghcodes/fix-liquid-quote
[fix]: url-encode and url-decode properly
2024-08-07 23:39:38 +05:30
yashsinghcodes fb83a3d4ae [fix] url-decode handle both '+' and '%20' 2024-08-07 20:05:26 +05:30
yashsinghcodes 6d8b171cda [fix]: url-encode properly 2024-08-07 19:41:09 +05:30
yashsinghcodes 9b37eb34f9 added proxy for git everywhere 2024-08-06 23:58:34 +05:30
yashsinghcodes 68db8aae14 [fix] git proxy 2024-08-04 16:02:25 +00:00
dependabot[bot] e69fbdc0a4 build(deps): bump github.com/docker/docker in /functions/onprem/worker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.0+incompatible to 26.1.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v26.1.0...v26.1.4)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 17:16:17 +00:00
Frikky 90b0e48c6a Merge pull request #1478 from Shuffle/revert-1477-expandWindowFeature
Revert "Expand window feature"
2024-07-31 21:06:57 +02:00
Frikky e928f4d1fb Revert "Expand window feature" 2024-07-31 21:06:39 +02:00
Frikky be592d3a25 Merge pull request #1477 from Monilprajapati/expandWindowFeature
Expand window feature
2024-07-31 21:05:24 +02:00
monilprajapati ae66160d4e Resolved the conflicts 2024-08-01 00:31:01 +05:30
Frikky 1b8e114f7b Merge pull request #1476 from Monilprajapati/UITooltip
UI tooltip
2024-07-31 20:43:57 +02:00
monilprajapati 6391bec96a resolved the conflicts& fixed the hive crash issue 2024-08-01 00:11:19 +05:30
Frikky eb13e975d3 No parsedaction parser - Monil suggestion :) 2024-07-31 20:12:13 +02:00