Ruben Fiszel
00c79a54ff
fix: improve dev mode for flows
2024-03-01 01:12:20 +01:00
Audrius Butkevicius
6f8a8bfe1e
feat: Use ACCEPT_INVALID_CERTS for SMTP ( #3318 )
...
The library currently loads fixed set of certificates from a rust package, does not
use OS certificate store. Providing a custom CA would need to be done via a
custom tls connector.
2024-02-29 22:27:46 +01:00
Ruben Fiszel
00fbacdab4
fix: AI copilot available in the vscode flow editor ( #3314 )
...
* all
* foo
* add ai to vscode for flows
* add ai to vscode for flows
* foo
* foo
2024-02-29 20:22:44 +01:00
JDWNL
84e2989b2f
Fixed language issues. ( #3317 )
2024-02-29 13:56:46 +01:00
Ruben Fiszel
75cb2dca34
nit import removal
2024-02-29 13:07:00 +01:00
Ruben Fiszel
25f6544f50
improve multi-select style
2024-02-29 13:00:42 +01:00
Ruben Fiszel
4d54afc828
fix: app forms change value on default value changes
2024-02-29 12:39:41 +01:00
Ruben Fiszel
69cc134bd0
update bun to 1.29.0 and deno to 1.41.0
2024-02-29 11:13:05 +01:00
Ruben Fiszel
2fa8b67a84
nit
2024-02-28 17:21:12 +01:00
Ruben Fiszel
b59e3388a0
chore(main): release 1.281.3 ( #3313 )
...
* chore(main): release 1.281.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-28 16:36:14 +01:00
Ruben Fiszel
7a7b192b88
fix: fix app expr break
2024-02-28 16:33:50 +01:00
HugoCasa
e382b9a787
fix: table-col/row switch issue in display result ( #3311 )
2024-02-28 16:17:50 +01:00
Ruben Fiszel
7e019cb4e7
chore(main): release 1.281.2 ( #3310 )
...
* chore(main): release 1.281.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-28 15:58:15 +01:00
Ruben Fiszel
e3c51539a0
fix: fix app expr break
2024-02-28 15:48:26 +01:00
Ruben Fiszel
d65303ca42
chore(main): release 1.281.1 ( #3309 )
...
* chore(main): release 1.281.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-28 14:50:19 +01:00
Ruben Fiszel
fdfabd2c78
improve expr eval
2024-02-28 14:46:18 +01:00
Ruben Fiszel
6e963c2356
fix: fix app expr break
2024-02-28 14:41:54 +01:00
Ruben Fiszel
162b8cc51a
chore(main): release 1.281.0 ( #3308 )
...
* chore(main): release 1.281.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-28 13:27:18 +01:00
Ruben Fiszel
212d93004e
improve bun auto-type fetching
2024-02-28 13:25:41 +01:00
Ruben Fiszel
4ee18c4f91
improve bun auto-type fetching
2024-02-28 13:22:12 +01:00
Ruben Fiszel
15bbccf0eb
fix: add limits to bun auto-type fetching
2024-02-28 12:54:02 +01:00
Ruben Fiszel
acb8e68a7a
feat: improve performance of exprs in apps using memoized expr functors
2024-02-28 10:52:58 +01:00
Ruben Fiszel
0ce781a7ef
remove logs
2024-02-28 09:53:56 +01:00
Ruben Fiszel
a629ebbaad
fix: allow eval with return in last line
2024-02-28 09:45:05 +01:00
Ruben Fiszel
3c1e4b09a8
feat: implement progress monitor for parallel branches last transition
2024-02-28 08:49:35 +01:00
lfanew
6039c84c5b
Fix custom env var tooltip link ( #3307 )
2024-02-27 23:38:59 +01:00
Ruben Fiszel
cef39cdff6
chore(main): release 1.280.0 ( #3305 )
...
* chore(main): release 1.280.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-27 22:10:12 +01:00
Ruben Fiszel
47cee1b1e3
fix: solve deadlock issues for parallel branches with new progress monitor
2024-02-27 20:59:26 +01:00
HugoCasa
1ee45a1f7d
feat: allow to pin database in sql scripts ( #3304 )
2024-02-27 19:59:52 +01:00
Ruben Fiszel
eb5558279f
chore(main): release 1.279.0 ( #3301 )
...
* chore(main): release 1.279.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-27 16:45:43 +01:00
HugoCasa
69214069c3
fix: handle very large ints as floats in snowflake ( #3302 )
2024-02-27 16:40:55 +01:00
HugoCasa
8782ab3503
chore: publish parser with pwsh datetime ( #3303 )
2024-02-27 16:37:42 +01:00
Ruben Fiszel
cd43297ec8
fix: improve handling of parallel flow branches of more than 30s
2024-02-27 16:33:13 +01:00
lfanew
99335de925
PowerShell datetime & tests ( #3299 )
...
* Added pwsh datetime type supp and basic tests
* Added more comprehensive pwsh tests
* Removed unused vars in test string
Visual only change to make test code string
less confusing
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-02-27 15:30:34 +01:00
HugoCasa
9aa587c36f
feat: add ee flag to common ( #3300 )
2024-02-27 12:06:48 +01:00
Ruben Fiszel
a289679c16
chore(main): release 1.278.5 ( #3298 )
...
* chore(main): release 1.278.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-27 00:52:37 +01:00
Ruben Fiszel
51269e4652
fix: fix scheduling of overlapping flows
2024-02-27 00:50:03 +01:00
Ruben Fiszel
931bd47d9b
improve runs filter
2024-02-27 00:08:37 +01:00
Ruben Fiszel
76b4a555fe
chore(main): release 1.278.4 ( #3297 )
...
* chore(main): release 1.278.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-26 20:46:40 +01:00
Ruben Fiszel
1571ab2339
fix: clarify pg migration logs
2024-02-26 20:43:23 +01:00
Ruben Fiszel
a61a1f5d6d
chore(main): release 1.278.3 ( #3295 )
...
* chore(main): release 1.278.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-26 20:26:09 +01:00
HugoCasa
88d1f7aa83
chore: stats in EE ( #3296 )
...
* feat: switch stats to closed source
* fix: remove symlink
* fix: add emptied stats
* fix: remove unneeded imports
* fix: embedding feature flag
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-26 20:08:22 +01:00
Henri Courdent
6211dfc900
How to upgrade message on cloud ( #3293 )
...
* How to upgrade message on cloud
* Inlined message
2024-02-26 20:01:20 +01:00
Ruben Fiszel
83120fe4b4
fix: crash on init script failure
2024-02-26 19:50:33 +01:00
Ruben Fiszel
103e289aa7
more debug lines, remove telemetry for agents
2024-02-26 17:02:40 +01:00
HugoCasa
bc9e2381b8
fix: add bigint support to mysql ( #3294 )
2024-02-26 16:59:36 +01:00
Ruben Fiszel
49f2696281
chore(main): release 1.278.2 ( #3292 )
...
* chore(main): release 1.278.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-26 15:36:52 +01:00
Ruben Fiszel
c540c92fdc
fix: add HOME to pip install
2024-02-26 15:33:45 +01:00
Ruben Fiszel
a0fbc9242d
chore(main): release 1.278.1 ( #3291 )
...
* chore(main): release 1.278.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-26 15:31:41 +01:00
Ruben Fiszel
d951d17b78
fix: add HOME to pip install
2024-02-26 15:27:56 +01:00