Ruben Fiszel
|
b1c2ccc024
|
fix range component bindings when eval to same subscriber
|
2023-08-24 18:17:04 +02:00 |
|
Ruben Fiszel
|
3431f91878
|
chore(main): release 1.155.0 (#2156)
|
2023-08-24 15:56:07 +02:00 |
|
Ruben Fiszel
|
868ac37978
|
fix: update python client with by_path methods
|
2023-08-24 15:54:47 +02:00 |
|
Ruben Fiszel
|
ce6045ca4d
|
more precise error message for missing lock in bun
|
2023-08-24 14:57:34 +02:00 |
|
Ruben Fiszel
|
3fb405d690
|
UX nits
|
2023-08-24 14:38:51 +02:00 |
|
Ruben Fiszel
|
4d84a5bb38
|
feat: remove connect in favor of eval
|
2023-08-24 14:22:31 +02:00 |
|
Ruben Fiszel
|
b3946172fc
|
convert from static to expr automatically on toggle
|
2023-08-24 11:09:27 +02:00 |
|
Ruben Fiszel
|
9977e91cee
|
fix: update go to 1.12.0 and deno to 1.36.2
|
2023-08-24 10:15:52 +02:00 |
|
Ruben Fiszel
|
12c8441802
|
unpin windmill-client
|
2023-08-24 09:53:56 +02:00 |
|
Ruben Fiszel
|
b60e921a94
|
improve websocket destroying
|
2023-08-24 09:30:54 +02:00 |
|
Ruben Fiszel
|
2912ce16a5
|
fix: bump bun to 0.8.0
|
2023-08-24 08:08:58 +02:00 |
|
Ruben Fiszel
|
af4f186c20
|
nit fix
|
2023-08-24 01:50:33 +02:00 |
|
Ruben Fiszel
|
e55b5b9c76
|
feat: add templatev2 using new eval
|
2023-08-24 01:48:40 +02:00 |
|
Ruben Fiszel
|
029a0974c0
|
small fixes
|
2023-08-24 01:11:42 +02:00 |
|
Ruben Fiszel
|
48b1a19cdd
|
remove connected from runnable inputs
|
2023-08-24 01:04:26 +02:00 |
|
Ruben Fiszel
|
2d6e5ff214
|
remove connected from runnable inputs
|
2023-08-24 01:02:26 +02:00 |
|
Ruben Fiszel
|
9f21c0c650
|
remove connected from runnable inputs
|
2023-08-24 00:59:03 +02:00 |
|
Ruben Fiszel
|
fdaa6d2ca8
|
fix tests
|
2023-08-23 21:38:06 +02:00 |
|
Ruben Fiszel
|
5e07ad1752
|
apt install cmake on dockerfile
|
2023-08-23 19:59:37 +02:00 |
|
Ruben Fiszel
|
ff3e8e6cf8
|
feat: eval v2, blazing fast eval triggered only upon the right changes (#2164)
* progress
* progress
* progress
* add suggestions to frontend scripts
* all eval
* remove onlyStatic
* handle better conversions
* handle better conversions
* remove variable picker
* fix pen positioning
* fix v1
|
2023-08-23 19:50:35 +02:00 |
|
Bryan
|
daa2c75853
|
fix(frontend): fix copyToClipboard on non-HTTPS site (#2046)
|
2023-08-23 14:53:10 +02:00 |
|
Ruben Fiszel
|
da12a65925
|
fix: fix tables not updating inputs on creation
|
2023-08-23 12:18:07 +02:00 |
|
Faton Ramadani
|
4817f20d57
|
fix(frontend): Fix code display + use async/await in fetch examples (#2150)
* fix(frontend): Fix code display + use async/await in fetch examples
* fix(frontend): Fix all fetch code
* fix(frontend): Add missing quote
* fix(frontend): fix async code
* fix(frontend): fix waitForCompletion callback
* fix(frontend): Correcltly encode payload
* fix(frontend): Correcltly encode payload
|
2023-08-23 11:35:22 +02:00 |
|
Ruben Fiszel
|
6641fb2648
|
improve publish to hub
|
2023-08-23 10:08:54 +02:00 |
|
Ruben Fiszel
|
8526fe14db
|
store script state in hash and not query
|
2023-08-23 02:31:39 +02:00 |
|
Ruben Fiszel
|
18edd5488d
|
chore(main): release 1.154.2 (#2154)
* chore(main): release 1.154.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-08-22 21:53:41 +02:00 |
|
Ruben Fiszel
|
94f67dd6c9
|
fix request armageddon on flow status update for inner flows
|
2023-08-22 21:53:44 +02:00 |
|
Ruben Fiszel
|
6f40b77ba9
|
fix: fix cancel job for flows in some edge cases
|
2023-08-22 21:35:35 +02:00 |
|
Ruben Fiszel
|
f5794e0242
|
chore(main): release 1.154.1 (#2148)
* chore(main): release 1.154.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-08-22 19:53:21 +02:00 |
|
Ruben Fiszel
|
6787c8f824
|
fix schedule edit issue
|
2023-08-22 19:30:55 +02:00 |
|
Ruben Fiszel
|
c05c9d2412
|
improve push method to reduce commit span
|
2023-08-22 17:26:51 +02:00 |
|
Faton Ramadani
|
c4e451347c
|
Fix app list (#2152)
* fix(frontend): Fix app list pagination
* fix(frontend): make minimal changes
* fix(frontend): make minimal changes
* fix(frontend): make minimal changes
* fix(frontend): revert unecessary changes
* fix(frontend): done
* fix(frontend): revert unnecessary changes
* fix(frontend): remove code duplication
* fix(frontend): remove code duplication
|
2023-08-22 16:46:24 +02:00 |
|
Faton Ramadani
|
57586fb376
|
fix(frontend): Fix hub navigation (#2151)
* fix(frontend): Fix hub navigation
* fix(frontend): Fix hub navigation
|
2023-08-22 09:49:09 +02:00 |
|
Ruben Fiszel
|
0de174fa4b
|
fix: show for-loop settings
|
2023-08-22 06:24:50 +02:00 |
|
Ruben Fiszel
|
04aff9ca2a
|
chore(main): release 1.154.0 (#2138)
* chore(main): release 1.154.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-08-22 06:05:12 +02:00 |
|
Henri Courdent
|
a8cd5b7fe3
|
Updating GraphQL default (#2142)
|
2023-08-22 06:04:51 +02:00 |
|
bgoosmanviz
|
d2086fa5cb
|
py imports are normalize underscores to dashes, so fixing mailparser_reply to -reply (#2147)
|
2023-08-22 01:07:28 +02:00 |
|
Ruben Fiszel
|
f0e6158c54
|
fix flow lock
|
2023-08-22 01:04:04 +02:00 |
|
bgoosmanviz
|
33e2d4b661
|
py imports replacement mailparser and mailparser_reply (#2146)
|
2023-08-22 00:44:54 +02:00 |
|
Ruben Fiszel
|
c77d38563d
|
remove unecessary postgres transactions and improve performance
|
2023-08-22 00:34:44 +02:00 |
|
bgoosmanviz
|
721614aceb
|
Add dateutil => python-dateutil to PYTHON_IMPORTS_REPLACEMENT (#2145)
|
2023-08-21 23:58:42 +02:00 |
|
Henri Courdent
|
4809e5a8a2
|
Updated default Rest and clear_rest (#2140)
|
2023-08-21 12:55:57 +02:00 |
|
Ruben Fiszel
|
c4274e7c52
|
add download button to expanded graph
|
2023-08-21 11:11:16 +02:00 |
|
Ruben Fiszel
|
eedfd15f4d
|
fix cycle detector
|
2023-08-21 10:35:15 +02:00 |
|
Faton Ramadani
|
2d0a1bd802
|
Fix app dateinput timezone (#2127)
* fix(frontend): Fix JSON pane scroll issues
* fix(frontend): Fix AppDateInput timezone issues
* fix(frontend): Use date-fns
* fix(frontend): add disabled to AppRange props
|
2023-08-21 10:28:09 +02:00 |
|
Ruben Fiszel
|
56a6f06d86
|
feat: deploy folders as well in the UI deployer
|
2023-08-21 03:38:36 +02:00 |
|
Ruben Fiszel
|
28a53a8eeb
|
allow auth & content-type in header for cors
|
2023-08-21 02:23:31 +02:00 |
|
Ruben Fiszel
|
dd72b33136
|
remove jobs api from being cors
|
2023-08-21 02:20:49 +02:00 |
|
Ruben Fiszel
|
d6ff98c266
|
remove jobs api from being cors
|
2023-08-21 02:15:49 +02:00 |
|
Ruben Fiszel
|
489f7cb59d
|
fix: do not require auth for OPTIONS requests
|
2023-08-21 02:08:42 +02:00 |
|