Ruben Fiszel
4300a8f6f5
improve agcharts2
2024-05-15 06:30:42 +02:00
Ruben Fiszel
9474e7c68a
fix: fix agchart rendering
2024-05-15 06:27:34 +02:00
Ruben Fiszel
25367fee4e
nit workspace selection
2024-05-15 06:11:44 +02:00
Ruben Fiszel
bc5c3652aa
fix: improve display result output limit
2024-05-15 05:59:31 +02:00
Ruben Fiszel
e71d63f2e4
improve log display
2024-05-14 23:22:11 +02:00
Faton Ramadani
1532f5b239
feat(frontend): Add date format ( #3675 )
...
* feat(frontend): Add date format
* feat(frontend): Add date format
* feat(frontend): add missing case
* feat(frontend): add date format
* fix(frontend): added missing tooltip + added default value to the date component
2024-05-14 22:15:16 +02:00
wendrul
6d66c10002
Use userDB instead of DB ( #3723 )
2024-05-14 22:14:12 +02:00
Ruben Fiszel
c425ec2f45
feat: improve log storage + expand all logs in a flow
2024-05-14 22:11:52 +02:00
Faton Ramadani
2cb04d544e
fix(frontend): Fix FileInput state when hidden ( #3730 )
2024-05-14 17:12:09 +02:00
Ruben Fiszel
49469644b9
fix: bun loader with nsjail
2024-05-14 01:17:13 +02:00
Ruben Fiszel
f719681996
chore(main): release 1.328.0 ( #3716 )
...
* chore(main): release 1.328.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 22:52:57 +02:00
Faton Ramadani
97bf818dce
fix(frontend): fix slider component styling ( #3720 )
2024-05-13 22:48:23 +02:00
Ruben Fiszel
45b8f8dab7
fix: fix edit button on script row
2024-05-13 22:47:00 +02:00
HugoCasa
e689165ba0
feat(frontend): allows to specify column order for rich display ( #3709 )
...
* feat(frontend): allows to specify column order for rich display
* patch: rename table-cell to table-row-object
* fix: nested table row object
2024-05-13 18:08:37 +02:00
Ruben Fiszel
7a4d44e8b6
chore(main): release 1.327.0 ( #3715 )
...
* chore(main): release 1.327.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 08:30:37 +02:00
Ruben Fiszel
6b49f47c5c
feat: nativets can use the wmill library + setClient not required anymore ( #3714 )
...
* all
* all
* all
* all
2024-05-13 08:26:03 +02:00
Ruben Fiszel
ef8d273c7d
chore(main): release 1.326.1 ( #3712 )
...
* chore(main): release 1.326.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 21:23:23 +02:00
Ruben Fiszel
9043200a4a
fix jsr publish
2024-05-12 21:16:02 +02:00
Ruben Fiszel
5766278737
improve empty resource types instructions
2024-05-12 21:07:23 +02:00
Ruben Fiszel
0b43847da6
fix: un-inline monaco editor workers for faster initial load
2024-05-12 17:43:55 +02:00
Ruben Fiszel
8f54d35d56
chore(main): release 1.326.0 ( #3711 )
...
* chore(main): release 1.326.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 04:32:14 +02:00
Ruben Fiszel
aae70ac6cb
feat: logs can be downloaded directly from server/frontend if using shared volume
2024-05-12 04:16:04 +02:00
Ruben Fiszel
26c4ccfdfe
ux nits
2024-05-11 18:27:11 +02:00
Ruben Fiszel
24346770ed
chore(main): release 1.325.2 ( #3710 )
...
* chore(main): release 1.325.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:48:14 +02:00
Ruben Fiszel
14c1555089
fix: improve status exit dedicated workers
2024-05-11 02:44:49 +02:00
Ruben Fiszel
df05a2f32c
chore(main): release 1.325.1 ( #3708 )
...
* chore(main): release 1.325.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:26:37 +02:00
Ruben Fiszel
36e61b4565
fix: improve nodejs mode after esm update
2024-05-11 02:15:28 +02:00
Ruben Fiszel
cdf7a285a4
fix(cli): support whileloop in flow cli sync
2024-05-11 02:06:14 +02:00
Ruben Fiszel
411c64742d
nit concat oauth fix
2024-05-11 00:54:38 +02:00
Ruben Fiszel
fb369fb4a8
fix: selectedRow for a table is set on table actions
2024-05-11 00:47:52 +02:00
Ruben Fiszel
0ab51e8929
app nits
2024-05-10 23:56:55 +02:00
Ruben Fiszel
6eea9fcbc3
chore(main): release 1.325.0 ( #3707 )
...
* chore(main): release 1.325.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 21:02:21 +02:00
HugoCasa
cb4b2f60ff
feat: worker metrics ( #3697 )
...
* feat: worker metrics
* fix: limit worker metrics to superadmin
* fix: limit worker metrics to superadmin + feat: queue metrics charts
* fix: improve graphs
2024-05-10 20:50:09 +02:00
HugoCasa
056baa7a7d
fix(backend): return flow result if flow fails or stops before early return ( #3704 )
...
* fix: return error if flow fails before early return
* fix: also handle early stop
* fix: improve code
2024-05-10 20:23:16 +02:00
Ruben Fiszel
11dcab2068
chore(main): release 1.324.2 ( #3699 )
...
* chore(main): release 1.324.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 01:48:01 +02:00
Ruben Fiszel
055c15e855
fix: fix build
2024-05-10 01:24:46 +02:00
Ruben Fiszel
f203ce6da0
fix compile
2024-05-09 23:42:17 +02:00
Ruben Fiszel
969ebc8852
chore(main): release 1.324.1 ( #3698 )
...
* chore(main): release 1.324.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 19:39:14 +02:00
Ruben Fiszel
47862e6322
fix(cli): narrow codebases to bun
2024-05-09 19:30:15 +02:00
Ruben Fiszel
cedc1027c4
chore(main): release 1.324.0 ( #3666 )
...
* chore(main): release 1.324.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:53:46 +02:00
Ruben Fiszel
fd5dfde201
fix(cli): add excludes to the codebase conf
2024-05-09 18:52:38 +02:00
Ruben Fiszel
1f64715043
feat: local typescript codebase as bundle ( #3694 )
...
* codebases
* codebases
* foo
* foo
* foo
* foo
* fix(frontend): Disable the insert button when required fields are empty strings (#3659 )
* fix(frontend): use normal password mask for the sensitive fields of the resource editor
* handle super admins in password arg input
* chore(main): release 1.323.2 (#3660 )
* chore(main): release 1.323.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* foo
* all
* s3_helpers move
* progress
* all
* progress
* progress
* progress
* progress
* codebase final
* update without ee
* sqlx
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* update
* all
* all
* all
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:35:50 +02:00
Faton Ramadani
c03f97f94d
feat(frontend): add missing date in the previous run panel ( #3693 )
2024-05-09 02:49:30 +02:00
Faton Ramadani
49688ff395
feat(frontend): Add a button tocopy the path of a subflow ( #3691 )
2024-05-08 14:36:33 +02:00
HugoCasa
95ce9f34a6
chore: upgrade bun to 1.1.7 ( #3689 )
2024-05-08 14:35:58 +02:00
HugoCasa
0d9a7dd38e
fix: load large args of previous runs dynamically ( #3688 )
...
* fix: load large args of previous runs dynamically
* fix: lower limit size
2024-05-08 14:35:37 +02:00
Faton Ramadani
98f08c5e7b
feat(frontend): Improve app components ( #3672 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): improve components
* fix(frontend): improve components
* fix(frontend): improve ranges
* fix(frontend): fix build
2024-05-07 18:04:12 +02:00
HugoCasa
4c3cb5f9e7
fix: can cancel only if can disable schedule + stop worker on force cancel + soft cancel job parent on job cancel ( #3670 )
...
* fix: can cancel only if can disable schedule + stop worker on force cancel + cancel job parents
* fix: sqlx build
* fix: flow reschedule check + soft cancel only direct parent
* fix: sqlx prepare
* fix: only soft cancel parent if force cancel and job is a flow step
2024-05-07 17:17:43 +02:00
HugoCasa
1f206e51fb
feat: disable response logs based on env var ( #3685 )
2024-05-07 15:57:41 +02:00
Ruben Fiszel
7d1e29028c
minor cli improvements
2024-05-06 16:36:27 +02:00