Commit Graph

4238 Commits

Author SHA1 Message Date
Ruben Fiszel
9c55195b19 bump deno to 1.36.3 2023-09-01 14:53:17 +02:00
Ruben Fiszel
b2ff746c36 fix: see run detail in a new tab 2023-09-01 09:32:05 +02:00
Faton Ramadani
3009a9a6e7 feat(frontend): App stepper debug (#2202)
* fix(frontend): Fix overflow issue

* feat(frontend): Add Stepper debug + add last action output

* feat(frontend): revert

* feat(frontend): correctly handled debug mode

* fix(frontend): PR comments
2023-09-01 08:03:45 +02:00
Faton Ramadani
bdbf8d1ca5 fix(frontend): Fix App Modal z-index (#2210)
* fix(frontend): Fix App Modal z-index

* fix(frontend): fix build
2023-09-01 08:01:26 +02:00
Ruben Fiszel
ed627c9bcf chore(main): release 1.165.0 (#2207)
* chore(main): release 1.165.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-09-01 00:05:37 +02:00
Ruben Fiszel
24527d240b feat: improve queue performance when queue grows large 2023-08-31 23:41:04 +02:00
Ruben Fiszel
1930a473e4 feat: support partial go dependency pinning 2023-08-31 22:12:47 +02:00
Ruben Fiszel
5513bb7a5b clarify cache usage for scripts/flows 2023-08-31 15:19:01 +02:00
Ruben Fiszel
578801c9ea fix: uniformize that all job links specify the workspace 2023-08-31 12:55:28 +02:00
Ruben Fiszel
c9da947088 chore(main): release 1.164.0 (#2205)
* chore(main): release 1.164.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-31 12:30:37 +02:00
Ruben Fiszel
f45b6dc088 feat: add workspace variable to worker tag 2023-08-31 11:00:57 +02:00
Bryan
fa5e3ba2a8 fix(frontend): allow using Docker in Flow (#2201) 2023-08-31 08:52:05 +02:00
Faton Ramadani
246e235feb Fix run page navigation (#2200)
* fix(frontend): Fix overflow issue

* fix(frontend): Properly handle browser navigation

* fix(frontend): revert changes

* fix(frontend): remove debug code
2023-08-31 00:17:52 +02:00
Ruben Fiszel
922660af5e make frontend bundlable 2023-08-30 19:31:34 +02:00
Ruben Fiszel
6fe33de6a6 reworks consts 2023-08-30 18:43:21 +02:00
Ruben Fiszel
3c0dda31c5 chore(main): release 1.163.1 (#2199)
* chore(main): release 1.163.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-30 18:31:44 +02:00
Ruben Fiszel
e96790c838 fix: avoid perpetual spinning of recompute all component 2023-08-30 18:27:12 +02:00
Ruben Fiszel
ec17365a1e clarify cache usage for scripts/flows 2023-08-30 17:44:40 +02:00
Ruben Fiszel
8ead9b306d chore(main): release 1.163.0 (#2198)
* chore(main): release 1.163.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-30 17:26:31 +02:00
Ruben Fiszel
ff3ffbf908 nits 2023-08-30 17:26:30 +02:00
Ruben Fiszel
d5e5322126 fix: fix cyclical loop in apps 2023-08-30 17:12:55 +02:00
Ruben Fiszel
25122ff7d3 reduce barrier sync logs 2023-08-30 14:55:03 +02:00
Ruben Fiszel
ac6d04cf8b improve global cache to s3 panel 2023-08-30 14:09:54 +02:00
Ruben Fiszel
b7236d8945 fix build 2023-08-30 13:43:40 +02:00
Ruben Fiszel
9829105d08 feat: add global cache configuration 2023-08-30 13:35:41 +02:00
Ruben Fiszel
106644181d fix premium info computation 2023-08-29 21:41:26 +02:00
Ruben Fiszel
9ca6f75b4c fix premium info computation 2023-08-29 21:27:53 +02:00
Ruben Fiszel
958c172173 fix premium info computation 2023-08-29 21:23:15 +02:00
Ruben Fiszel
702477dd80 exclude cache and state from tarball export 2023-08-29 19:36:25 +02:00
Ruben Fiszel
81fe81f8f4 chore(main): release 1.162.2 (#2197)
* chore(main): release 1.162.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-29 16:45:39 +02:00
Ruben Fiszel
8ee28c9348 fix: fix incorrect bump 2023-08-29 16:44:05 +02:00
Ruben Fiszel
d593a68546 chore(main): release 1.162.1 (#2196) 2023-08-29 16:39:46 +02:00
Ruben Fiszel
21649d9fa7 fix: fix deps incompatibilities 2023-08-29 16:38:02 +02:00
Ruben Fiszel
38250162c7 chore(main): release 1.162.0 (#2194)
* chore(main): release 1.162.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-29 15:59:24 +02:00
Ruben Fiszel
91707bca86 feat: add cache to inline scripts 2023-08-29 15:57:01 +02:00
Faton Ramadani
5ca6c8f266 feat(frontend): Filter runs by user (#2187)
* feat(frontend): Filter runs by user

* feat(frontend): Improve UI

* feat(frontend): Add filter by folder

* feat(frontend): Clean up filters

* feat(frontend): Clean up filters

* feat(frontend): add shortcut to filter by folder

* fix(frontend): Fix filters

* fix(frontend): remove logs

* fix(frontend): Fix filter by syncing

* fix(frontend): refactor all filters

* fix(frontend): refactor all filters

* fix(frontend): refactor all filters

* fix(frontend): refactor all filters

* fix(frontend): add missing tooltips

* fix(frontend): correcly set args and result filters + handle status filter
2023-08-29 15:42:56 +02:00
Ruben Fiszel
75506e1ec9 improve cache paths 2023-08-29 15:29:55 +02:00
Ruben Fiszel
f3c96fe0cc fix: add setState, getState to client 2023-08-29 15:26:23 +02:00
Ruben Fiszel
73cfaf2647 fix get latest deployed for path 2023-08-29 15:12:53 +02:00
Ruben Fiszel
2895014b6e fix: relative imports in deno 2023-08-29 15:05:00 +02:00
Ruben Fiszel
8d62fbdbdc feat: add caching to flows and scripts (#2193)
* cachettl

* all
2023-08-29 13:00:20 +02:00
Ruben Fiszel
e374980e09 fix list state preservation across re-renders 2023-08-28 20:42:53 +02:00
Ruben Fiszel
7c0fe8efc6 chore(main): release 1.161.0 (#2190)
* chore(main): release 1.161.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-08-28 20:20:48 +02:00
Ruben Fiszel
3746c41138 fix: allow deno to --write lock when using lockfiles 2023-08-28 20:16:32 +02:00
Ruben Fiszel
ab27adc87e feat: early stop for flows 2023-08-28 17:46:16 +02:00
Ruben Fiszel
11c8f90daf feat: concurrency limits for flows 2023-08-28 16:02:48 +02:00
Faton Ramadani
9264d4f046 feat(frontend): rework premium plans (#2155)
* feat(frontend): rework premium plans

* feat(frontend): update premium plan page
2023-08-28 14:26:18 +02:00
Ruben Fiszel
24852c257f fix: fix refresh init in presence of app stepper 2023-08-28 12:36:54 +02:00
Ruben Fiszel
635a40aa03 fix build 2023-08-28 09:44:36 +02:00
Ruben Fiszel
2773ef051e fix compilation 2023-08-28 09:00:13 +02:00