Ruben Fiszel
09b36200e8
escape html for content search
2024-07-06 00:52:07 +02:00
Ruben Fiszel
6844ed9c6d
escape html for content search
2024-07-06 00:41:35 +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
a74a5ebdd3
nit dataflow dark mode colors
2024-07-05 20:09:12 +02:00
Ruben Fiszel
8bddfb6e38
nit dataflow dark mode colors
2024-07-05 20:06:31 +02:00
Ruben Fiszel
c4b2baae20
fix nit first step's input synchronized with flow schema
2024-07-05 18:51:43 +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
c95cf61924
fix: fix vscode extension dev mode with flows
2024-07-05 15:59:36 +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
Henri Courdent
96ade50cd3
Changelog frontend update & fork button border ( #4024 )
...
* Changelog frontend update & fork button border
* Removed duplicate and added new
2024-07-05 13:15:03 +02:00
Faton Ramadani
1898a00560
feat(frontend): add vertical navbars ( #4027 )
...
* feat(frontend): add vertical navbars
* feat(frontend): add vertical navbars
2024-07-05 13:10:10 +02:00
HugoCasa
edd198f14f
feat: restore flow version as fork ( #4032 )
...
* feat: restore flow version as fork
* fix: use goto instead of open
2024-07-05 13:10:00 +02:00
Faton Ramadani
f3518d7c69
fix(frontend): fix navbar navigation for not deployed apps ( #4033 )
2024-07-05 13:09:47 +02:00
Faton Ramadani
0df28b53b2
fix(frontend): improve component list ( #4028 )
2024-07-05 11:41:38 +02:00
Faton Ramadani
3d49b6df75
fix(frontend): fix theme leak ( #4029 )
2024-07-05 11:35:45 +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
Faton Ramadani
a2b707f2cb
feat(frontend): app navbar ( #3992 )
...
* feat(frontend): app navbar
* feat(frontend): app navbar
* fix(frontend): add icons + highlight + image
* fix(frontend): improve style
* fix(frontend): use a proper select component
* fix(frontend): fix select
* feat(frontend): Navbar component
* feat(frontend): add path indicator + fix disabled navbar item
* feat(frontend): add path indicator + fix disabled navbar item
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add local item
* feat(frontend): introduced currentPath
* feat(frontend): fix popups
* feat(frontend): initial current path
* feat(frontend): initial current path
* feat(frontend): fix interactions
* feat(frontend): improve code
* feat(frontend): improve code
* feat(frontend): wip
* feat(frontend): open windmill apps in the same tab
* feat(frontend): added support for the goto
* feat(frontend): avoid loaded the app multiple times
* feat(frontend): add support for oneOf
* feat(frontend): done
* feat(frontend): add missing tooltips
* feat(frontend): improve alert message
* feat(frontend): fix typo
* feat(frontend): add missing reference to the ctx.query
* fix(frontend): improve code
* feat(frontend): navbar done
* feat(frontend): fix navbar wizard wording
* feat(frontend): only select the current app if the selected value is not defined + correctly clear
2024-07-04 19:50:00 +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
HugoCasa
2288ba1c1b
fix(frontend): improve flow input completion prompt when not in a loop ( #4021 )
2024-07-04 17:54:56 +02:00
Ruben Fiszel
1e3523cd79
fix: improve dedicated workers for flows
2024-07-04 16:34:41 +02:00
Ruben Fiszel
ecf7db5534
fix: update bun 1.1.18
2024-07-04 15:35:05 +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
7e1a448fd7
fix(frontend): only load flow/app versions on drawer opening ( #4020 )
...
* fix(frontend): only load flow/app versions on drawer opening
* fix: remove useless
2024-07-04 09:57:49 +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
2f771f8e82
fix: add s3 object support to lightweight arg input
2024-07-02 20:02:26 +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
6dda0e3dbb
nit navigation back
2024-07-02 19:44:44 +02:00
Ruben Fiszel
36365f4954
fix: improve browser history navigation (back, forward)
2024-07-02 19:31:00 +02:00
Ruben Fiszel
72fd675e56
persist args when editing from a job run
2024-07-02 18:20:00 +02:00
Ruben Fiszel
1beb1b1fd2
feat: allow downloading args over the size limit
2024-07-02 17:54:19 +02:00
Ruben Fiszel
4f35353601
improve sharable hash
2024-07-02 15:17:04 +02:00
Ruben Fiszel
038841f17d
improve sharable hash
2024-07-02 14:50:32 +02:00
Ruben Fiszel
2300565f8e
improve sharable hash
2024-07-02 14:43:44 +02:00
Ruben Fiszel
85ad61bd96
feat: runs page have sharable args in hash of links
2024-07-02 13:16:57 +02:00
wendrul
f1780b4635
Make datepicker clearable or not based on prop ( #4011 )
2024-07-02 11:21:58 +02:00
Ruben Fiszel
c87558a696
nit show dates on version history
2024-07-02 10:14:00 +02:00
Ruben Fiszel
b8db0db319
show future jobs if view runs from schedule
2024-07-02 10:09:20 +02:00
Guilhem-lm
2043e7699d
Improve flow UI ( #3983 )
...
* feat(frontend) : change for loop iterator expression tooltip
* feat(frontend) for turn alert into tooltip
* feat(frontend) gather for loop settings
* feat(frontend) move test step button
* feat(frontend): Fix build)
* revert feat(frontend) gather loop settings
---------
Co-authored-by: LE-MOUEL Guilhem <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-07-02 09:44:55 +02:00
HugoCasa
55e6070945
feat: include token label as end user ( #3988 )
...
* feat: include token label in audit logs + show end user in runs page
* fix: reverse username and permissioned as on runs page
* fix: ui nit
* fix: remove permissioned as from runs page
2024-07-02 09:37:17 +02:00
Guilhem-lm
d4743c2c2e
feat(frontend) Change summary edition ( #3999 )
...
* feat(frontend) Change summary edition
* feat(frontend) Change summary edition
* do not use ecr registry anymore for windmill images
* fix publish ecr
* chore update
* chore stop publishing lsp to internal
* make nsjsail mode compatible with arm64 by making lib64 non mandatory
* move to arm builders
* fix(frontend): fix Decision Tree + fix Infinite list default ts code … (#3993 )
* fix(frontend): fix Decision Tree + fix Infinite list default ts code indentation + add missing reset column defs button
* fix(frontend): improves how columnDefs are computed when we change the table
* fix(frontend): improved code quality
* fix(frontend): fix current node id
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): done
* fix(frontend): done
* fix(frontend): fix node deletion
* fix(frontend): fix node deletion
* fix(frontend): simplify node deletion
* finish
* nit
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-07-02 09:36:12 +02:00
wendrul
e743ca3eba
fix: lookback selector to manually look for older jobs and prevent inaccurate concurrency graphs ( #4007 )
...
* Add lookback selector
* Add clear button on date picker set 2 day default on runs page
* No lookback on the runs chart
* Format
* Remove unnecessary lookback
* Change tooltip message
* Change tooltip message 2
* Remove redundancy
* small corrections
* Remove dark mode observer no longer used
2024-07-01 20:47:01 +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
4fcf8441e9
chore: no more multiplayer publish on ecr
2024-07-01 13:41:17 +02:00