Commit Graph

8087 Commits

Author SHA1 Message Date
Ruben Fiszel 479a4c29b1 chore(main): release 1.241.0 (#2993)
* chore(main): release 1.241.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-12 11:48:45 +01:00
Guillaume Bouvignies 0a9127f30a feat: Instance group CRUD API (#2992) 2024-01-12 11:43:29 +01:00
Guillaume Bouvignies 2138171c5a fix: git sync now works for delete and rename (#2988)
* fix: git sync now works for delete and rename

* update hub script

* sqlx prepare

* Archiving a script/flow removes it from repo
2024-01-12 11:42:54 +01:00
Ruben Fiszel c1d004f3c1 workspace error handler in ee 2024-01-12 11:38:01 +01:00
Ruben Fiszel 016cccb27d schedule error handlers in ee 2024-01-12 11:25:44 +01:00
Ruben Fiszel 5eb3703a64 add dynamic enums to the approval page 2024-01-12 11:07:19 +01:00
Ruben Fiszel ce6fb0b657 improve nested flow flow renderer 2024-01-12 01:11:49 +01:00
Ruben Fiszel f69c15813f improve argenum 2024-01-12 00:56:51 +01:00
Ruben Fiszel 0d560d36c8 improve schema reordering 2024-01-12 00:42:43 +01:00
Ruben Fiszel 08a3f79642 feat: make dedicated workers for flows able to share runtime for the same scripts 2024-01-12 00:21:52 +01:00
Ruben Fiszel ad6a17e43d ignore authToken for npm for deno 2024-01-11 22:24:04 +01:00
Ruben Fiszel 6d24951435 fix: add cache for flow as flow step 2024-01-11 20:18:48 +01:00
Ruben Fiszel 2b9d881d7b make aggrid column defs more resilient 2024-01-11 14:41:05 +01:00
Ruben Fiszel 9f86b56a4b chore(main): release 1.240.0 (#2987)
* chore(main): release 1.240.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-11 13:00:44 +01:00
Ruben Fiszel 910e90cdfe feat(cli): introduce --stateful for CLI, in preparation for --raw to become the default 2024-01-11 12:57:16 +01:00
Ruben Fiszel e620f7c23d chore(main): release 1.239.0 (#2985)
* chore(main): release 1.239.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-11 12:31:14 +01:00
Ruben Fiszel 2126b7884e nit: remove isAnimated from editableschema form 2024-01-11 12:28:41 +01:00
Ruben Fiszel 72a926cc30 fix(cli): improve .wmillignore handling of folders 2024-01-11 12:23:42 +01:00
Ruben Fiszel bc969e10df improve oreder handling for schemaform 2024-01-11 11:38:31 +01:00
Ruben Fiszel 2a97cc7462 improve schema form to handle empty schemas 2024-01-11 11:37:12 +01:00
Rory Logue 746a05f822 fix: spelling error dtails -> details (#2986) 2024-01-11 11:32:14 +01:00
Ruben Fiszel 3912455529 filter nit 2024-01-11 10:04:15 +01:00
Ruben Fiszel b1dadbc58d fix: handle Etc/Unknown timezone better 2024-01-11 08:27:44 +01:00
Ruben Fiszel b43a9c31d8 feat: add configurable ordering for script's generated UI 2024-01-11 00:45:36 +01:00
Ruben Fiszel c314ef632f fix: only cache flow if it's a success 2024-01-10 21:31:58 +01:00
Faton Ramadani 0de6dbced7 feat(frontend): AG chart (#2972)
* fix(frontend): Fix decision tree (#2928)

* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): decision tree history

* fix(frontend): fix wording

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): ag charts

* feat(frontend): remove todo

* feat(frontend): remove todo

* feat(frontend): revert

* feat(frontend): fix converstion

* feat(frontend): ag charts ee

* feat(frontend): fix build

* feat(frontend): fix convertion to json

* feat(frontend): fix naming

* feat(frontend): fix id collision

* feat(frontend): fix initial load

* feat(frontend): fix initial load
2024-01-10 17:52:22 +01:00
Guillaume Bouvignies a44d42fa77 docs: Update ECS terraform networking (#2984) 2024-01-10 17:41:36 +01:00
Ruben Fiszel 310e28a8c9 chore(main): release 1.238.0 (#2979)
* chore(main): release 1.238.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-10 16:54:24 +01:00
Guillaume Bouvignies b406f0995e feat: S3 multipart upload accepts a custom S3 resource (#2982) 2024-01-10 16:42:32 +01:00
Guillaume Bouvignies bf874efe92 fix: main compile (#2983) 2024-01-10 15:31:05 +01:00
Ruben Fiszel 24fa643997 fix submodule stripe 2024-01-10 14:59:18 +01:00
Ruben Fiszel a94755072e replace tracing log 2024-01-10 13:54:58 +01:00
Guillaume Bouvignies 64315cef08 docs: ECS log format JSON (#2981) 2024-01-10 13:50:46 +01:00
Ruben Fiszel ca4aac5eaa feat: add ability to use secrets in pip requirements 2024-01-10 13:12:20 +01:00
Ruben Fiszel 45a794b1b3 feat: add support for multiselect in python 2024-01-10 13:12:20 +01:00
Guillaume Bouvignies 224f18915d docs: AWS ECS terraform deploy (#2980) 2024-01-10 08:17:38 +01:00
Faton Ramadani c26398bc65 feat(frontend): add shortcuts to audit logs (#2975)
* feat(frontend): add shortcuts to audit logs

* feat(frontend): simplify audit logs shortcuts
2024-01-09 15:43:13 +01:00
Faton Ramadani 9b1470014d feat(frontend): Display the index by which a node can be selected with the setTab function + add tooltip (#2974) 2024-01-09 15:42:37 +01:00
Ruben Fiszel 38b3e4f2b1 small QoL improvements on input type args 2024-01-09 06:48:52 +01:00
Ruben Fiszel 25298866f4 small QoL improvements on input type args 2024-01-09 05:22:54 +01:00
Ruben Fiszel b766f2956c fix git sync resource picker 2024-01-08 22:39:47 +01:00
Ruben Fiszel 900318bf76 chore(main): release 1.237.0 (#2971)
* chore(main): release 1.237.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-08 15:40:02 +01:00
Ruben Fiszel 87aa60e9ba feat: make okta SSO configurable using custom domain 2024-01-08 15:16:45 +01:00
Ruben Fiszel b78b6676d1 fix: delete is captured in more fields in app 2024-01-08 11:33:28 +01:00
Ruben Fiszel 186b55fe25 chore: use dev instead of latest to publish to ecr 2024-01-08 10:12:24 +01:00
Ruben Fiszel e888791d01 chore(main): release 1.236.2 (#2970)
* chore(main): release 1.236.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-08 10:05:25 +01:00
Ruben Fiszel b192bbb0a1 fix: handle better non object result for app result loader 2024-01-08 10:02:24 +01:00
Ruben Fiszel 7155c5369b chore(main): release 1.236.1 (#2969)
* chore(main): release 1.236.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-08 09:29:56 +01:00
Ruben Fiszel ba25e1e814 fix: fix app initialization 2024-01-08 09:27:50 +01:00
Ruben Fiszel 3df42b9af6 chore(main): release 1.236.0 (#2968)
* chore(main): release 1.236.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-08 06:49:31 +01:00