Ruben Fiszel
|
9e27ee8b57
|
improve try migration lock
|
2024-07-11 01:15:12 +02:00 |
|
Ruben Fiszel
|
7fe93fb506
|
fix: improve performance of cancel_all
|
2024-07-11 00:41:03 +02:00 |
|
Ruben Fiszel
|
2836eaf765
|
sqlx
|
2024-07-11 00:12:11 +02:00 |
|
Ruben Fiszel
|
33ca9bd101
|
fix: improve completed_job index
|
2024-07-10 23:43:02 +02:00 |
|
Ruben Fiszel
|
0dd039901b
|
chore(main): release 1.360.1 (#4048)
* chore(main): release 1.360.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-09 17:16:11 +02:00 |
|
HugoCasa
|
4ef357db17
|
fix: update flow path (#4053)
|
2024-07-09 17:13:21 +02:00 |
|
HugoCasa
|
bbcaec9769
|
fix: improve flow version fix migration (#4050)
|
2024-07-09 11:02:53 +02:00 |
|
Ruben Fiszel
|
3efffba0cb
|
nit expect
|
2024-07-09 08:45:36 +02:00 |
|
Ruben Fiszel
|
d674d93bcc
|
more observability for dedicated workers
|
2024-07-09 08:26:40 +02:00 |
|
Ruben Fiszel
|
e65dfa5d0c
|
fix: make dedicated workers work with dates in bun
|
2024-07-09 07:58:17 +02:00 |
|
Ruben Fiszel
|
c0529647b9
|
fix: fix previous_result not always working for failure steps
|
2024-07-09 00:01:58 +02:00 |
|
Ruben Fiszel
|
c3f2461e29
|
chore(main): release 1.360.0 (#4042)
* chore(main): release 1.360.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-08 22:56:21 +02:00 |
|
HugoCasa
|
ff8d51a8db
|
fix: always run flow versioning edge case fix migration (#4047)
|
2024-07-08 22:52:04 +02:00 |
|
Ruben Fiszel
|
ccf965e87d
|
fix: improve failure id assignment for parallel forloop
|
2024-07-08 15:50:38 +02:00 |
|
Ruben Fiszel
|
0d5dc46fbf
|
chore(main): release 1.359.0 (#4036)
* chore(main): release 1.359.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-08 13:45:57 +02:00 |
|
HugoCasa
|
af3fd09d80
|
fix(backend): make value of flow_version not null (#4039)
* fix: flow versioning nit: make value of flow version not null
* fix: sqlx
* fix: missing code change
* fix: improve nit migration
|
2024-07-08 11:56:53 +02:00 |
|
Ruben Fiszel
|
a3f40bf0e4
|
fix sqlx
|
2024-07-08 11:55:59 +02:00 |
|
Ruben Fiszel
|
02e5524fba
|
fix: improve input history
|
2024-07-08 11:41:27 +02:00 |
|
HugoCasa
|
0a613b76c8
|
fix: flow versioning edge case (#4037)
|
2024-07-07 20:04:42 +02:00 |
|
Ruben Fiszel
|
e6e08108a6
|
fix: improve handling of schedules with retries and concurrency limits
|
2024-07-05 20:37:30 +02:00 |
|
Ruben Fiszel
|
3660ce7c4d
|
chore(main): release 1.358.1 (#4034)
* chore(main): release 1.358.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-05 16:02:47 +02:00 |
|
Ruben Fiszel
|
ad82598828
|
chore(main): release 1.358.0 (#4025)
* chore(main): release 1.358.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-05 13:18:44 +02:00 |
|
HugoCasa
|
1b78145302
|
feat(backend): better filtering for audit logs API (#4023)
* feat: better filtering for audit logs
* chore: update ee ref
* fix: use csv instead of query array
* chore: update ee ref
|
2024-07-04 21:04:35 +02:00 |
|
Ruben Fiszel
|
0d85593644
|
chore(main): release 1.357.0 (#4016)
* chore(main): release 1.357.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-04 18:18:51 +02:00 |
|
Ruben Fiszel
|
b7b83a7d42
|
fix: improve dedicated workers for flows
|
2024-07-04 18:12:59 +02:00 |
|
Ruben Fiszel
|
1e3523cd79
|
fix: improve dedicated workers for flows
|
2024-07-04 16:34:41 +02:00 |
|
HugoCasa
|
39bcc151dd
|
fix(backend): correct version join of list search flows (#4022)
|
2024-07-04 15:13:16 +02:00 |
|
Ruben Fiszel
|
0ada83a80a
|
fix: fix wrong interaction between suspended steps and forloop parallelism
|
2024-07-04 14:53:43 +02:00 |
|
Ruben Fiszel
|
2812792326
|
fix: memory optimization for flow with big args (#4019)
|
2024-07-04 10:08:42 +02:00 |
|
HugoCasa
|
2ecf44f44f
|
fix(backend): switch job run to user db (#4017)
|
2024-07-03 21:51:59 +02:00 |
|
HugoCasa
|
7f2289d4d5
|
feat: flow versioning (#4009)
* feat: flow versioning
* fix: sqlx
* fix: update schedule test for flow versioning
* fix: with_deployment_msg + UI nits
* fix: nit
* fix: improve down migration
* patch: keep latest flow version in flow table for backward compat
* fix: app deployments in list view
* chore: update ee ref
* fix: merge
* fix: tests
|
2024-07-03 15:53:45 +02:00 |
|
HugoCasa
|
5e23cc26d0
|
fix: improve flow cancellation (#4013)
* fix: improve flow cancellation
* fix: sqlx
* fix: cancel shortcut when no parent and not running
|
2024-07-03 14:50:52 +02:00 |
|
Ruben Fiszel
|
957a0a65b9
|
chore(main): release 1.356.1 (#4014)
* chore(main): release 1.356.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-03 06:53:26 +02:00 |
|
Ruben Fiszel
|
7ecc7c4e47
|
fix: 50MB limitation only on non-enterprise
|
2024-07-03 06:44:09 +02:00 |
|
Ruben Fiszel
|
222d2cb3c3
|
chore(main): release 1.356.0 (#4004)
* chore(main): release 1.356.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-07-02 19:50:10 +02:00 |
|
Ruben Fiszel
|
1beb1b1fd2
|
feat: allow downloading args over the size limit
|
2024-07-02 17:54:19 +02:00 |
|
HugoCasa
|
c986ccb261
|
fix: make gql params optional by default + use default value if undefined (#4003)
* fix: make gql params optional by default + use default value if undefined
* fix: tests
* fix: improve tests
|
2024-07-01 16:25:26 +02:00 |
|
Ruben Fiszel
|
c7e03a134a
|
fix: add support for result.json for powershell
|
2024-07-01 08:48:33 +02:00 |
|
Ruben Fiszel
|
f9f9563ca4
|
chore(main): release 1.355.4 (#4002)
* chore(main): release 1.355.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-06-30 14:04:17 +02:00 |
|
Ruben Fiszel
|
bc5fd86d49
|
chore: update versions
|
2024-06-30 14:01:13 +02:00 |
|
Ruben Fiszel
|
efb79fe134
|
fix: improve runs page performance when minTs is defined
|
2024-06-30 13:09:00 +02:00 |
|
Ruben Fiszel
|
752e5eab03
|
fix: improve runs page performance when minTs is defined
|
2024-06-30 13:03:48 +02:00 |
|
Ruben Fiszel
|
68bcd8ba17
|
show query of list jobs before returning it
|
2024-06-30 09:47:38 +02:00 |
|
Ruben Fiszel
|
afed03565f
|
make nsjsail mode compatible with arm64 by making lib64 non mandatory
|
2024-06-28 15:11:41 +02:00 |
|
Ruben Fiszel
|
912a7b847a
|
chore(main): release 1.355.3 (#3997)
* chore(main): release 1.355.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-06-28 00:56:39 +02:00 |
|
Ruben Fiszel
|
6ddeb07270
|
fix: fix OIDC
|
2024-06-28 00:44:03 +02:00 |
|
HugoCasa
|
9125b32a43
|
fix: snowflake datetime display format (#3995)
|
2024-06-27 21:30:44 +02:00 |
|
Ruben Fiszel
|
58b482d689
|
chore(main): release 1.355.2 (#3987)
* chore(main): release 1.355.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-06-26 19:41:21 +02:00 |
|
HugoCasa
|
008db4c054
|
fix: non-ASCII support in parsers (#3986)
|
2024-06-26 19:36:11 +02:00 |
|
Ruben Fiszel
|
ddb1db6e01
|
chore(main): release 1.355.1 (#3985)
* chore(main): release 1.355.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-06-26 18:29:13 +02:00 |
|