6179 Commits

Author SHA1 Message Date
Ruben Fiszel 461243a7a5 chore(main): release 1.294.0 (#3453)
* chore(main): release 1.294.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.294.0
2024-03-22 19:02:10 +01:00
HugoCasa fdc98b73ae feat: workspace renaming (#3452)
* feat: workspace renaming

* feat: openapi spec

* chore: sqlx prepare
2024-03-22 18:54:29 +01:00
Ruben Fiszel 089aab880d fix: small table fixes 2024-03-22 18:51:32 +01:00
Ruben Fiszel 868020fbf7 fix: update git sync cli 2024-03-22 18:21:01 +01:00
Ruben Fiszel c2d4512978 improve cred store error 2024-03-22 18:00:06 +01:00
HugoCasa 522f32c6c0 feat keep sql columns ordering (#3444)
* feat: keep pg columns ordering

* feat: pass column order through flow status

* feat: sql ordering for all sql langs

* fix: sqlx build on mac + rename to _metadata

* Update JobPreview.svelte

* Update +page.svelte

* Update +page.svelte

* Update LogPanel.svelte

* Update +page.svelte

* Update LogPanel.svelte

* Update JobPreview.svelte

* fix: build

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-03-22 10:34:32 +01:00
Ruben Fiszel 03fd4a7468 chore(main): release 1.293.1 (#3449)
* chore(main): release 1.293.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.293.1
2024-03-21 18:01:03 +01:00
Ruben Fiszel f603d6fbcf back to 1.76 2024-03-21 15:56:20 +01:00
Ruben Fiszel 2b68cfbb46 add back toggle for Azure Workload Identity 2024-03-21 15:50:47 +01:00
Ruben Fiszel 565f0e08c7 update stripe 2024-03-21 15:29:15 +01:00
Ruben Fiszel 80c0799bac update rustpython 2024-03-21 14:26:36 +01:00
Ruben Fiszel a13e087fa4 update rust to 1.76 2024-03-21 14:24:19 +01:00
Ruben Fiszel 90c0e176ff fix tests 2024-03-21 14:12:10 +01:00
Ruben Fiszel d7d842095c fix tests 2024-03-21 13:56:58 +01:00
Ruben Fiszel f13aea2998 fix: update axum to 0.7 and object_store to 0.9 2024-03-21 13:45:54 +01:00
Ruben Fiszel 4c388533fb chore: update deps 2024-03-21 13:37:17 +01:00
Ruben Fiszel b464600998 chore(main): release 1.293.0 (#3446)
* chore(main): release 1.293.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.293.0
2024-03-21 10:45:40 +01:00
David Zhang 0cb92408e0 Update AMI used in aws-ecs-terraform example (#3448)
Previous AMI no longer exists, updated to latest Amazon Linux 2023
2024-03-21 10:45:19 +01:00
Ruben Fiszel 9f7bbb45f0 timeout closing db pool 2024-03-21 08:54:23 +01:00
Ruben Fiszel 182dff098f generalize cache object store 2024-03-21 08:50:21 +01:00
Ruben Fiszel 030f6c553e generalize cache object store 2024-03-21 08:50:10 +01:00
Ruben Fiszel c1b1da2733 fix tests 2024-03-20 21:01:31 +01:00
Ruben Fiszel eeca92f100 fix compile on non ee 2024-03-20 16:55:06 +01:00
Ruben Fiszel 94ddd4ba6d fix compile on non ee 2024-03-20 16:41:23 +01:00
Ruben Fiszel febbace259 fix compile on non ee 2024-03-20 16:33:15 +01:00
Ruben Fiszel 52d00d9c58 fix compile on non ee 2024-03-20 15:34:25 +01:00
Ruben Fiszel 5e656c52ea remove tmpcache 2024-03-20 15:32:55 +01:00
Ruben Fiszel 72c105268e fix compile on non ee 2024-03-20 15:18:54 +01:00
Ruben Fiszel 745bd4d170 fix compile on non ee 2024-03-20 15:09:28 +01:00
Ruben Fiszel b1933998ae remove mold 2024-03-20 14:40:14 +01:00
Ruben Fiszel 174ead0473 feat: s3 cache config added to instance settings + parallelized tar pulling 2024-03-20 14:19:34 +01:00
HugoCasa 458c476f08 fix(frontend): datetime input date timezone (#3445) 2024-03-20 09:04:05 +01:00
BJ Maldonado deceb81833 [FIX] Generated python local code tester had wrong if statement syntax (#3442)
* [FIX] Generated python local code tester had wrong if statement syntax

* Changed spacing in return instead of whole object.map call
2024-03-19 14:26:06 +01:00
Ruben Fiszel 8b4ec31d6f remove unecessary log 2024-03-19 14:08:41 +01:00
Ruben Fiszel 15d21c94dc chore(main): release 1.292.4 (#3441)
* chore(main): release 1.292.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.292.4
2024-03-19 09:48:50 +01:00
Henri Courdent 24a1ae51ed Content search bar auto-selected (#3437)
* Content search auto-selected

* Update ContentSearch.svelte

* Update ContentSearch.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-03-19 09:39:06 +01:00
Faton Ramadani 87b0112db7 fix(frontend): Improve autodatatable (#3434)
* feat(frontend): Improve autodatable

* feat(frontend): global cache clean up

* feat(frontend): remove useless class
2024-03-19 09:34:34 +01:00
Faton Ramadani 734da1717e fix(frontend): handle the case when the observer is not defined onDestroy (#3431) 2024-03-19 09:01:41 +01:00
Faton Ramadani 21b4719949 fix(frontend): Fix csv generation (#3439)
* feat(frontend): properly convert JSON to CSV

* feat(frontend): properly convert JSON to CSV
2024-03-19 09:01:16 +01:00
HugoCasa 4557e7beb4 fix: ai prevent python async + max db schema length (#3440) 2024-03-19 08:17:51 +01:00
Ruben Fiszel 5689567585 avoid caching binary on cloud 2024-03-17 19:13:51 +01:00
Ruben Fiszel 668454a44a chore(main): release 1.292.3 (#3430)
* chore(main): release 1.292.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.292.3
2024-03-17 18:46:26 +01:00
Ruben Fiszel 1a8ccc322b fix: trigger re-release 2024-03-17 18:41:26 +01:00
Ruben Fiszel c55fa16600 fix build 2024-03-17 18:28:30 +01:00
Ruben Fiszel 3fa0b2a62c chore(main): release 1.292.2 (#3429)
* chore(main): release 1.292.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.292.2
2024-03-17 16:18:58 +01:00
Ruben Fiszel fcb6f174e6 fix(cli): fix summary clash 2024-03-17 16:15:43 +01:00
Ruben Fiszel ca88047312 fix: allow multiple PIP_SECRETS 2024-03-17 15:15:36 +01:00
Ruben Fiszel e7bd5a0b03 chore(main): release 1.292.1 (#3428)
* chore(main): release 1.292.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.292.1
2024-03-17 14:14:59 +01:00
Ruben Fiszel 5fca9e8188 fix: improve default value for approval flows 2024-03-17 14:10:31 +01:00
Ruben Fiszel 7b2047ba3e chore: openidconnect is a feature flag 2024-03-17 13:51:58 +01:00