Ruben Fiszel
cffe5d451b
improve oneOf handling
2024-12-19 14:37:04 +01:00
Ruben Fiszel
c688780b39
chore(main): release 1.440.3 ( #4955 )
...
* chore(main): release 1.440.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-19 01:47:19 +01:00
Ruben Fiszel
c3ce8e9b0e
fix: update bun from 1.1.38 to 1.1.40
2024-12-19 01:38:35 +01:00
Ruben Fiszel
cb64aa9c26
chore(main): release 1.440.2 ( #4953 )
...
* chore(main): release 1.440.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 19:00:18 +01:00
Lucas Abel
dada363097
fix: fix redeploying flows with attached schedules
2024-12-18 18:56:30 +01:00
Lucas Abel
b277476a0d
pass cargo check 2 ( #4950 )
2024-12-18 17:14:07 +01:00
Lucas Abel
8502ff8225
pass cargo check ( #4949 )
2024-12-18 16:21:37 +01:00
Lucas Abel
e32bcd3383
backend: pass cargo check --all-features ( #4946 )
2024-12-18 12:37:31 +01:00
Ruben Fiszel
d22e369645
update backend tests to 1.82.0
2024-12-18 12:35:22 +01:00
Ruben Fiszel
95ff82d5d2
chore(main): release 1.440.1 ( #4948 )
...
* chore(main): release 1.440.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 12:29:23 +01:00
Ruben Fiszel
e753ac7f3a
fix(internal): updating rust to 1.82
2024-12-18 12:01:36 +01:00
Ruben Fiszel
4c26303548
nits cleanup
2024-12-18 11:49:44 +01:00
Ruben Fiszel
7692239a1c
chore(main): release 1.440.0 ( #4931 )
...
* chore(main): release 1.440.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 11:40:33 +01:00
Ruben Fiszel
a857314f59
fix: fix relative imports in cached flow scripts
2024-12-18 11:34:07 +01:00
Ruben Fiszel
3533c9866b
restrict backend ci checks to ci changes
2024-12-18 10:08:06 +01:00
Lucas Abel
c798a6151f
cache: disable caching for tests ( #4943 )
...
As `#[sqlx::test]` spawn a database per test, the cache
could yield unexpected results
2024-12-18 09:57:31 +01:00
Ruben Fiszel
fc1bfdd44f
test -> check
2024-12-18 09:51:28 +01:00
Ruben Fiszel
173a0d1f99
nit check
2024-12-18 09:39:28 +01:00
Ruben Fiszel
3c675c8d56
add fast backend checks
2024-12-18 09:15:27 +01:00
Ruben Fiszel
7674eadf47
flow editor improvements
2024-12-18 00:21:25 +01:00
Ruben Fiszel
90c78219e0
improve date setValue
2024-12-17 22:17:58 +01:00
Lucas Abel
73e6520312
cache: improve error reporting ( #4940 )
2024-12-17 19:44:51 +00:00
Ruben Fiszel
7c717fa532
revert docker build changes
2024-12-17 20:36:53 +01:00
Ruben Fiszel
7cce6a2229
ci improvements ( #4938 )
2024-12-17 20:01:11 +01:00
wendrul
e15169b8d1
fix: add workspace selector and fix css for create webhook page ( #4939 )
...
* fix: add workspace selector and fix css for create webhook page
* Improve the tooltip message about token generation
2024-12-17 15:41:16 +01:00
Ruben Fiszel
617fa55663
add workflow_dispatch to build
2024-12-17 11:05:54 +01:00
Lucas Abel
dab7b39917
feat(cache): remove persistent raw values from queue ( #4866 )
...
* feat(cache): remove persistent raw values from queue
* test: add tests and fix discovered regressions
* fix csharp executor after rebase
* invalidate script cache after locking
* fix lite flow version race
* fix flow dependencies lock race
* update version flag to `v.1.440`
2024-12-16 17:10:16 +01:00
michael
3c48dffdf2
Update displayDate to use local time format preferences ( #4826 )
...
* update date display time to use local browser locale
* incorporate displaySecond and displayDate
* rewrite
* a
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-16 11:18:52 +01:00
Ruben Fiszel
94240f9e15
chore(main): release 1.439.0 ( #4925 )
...
* chore(main): release 1.439.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-16 10:53:56 +01:00
Ruben Fiszel
63adbb1f36
use rc.1 from crate
2024-12-15 23:55:58 +01:00
Ruben Fiszel
f1b21c4c96
update openidconnect to 0.5.0
2024-12-15 15:01:13 +01:00
Ruben Fiszel
a0e08fea28
update tiberius to 0.12.3
2024-12-15 14:50:03 +01:00
Ruben Fiszel
6598f63e28
update rustpython to 0.4.0
2024-12-15 14:46:05 +01:00
Ruben Fiszel
2c5d57a753
update rsa
2024-12-15 14:14:30 +01:00
Ruben Fiszel
fa364b89d4
remove rust embed in dev mode
2024-12-15 13:36:21 +01:00
Ruben Fiszel
e7d9f8ea63
split workspace and auth logic
2024-12-15 13:13:09 +01:00
Ruben Fiszel
ab906eeb20
add rust to tests
2024-12-15 11:06:56 +01:00
HugoCasa
aaae1ea642
feat: add multipart/form-data support ( #4927 )
...
* feat: add multipart/form-data support
* nits
2024-12-15 10:53:12 +01:00
Ruben Fiszel
c44ec055a4
make mail-send optional
2024-12-15 10:31:44 +01:00
Ruben Fiszel
330a6352d0
make rust optional
2024-12-15 10:00:22 +01:00
Ruben Fiszel
34be5b5944
remove prometheus from fast build
2024-12-15 09:45:00 +01:00
Ruben Fiszel
dec682951b
unpin zstd
2024-12-15 01:37:06 +01:00
Ruben Fiszel
ac8d2d6e25
improve backend zip lib
2024-12-15 01:30:54 +01:00
Ruben Fiszel
75ec668276
nit
2024-12-15 01:00:44 +01:00
Ruben Fiszel
fd462a7038
feature gates more feature for faster compilation ( #4928 )
...
* cleanup
* cleanup
* all
* all
* all
* all
2024-12-15 00:00:37 +01:00
HugoCasa
5cffab5e43
fix unused variable ( #4926 )
2024-12-14 13:43:51 +01:00
Ruben Fiszel
9365231531
update sqlx
2024-12-14 13:27:42 +01:00
HugoCasa
95f4d15ffe
more feature flags ( #4918 )
...
* more feature flags
* include python in tests
* smtp feature flag
* del
* add back file
* fix openapi int
2024-12-14 13:21:28 +01:00
hkader-tl
dff89a03c2
fix: ECS terraform db url + ami issues ( #4924 )
...
Modifications to improve the terraform experience for bringing up a
windmill cluster. Due to the default RDS settings for the version in the
terraform, we do not want to disable ssl in connecting. Additionally,
change the TF to automatically pull the latest 2023 AMI. Given this is
meant to be a quick start example, this seems better than hard-coding
since eventually the hard-coded ami doesn't exist.
2024-12-14 13:21:14 +01:00
Ruben Fiszel
908a15ca01
add debug logs to websockets
2024-12-13 20:37:35 +01:00