hcourdent
36882f2fc9
Message triggers clarification
2024-09-25 16:32:12 +02:00
Ruben Fiszel
9909b8989e
chore(main): release 1.400.0 ( #4438 )
...
* chore(main): release 1.400.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-25 16:26:07 +02:00
Faton Ramadani
84eefadfcf
feat(frontend): Catch flow errors in the UI ( #4429 )
...
* feat(frontend): Catch flow errors in the UI
* feat(frontend): typo
2024-09-25 16:22:02 +02:00
wendrul
a1ac583f05
fix: remove autocomplete for searchbar ( #4440 )
2024-09-25 16:03:03 +02:00
wendrul
398a09b741
feat: add static variable and resources support to ansible ( #4435 )
...
* Add static variable and resources to ansible
* Add wasm parser to cli
* Fix pulling of resources, rs and playbooks
* Remove unused import, add publish pkg-yaml
* Update package.json
* Update generate-metadata
* Fix null fields being serialized in script metadata
* npm install
2024-09-25 15:05:53 +02:00
Ruben Fiszel
fbd0071a54
chore(main): release 1.399.0 ( #4436 )
...
* chore(main): release 1.399.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-25 14:42:36 +02:00
Ruben Fiszel
81c2bb0691
fix(cli): version the whole client for deno compatibility
2024-09-25 14:38:35 +02:00
HugoCasa
aeb5b5bcd1
fix: correct AI generation for CRON and regex ( #4437 )
2024-09-25 12:53:32 +02:00
HugoCasa
590321fd3c
feat: add tag filtering to external JWT authentication ( #4425 )
...
* feat: tag filtering jwt ext auth
* move tags to scopes
* fix symlink
* update ee ref
2024-09-25 11:21:19 +02:00
HugoCasa
8a277a0ad9
do not call workspace error handler if flow has error handler ( #4434 )
...
* do not call workspace error handler if flow has error handler
* optimize + UI improvements for error handler
2024-09-25 09:10:41 +02:00
Ruben Fiszel
8b7bbe80a0
nit + triggers sign
2024-09-24 20:04:15 +02:00
Ruben Fiszel
34a50ef8ca
nit remove getLogs
2024-09-24 19:31:51 +02:00
Ruben Fiszel
93fa6a0e97
improve init script error handling
2024-09-24 19:27:00 +02:00
pyranota
74c2cabd9f
Add Explicit Progress Hint ( #4433 )
...
* Add new component `ExecutionDuration`
Reusable component helps with tracking execution time of job
It is not using job.started_at, but instead uses it's own tracking mechanism
The key difference that it can give insights during execution of job and measures pure execution time
Accuracy is configurable with `updateResolution`
Can also detect if job is `longRunning` e.g. runs more than X-seconds
* Implement Hint for Explicit Progress
It uses ExecutionDuration component introduced in previous commit
and device's local storage to handle `Dont show again`
* Remove dublication of `FlowProgressBar` in `run` page
* Change Hint styling
* Change values in `ExecutionDuration` to match required
`longDefinition`: 3 -> 30
`updateResolution`: 2 -> 10
Meaning jobs running more than 30s counts as a `Long Running Job`
* Fix broken link
* Scope to langs: `python3`, `bun` and `deno` jobKinds: `script`
* Simplify ExecutionDuration for new scope
* Bring `preview` job kind into the scope
We need this to show this tip in preview pages.
e.g. By clicking on subjob details of flow (this subjob is preview)
2024-09-24 19:13:06 +02:00
HugoCasa
17a8700956
http routing docs link ( #4431 )
2024-09-24 17:23:14 +02:00
HugoCasa
8a469e7595
add bun/deno/python transform tests ( #4432 )
2024-09-24 17:14:00 +02:00
pyranota
ad69c08228
fix get_job_update returning error ( #4427 )
...
When get_progress specified to true, but there is no record of progress for given job
Endpoint will fail and return error.
Nothing cricial but should be fixed.
2024-09-24 10:24:26 +02:00
Henri Courdent
4d5415dbd2
Frontend update to docs ( #4426 )
2024-09-23 18:59:32 +02:00
Ruben Fiszel
99c24109de
chore(main): release 1.398.1 ( #4424 )
...
* chore(main): release 1.398.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-23 18:04:41 +02:00
HugoCasa
61f27acbd5
fix: time handling in bun and deno ( #4423 )
...
* fix: time handling in bun and deno
* put dates conversion in try catch
2024-09-23 18:00:36 +02:00
Ruben Fiszel
5c6c0ff3cc
chore(main): release 1.398.0 ( #4412 )
...
* chore(main): release 1.398.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-23 17:28:18 +02:00
wendrul
a500994cc2
fix: various improvements for ansible ( #4419 )
...
* Improve error messages, fix dependency job issue
* Add nsjail support for ansible
* Remove invalid comment syntax
* Change nsjail config and ansible controller config to be ephemeral
* Move ansible cfg to later to overwrite possible files named ansible.cfg
* Fix ansible.cfg env var
* Fix tmp dir issue
2024-09-23 16:44:37 +02:00
Ruben Fiszel
a17195d88f
fix: update pip to 24.2 and python 3.11.8->3.11.10
2024-09-23 14:01:31 +02:00
HugoCasa
e99e7b2b0b
feat(frontend): add http routing templates ( #4421 )
2024-09-23 12:47:51 +02:00
pyranota
01c16f29a8
floor progress in typescript client ( #4420 )
...
If user passes float to setProgress it will result BadRequest from server but without any explanation.
Sometimes it is non intuitive that endpoint accepts only integers, so to reduce confusion we convert progress to int.
2024-09-23 11:45:13 +02:00
Faton Ramadani
30017cc2b1
fix(frontend): Fix delete branch one index ( #4418 )
2024-09-23 11:32:47 +02:00
Ruben Fiszel
9c506a83cb
critical channels build on non ee
2024-09-21 22:54:15 +02:00
Ruben Fiszel
50a6f789fa
fix: migrate smtp instance settings to global settings ( #4416 )
...
* all
* all
* all
* fix
* update ee private
* all
2024-09-21 01:42:15 +02:00
HugoCasa
5be7be03a6
fix: no failed renewal alert if trial ( #4414 )
2024-09-20 18:47:17 +02:00
HugoCasa
70fa78c10d
fix: allow no body in job requests ( #4413 )
2024-09-20 18:26:50 +02:00
HugoCasa
304dac3447
feat: http routing ( #4339 )
...
* feat: http routing
* all
* feat: improve UI
* final stuff
* fix: sqlx
* fix: nit
* fix: nits
* fix: error handler display
* fix: routes panel perms
* all
* fix: improve ability to paste from macos in vscode extension
* fix lock-write for deno
* all
* cleaning
* fix
* cli preprocessor
* nits
* nits
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-20 15:38:38 +02:00
Ruben Fiszel
815f34b2af
chore(main): release 1.397.4 ( #4410 )
...
* chore(main): release 1.397.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-20 14:53:16 +02:00
Ruben Fiszel
794f87aa0d
fix(cli): make CLI not require latest version of windmill
2024-09-20 14:49:06 +02:00
Ruben Fiszel
9e9562e1a4
chore(main): release 1.397.3 ( #4409 )
...
* chore(main): release 1.397.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-20 11:38:40 +02:00
Ruben Fiszel
8212532b29
fix(cli): make CLI compatible with Node 18
2024-09-20 11:10:19 +02:00
Ruben Fiszel
2a9d1b587b
fix cli build
2024-09-20 10:38:38 +02:00
Ruben Fiszel
aec6972e29
chore(main): release 1.397.2 ( #4408 )
...
* chore(main): release 1.397.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-20 09:52:35 +02:00
Ruben Fiszel
69b8754aef
fix(bun): never pre-bundle BASE_URL env variable
2024-09-20 09:48:00 +02:00
Ruben Fiszel
a20ee6096a
chore(main): release 1.397.1 ( #4406 )
...
* chore(main): release 1.397.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-20 09:17:15 +02:00
Ruben Fiszel
30fe28ceec
fix: update git sync script
2024-09-20 09:12:00 +02:00
Alexander Petric
3fd626c8d2
properly count steps of flows in benchmark ( #4407 )
...
* fix(benchmark): properly count steps of flows
* signing commit
---------
Co-authored-by: Alexander Petric <alex@inpher.io >
2024-09-19 17:46:21 +02:00
Ruben Fiszel
07372e7e65
fix: improve ability to paste from macos in vscode extension
2024-09-19 16:15:32 +02:00
Ruben Fiszel
623ece8c67
fix(go): put shared directory in job dir and not go parent
2024-09-19 10:05:08 +02:00
Ruben Fiszel
63f70f67d7
chore(main): release 1.397.0 ( #4405 )
...
* chore(main): release 1.397.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-19 01:40:02 +02:00
Ruben Fiszel
1b3e90ce7a
add ansible to default tags
2024-09-19 00:47:30 +02:00
wendrul
6855b8da9a
feat: ansible playbook support ( #4399 )
...
* Ansible execution and parsing
* Working collections and pip dependencies
* Remove unused vars
* File resources logic for ansible
* Make frontend for ansible and resource file
* Format file
* Change naming of file resource and inventory fields
* Add autocomplete for file extension resource creation
* Add endpoint to list file formats for resource types
* Add CLI functionality to pull/push file resources
* Add beta tag to ansible
* Add Full image dockerfiles containing ansible
* Prepare sqlx
* Update cargo.lock
* Update ansible path
* Remove unused imports
* Add back import removed by rust-analyzer
* Improve ansible init code
* Prepare sqlx
* Change dockerfile to make the full windmill image
* Remove old dockerfile
* Improve autocomplete file resource extension select
* Remove comment
* Validate file extension
* Add icons to text file resources
* Remove editability of file resource types
* Remove unused import
* Missing space
* Add yaml parser
2024-09-19 00:21:15 +02:00
Ruben Fiszel
69b53603a5
embed typescript client in cli ( #4403 )
...
* all
* all
* all
* all
* all
2024-09-18 16:45:39 +02:00
Ruben Fiszel
5973e427c3
chore(main): release 1.396.1 ( #4402 )
...
* chore(main): release 1.396.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-18 14:36:40 +02:00
Ruben Fiszel
37d152feeb
fix: postgres scripts that take longer than 20s do not timeout anymore
2024-09-18 14:32:16 +02:00
Ruben Fiszel
1f2d203f11
chore(main): release 1.396.0 ( #4401 )
...
* chore(main): release 1.396.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-18 11:27:13 +02:00
pyranota
d6d4756b7a
feat: Allow setProgress and getProgress from within the script ( #4400 )
...
* Allow setting progress explicitly from script body.
This feature exposes:
* `getProgress`
* `setProgress`
* `incProgress`
API in TypeScript client (python is coming soon).
NOTE: Progress cannot be out of range 0..100 and cannot decrease.
With exposed APIs there is also UI changes, so progress can be shown for individual jobs as well.
For optimization reasons, jobs start to ask for progress only after N-seconds of execution.
* feat: Add `shell.nix`
If you dont have anything but nix, dont worry, run nix-shell in root, or activate with direnv and get all needed dependencies
NOTE: You will still need docker
* feat: Add `dev.nu` to typescript client
Little helper function, allowing developer to work on ts client easier.
To use:
`./dev.nu watch`
Now add import of windmill in body of your script and `//nobundle` on top of the file
Edit ts client in your favourite editor and hit save. Script will do the rest.
* Cleanup files
* Fix: Failed to deserialize query string: missing field `get_progress`
* perf: Implement non-naive polling mechanism for getting job progress
* Add independant delay for getProgress
Problem in `TestJobLoader`:
There should be 2 delays:
One until we find our first progress (every 5s)
Once we found our first progress, we can do it every second
* nit: Use `query_scalar!` instead of `query_as`
* Fix: Sql error, no rows returned by a query that expected to return at least one row
* refactor: Remove global CSS for JobProgressBar
* Change UI for progress of flow subjobs
* Replace `Step 1` with `Running` in ProgressBar for individual jobs
* Remove `incProgress`
incProgress is not very usefull and error-prone
* perf: Set metric only for jobs that are actually using it
(https://github.com/windmill-labs/windmill/pull/4373#discussion_r1759843773 )
* Offload registering progress from clients to server
* Add `jobId?` argument to typescript-client's `setProgress` and `getProgress`
Allows to set progress of other jobs and flows,
if jobId specified, than flow id will be inferred automatically.
Could be used by SDK.
* Add `Error::MetricNotFound` for better error handling
* Fix: Make `JobProgressBar` display in red when failed
* Add persistant progress bar
Now you can reload the page after job is done and progress will be still there
* Allow succeeded individual job's progress bar stick to 100%
* Add python support
* nit: Remove usage of undefined variable in python-client
* Add `async` in ts client (for error handling)
* nit(frontend): Remove unused import
* Dont load JobProgressBar when it is not needed
* nit: npm check fix
* cargo sqlx prepare
* fix sqlx
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-18 01:16:19 +02:00
Ruben Fiszel
f7454e621c
fix lock-write for deno
2024-09-18 00:57:53 +02:00
Ruben Fiszel
1576d33232
add main tag to ee-nsjail
2024-09-18 00:36:02 +02:00
Ruben Fiszel
a24365237c
rm legacy hubScripts
2024-09-17 17:33:52 +02:00
Ruben Fiszel
c661ac8696
chore(main): release 1.395.0 ( #4394 )
...
* chore(main): release 1.395.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-17 10:41:26 +02:00
Ruben Fiszel
39374d7ee1
fix: update bun to 1.1.27
2024-09-17 10:27:51 +02:00
Ruben Fiszel
89b516450c
nit display flowmodulevalue for tests
2024-09-17 09:11:23 +02:00
Ruben Fiszel
277d085dbe
fix(deno): replace lock-write with frozen=false
2024-09-17 08:33:33 +02:00
Alexander Petric
9297ffcac4
fix(frontend): new resource type name must be snake case ( #4396 )
...
* check if newResourceType.name is camel case
* adding option to convert to snake case
* signing commit
* validate numbers in snake case, externalize 'valid' field of newResourceType
2024-09-17 00:15:55 +02:00
Alexander Petric
1b439218ef
caddy not needed for frontend dev with cloud backend ( #4397 )
2024-09-17 00:14:14 +02:00
Faton Ramadani
97839a3583
fix(frontend): add support for step id change for forloops and branch… ( #4395 )
...
* fix(frontend): add support for step id change for forloops and branchone + add initial value for DebounchedInput
* fix(frontend): fix initial value of DebouncedInput
2024-09-16 23:12:23 +02:00
Ruben Fiszel
d57b139df2
fix: cannot create duplicate apps and raw_apps
2024-09-16 21:15:29 +02:00
Ruben Fiszel
8ae6c3262a
fix: improve vscode extension handling of relative paths
2024-09-16 20:57:27 +02:00
HugoCasa
de78f6c192
feat: failed key renewal alert + renew on start if no recent renewal ( #4387 )
...
* feat: failed key renewal alert + renew on start if no recent renewal
* Update ee-repo-ref.txt
2024-09-16 16:54:35 +02:00
Ruben Fiszel
6ba77d533f
fix(cli): update CLI schema parsers to latest
2024-09-16 11:28:24 +02:00
Ruben Fiszel
692c1dcb93
chore(main): release 1.394.6 ( #4393 )
...
* chore(main): release 1.394.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-15 21:07:50 +02:00
Ruben Fiszel
396258f637
fix: improve first time setup experience
2024-09-15 21:02:36 +02:00
Tsvetomir Bonev
36fc048004
chore: build full docker image for arm64 ( #4391 )
...
* chore: build `windmill-full` for `arm64`
* fix: use non-enterprise docker image as base
2024-09-14 18:30:31 +02:00
Ruben Fiszel
2e80107e03
chore(main): release 1.394.5 ( #4385 )
...
* chore(main): release 1.394.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-13 23:39:12 +02:00
HugoCasa
af85d4936d
fix: queue metrics graph ( #4388 )
2024-09-13 23:34:48 +02:00
Ruben Fiszel
51cf420272
fix: parquet renderer display number of rows" ( #4389 )
...
* all
* all
* all
* nocheck
2024-09-13 23:34:36 +02:00
Ruben Fiszel
e70b36ea22
handle better false values as defaultValue of appselect
2024-09-13 17:49:03 +02:00
Ruben Fiszel
11ca14a2d3
fix: add filename to s3 upload
2024-09-13 11:52:17 +02:00
HugoCasa
f140daf4dc
fix: update internal hub scritps to bun ( #4384 )
2024-09-13 11:41:58 +02:00
Ruben Fiszel
a0a36a7d52
update how monaco workers is loaded ( #4383 )
...
* update
* update 2
* Update package.json
* all
* update
* update
* Update package.json
2024-09-13 11:32:47 +02:00
Ruben Fiszel
e81c8384e4
chore(main): release 1.394.4 ( #4375 )
...
* chore(main): release 1.394.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-13 08:52:34 +02:00
Ruben Fiszel
bde3339de5
fix(image): correctly publish windmill-full image
2024-09-13 08:47:58 +02:00
Ruben Fiszel
bb620aba24
appselect default value fix nit + editor workers are url based
2024-09-12 21:41:06 +02:00
Manuel
03a2eae49a
fix(frontend): prompt fix-AI not to rename existing variables ( #4382 )
...
* fix(frontend): prompt fix-AI not to rename existing variables
* fix(frontend): prompt fix-& edit-AI not to rename existing variables
---------
Co-authored-by: Manu [tennox] <tennox+git@txlab.io >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-09-12 18:55:46 +02:00
Ruben Fiszel
bc62930fe9
remove obsoelte flip on schemaform
2024-09-12 18:54:04 +02:00
Ruben Fiszel
4dc9ca7f4e
fix: timeout in pg executor on postgresql connection after 20s
2024-09-12 18:49:43 +02:00
Ruben Fiszel
7c16f2cef4
fix: tighten number input validity if min or max is set
2024-09-12 14:51:03 +02:00
HugoCasa
ff08b5a9b5
fix: tighten inputs for granular kinds ( #4379 )
...
* fix(backend): acls perms
* nit
2024-09-12 14:40:22 +02:00
Ruben Fiszel
f222645dce
fix: multiple secret picker candidates in resource adder
2024-09-12 13:52:16 +02:00
Ruben Fiszel
5bef077480
fix: improve password input for resources editor
2024-09-12 13:13:04 +02:00
HugoCasa
93e5ba1d16
fix(frontend): table footer display on safari ( #4377 )
2024-09-12 11:38:53 +02:00
Ruben Fiszel
fb4c8d266a
fix: improve app select propagation to list inputs in apps
2024-09-12 09:18:06 +02:00
Ruben Fiszel
562b2fc671
chore(main): release 1.394.3 ( #4374 )
...
* chore(main): release 1.394.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 23:56:17 +02:00
Ruben Fiszel
51e6f36e13
fix: improve runFlowAsync and run_flow_async default behavior + time formatting of scheduled for
2024-09-11 23:52:02 +02:00
Ruben Fiszel
509f4a0e58
chore(main): release 1.394.2 ( #4372 )
...
* chore(main): release 1.394.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 23:05:33 +02:00
Ruben Fiszel
0e64380473
fix: add tag_override for script in flows
2024-09-11 23:02:45 +02:00
Ruben Fiszel
042a2bf917
fix: graceful worker exits for same worker jobs ( #4371 )
...
* all
* fix compile
2024-09-11 18:32:08 +02:00
Ruben Fiszel
3e0862f349
chore(main): release 1.394.1 ( #4366 )
...
* chore(main): release 1.394.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 12:19:19 +02:00
Ruben Fiszel
c44e0d3742
fix: default success handler key can be viewed by anyone in the workspace
2024-09-11 12:16:10 +02:00
Ruben Fiszel
decb4873f1
fix: same worker is transitive on nested flows
2024-09-11 08:59:01 +02:00
Ruben Fiszel
4720237091
fix: handle better same_worker flow monitor
2024-09-11 01:29:40 +02:00
Ruben Fiszel
3e397df03e
nit overflow and scrllbar height
2024-09-11 00:11:11 +02:00
Ruben Fiszel
272d194bf5
chore(main): release 1.394.0 ( #4358 )
...
* chore(main): release 1.394.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-10 20:57:11 +02:00
Ruben Fiszel
5c7afc13e1
whileloop details in flowviewer
2024-09-10 20:52:13 +02:00
Ruben Fiszel
779a788567
nit accept underscore for flow editor
2024-09-10 20:31:12 +02:00
Ruben Fiszel
a19db9a8d3
feat: add ability to edit id in flows ( #4364 )
...
* all
* all
* nit mailto
* fix
* fix
2024-09-10 20:16:43 +02:00
Henri Courdent
5dda5df77d
Changelog refresh frontend ( #4362 )
2024-09-10 15:08:15 +02:00
Ruben Fiszel
de144e4629
nit upgrade instructions
2024-09-10 12:52:52 +02:00
Ruben Fiszel
e63b15e430
nit workspace add
2024-09-10 12:48:40 +02:00
Ruben Fiszel
e824d2a76c
fix(cli): on node, prompt paste accept more than 8 chars
2024-09-10 12:36:43 +02:00
Ruben Fiszel
cfb50ce8b8
fix(cli): browser login works on npm
2024-09-10 12:06:12 +02:00
Henri Courdent
516466bbda
Typos frontend Instance settings ( #4361 )
2024-09-10 10:57:09 +02:00
Ruben Fiszel
05a6590349
custom baseUrl fixes
2024-09-09 17:20:44 +02:00
Ruben Fiszel
6b43d7e227
fix: migrate git sync to using bun based script
2024-09-09 14:31:37 +02:00
Ruben Fiszel
5e822c85d4
chore(main): release 1.393.4 ( #4356 )
...
* chore(main): release 1.393.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-09 14:06:26 +02:00
Ruben Fiszel
4a6c3c8cc5
fix: bun scripts cached in docker image have their dependencies pre-loaded
2024-09-09 13:52:12 +02:00
Ruben Fiszel
9329006ad8
fix(cli): add --extra-includes to improve git sync capabilities
2024-09-09 10:56:46 +02:00
Ruben Fiszel
f93b64be0d
put sed helpers to remove anscii codes in downloaded logs
2024-09-09 10:26:17 +02:00
Ruben Fiszel
2438cf5a0d
fix hub sync script
2024-09-09 00:30:09 +02:00
Ruben Fiszel
4e09e7f451
fix: fix hub sync script
2024-09-08 23:49:09 +02:00
Ruben Fiszel
959e31d22b
migrate dockerfile CLI to node
2024-09-07 21:34:14 +02:00
Ruben Fiszel
ae1710baa8
chore(main): release 1.393.3 ( #4353 )
...
* chore(main): release 1.393.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 21:31:27 +02:00
Ruben Fiszel
3998ecbf7b
fix(cli): guide users to migrate to node version of the CLI
2024-09-07 21:27:36 +02:00
Ruben Fiszel
6f0af6b8c6
synchronize hub script is moved to new windmill cli
2024-09-07 19:05:34 +02:00
Ruben Fiszel
9f6e945a47
fix cli build
2024-09-07 14:09:38 +02:00
Ruben Fiszel
ac7c9237ec
chore(main): release 1.393.2 ( #4351 )
...
* chore(main): release 1.393.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 14:00:03 +02:00
Ruben Fiszel
1e813b2610
fix(cli): add --base-url option to add possibility of setting every arg without needing to add a workspace first
2024-09-07 12:44:27 +02:00
Ruben Fiszel
f006458c5e
fix CLI publishing
2024-09-07 12:03:08 +02:00
Ruben Fiszel
097bff5366
chore(main): release 1.393.1 ( #4350 )
...
* chore(main): release 1.393.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 11:56:37 +02:00
Ruben Fiszel
65cddaf975
fix: fix CLI publishing
2024-09-07 11:51:37 +02:00
Ruben Fiszel
be1b29422b
nit npm on release
2024-09-07 11:21:12 +02:00
Ruben Fiszel
fbbf5db3a1
chore(main): release 1.393.0 ( #4348 )
...
* chore(main): release 1.393.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 11:15:31 +02:00
Ruben Fiszel
47f0ece8b4
migrate more to windmill-cli
2024-09-07 11:08:55 +02:00
Ruben Fiszel
9b4c59809c
feat: make CLI node compatible ( #4347 )
2024-09-07 02:31:26 +02:00
Ruben Fiszel
842b988b0d
chore(main): release 1.392.0 ( #4341 )
...
* chore(main): release 1.392.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 01:20:26 +02:00
Ruben Fiszel
593012f015
nit scrollbars
2024-09-07 01:19:20 +02:00
Ruben Fiszel
8bea2e473d
fix: make select not reset on user changes in app + app css fix
2024-09-07 00:33:55 +02:00
Ruben Fiszel
50f32c4e12
fix: nativets correct transform resources in args
2024-09-06 20:41:42 +02:00
HugoCasa
dbd4292260
feat: schedule success handler ( #4346 )
2024-09-06 19:03:09 +02:00
Ruben Fiszel
dbfee03ded
update bun to 1.1.26 and deno to 1.46.3
2024-09-06 08:51:24 +02:00
Henri Courdent
112dd05c7d
Workers page buttons and SSO logos ( #4336 )
...
* Workers page buttons and SSO logos
* JumpCloud typo
* Fix svg
2024-09-05 12:15:55 +02:00
Ruben Fiszel
32f2d0fc80
fix: fix error handler new script if no modules
2024-09-05 12:08:42 +02:00
Ruben Fiszel
df720260b8
fix: improve app reports puppeteer interactions
2024-09-05 10:07:21 +02:00
Ruben Fiszel
3c988a517c
nit file handling
2024-09-04 23:15:30 +02:00
Ruben Fiszel
e30c344d32
feat: add load more to runs page if nb of jobs >= 1000
2024-09-04 22:45:35 +02:00
HugoCasa
067110e62f
fix: increase AI gen timeout + upgrade to 16k gpt4o ( #4340 )
2024-09-04 19:33:23 +02:00
Ruben Fiszel
f4446f292e
nits scrollbar UX
2024-09-04 15:20:59 +02:00
Ruben Fiszel
df043a19b9
chore(main): release 1.391.0 ( #4335 )
...
* chore(main): release 1.391.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-04 14:01:20 +02:00
Ruben Fiszel
c9d07fcad7
handle better getResoruceValue error for theme
2024-09-04 13:30:18 +02:00
Ruben Fiszel
ce70693754
fix: improve wm_labels indices + UX nits
2024-09-04 11:40:23 +02:00
HugoCasa
a7a08cf9f3
feat: add slack as a critical alert channel ( #4319 )
...
* feat: add slack as a critical alert channel
* update ee ref
2024-09-04 09:48:13 +02:00
superjcvd
2f3750152f
chore: gives the possibility not to install git in the docker image ( #4333 )
...
* chore: create a variable for golang version
* chore: gives the possibility not to install git cli
* chore: update debian packages to latest security versions
* fix: remove apt-get upgrade feature
* Update Dockerfile
* Update Dockerfile
---------
Co-authored-by: @gael.soude <gael.soude@firstbase.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-04 09:47:16 +02:00
Ruben Fiszel
f8cb8aa575
chore(main): release 1.390.1 ( #4332 )
...
* chore(main): release 1.390.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-03 20:31:12 +02:00
Ruben Fiszel
8dace06bcb
use stricter equalities in more palces
2024-09-03 20:21:44 +02:00
Ruben Fiszel
c6d41c28db
avoid double loading for run page detail of flow and improve ArgInfo renderer
2024-09-03 20:19:47 +02:00
Ruben Fiszel
d172e45766
fix: do not require hasNullParent only if scriptPathExact on runs search
2024-09-03 19:52:05 +02:00
Ruben Fiszel
71cdb1905e
remove frontend warnings
2024-09-03 14:23:22 +02:00
Ruben Fiszel
acfe778615
fix: prevent brute force attacks on tokens by slowing unauthorized response
2024-09-03 12:34:41 +02:00
Ruben Fiszel
7a7270c8ce
nit customUi
2024-09-03 09:41:57 +02:00
Ruben Fiszel
58dbc1a4d1
chore(main): release 1.390.0 ( #4318 )
...
* chore(main): release 1.390.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-03 01:06:08 +02:00
Ruben Fiszel
d1d5848294
nits
2024-09-03 00:49:44 +02:00
dependabot[bot]
bb04e5ddf0
chore(deps): bump docker/metadata-action from 4 to 5 ( #4321 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 21:49:54 +02:00
dependabot[bot]
83b46aa66c
chore(deps): bump softprops/action-gh-release from 1 to 2 ( #4320 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 21:49:28 +02:00
Ruben Fiszel
cdd7349f67
fix: improve dependency map to handle recusrive loops + handle better flow relative imports
2024-09-02 21:38:47 +02:00
Ruben Fiszel
2658ef7b84
small nits vCPU display
2024-09-02 17:20:53 +02:00
Ruben Fiszel
2a5ac79446
fix copy button z-index
2024-09-02 15:56:18 +02:00
Ruben Fiszel
71470d7da9
feat: add yaml editor in flow builder
2024-09-02 15:13:51 +02:00
Ruben Fiszel
a5dde31304
chore(main): release 1.389.1 ( #4316 )
...
* chore(main): release 1.389.1
* Apply automatic changes
* Update CHANGELOG.md
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-02 14:06:41 +02:00
Ruben Fiszel
e311684a66
fix: fix erronous branchone status
2024-09-02 14:03:44 +02:00
Ruben Fiszel
da2915d37d
nits error message
2024-09-02 00:46:26 +02:00
dependabot[bot]
efdf566325
chore(deps): bump reggionick/s3-deploy from 3 to 4 ( #2002 )
...
Bumps [reggionick/s3-deploy](https://github.com/reggionick/s3-deploy ) from 3 to 4.
- [Release notes](https://github.com/reggionick/s3-deploy/releases )
- [Commits](https://github.com/reggionick/s3-deploy/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: reggionick/s3-deploy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 00:25:36 +02:00
dependabot[bot]
0452734712
chore(deps): bump docker/metadata-action from 4 to 5 ( #2301 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 00:14:49 +02:00
dependabot[bot]
a79bceba42
chore(deps): bump actions/checkout from 3 to 4 ( #2232 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 00:14:38 +02:00
dependabot[bot]
74cb33db95
chore(deps): bump docker/login-action from 2 to 3 ( #2414 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-01 23:58:37 +02:00
Ruben Fiszel
059be0c40d
fix: integration_tests/requirements.txt to reduce vulnerabilities ( #4038 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-01 23:51:43 +02:00
Ruben Fiszel
1289ec67be
fix: llm/requirements.txt to reduce vulnerabilities ( #3965 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-01 23:51:10 +02:00
Ruben Fiszel
0e91c36f5a
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities ( #3918 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-01 23:50:21 +02:00
Ruben Fiszel
8a105c9c67
fix: llm/requirements.txt to reduce vulnerabilities ( #4313 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842
- https://snyk.io/vuln/SNYK-PYTHON-TQDM-6807582
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-01 23:49:52 +02:00
Ruben Fiszel
bf9f7d79ff
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities ( #4314 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SVELTE-7856103
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-01 23:49:39 +02:00
Ruben Fiszel
b3b24ae83a
chore(main): release 1.389.0 ( #4310 )
...
* chore(main): release 1.389.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-01 23:34:31 +02:00
Ruben Fiszel
4c3537aee9
chore: only copy build folder of frontend for frontend build step
2024-09-01 22:45:43 +02:00
Ruben Fiszel
97153d9f8b
nit test
2024-09-01 22:19:58 +02:00
Ruben Fiszel
64dbf6fce4
refactor main tokio select loop ( #4312 )
2024-09-01 21:58:37 +02:00
Ruben Fiszel
b05717b820
nits job still running format
2024-09-01 12:28:03 +02:00
Ruben Fiszel
3e774fe51d
nits log formats for delayed job
2024-09-01 12:22:14 +02:00
Ruben Fiszel
3969f2f57b
fix workers page
2024-09-01 11:27:47 +02:00
Ruben Fiszel
8977dd42e8
nits zombie job log improvement
2024-09-01 10:36:53 +02:00
Ruben Fiszel
aa83ea60d5
nits color
2024-08-31 23:12:08 +02:00
Ruben Fiszel
efac0c0bc1
improve service logs with json_fmt
2024-08-31 23:04:12 +02:00
Ruben Fiszel
2fe48df720
feat: service logs ( #4244 )
2024-08-31 14:57:35 +02:00
HugoCasa
8e30928a78
fix: prevent duplicate worker alerts ( #4309 )
2024-08-31 13:27:59 +02:00
Ruben Fiszel
03ec37a956
add rust in list of languages
2024-08-30 23:16:27 +02:00
Ruben Fiszel
d7e7c6e2d4
chore(main): release 1.388.0 ( #4308 )
...
* chore(main): release 1.388.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-30 17:47:06 +02:00
HugoCasa
aa6fd84079
feat: min workers in worker group alert + zombie job critical alert ( #4307 )
...
* feat: min workers in worker group alert + zombie job critical alert
* updatee ee ref
2024-08-30 17:25:53 +02:00
wendrul
a2beed9d73
feat: add rust ( #4253 )
...
* Add rust on frontend
* Add parser for rust
* Handle rust job execution
* Main has to return a result that is serializable
* Update parser: parse many rust types
* Rust parser dependencies
* Frontend wasm parser
* Add windmill parser rust to windmill parser wasm (temporarily)
* Add rust as a tag on worker__default
* Change init code for rust
* Cleanup rust_executor.rs
* Remove tree-sitter dep and fix unused imports
* Add lockfile and build logic
* Add cargo and rustup to windmill image
* Fix env var to work on docker image and dev env
* modify package.json
* Deps after parser publish
* Add stashed migration
* Unify rust versions
* Add error message when php or cargo are not present to use another image
* Error message conditionally on feature flag
* all ci/cd changes
* all ci/cd changes
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-08-30 17:01:04 +02:00
Proesmans Bert
2ec4e95b8f
Take interpreter paths from environment (bash executor) ( #4304 )
...
* Take bash exe path from environment
- Changed BIN_BASH type to owned String
- Replaced hardcoded path with BIN_BASH
- Updated references of BIN_BASH to match new String type
* Replaced hardcoded pwsh call with POWERSHELL_PATH
2024-08-30 14:56:32 +02:00
Ruben Fiszel
34128846e0
chore(main): release 1.387.1 ( #4306 )
...
* chore(main): release 1.387.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-30 14:35:46 +02:00
Ruben Fiszel
544dd5a233
nit path
2024-08-30 13:43:42 +02:00
Ruben Fiszel
3111df749d
nits running
2024-08-30 13:22:26 +02:00
Ruben Fiszel
487e7ca715
fix: improve history navigation on the runs page
2024-08-30 13:13:16 +02:00
Ruben Fiszel
2397588355
fix: fix resource list in args being pre-pended with $res
2024-08-30 12:39:41 +02:00
Ruben Fiszel
5c82f815ae
nits runs page
2024-08-30 00:03:21 +02:00
Ruben Fiszel
3ca89f552d
chore(main): release 1.387.0 ( #4300 )
...
* chore(main): release 1.387.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-29 20:06:17 +02:00
Faton Ramadani
d868f71dc4
Fr/anchored subgrid indicator ( #4303 )
...
* fix(frontend): fix anchored indicator for subgrids
* fix(frontend): fix anchored indicator for subgrids
2024-08-29 20:05:31 +02:00
Ruben Fiszel
b1df28498e
nits
2024-08-29 12:45:28 +02:00
Faton Ramadani
af10b50640
update instance user name ( #4294 )
...
* feat(frontend): update instance user name
* feat(frontend): edit instance user name
* feat(frontend): improve UX
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-29 12:41:53 +02:00
Ruben Fiszel
8a3367f70d
nits anchor
2024-08-29 11:20:04 +02:00
Faton Ramadani
d9b358bcc2
feat(frontend): add indicator when a component is locked ( #4296 )
...
* feat(frontend): add indicator when a component is locked
* feat(frontend): add indicator when a component is locked
* feat(frontend): improve interactivity
* feat(frontend): fix how the lock overlay renders
* feat(frontend): use builin detection
* feat(frontend): fix zIndex
* feat(frontend): update the shadow when dragged over a locked component
2024-08-29 11:14:04 +02:00
Faton Ramadani
543a8e98fc
remove the dotted outline around the app editor ( #4301 )
2024-08-29 10:59:31 +02:00
Ruben Fiszel
fa4daf555d
fix summary style priority
2024-08-29 10:59:14 +02:00
Ruben Fiszel
5a46f5b0f3
loading screen dark theme compatible
2024-08-29 08:39:15 +02:00
Faton Ramadani
8148518c5c
feat(frontend): add a favorite button on detail pages ( #4297 )
...
* feat(frontend): add a favorite buttons on detail pages
* feat(frontend): remove typo
2024-08-29 08:34:04 +02:00
Ruben Fiszel
f4f59f1db9
update deno to 1.46.1
2024-08-28 21:13:29 +02:00
Ruben Fiszel
1115f6dbd4
chore(main): release 1.386.0 ( #4291 )
...
* chore(main): release 1.386.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-28 13:45:42 +02:00
wendrul
bcad11264d
split script argument and dependency parser packages to lighten initial load of the script editor ( #4287 )
...
* Add feature flags to split parsers into different pkgs
* Split wasm parser imports
* Use regex-lite, reorganize the parser split
* Update imports to the new wasm parser split
* Remove panic system on wasm and simplify snake case convert logic
* Adapt new imports
* Fix to_snake_case + fix tests
* Adapt wasm test dependencies
* Add publish script
* Fix publish script
* Publish script relative to script location
* pkg diff + publish
* Fix TS WASM import + add pakcage lock
* Fix lint
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-08-28 13:26:55 +02:00
Ruben Fiszel
88278ddb2e
optimize font size with woff2
2024-08-28 13:07:27 +02:00
Ruben Fiszel
8018967181
fix flow status viewer
2024-08-28 12:19:19 +02:00
HugoCasa
e16bd4a9d2
fix: items with starred info ( #4298 )
2024-08-28 11:45:50 +02:00
Ruben Fiszel
497fa99335
lazy load editor on homepage
2024-08-28 10:05:07 +02:00
Ruben Fiszel
d09b72e3fc
lazy load editor on homepage
2024-08-28 09:17:10 +02:00
Ruben Fiszel
70ea188efd
lazy load app preview on homepage
2024-08-28 00:57:52 +02:00
Ruben Fiszel
8f91dc4090
remove monaco-esm dependency
2024-08-28 00:22:39 +02:00
Ruben Fiszel
2618cd3e74
deploy ui homepage call optimization
2024-08-28 00:01:23 +02:00
Ruben Fiszel
58a4b10553
reduce css assets sizes
2024-08-27 23:13:04 +02:00
HugoCasa
84ce3d819d
feat: show last job instead of current job on workers page ( #4293 )
...
* feat: show last job instead of current job on workers page
* fix: keep old sql column name
2024-08-27 22:04:02 +02:00
HugoCasa
bc5a7d0519
optional starred info on get item + update name of user instance ( #4295 )
2024-08-27 21:58:51 +02:00
Ruben Fiszel
e0831777a1
fix: show vCPU, mem aggregate on top of worker group
2024-08-27 14:03:53 +02:00
Faton Ramadani
a4111798d5
feat(frontend): manage ag grid actions programmatically ( #4289 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): improve UX
* Update TableActions.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-27 12:39:27 +02:00
Ruben Fiszel
9f11066c94
chmod /tmp/windmill directly in dockerfile
2024-08-27 11:55:44 +02:00
Faton Ramadani
d1ba9b1404
feat(frontend): add support to copy a cell value in the clipboard in aggrid tables ( #4286 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-27 11:28:59 +02:00
HugoCasa
906cf1006e
fix: smtp server build without parquet feature ( #4292 )
2024-08-27 11:23:06 +02:00
Ruben Fiszel
16465e47c8
fix: cache hub scripts in more cases + pre-cache hub scripts deps in deno
2024-08-27 02:30:54 +02:00
Ruben Fiszel
61a7093ac3
remove w-full on form toggle
2024-08-26 22:40:02 +02:00
Ruben Fiszel
1ec45e5ad6
feat: add vim support for monaco/webeditor
2024-08-26 22:31:23 +02:00
Ruben Fiszel
6e592a20d1
update tests to 1.80
2024-08-26 19:28:16 +02:00
Ruben Fiszel
125ecd64ac
chore(main): release 1.385.0 ( #4288 )
...
* chore(main): release 1.385.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-26 18:59:38 +02:00
Ruben Fiszel
de54bfa12b
update rust image to 1.80
2024-08-26 17:49:56 +02:00
Faton Ramadani
4efc40fbb0
fix(frontend): fix inserting Ws scripts from the search menu ( #4290 )
...
* fix(frontend): fix inserting Ws scripts from the AI gen
* fix(frontend): fix inserting Ws scripts from the search menu
2024-08-26 16:36:22 +02:00
HugoCasa
35d665f617
feat: s3 image preview ( #4262 )
...
* feat: s3 image preview
* fix: use url in src directly
* update ee ref
2024-08-26 13:36:07 +02:00
Ruben Fiszel
a1ac615cfb
chore(main): release 1.384.0 ( #4278 )
...
* chore(main): release 1.384.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-26 11:36:07 +02:00
HugoCasa
5bd38f7808
feat: put email triggers attachments on s3 ( #4272 )
...
* feat: put email triggers attachments on s3
* update ee ref
2024-08-26 11:06:09 +02:00
Faton Ramadani
fdfd385a68
feat(frontend): hide/show app editor panels ( #4266 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add all shortcuts
* feat(frontend): improve the shorcuts
* feat(frontend): improve the shorcuts
* feat(frontend): hide the buttons in preview mode
* feat(frontend): improve the shorcuts
* feat(frontend): fix shortcuts
* feat(frontend): fix shared state between log panels
2024-08-26 10:48:36 +02:00
Ruben Fiszel
32c0b89729
fix: update monaco-editor to latest monaco/language-client ( #4285 )
...
* all
* all
* all
* recomment useless extralib imports
* small impr
2024-08-25 15:29:28 +02:00
Ruben Fiszel
2382a7d7fa
revert to ruff-lsp
2024-08-22 20:03:08 +02:00
Ruben Fiszel
e5dfe2e367
nit lsp
2024-08-22 17:28:09 +02:00
Ruben Fiszel
7fa648f087
fix: bun 1.1.21->1.1.25
2024-08-22 16:37:53 +02:00
Ruben Fiszel
88648af1cd
fix(lsp): use ruff server instead of ruff-lsp
2024-08-22 16:32:32 +02:00
Faton Ramadani
5b2dd7573d
feat(frontend): Add a toggle to disable breakpoints in the App editor ( #4274 )
...
* feat(frontend): Add a toggle to disable breakpoints in the App editor
* feat(frontend): improve UI
* feat(frontend): fix build
* feat(frontend): fix build
* feat(frontend): fix how mobileViewOnSmallerScreens works for older apps
* feat(frontend): fix build
2024-08-22 15:38:57 +02:00
Ruben Fiszel
cc738f32e7
chore(main): release 1.383.1 ( #4277 )
...
* chore(main): release 1.383.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-22 14:05:00 +02:00
Ruben Fiszel
7882d4ecdd
fix: fix app navbar query reactivity + hash in ctx handling is more consistent
2024-08-22 13:55:15 +02:00
Ruben Fiszel
7d13854e38
chore(main): release 1.383.0 ( #4271 )
...
* chore(main): release 1.383.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-22 09:05:03 +02:00
Ruben Fiszel
fc12aeb396
fix(python-client): only require httpx to be >= 0.24 instead of ^0.24
2024-08-22 09:01:17 +02:00
wendrul
b5931721e2
refactor windmill concurrent index migrations using a macro ( #4275 )
...
* Add macro to run migrations
* Factor windmill migrations into the new macro
* Run formatter
2024-08-21 17:15:08 +02:00
Faton Ramadani
b3eabffb76
fix(frontend): fix large JSON viewer ( #4273 )
...
* fix(frontend): fix large JSON viewer
* fix(frontend): fix large JSON viewer
* fix(frontend): improve UX
* fix(frontend): improve show more button
* fix(frontend): add fading effect
* fix(frontend): remove show more when we reach the end
* fix(frontend): Add show more button to the raw tab
* fix(frontend): Add show more button to the raw tab
2024-08-21 16:23:53 +02:00
Ruben Fiszel
c92b008c02
fix npm check
2024-08-21 15:52:57 +02:00
Ruben Fiszel
d1c2e1f40b
improve modularity for whitelabelling
2024-08-21 15:37:26 +02:00
Ruben Fiszel
22d7a2d2b6
handle better empty flows details
2024-08-21 11:29:37 +02:00
Ruben Fiszel
d604b6f2a0
feat: add native html select support + fix mobile scroll on app text component
2024-08-21 11:16:42 +02:00
HugoCasa
bcde2e62d7
feat: improve early stop ( #4257 )
2024-08-21 00:47:34 +02:00
Ruben Fiszel
776e978752
fix base url of flow webhooks for embedded windmill
2024-08-20 23:24:35 +02:00
Ruben Fiszel
9226d6cbc1
feat: add wrap_body header to webhooks
2024-08-20 22:58:17 +02:00
Ruben Fiszel
3f0eaa6c63
chore(main): release 1.382.2 ( #4267 )
...
* chore(main): release 1.382.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-20 18:54:40 +02:00
Henri Courdent
fa2a6070d7
Update changelog list 20_08 ( #4269 )
2024-08-20 18:54:26 +02:00
Faton Ramadani
84d4e2cb95
fix(frontend): Fix initial FlowGraph rendering on Chrome ( #4268 )
2024-08-20 18:23:30 +02:00
Ruben Fiszel
d6d33898a7
fix(app): database studio/empty table count reset
2024-08-20 18:11:57 +02:00
Ruben Fiszel
4f00120d2b
ignore empty FORCE_WORKER_TAGS
2024-08-20 17:03:59 +02:00
Ruben Fiszel
7e1f28071a
fix: handle more gracefully worker without tags
2024-08-20 16:27:01 +02:00
Faton Ramadani
f237d12330
Fix flow graph input step preview ( #4265 )
2024-08-20 16:20:19 +02:00
Ruben Fiszel
8612013026
chore(main): release 1.382.1 ( #4263 )
...
* chore(main): release 1.382.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-20 14:48:18 +02:00
Faton Ramadani
0a6832aa45
fix(frontend): Fix flow graph step preview ( #4264 )
2024-08-20 14:42:31 +02:00
Ruben Fiszel
b6c72dc27c
chore(main): release 1.382.0 ( #4256 )
...
* chore(main): release 1.382.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-20 12:47:12 +02:00
Ruben Fiszel
8f08b55d63
nit diff editor
2024-08-20 12:46:31 +02:00
Ruben Fiszel
dc779dcf42
version diff editor takes screen height
2024-08-20 12:43:35 +02:00
Faton Ramadani
c19df12292
feat(frontend): improve versions history by adding a diff viewer with… ( #4261 )
...
* feat(frontend): improve versions history by adding a diff viewer with the previous version
* feat(frontend): support diff with all previous versions
* feat(frontend): support diff with all previous versions
* feat(frontend): improving version diff
* feat(frontend): improve UI
2024-08-20 12:19:44 +02:00
Ruben Fiszel
09c6af05cd
fix: add FORCE_WORKER_TAGS & fix workers page when default worker group is missing
2024-08-20 12:15:23 +02:00
Ruben Fiszel
1a0e32b40b
fix(bun): disable large transpiling cache
2024-08-20 08:49:51 +02:00
Ruben Fiszel
f3bcadbfb1
fix(cli): improve error message of cli
2024-08-19 22:18:56 +02:00
Ruben Fiszel
75852f27b5
Update client.ts
2024-08-19 17:16:22 +02:00
Ruben Fiszel
010e0fdc23
fix(typescript-client): runFlowAsync by default assume job doesn't outlive flow
2024-08-19 17:03:06 +02:00
Ruben Fiszel
7fe0442a81
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities ( #4255 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-08-19 14:17:47 +02:00
HugoCasa
bb92824273
fix(frontend): nit worker limits ( #4258 )
2024-08-19 14:15:29 +02:00
Ruben Fiszel
451b6bb22d
nit remove debug text
2024-08-19 12:34:56 +02:00
Ruben Fiszel
250237793b
fix: improve resource picker handling of objects
2024-08-19 11:35:16 +02:00
Faton Ramadani
632bd18a2e
use xyflow internally instead of svelvet for graph rendering ( #4173 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix while loops + theme
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): same view as before
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): flow status viewer
* fix(frontend): wip
* feat(frontend): migrate to xyflow
* feat(frontend): dataflow
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): fix min-height
* feat(frontend): clean up
* feat(frontend): add missing insert button for empty loops
* feat(frontend): Fix insert
* feat(frontend): Fix branch one
* feat(frontend): Support default branch for branch one
* feat(frontend): fix add and delete branches
* feat(frontend): Make the iterations menu work
* feat(frontend): Fix graph height in the flow status viewer
* feat(frontend): code improvement
* feat(frontend): add missing trigger
* feat(frontend): add support for triggers
* feat(frontend): fix move
* feat(frontend): fix No branch for branch one
* feat(frontend): fix light theme
* feat(frontend): fix build
* feat(frontend): remove dead code
* feat(frontend): fix move
* feat(frontend): fix vertical alignement
* feat(frontend): fix viewport
* feat(frontend): style fix
* feat(frontend): fix viewgraph
* feat(frontend): fix build
* feat(frontend): Fix node position
* feat(frontend): UI nits
* feat(frontend): UI nits
* feat(frontend): fix zoom level + fix insert button position
* feat(frontend): svelvet clean up
* feat(frontend): fix paste button position
* feat(frontend): clean up
* feat(frontend): migrate Decision Tree
* feat(frontend): clean up
* feat(frontend): add callback
* feat(frontend): migrate Decision Tree
* feat(frontend): fix build
* feat(frontend): fix branches
* feat(frontend): fix branches
* feat(frontend): fix insert
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix reactivity
* feat(frontend): fix z-index issues
* feat(frontend): fix bg issue
* feat(frontend): fix border status
* add padding to flow height
* Update FlowGraphV2.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-19 09:17:56 +02:00
Ruben Fiszel
de4f5e3015
chore(main): release 1.381.0 ( #4248 )
...
* chore(main): release 1.381.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-16 17:34:20 +02:00
HugoCasa
99f7828ebb
feat: cache common hub scripts in image ( #4249 )
...
* feat: cache common hub scripts in image
* Delete backend/src/hubPaths.json
* fix: missing file
* fix: dockerfile
* fix: cache by path
* fix
* fix
* precreate cache folder
2024-08-16 17:30:44 +02:00
Ruben Fiszel
5a8fa1d724
fix: improve password field lifetime incorrectly recycled too early
2024-08-16 17:28:10 +02:00
Ruben Fiszel
49835ca6ca
fix: workspace specific default tags do not override step level custom tags
2024-08-16 17:00:34 +02:00
HugoCasa
43459ce03a
sqlx for refresh cgroup readings ( #4251 )
2024-08-16 14:11:56 +02:00
HugoCasa
e23c3fad62
feat: add env to refresh cgroup readings ( #4250 )
2024-08-16 14:00:38 +02:00
Ruben Fiszel
dffd5f7f7d
fix(cli): add inject and define options
2024-08-15 19:04:11 +02:00
Ruben Fiszel
55340029db
export runFlow and runFlowAsync
2024-08-15 15:17:32 +02:00
Ruben Fiszel
c9ef2c8e97
fix(typescript-client): add runFlow and runFlowAsync
2024-08-15 14:21:33 +02:00
Ruben Fiszel
3cf4f00dca
fix: improve row update of aggrid table actions II
2024-08-15 12:47:21 +02:00
Ruben Fiszel
2afdb66e75
improve row update of aggrid table actions
2024-08-15 12:07:46 +02:00
HugoCasa
6705b6706f
email triggers panel loading ( #4247 )
2024-08-15 11:12:10 +02:00
Ruben Fiszel
c4282a0656
nit highlight code
2024-08-15 10:46:57 +02:00
HugoCasa
6c9e32af10
fix(frontend): improve UI for email triggers ( #4243 )
...
* fix(frontend): improve UI for email triggers
* fix: nits
2024-08-15 10:06:35 +02:00
Ruben Fiszel
5416254aa1
chore(main): release 1.380.0 ( #4242 )
...
* chore(main): release 1.380.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-14 19:48:20 +02:00
Ruben Fiszel
11b81e3d9d
nit npn check fix
2024-08-14 19:19:26 +02:00
HugoCasa
0cce27636d
feat: opt-in job args in audit logs ( #4241 )
...
* feat: job args in audit logs
* update ee ref
2024-08-14 19:00:52 +02:00
Ruben Fiszel
e0857c7178
feat: recoverable error handlers
2024-08-14 18:45:29 +02:00
Ruben Fiszel
0eb96ded5f
fix tests
2024-08-14 17:35:30 +02:00
Ruben Fiszel
be90b3e219
feat: togglable continue on disapproval/timeout of approvals
2024-08-14 17:24:21 +02:00
Ruben Fiszel
fbd9b87c0f
dockerfile improvements
2024-08-14 15:49:33 +02:00
Ruben Fiszel
75d96baf50
small resilience nits
2024-08-14 15:24:05 +02:00
Ruben Fiszel
58adf6ad2d
chore(main): release 1.379.4 ( #4238 )
...
* chore(main): release 1.379.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-14 14:48:36 +02:00
Ruben Fiszel
ad698768e8
fix: fix transformer issue after proxy change for apps
2024-08-14 14:45:55 +02:00
Ruben Fiszel
ecea507670
all
2024-08-14 14:34:58 +02:00
Ruben Fiszel
acfe6325a1
continue on error
2024-08-14 14:34:58 +02:00
HugoCasa
3bd461ffa1
fix: use job timeout for snowflake timeout ( #4240 )
2024-08-14 14:27:43 +02:00
HugoCasa
c09f078928
fix: handle time with tz col type in pg ( #4239 )
2024-08-14 13:25:56 +02:00
HugoCasa
f88efc2380
fix: add missing change for better key renewal ( #4237 )
2024-08-14 09:55:23 +02:00
Ruben Fiszel
2aa40c413e
nits whitelabel
2024-08-14 02:09:22 +02:00
Ruben Fiszel
9363e6d05f
chore(main): release 1.379.3 ( #4235 )
...
* chore(main): release 1.379.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-14 01:00:31 +02:00
Ruben Fiszel
0be8982ddc
fix: improve scrolling performance of the runs page
2024-08-14 00:26:34 +02:00
Ruben Fiszel
969699ce47
chore(main): release 1.379.2 ( #4234 )
...
* chore(main): release 1.379.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-13 23:59:18 +02:00
Ruben Fiszel
b9924d01d5
fix: add fetch connection limits to bun type fetcher
2024-08-13 23:40:00 +02:00
Ruben Fiszel
35fed96cd3
fix compile
2024-08-13 22:53:32 +02:00
Ruben Fiszel
bcc94badbd
fix: extend step_id being returned as part of the error of every languages
2024-08-13 22:37:05 +02:00
Ruben Fiszel
2021b8f86a
add INSTANCE_IS_DEV
2024-08-13 21:44:14 +02:00
Ruben Fiszel
b626e52324
add bun bundling error info
2024-08-13 20:42:45 +02:00
Ruben Fiszel
7a68cc76c2
fix: improve logviewer behavior when job is loading
2024-08-13 20:34:46 +02:00
Ruben Fiszel
b424c61e95
fix(frontend): date input is more flexible and accept default html format as a fallback
2024-08-13 18:46:01 +02:00
Ruben Fiszel
41bf933fb7
chore(main): release 1.379.1 ( #4231 )
...
* chore(main): release 1.379.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-13 18:04:08 +02:00
Ruben Fiszel
f00545f169
fix: add an option to disable bundling globally
2024-08-13 18:00:50 +02:00
Ruben Fiszel
95a898a5d5
fix compile
2024-08-13 17:06:51 +02:00
Ruben Fiszel
1d0807f542
fix(apps): improve tanstack table handling of objects
2024-08-13 16:17:20 +02:00
Ruben Fiszel
527183874c
overscan nit for job list
2024-08-13 16:06:10 +02:00
Ruben Fiszel
0d5c2e5dd7
chore(main): release 1.379.0 ( #4228 )
...
* chore(main): release 1.379.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-13 16:01:49 +02:00
Ruben Fiszel
599399870f
nit w-full
2024-08-13 16:00:36 +02:00
Ruben Fiszel
955a980703
feat(frontend): group fields are mutable
2024-08-13 15:14:26 +02:00
Ruben Fiszel
7eccebf5da
improve type hints II
2024-08-13 11:29:16 +02:00
Ruben Fiszel
1719c2689e
fix(apps): type hints for results are automatically widened
2024-08-13 11:05:56 +02:00
Ruben Fiszel
2b99789077
feat(frontend): improve display of waiting jobs + schedule filter + suspended jobs on runs page
2024-08-13 10:41:36 +02:00
Ruben Fiszel
fd1c456fad
feat: embeddable apps using jwt ( #4229 )
...
* all
* all
* all
2024-08-13 00:11:54 +02:00
Ruben Fiszel
3c4b8377ed
fix: support NODE_PATH
2024-08-12 19:56:27 +02:00
Ruben Fiszel
36129fb470
chore(main): release 1.378.0 ( #4219 )
...
* chore(main): release 1.378.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-12 11:23:57 +02:00
Ruben Fiszel
e779f96386
fix: improve default value handling for date & date-time in apps
2024-08-12 11:21:00 +02:00
Ruben Fiszel
df33b281e8
fix compile
2024-08-12 10:37:51 +02:00
Guilhem
6ba3fda65d
dev(frontend) move component options into editor menu ( #4221 )
...
* dev(frontend) move component options into editor menu
* dev(frontend) move component options into editor menu
* dev(frontend) add editor menu popovers
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
2024-08-12 09:52:04 +02:00
HugoCasa
0655803860
fix: improve license key ui ( #4220 )
...
* fix: improve license key ui
* fix: stop schedules on key expiration
* update ee ref
2024-08-11 01:01:24 +02:00
Ruben Fiszel
c288d73c13
specify that windmill can be embedded if using same host
2024-08-10 22:58:46 +02:00
Ruben Fiszel
c03c0f6172
fix(frontend): user resource picker for app use lightweight component
2024-08-10 22:49:48 +02:00
Ruben Fiszel
bc512bd307
chore: improve ci to not tag PR result
2024-08-10 20:34:20 +02:00
Ruben Fiszel
e5e03b5baa
chore: improve ci to not tag PR result
2024-08-10 20:08:23 +02:00
Ruben Fiszel
02fdd58e47
chore: improve ci to not tag PR result
2024-08-10 19:19:54 +02:00
Ruben Fiszel
6272c9ff41
fix: allow user resources in app to work within iframes
2024-08-10 19:19:54 +02:00
Faton Ramadani
7115a35779
fix(frontend): improve default id of the components of the topbar ( #4222 )
2024-08-09 16:49:37 +02:00
Faton Ramadani
c0853eafc9
fix(frontend): support plus sign in emails format fields #4223
2024-08-09 16:48:57 +02:00
Ruben Fiszel
d56a956b9a
feat: windmill embed
2024-08-09 09:57:43 +02:00
Ruben Fiszel
7349d0a320
add external config to codebase
2024-08-09 08:50:54 +02:00
Ruben Fiszel
70d1e6c720
feat(cli): add customerBundler support
2024-08-09 08:13:32 +02:00
Ruben Fiszel
b78c3fe574
revert customer loader change
2024-08-09 07:50:19 +02:00
Ruben Fiszel
71d23db5cb
fix fill height for deployed apps
2024-08-08 23:23:03 +02:00
Ruben Fiszel
832df264b4
chore(main): release 1.377.1 ( #4216 )
...
* chore(main): release 1.377.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-08 18:59:53 +02:00
Faton Ramadani
2334802384
fix(frontend): fix timezone issues for Date only inputs ( #4215 )
2024-08-08 18:08:14 +02:00
Ruben Fiszel
8ea2906d09
chore(main): release 1.377.0 ( #4208 )
2024-08-08 15:10:38 +02:00
Ruben Fiszel
88d0e97ce0
chore: update vite to 5.4.0
2024-08-08 15:08:47 +02:00
HugoCasa
d1e119e052
fix: handle snowflake partitions ( #4214 )
2024-08-08 14:50:31 +02:00
Faton Ramadani
bf629f39cc
fix(frontend): fix flow warnings ( #4213 )
...
* fix(frontend): Correctly compute the array of all modules ids to build the step warnings
* fix(frontend): Correctly compute the array of all modules ids to build the step warnings
2024-08-08 14:34:57 +02:00
Faton Ramadani
c90fb8d293
fix(frontend): fix decision tree debug menu ( #4212 )
2024-08-08 14:17:43 +02:00
HugoCasa
55926f957f
fix: case insensitive encoding for email triggers ( #4211 )
...
* fix: case insensitive encoding for email triggers
* update ee ref
2024-08-08 11:59:20 +02:00
Ruben Fiszel
2eb6a7a742
support in list_flows, flows that have no last flow_version
2024-08-08 10:08:25 +02:00
Lewis J Ellis
a77f74cb7e
fix(cli): Add esbuild loader for .node files for codebase
2024-08-08 08:50:58 +02:00
Ruben Fiszel
413ad2c925
feat(app): add user resource select component
2024-08-08 00:19:37 +02:00
HugoCasa
2c3d4920e0
fix: azure git sync test connection ( #4209 )
2024-08-07 19:13:46 +02:00
HugoCasa
0029dc11e9
fix: handle >1 num workers stats ( #4177 )
...
* fix: handle >1 num workers stats
* fix: sqlx
* fix: ee ref test
* fix: sqlx + ee ref
* update ee ref
2024-08-07 17:52:39 +02:00
Ruben Fiszel
dd17a6bd14
fix tests
2024-08-07 17:51:41 +02:00
wendrul
4f9193c036
fix: Additional tracing when pulling and uploading search index #4207
2024-08-07 16:25:41 +02:00
Ruben Fiszel
843b14fe99
keep bin in local cache for go even in cloud
2024-08-07 16:23:13 +02:00
Ruben Fiszel
b60f42e387
chore(main): release 1.376.1 ( #4202 )
...
* chore(main): release 1.376.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-07 12:04:44 +02:00
Henri Courdent
c01e179d8f
JavaScript spelling ( #4206 )
2024-08-07 12:04:26 +02:00
Ruben Fiszel
15d5c60d90
improve webhook panel for non root paths
2024-08-07 11:09:55 +02:00
Ruben Fiszel
d88674a7af
fix non root goto with ? prefix
2024-08-07 11:05:45 +02:00
HugoCasa
6e9c350b4a
fix: email triggers sqlx CE and improve email parsing ( #4203 )
...
* fix: CE sqlx
* update ee ref
2024-08-06 23:05:36 +02:00
HugoCasa
e7148f6723
fix: mysql params starting with underscore ( #4201 )
2024-08-06 22:06:01 +02:00
Ruben Fiszel
a84c54d663
chore(main): release 1.376.0 ( #4195 )
...
* chore(main): release 1.376.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-06 22:03:21 +02:00
HugoCasa
cfa20ae0d7
fix: mysql support for underscore in named param ( #4200 )
2024-08-06 21:59:29 +02:00
HugoCasa
b54edf153e
feat: secure ctx variables in runnable inputs ( #4142 )
...
* feat: secure ctx variables
* feat: add on behalf of email
* oups
* fix: from onBehalfOfEmail to author
2024-08-06 17:06:02 +02:00
HugoCasa
5e3a3e2103
fix(frontend): disable email triggers by default ( #4199 )
2024-08-06 16:59:12 +02:00
HugoCasa
a87f34fb4a
feat: email triggers ( #4163 )
...
* feat: email triggers v0
* update docker compose to nginx with tcp reverse proxy + move smtp to private
* fix: open source build
* test: update ee ref for testing
* feat: use caddy with layer4
* fix: nit
* feat: configurable email domain
* fix: nit
* fix: nit
* fix: get l4 from main
* fix: default email domain to mail.domain
* update ee ref
2024-08-06 16:17:33 +02:00
Ruben Fiszel
7886f8f471
fix: fix native scripts access to reserved variables
2024-08-06 16:15:09 +02:00
Ruben Fiszel
1e7de238cf
improve rawvalue handling for lightweightarg input
2024-08-06 15:39:23 +02:00
Fred Reimer
9e78a51adc
bump go version ( #4192 )
...
* bump go version
* update go version in lsp
2024-08-06 15:07:24 +02:00
Faton Ramadani
b9b30e66ec
fix(frontend): Hide AgChart background to make styling work ( #4197 )
...
* fix(frontend): Hide AgChart background to make styling work
* fix(frontend): Fix dark theme
2024-08-06 12:20:16 +02:00
Faton Ramadani
6749f2c136
fix(frontend): Remove full height for the event handlers of runnables ( #4196 )
2024-08-06 10:59:49 +02:00
wendrul
39dc6857eb
Remove admin requirement to cancel job selection ( #4188 )
2024-08-06 10:48:53 +02:00
wendrul
b6ab184889
Add warning of job search parse error + front fixes ( #4187 )
2024-08-06 10:48:22 +02:00
Faton Ramadani
5104dba631
fix(frontend): Fr/improve suspend drawer ( #4189 )
...
* fix(frontend): add missing info about the cancel url in the suspend drawer
* fix(frontend): add missing info about the cancel url in the suspend drawer
2024-08-06 10:48:08 +02:00
Ruben Fiszel
a1c40d7fd0
add timeout for app editor log panel
2024-08-06 10:39:13 +02:00
wendrul
7b3128171e
feat: Tag filter on Runs page ( #4193 )
...
* Add warning of job search parse error + front fixes
* Add filter tag and add filters to small screen
* Fill missing property
2024-08-06 10:31:08 +02:00
Faton Ramadani
657f03bc67
fix(frontend): fix the app created from a script or flow with the new topbar ( #4194 )
2024-08-06 10:16:29 +02:00
Ruben Fiszel
fbcac1e0a6
support tarbundle in vscode extension
2024-08-06 01:02:41 +02:00
Ruben Fiszel
1c83876775
chore(main): release 1.375.0 ( #4181 )
...
* chore(main): release 1.375.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-05 13:34:54 +02:00
Ruben Fiszel
adecf4b2d1
fix codebase with start_worker
2024-08-05 13:31:05 +02:00
wendrul
f2f8bbe1d4
feat: deployment UI filter deployable items ( #4183 )
...
* Add column to workspace settings table
* Add endpoint to change the deploy UI settings
* Make frontend page to edit UI settings
* Prepare sqlx
* Add deployment restrictions to frontend
* Fix function name
* Change dependency to minimatch, CE compatibility
* Remove default include_path
* Remove picomatch types (old dep)
* Use empty list instead of globstar as default
* All deployable if config is null
2024-08-05 13:27:13 +02:00
Henri Courdent
f1fa6bca84
Changelog add native runtime support of npm packages ( #4185 )
2024-08-05 13:21:14 +02:00
Faton Ramadani
704e75e893
fix(frontend): fix tutorial for apps with the new topbar ( #4186 )
2024-08-05 13:20:56 +02:00
Ruben Fiszel
d771e38bfd
add global created_at index
2024-08-05 13:12:15 +02:00
Ruben Fiszel
cc111ba7dc
feat: improve indices of completed_runs for faster load
2024-08-05 12:46:07 +02:00
Faton Ramadani
43a89ee1cc
fix(frontend): fix style panel for compoentn without custom css ( #4182 )
2024-08-05 11:06:42 +02:00
Faton Ramadani
947dd21933
fix(frontend): add missing truncate for branch predicates ( #4180 )
2024-08-05 09:11:24 +02:00
Ruben Fiszel
989c9e6102
chore(main): release 1.374.0 ( #4175 )
...
* chore(main): release 1.374.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-04 23:20:09 +02:00
HugoCasa
811de58712
feat: caddy with l4 image ( #4178 )
2024-08-04 23:17:24 +02:00
Ruben Fiszel
3508b6d793
feat: add support for assets using tar for codebase deploy
2024-08-04 23:02:51 +02:00
Ruben Fiszel
86e23f2aed
fix: fix delete job
2024-08-03 08:26:29 +02:00
Ruben Fiszel
a168107d29
chore(main): release 1.373.1 ( #4171 )
...
* chore(main): release 1.373.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-02 17:36:44 +02:00
Ruben Fiszel
63abd5b146
fix: fix run_flow_async from call
2024-08-02 16:37:17 +02:00
Ruben Fiszel
c55d15c0a9
whitelabel custom settings
2024-08-02 13:47:28 +02:00
Faton Ramadani
91e364bde5
fix(frontend): Add support for array of objects in th UI ( #4170 )
2024-08-02 12:58:43 +02:00
Ruben Fiszel
1723e989cd
chore(main): release 1.373.0 ( #4168 )
...
* chore(main): release 1.373.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-01 22:49:05 +02:00
Ruben Fiszel
1a25aca45c
fix edit button newtab
2024-08-01 22:11:30 +02:00
Ruben Fiszel
cd61fc1e8c
fix: app forms default values changes gets propagated
2024-08-01 21:54:21 +02:00
Ruben Fiszel
86a6a909d9
add rpi4 build
2024-08-01 18:50:33 +02:00
Ruben Fiszel
6cd698eeda
update sqlx
2024-08-01 18:19:21 +02:00
wendrul
edcee6d861
feat: Indexing improvements ( #4167 )
2024-08-01 16:57:42 +02:00
Ruben Fiszel
e6d5689bf9
chore(main): release 1.372.0 ( #4165 )
...
* chore(main): release 1.372.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-08-01 16:28:17 +02:00
Ruben Fiszel
efcf0e40f6
fix: fix raw_deps handling
2024-08-01 16:24:30 +02:00
Ruben Fiszel
42e3ae92e3
fix: improve cancel_selection job for running jobs
2024-08-01 16:08:17 +02:00
Ruben Fiszel
b5464e2906
feat: variables created by password fields expire after 7 days
2024-08-01 16:05:03 +02:00
Ruben Fiszel
2c27083e2a
avoir mistaken editor edit/deploy interaction
2024-08-01 10:07:15 +02:00
Ruben Fiszel
2b6f84e5d8
more clearly display loading when jobs filter change
2024-08-01 09:25:18 +02:00
Ruben Fiszel
c6b07561da
nit fix occupancy rate
2024-08-01 09:15:55 +02:00
Ruben Fiszel
1a47325055
improve queue indices
2024-07-31 23:44:40 +02:00
Ruben Fiszel
dd1a7a1b3d
chore(main): release 1.371.4 ( #4158 )
...
* chore(main): release 1.371.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-31 18:08:01 +02:00
Henri Courdent
79851101ae
doc_link_fixes ( #4157 )
2024-07-31 18:03:49 +02:00
Henri Courdent
6808ee5a70
Order components + names alignment ( #4160 )
2024-07-31 18:03:23 +02:00
Faton Ramadani
efeb65be4c
fix(frontend): If multiple recompute all present, interval is now in sync ( #4162 )
2024-07-31 17:45:52 +02:00
Faton Ramadani
10c699759e
fix(frontend): fix recompute all ( #4161 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix recompute all
* fix(frontend): fix recompute all
* fix(frontend): clean up
* fix(frontend): fix how the onClick callback is called
2024-07-31 17:27:38 +02:00
Ruben Fiszel
d69aa8d484
fix: improve index usage and runs page performance
2024-07-31 13:08:28 +02:00
Ruben Fiszel
b95337fcb9
improve job result deser
2024-07-31 02:32:33 +02:00
Ruben Fiszel
9921731fdf
add limits to variable list
2024-07-31 01:37:51 +02:00
Ruben Fiszel
e7cccd099e
chore(main): release 1.371.3 ( #4156 )
...
* chore(main): release 1.371.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-30 21:54:23 +02:00
Ruben Fiszel
be8cedfe7f
fix: for codebase bundle, use cjs exports instead
2024-07-30 21:48:40 +02:00
Ruben Fiszel
1a548f32a1
chore(main): release 1.371.2 ( #4155 )
...
* chore(main): release 1.371.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-30 21:28:46 +02:00
Ruben Fiszel
72ff465300
improve banner for esbuild bundle
2024-07-30 21:23:31 +02:00
Ruben Fiszel
716bb7118b
fix: improve codebase handling by ignoring creating lock and bundle
2024-07-30 20:22:34 +02:00
Ruben Fiszel
4fe797eeab
chore: update backend tests to 1.79
2024-07-30 18:34:59 +02:00
Ruben Fiszel
459a51c111
chore(main): release 1.371.1 ( #4153 )
...
* chore(main): release 1.371.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-30 18:21:29 +02:00
Ruben Fiszel
8c81e47564
fix: make SLEEP_QUEUE adaptative to number of subworkers
2024-07-30 17:57:14 +02:00
Ruben Fiszel
f59046a924
fix: database connections now scale linearly with number of subworkers
2024-07-30 17:45:03 +02:00
Ruben Fiszel
e5c73d66d3
chore(main): release 1.371.0 ( #4151 )
...
* chore(main): release 1.371.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-30 16:28:16 +02:00
Ruben Fiszel
cf3512ee03
update rust image to 1.79
2024-07-30 15:46:43 +02:00
Ruben Fiszel
28277da35b
fix: submit and form persistence on app on render change
2024-07-30 15:43:37 +02:00
Ruben Fiszel
f63b176328
add proxy to helper
2024-07-30 12:37:24 +02:00
Ruben Fiszel
ccb892feab
add proxy and useragent support for native scripts
2024-07-30 12:31:47 +02:00
Faton Ramadani
5992b82180
feat(frontend): support array of objects in schema ( #4106 )
...
* feat(frontend): Support array of objets
* feat(frontend): add support for LightweightArgInput
* feat(frontend): support objects and arrays of objects in LightweightArgInput
2024-07-30 11:42:49 +02:00
Ruben Fiszel
6a33624416
fix: fix bunnative lock creation
2024-07-30 10:01:29 +02:00
Ruben Fiszel
06433a6ec6
fix: always consider electron as external for bundles
2024-07-30 09:38:19 +02:00
Ruben Fiszel
e02e644d4c
fix: support bunnative in the CLI
2024-07-30 08:58:32 +02:00
Ruben Fiszel
9942e86765
bump deno and deno_core to 1.45.4
2024-07-30 08:43:52 +02:00
Ruben Fiszel
9f8862680c
chore(main): release 1.370.0 ( #4150 )
...
* chore(main): release 1.370.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-29 21:36:30 +02:00
Ruben Fiszel
6e91005daa
fix: improve native runtime with axios support
2024-07-29 21:13:02 +02:00
HugoCasa
5031a8cb01
feat: get completed flow node result by api/download + eval list result json path optim ( #4108 )
...
* feat: get completed flow node result by api
* fix: missing file
* feat: fallback to completed job + fix dfs
* feat: download all results + eval improvement
* fix: nit regex
* fix: nit
2024-07-29 20:30:55 +02:00
Ruben Fiszel
28810910b1
chore(main): release 1.369.1 ( #4149 )
...
* chore(main): release 1.369.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-29 20:22:26 +02:00
Faton Ramadani
71badb959d
fix(frontend): Fix how new items are processed in App select ( #4109 )
...
* fix(frontend): Fix how new items are procesed
* fix(frontend): Fix regex
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix(frontend): avoid duplicates
* fix(frontend): simplify code
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-07-29 20:21:39 +02:00
Ruben Fiszel
bc94acb378
fix: fix lang picker artefact for script editor
2024-07-29 20:18:56 +02:00
Ruben Fiszel
ca345d4755
chore(main): release 1.369.0 ( #4147 )
...
* chore(main): release 1.369.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-29 19:55:34 +02:00
Lewis J Ellis
b250890b1f
Add platform: 'node' to codebase esbuild ( #4148 )
2024-07-29 19:49:59 +02:00
Ruben Fiszel
18f22be2ba
feat: remove nativets in favor of bun with native pragma
2024-07-29 19:26:26 +02:00
Ruben Fiszel
b02baa2cfb
feat: remove nativets in favor of bun with native pragma
2024-07-29 19:20:00 +02:00
Faton Ramadani
fb89eed8fa
feat(frontend): App bar as components ( #4103 )
...
* feat(frontend): wip
* feat(frontend): add migration to the new top bar
* feat(frontend): fix topbar styling
* feat(frontend): fix migration code
* feat(frontend): fix migration code
* feat(frontend): fix migration code
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): remove migration
* feat(frontend): fix top bar styling
* feat(frontend): fix sync issues
* feat(frontend): improve style
* feat(frontend): Redesign Recompute all
* feat(frontend): change icon + make the default title font bigger
* feat(frontend): Remove unecesary clearInterval
* feat(frontend): Fix dropdown menu button style
2024-07-29 17:26:18 +02:00
HugoCasa
eb6557a6be
feat: add support for text/plain webhook ( #4146 )
2024-07-29 15:56:25 +02:00
Ruben Fiszel
4f114cbcab
nit less cloning
2024-07-28 23:31:50 +02:00
Ruben Fiszel
2cc24b675e
simplify noop code handling
2024-07-28 20:10:59 +02:00
Ruben Fiszel
40caa795fb
chore(main): release 1.368.3 ( #4143 )
...
* chore(main): release 1.368.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-28 19:34:13 +02:00
Ruben Fiszel
e45a8a4591
fix: update bun to 1.1.21
2024-07-28 14:55:47 +02:00
Ruben Fiszel
3f1ed35f3e
clarify //nobundling
2024-07-28 14:31:23 +02:00
Ruben Fiszel
9deba3e715
chore(main): release 1.368.2 ( #4141 )
...
* chore(main): release 1.368.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-28 11:09:31 +02:00
Ruben Fiszel
1e2e907982
fix: disable prebundling for nodejs mode scripts
2024-07-28 11:06:43 +02:00
Ruben Fiszel
c3848e2e30
fix: add the nobundling option for bun
2024-07-28 10:56:04 +02:00
Ruben Fiszel
35d567e2e0
small nit BASE_URL
2024-07-28 10:25:33 +02:00
Ruben Fiszel
7099ec48e6
chore(main): release 1.368.1 ( #4140 )
...
* chore(main): release 1.368.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-27 12:46:47 +02:00
Ruben Fiszel
df8cf402c6
improve slightly concurrency run min started_at query
2024-07-27 12:43:24 +02:00
Ruben Fiszel
2b67fbcd98
improve slightly concurrency run min started_at query
2024-07-27 12:41:01 +02:00
Ruben Fiszel
ec9aad4dae
improve slightly concurrency run min started_at query
2024-07-27 12:28:55 +02:00
Ruben Fiszel
99623f31af
fix: improve runs page performance through pg indices
2024-07-27 12:16:13 +02:00
Ruben Fiszel
0e908ec71f
reload servers on metrics setting change
2024-07-27 07:57:49 +02:00
Ruben Fiszel
c52ca177ea
chore(main): release 1.368.0 ( #4129 )
...
* chore(main): release 1.368.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-26 23:27:34 +02:00
Ruben Fiszel
545a57fd2c
fix: allow colors for bun and log error directly
2024-07-26 22:42:24 +02:00
Ruben Fiszel
f1d5be8a2a
feat: add FORCE_<env> to allow to override db settings
2024-07-26 21:47:06 +02:00
Ruben Fiszel
6167fbb9a5
add loading timing
2024-07-26 21:05:48 +02:00
Ruben Fiszel
07c764c167
fix tests
2024-07-26 19:26:00 +02:00
Ruben Fiszel
78fd99cb68
feat: pre-bundle bun scripts ( #4132 )
2024-07-26 19:00:30 +02:00
Henri Courdent
54e4397a0b
Upated thumbnail repo and content of readme ( #4136 )
2024-07-26 18:24:53 +02:00
wendrul
c270ab1171
fix: search modal improvements ( #4128 )
...
* Message when runs filter is empty
* Improve height and width of modal
2024-07-26 11:08:16 +02:00
HugoCasa
12f9e56154
feat: job view audit logging based on env variable ( #4131 )
...
* feat: job view audit logging based on env variable
* Update jobs.rs
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-26 11:07:15 +02:00
HugoCasa
6df9eca2cf
feat: multi sql statement with pg fix ( #4134 )
...
* Revert "Revert "feat: multi statement sql (#4104 )" (#4133 )"
This reverts commit 38f0949ce3 .
* fix: sort pg args
2024-07-26 09:23:39 +02:00
Ruben Fiszel
38f0949ce3
Revert "feat: multi statement sql ( #4104 )" ( #4133 )
...
This reverts commit 23108b4688 .
2024-07-26 01:24:03 +02:00
HugoCasa
23108b4688
feat: multi statement sql ( #4104 )
...
* feat: multi statement pg
* fix: add other flavors
* feat: make pg params start at 1 and sequential
* fix: improve sql statement parsing
* add tests
* fix: allow no semi in last statement
* fix: merge conflict
* fix: minor improvement
* fix: parser version
2024-07-25 20:46:04 +02:00
Ruben Fiszel
8daccfc876
improve s3 bucket tests
2024-07-25 13:02:59 +02:00
Ruben Fiszel
d87ae08362
fix npm_mode check from raw_deps
2024-07-25 12:58:04 +02:00
Henri Courdent
7102dd81c0
Changelog update frontend 25 07 ( #4130 )
2024-07-25 11:21:17 +02:00
Ruben Fiszel
8e615c900d
fix: support npmjs mode for raw deps of package.json from CLI
2024-07-25 09:53:18 +02:00
Ruben Fiszel
9300ee6f47
fix docker-compose
2024-07-24 19:05:31 +02:00
Ruben Fiszel
01f2eeb3fe
chore(main): release 1.367.2 ( #4127 )
...
* chore(main): release 1.367.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-24 18:28:56 +02:00
Ruben Fiszel
92dac027f2
fix: move bun cache to non mounted volume to benefit from cache optimization
2024-07-24 18:25:21 +02:00
Ruben Fiszel
9c63623436
avoid loops in symlinks
2024-07-24 16:45:04 +02:00
Ruben Fiszel
289766281c
only use symlinks from buntar to job
2024-07-24 16:04:52 +02:00
Ruben Fiszel
9fd3ec5b03
only use symlinks from buntar to job
2024-07-24 15:54:46 +02:00
Ruben Fiszel
80d4fb0352
fix: use symlink and straight copy as fallback methods for buntar
2024-07-24 15:45:08 +02:00
Ruben Fiszel
aaf067eedb
chore(main): release 1.367.1 ( #4126 )
...
* chore(main): release 1.367.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-24 15:27:14 +02:00
Ruben Fiszel
204e2fafda
fix: delete buntar if any issue while creating it
2024-07-24 15:23:06 +02:00
Ruben Fiszel
d1012ea930
remove shared from hardlinks
2024-07-24 15:14:27 +02:00
Ruben Fiszel
7fbd0028c1
fix: generate lockfile with npm when npm mode is used
2024-07-24 14:48:25 +02:00
Ruben Fiszel
eead10bb80
chore(main): release 1.367.0 ( #4118 )
...
* chore(main): release 1.367.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-24 13:55:40 +02:00
Ruben Fiszel
d49b2d0f06
fix: fix webhooks urls after BASE_URL change
2024-07-24 13:31:06 +02:00
Ruben Fiszel
83d3f491b3
chore: update sqlx to 0.8.0
2024-07-24 11:51:54 +02:00
Ruben Fiszel
6d1fd24d37
chore: update sqlx to 0.8.0
2024-07-24 11:48:33 +02:00
wendrul
8fcda68af0
improve search backup on s3
2024-07-24 11:31:37 +02:00
Ruben Fiszel
20390c53e8
fix: respect sorting when downloading csv f rom auto table
2024-07-24 11:12:51 +02:00
Ruben Fiszel
c0f3a40c07
better split tantivy
2024-07-24 09:03:54 +02:00
Ruben Fiszel
7047e2975d
better split tantivy
2024-07-24 08:15:14 +02:00
wendrul
5355af427d
Prepare sqlx ( #4122 )
2024-07-23 20:03:30 +02:00
wendrul
eceb472d16
Prepare sqlx ( #4121 )
2024-07-23 19:54:31 +02:00
wendrul
cac39a1051
feat: job search index backed up and loaded from s3 ( #4100 )
...
* Add fn to get logs from disk and store as string
* Update dependencies
* Add async
* Update dependecies
* Add missing async
* Move JOB_RETENTION_SECS to windmill_common
* Update ee repo ref
2024-07-23 19:35:29 +02:00
HugoCasa
14a4f12826
feat: apply workspace specific tags only to some workspaces ( #4107 )
2024-07-23 19:12:11 +02:00
Ruben Fiszel
97f6b2e7ad
fix: make result_json path stable for python executors
2024-07-23 17:39:40 +02:00
HugoCasa
c6dc06bf70
fix: sqlx build ( #4120 )
2024-07-23 17:14:36 +02:00
Ruben Fiszel
9ab5b2e32d
fix: preserve force json across code preview
2024-07-23 16:42:29 +02:00
HugoCasa
13e9e8de9e
fix: cgroupv1 mem limit + granular memory reporting ( #4119 )
...
* fix: cgroupv1 mem limit + granular memory reporting
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-23 16:24:22 +02:00
HugoCasa
73decb24b2
fix: filter audit logs end user by username + complete resource filter ( #4105 )
...
* fix: filter audit logs end user by username + complete resource filter
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-23 16:23:33 +02:00
HugoCasa
d096704b27
feat: use jwks for external jwt auth ( #4089 )
...
* feat: use jwks for external jwts
* fix: build
* update ee ref
* fix: nit error msg
2024-07-23 16:22:36 +02:00
Ruben Fiszel
48e9f089be
feat: use hardlinks instead of tar to improve bun cache performances
2024-07-23 15:30:09 +02:00
Ruben Fiszel
99509ac683
chore(main): release 1.366.6 ( #4117 )
...
* chore(main): release 1.366.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-23 12:50:06 +02:00
Ruben Fiszel
ae4cbb0401
fix: fix copilot completion after base_url change
2024-07-23 12:21:12 +02:00
Ruben Fiszel
05388053e8
improve scrollbar styling for chrome
2024-07-23 08:57:04 +02:00
Ruben Fiszel
a117a4d017
chore(main): release 1.366.5 ( #4116 )
...
* chore(main): release 1.366.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 22:54:50 +02:00
Ruben Fiszel
bb861cfede
fix: fix BASE_URL build conf
2024-07-22 22:51:08 +02:00
Ruben Fiszel
0f91539977
chore(main): release 1.366.4 ( #4115 )
...
* chore(main): release 1.366.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 22:39:39 +02:00
Ruben Fiszel
ab686ea69e
fix sveltekit conf
2024-07-22 22:36:56 +02:00
Ruben Fiszel
e7cdc2b934
fix sveltekit conf
2024-07-22 22:31:53 +02:00
Ruben Fiszel
7d4dc8df26
fix sveltekit conf
2024-07-22 22:25:53 +02:00
Ruben Fiszel
6e33e4e0b9
fix: fix BASE_URL build conf
2024-07-22 21:53:08 +02:00
Ruben Fiszel
8a89652255
nit fix
2024-07-22 21:24:53 +02:00
Ruben Fiszel
f4c9ba00f1
chore(main): release 1.366.3 ( #4114 )
...
* chore(main): release 1.366.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 21:14:30 +02:00
Ruben Fiszel
25d230d8d8
nit fix
2024-07-22 21:13:43 +02:00
Ruben Fiszel
f6a948ba77
fix: fix BASE_URL build conf
2024-07-22 21:11:14 +02:00
Ruben Fiszel
fdeaf6298d
chore(main): release 1.366.2 ( #4113 )
...
* chore(main): release 1.366.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 21:05:59 +02:00
Ruben Fiszel
c26457c967
fix: fix BASE_URL build conf
2024-07-22 21:02:19 +02:00
Ruben Fiszel
bc1c8d2d47
chore(main): release 1.366.1 ( #4112 )
...
* fix: fix BASE_URL build conf
* chore(main): release 1.366.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 20:57:15 +02:00
Ruben Fiszel
3131e14ca3
fix: fix BASE_URL build conf
2024-07-22 20:56:13 +02:00
Ruben Fiszel
8e7e1e94bc
chore(main): release 1.366.0 ( #4101 )
...
* chore(main): release 1.366.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-22 20:41:20 +02:00
Ruben Fiszel
f65ccc07de
fix: update parsers for CLI
2024-07-22 20:25:56 +02:00
Ruben Fiszel
a5627572ea
small nit BASE_URL
2024-07-22 20:11:13 +02:00
Ruben Fiszel
d043df7674
small nit BASE_URL
2024-07-22 19:57:20 +02:00
Ruben Fiszel
829ee8a46a
small nit BASE_URL
2024-07-22 19:56:26 +02:00
Ruben Fiszel
a15138d811
small nit BASE_URL
2024-07-22 19:47:01 +02:00
Ruben Fiszel
406414d24d
small nit BASE_URL
2024-07-22 19:42:09 +02:00
Ruben Fiszel
1beed5f346
small nit BASE_URL
2024-07-22 19:38:05 +02:00
Ruben Fiszel
c5891c2bb7
small nit BASE_URL
2024-07-22 19:34:33 +02:00
Marcel Klehr
dd75dd446b
fix: Allow deploying frontend in a sub directory ( #3867 )
...
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow depolying frontend in a sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Expose base path from $lib/navigation
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow deploying frontend in sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow deploying frontend in sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow deploying frontend in sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow deploying frontend in sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* fix: Allow deploying frontend in sub directory
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
* update
* update
---------
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-07-22 19:26:17 +02:00
Ruben Fiszel
26c30c4f8d
feat: make components resizable directly on side
2024-07-22 18:12:35 +02:00
Ruben Fiszel
19d523dd64
feat: dynamic select ( #4110 )
2024-07-22 13:53:32 +02:00
HugoCasa
ea53a129af
fix: improve cgroup readings ( #4030 )
...
* fix: improve cgroup readings
* feat: add staging image action
* fix: link staging image on other repo
* fix: linking
* fix: remove useless label
2024-07-18 17:12:07 +02:00
Ruben Fiszel
e91a06fa41
fix: add WM_SCHEDULED_FOR to contextual variables and early stop of flows
2024-07-18 02:10:15 +02:00
Ruben Fiszel
cb8b053476
chore(main): release 1.365.0 ( #4093 )
...
* chore(main): release 1.365.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-17 18:44:07 +02:00
Faton Ramadani
c8c5c2785b
fix(frontend): close the content search modal when clicking on an item ( #4098 )
2024-07-17 17:17:10 +02:00
Faton Ramadani
5542b7d04d
feat(frontend): array of resources ( #4095 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add support for array of resources
* feat(frontend): improve code
* feat(frontend): add support for array of resources in the flow and app editors
* feat(frontend): improve code
* feat(frontend): display the detected resource type
* fix(frontend): Fix PR comments + add warning on the value format
* fix(frontend): improve code
2024-07-17 17:16:58 +02:00
Faton Ramadani
319454ecf2
fix(frontend): Display 'parallel'and 'skip failure' even when a summary is set ( #4099 )
2024-07-17 17:16:38 +02:00
Faton Ramadani
fc749c687c
fix(frontend): fix flow graph when anode has multiple steps to the flow inputs ( #4097 )
2024-07-17 16:15:17 +02:00
Faton Ramadani
7aa2189fec
fix(frontend): fix use inputs flow preview ( #4094 )
...
* fix(frontend): Fix json editor wip
* fix(frontend): Fix 'Use input' in the test flow drawer
2024-07-17 14:52:21 +02:00
Faton Ramadani
cdc7190d89
fix(frontend): improve search modal ( #4088 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): improve search modal style
* feat(frontend): fix content search height
* feat(frontend): fix overflow
* feat(frontend): revert unrelated changes
2024-07-17 14:29:41 +02:00
HugoCasa
030b616999
chore: publish oneOf parser improvement ( #4091 )
...
* chore: publish oneOf parser improvement
* fix: indent
2024-07-17 11:16:26 +02:00
Ruben Fiszel
1ee85faa65
chore(main): release 1.364.3 ( #4090 )
...
* chore(main): release 1.364.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-16 21:39:51 +02:00
Ruben Fiszel
36277a9fd3
nit reload
2024-07-16 21:39:30 +02:00
Ruben Fiszel
bfbbeabe4f
fix: fix missing workspaceId on display result of apps
2024-07-16 21:35:59 +02:00
Ruben Fiszel
929c2ce5c6
nit scroll
2024-07-16 21:31:55 +02:00
Ruben Fiszel
525e363f4b
nit inputs not loaded on flow
2024-07-16 21:23:25 +02:00
Ruben Fiszel
9a5dc97b18
fix: fix erronous not connected error message
2024-07-16 21:12:44 +02:00
HugoCasa
30a77601e9
rhel9 binaries ( #4086 )
...
* feat: rhl9 img test
* fix: action
* fix: action
* fix: build
* don't use rustup
* fix: rustfmt
* fix: second apt-get
* fix
* fix: try xmlsec1 no-dev
* fix: remove scache
* fix: 1.75 rust support
* fix: rust 1.75
* fix: xmlsec1
* fix: nit
* fix: missing async recursion
* fix: missing dep + unregister from RH
* fix: add xmlsec1 openssl
* fix: check binary is running
* add link
* feat: clean rhel files
* fix: lock
2024-07-16 16:50:51 +02:00
Dominik Polzer
d9dba62165
Refactored nested match expressions for TS parser. ( #3955 )
...
* Refactored nested match expressions into inline pattern matching with early returns for improved readability and reduced nesting
* Updated fn naming, map_while instead of filter_map fix
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-07-16 14:22:38 +02:00
wendrul
ae178cdaeb
add more logs, change a fetch_one to opt and add back show memory every ( #4087 )
...
* add more logs, change a fetch_one to opt and add back show memory every
* Update ee repo ref
2024-07-16 14:14:21 +02:00
Ruben Fiszel
21c44c9100
chore(main): release 1.364.2 ( #4085 )
...
* chore(main): release 1.364.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-16 10:36:42 +02:00
Faton Ramadani
2859d78f3f
fix(frontend): Handle three significant digits for jobs that ran in less than 1 min ( #4084 )
2024-07-16 10:33:19 +02:00
Ruben Fiszel
9397800f81
chore(main): release 1.364.1 ( #4082 )
...
* chore(main): release 1.364.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-15 23:08:47 +02:00
Ruben Fiszel
1deccc476d
fix: fix cli build
2024-07-15 23:05:27 +02:00
Ruben Fiszel
8dda0df26d
chore(main): release 1.364.0 ( #4081 )
...
* chore(main): release 1.364.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-15 20:20:53 +02:00
wendrul
3a57b202df
Update ee-repo-ref.txt ( #4080 )
2024-07-15 20:20:39 +02:00
Ruben Fiszel
304b90fa27
fix: improve generate flow locks
2024-07-15 20:14:42 +02:00
HugoCasa
0f7f7c37a9
feat: rehydrate instance settings/configs/users from CLI ( #4035 )
...
* feat: rehydrate instance settings/configs/users from CLI
* fix: nits
* feat: encryption key, saved instances, include all workspaces
* preshot client version
* Update deps.ts
2024-07-15 19:38:44 +02:00
wendrul
86c47c3908
add workspace to authed for /api/srch endpoint ( #4079 )
2024-07-15 18:10:52 +02:00
Ruben Fiszel
969a86a573
chore(main): release 1.363.0 ( #4075 )
...
* chore(main): release 1.363.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-15 16:22:37 +02:00
Ruben Fiszel
70f3cc4c7a
nits
2024-07-15 16:21:52 +02:00
wendrul
3e31977ba1
fix: make indexer opt-in when in standalone mode ( #4076 )
...
* Add standalone mode without indexer
* Imporve flag logic
2024-07-15 16:00:42 +02:00
Faton Ramadani
e6dfa390bb
fix(frontend): flow editor improvements ( #4008 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): add missing iter input for while loops
* fix(frontend): improve code
* fix(frontend): improve code
* fix(frontend): failure status for fake modules on hold
* fix(frontend): wip
* fix(frontend): improve flow step warnings
* fix(frontend): add debounce
* fix(frontend): improve rpath detection
* feat(frontend): improve code
* fix(frontend): use the code parser to detect missing dependencies
* fix(frontend): improve code
* fix(frontend): improve code
2024-07-15 09:46:35 +02:00
Faton Ramadani
546c343811
feat(frontend): Rich result by id component ( #4069 )
...
* feat(frontend): Rich result by id component
* feat(frontend): add waitJob helper
* feat(frontend): improve code
* feat(frontend): improve code
* feat(frontend): fix build
2024-07-15 09:06:45 +02:00
Ruben Fiszel
60c229c4a1
improve schema form builder
2024-07-15 07:32:31 +02:00
Ruben Fiszel
ce73ee7c69
improve schema form builder
2024-07-15 01:05:46 +02:00
Ruben Fiszel
4caaafdd3b
improve schema form builder
2024-07-15 00:48:29 +02:00
Ruben Fiszel
2ec8ce5b7d
fix: improve schema editor
2024-07-14 13:30:39 +02:00
Ruben Fiszel
c84ee32797
chore(main): release 1.362.0 ( #4063 )
...
* chore(main): release 1.362.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-14 10:35:50 +02:00
Ruben Fiszel
847d82bd90
fix indexer port
2024-07-14 10:04:16 +02:00
Ruben Fiszel
c1d9784897
nit light mode flow style
2024-07-14 09:48:38 +02:00
Ruben Fiszel
290516179e
nit light mode flow style
2024-07-14 09:43:18 +02:00
Ruben Fiszel
b498664c76
feat: improve flow status viewer (show branch chosen + all iterations in for loop) ( #4074 )
...
* all
* all
* all
* all
* all
2024-07-13 18:53:24 +02:00
Ruben Fiszel
eef0230ec7
nit indexer logs
2024-07-13 10:27:52 +02:00
Ruben Fiszel
52aaec634b
nit indexer logs
2024-07-13 09:43:53 +02:00
wendrul
0a886e09ef
Add indexer case to avoid 0 max_database_connection ( #4073 )
2024-07-13 00:18:56 +02:00
wendrul
88ae5e89db
Make indexer mode not spawn the server specific behaviour ( #4072 )
...
* Make indexer mode not spawn the server specific behaviour
* Add ee repo ref
2024-07-12 20:36:53 +02:00
HugoCasa
3c09025296
staging image CI ( #4070 )
2024-07-12 16:59:57 +02:00
Ruben Fiszel
f06b53ed14
fix sqlx
2024-07-11 22:40:41 +02:00
Ruben Fiszel
b0e3c2b684
extend frontend es6 with es2017 methods
2024-07-11 18:30:35 +02:00
Ruben Fiszel
2747e1b087
feat: improve cancel all for non started jobs ( #4065 )
...
* update version
* improve cancelAll
* improve error
* update sqlx
2024-07-11 17:11:29 +02:00
Faton Ramadani
3b4a376208
feat(frontend): date select component ( #4064 )
...
* feat(frontend): add date select component
* feat(frontend): add date select component
* feat(frontend): add missing tooltip
* feat(frontend): add support for locale
* feat(frontend): correct number of days depending on month and year + fix output format
* feat(frontend): Fix display
* feat(frontend): Fix initial dimension
* feat(frontend): Fix outputs
* feat(frontend): clear and set the outputs depending on what field is enabled
* feat(frontend): improve code
2024-07-11 13:47:11 +02:00
Henri Courdent
c67170e88f
Smaller and better positioned Add branch message ( #4061 )
2024-07-11 13:16:21 +02:00
Faton Ramadani
fd4fe15f49
fix(frontend): app editor improvements ( #4052 )
...
* fix(frontend): wip
* fix(frontend): fix dataflow to error handler module
* fix(frontend): add missing flow_input and result properties
* fix(frontend): fix build
* fix(frontend): improve code
2024-07-11 12:00:52 +02:00
wendrul
7ea554a7fd
feat: Full-text search on runs using tantivy and command palette for quick actions ( #4046 )
...
* Add indexer crate and files
* POC searcher
incomplete schema
only indexes at startup
* POC search component frontend
* Demo of the frontend element
* add Results and Args as text
* minimal functionality
* Make jump to scripts by name
also flows and apps
* Add button on sidebar to open search
* Update lock on indexer after merge
* Make arrow key navigation compatible with scrol
* Show empty result screen and log as a coming feat
* Add summary to script searchable items
* Catch `parts is undefined` error (uFuzzy)
* Index refreshing using tokio interval
* Fix JobLoader workspace being wrongly defined
* Fix click outside
* Add debouncing for completed run search
* Binary mode working + job index tracker
* Warning for no license + fix height scrollbars on content search
* Make it compile without EE files
* remove panic to use errors
* Move global search
* Cleanup UI, no more tab switcher but clear placeholders and actions
* Add tantivy feature flag for windmill-api
* Rework indexer mode
* Mac compatibility for shortcut
* Update test for new run_server
* Prepare sqlx
* Mac compatibility
* Fix openapi yaml
* Fix frontend
* Frontend api fix
* Update docker-compose.yml and caddyfile
With the (by default deactivated) container and reverse proxy to use the
windmill indexer
* fix feature flag for tests
* fix feature falg for running tests
* fix feature flag for running tests
* Make content search use search modal instead
* Add tantivy feature to ee build steps
* Remove old Content search
* change volume location for indexer
* Update dependencies
* Prepare sqlx
* Uncomment line on docker compose
* Add line between input and results
* Update ee repo ref
2024-07-11 11:13:27 +02:00
Ruben Fiszel
88b61480cd
remove env_id default value
2024-07-11 09:00:56 +02:00
Ruben Fiszel
90ce42b20c
chore(main): release 1.361.1 ( #4062 )
...
* chore(main): release 1.361.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-11 08:02:10 +02:00
Ruben Fiszel
583190f883
fix: improve filter jobs query
2024-07-11 07:51:34 +02:00
Ruben Fiszel
299e0ee16c
chore(main): release 1.361.0 ( #4060 )
...
* chore(main): release 1.361.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-11 02:24:56 +02:00
Ruben Fiszel
b4f0b32c40
fix: fix migration for instances starting from scratch
2024-07-11 02:12:51 +02:00
Ruben Fiszel
c7d4e6c0f3
specialize soft cancel filter
2024-07-11 01:27:56 +02:00
Ruben Fiszel
3b364ec385
improve try migration lock
2024-07-11 01:15:12 +02:00
Ruben Fiszel
1d1dde0d91
fix: improve performance of cancel_all
2024-07-11 00:41:03 +02:00
Ruben Fiszel
8fb91d34a5
sqlx
2024-07-11 00:12:11 +02:00
Ruben Fiszel
e450300c22
fix: improve completed_job index
2024-07-10 23:43:02 +02:00
Faton Ramadani
a6eeb68b77
feat(frontend): improve table action UX ( #4056 )
...
* feat(frontend): improve table action UX
* feat(frontend): improve table action UX
2024-07-10 19:11:48 +02:00
Faton Ramadani
c853db4e05
fix(frontend): fix style panel title ( #4058 )
2024-07-10 19:06:32 +02:00
Faton Ramadani
133a278912
feat(frontend): add support for GFM and fix max-width issue ( #4057 )
...
* feat(frontend): add support for GFM and fix max-width issue
* feat(frontend): enable GFM by default
2024-07-10 19:06:03 +02:00
Faton Ramadani
0b932cac6f
fix(frontend): fix run page ms readability ( #4059 )
2024-07-10 19:05:47 +02:00
Ruben Fiszel
acc68a91b3
chore(main): release 1.360.1 ( #4048 )
...
* chore(main): release 1.360.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-09 17:16:11 +02:00
HugoCasa
82c88ad3b8
fix: update flow path ( #4053 )
2024-07-09 17:13:21 +02:00
Faton Ramadani
6e526327dd
fix(frontend): Reload the flowStateStore when a node is restored (undo) ( #4049 )
2024-07-09 13:29:17 +02:00
Ruben Fiszel
e775cf351f
nit improvement UX for single step flow
2024-07-09 12:45:35 +02:00
HugoCasa
eda6629bb3
fix: improve flow version fix migration ( #4050 )
2024-07-09 11:02:53 +02:00
Ruben Fiszel
6ada681472
nit flow inputs for simple forloops
2024-07-09 10:23:22 +02:00
Ruben Fiszel
6955fed266
nit expect
2024-07-09 08:45:36 +02:00
Ruben Fiszel
996408d73d
more observability for dedicated workers
2024-07-09 08:26:40 +02:00
Ruben Fiszel
7f49798e3f
fix: make dedicated workers work with dates in bun
2024-07-09 07:58:17 +02:00
Ruben Fiszel
23a00c55e9
fix: fix previous_result not always working for failure steps
2024-07-09 00:01:58 +02:00
Ruben Fiszel
9f8bb037de
chore(main): release 1.360.0 ( #4042 )
...
* chore(main): release 1.360.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-08 22:56:21 +02:00
HugoCasa
9b2919be32
fix: always run flow versioning edge case fix migration ( #4047 )
2024-07-08 22:52:04 +02:00
Ruben Fiszel
a264a383de
fix: persist enums change for string type
2024-07-08 22:27:08 +02:00
Faton Ramadani
0d3574158d
fix(frontend): fix min rows for LightWeightArgInput ( #4045 )
2024-07-08 16:42:35 +02:00
Faton Ramadani
9e5a3f98bd
feat(frontend): add custom actions header ( #4044 )
...
* feat(frontend): add custom action header for AgGrid tables
* feat(frontend): add custom action header for AgGrid tables
2024-07-08 16:11:46 +02:00
Ruben Fiszel
5657ccdbe4
fix: improve failure id assignment for parallel forloop
2024-07-08 15:50:38 +02:00
Ruben Fiszel
50e597d9a4
chore(main): release 1.359.0 ( #4036 )
...
* chore(main): release 1.359.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-08 13:45:57 +02:00
Faton Ramadani
95c2e1b21c
fix(frontend): fix navbar item overflow ( #4041 )
2024-07-08 13:24:03 +02:00
Faton Ramadani
0ffac69406
feat(frontend): improve table actions ( #4040 )
...
* feat(frontend): wip
* feat(frontend): fix table actions width, hovering behavior and fixed connection
* feat(frontend): support infinite list + Db Explorer
2024-07-08 13:23:28 +02:00
HugoCasa
11b05b3d17
fix(backend): make value of flow_version not null ( #4039 )
...
* fix: flow versioning nit: make value of flow version not null
* fix: sqlx
* fix: missing code change
* fix: improve nit migration
2024-07-08 11:56:53 +02:00
Ruben Fiszel
9c6273e0ef
fix sqlx
2024-07-08 11:55:59 +02:00
Ruben Fiszel
db19c86a2d
fix: improve input history
2024-07-08 11:41:27 +02:00
HugoCasa
729f911b43
fix: flow versioning edge case ( #4037 )
2024-07-07 20:04:42 +02:00
Ruben Fiszel
b8f7fac12b
flow layout improvements
2024-07-06 02:34:41 +02:00
Ruben Fiszel
5b9e4ee125
nit fix content search
2024-07-06 01:33:30 +02:00
Ruben Fiszel
299e7cf5cf
fix: improve performance of content search for large repos
2024-07-06 01:06:50 +02:00
Ruben Fiszel
d50a1f4d94
escape html for content search
2024-07-06 00:52:07 +02:00
Ruben Fiszel
7e074b1cfb
escape html for content search
2024-07-06 00:41:35 +02:00
Ruben Fiszel
e10062234e
fix: improve handling of schedules with retries and concurrency limits
2024-07-05 20:37:30 +02:00
Ruben Fiszel
b9e0f2fd2f
nit dataflow dark mode colors
2024-07-05 20:09:12 +02:00
Ruben Fiszel
c6fa154a50
nit dataflow dark mode colors
2024-07-05 20:06:31 +02:00
Ruben Fiszel
6d2ae7351f
fix nit first step's input synchronized with flow schema
2024-07-05 18:51:43 +02:00
Ruben Fiszel
0a74faeeaf
chore(main): release 1.358.1 ( #4034 )
...
* chore(main): release 1.358.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-05 16:02:47 +02:00
Ruben Fiszel
b30bde9a9b
fix: fix vscode extension dev mode with flows
2024-07-05 15:59:36 +02:00
Ruben Fiszel
cedc40d5d7
chore(main): release 1.358.0 ( #4025 )
...
* chore(main): release 1.358.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-05 13:18:44 +02:00
Henri Courdent
c856f21f0e
Changelog frontend update & fork button border ( #4024 )
...
* Changelog frontend update & fork button border
* Removed duplicate and added new
2024-07-05 13:15:03 +02:00
Faton Ramadani
aa4967ef1e
feat(frontend): add vertical navbars ( #4027 )
...
* feat(frontend): add vertical navbars
* feat(frontend): add vertical navbars
2024-07-05 13:10:10 +02:00
HugoCasa
d724761ecc
feat: restore flow version as fork ( #4032 )
...
* feat: restore flow version as fork
* fix: use goto instead of open
2024-07-05 13:10:00 +02:00
Faton Ramadani
a9c455567b
fix(frontend): fix navbar navigation for not deployed apps ( #4033 )
2024-07-05 13:09:47 +02:00
Faton Ramadani
448d5ad228
fix(frontend): improve component list ( #4028 )
2024-07-05 11:41:38 +02:00
Faton Ramadani
c4673f8dc5
fix(frontend): fix theme leak ( #4029 )
2024-07-05 11:35:45 +02:00
HugoCasa
fde9d2a3f3
feat(backend): better filtering for audit logs API ( #4023 )
...
* feat: better filtering for audit logs
* chore: update ee ref
* fix: use csv instead of query array
* chore: update ee ref
2024-07-04 21:04:35 +02:00
Faton Ramadani
7434edda06
feat(frontend): app navbar ( #3992 )
...
* feat(frontend): app navbar
* feat(frontend): app navbar
* fix(frontend): add icons + highlight + image
* fix(frontend): improve style
* fix(frontend): use a proper select component
* fix(frontend): fix select
* feat(frontend): Navbar component
* feat(frontend): add path indicator + fix disabled navbar item
* feat(frontend): add path indicator + fix disabled navbar item
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add local item
* feat(frontend): introduced currentPath
* feat(frontend): fix popups
* feat(frontend): initial current path
* feat(frontend): initial current path
* feat(frontend): fix interactions
* feat(frontend): improve code
* feat(frontend): improve code
* feat(frontend): wip
* feat(frontend): open windmill apps in the same tab
* feat(frontend): added support for the goto
* feat(frontend): avoid loaded the app multiple times
* feat(frontend): add support for oneOf
* feat(frontend): done
* feat(frontend): add missing tooltips
* feat(frontend): improve alert message
* feat(frontend): fix typo
* feat(frontend): add missing reference to the ctx.query
* fix(frontend): improve code
* feat(frontend): navbar done
* feat(frontend): fix navbar wizard wording
* feat(frontend): only select the current app if the selected value is not defined + correctly clear
2024-07-04 19:50:00 +02:00
Ruben Fiszel
a16263cead
chore(main): release 1.357.0 ( #4016 )
...
* chore(main): release 1.357.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-04 18:18:51 +02:00
Ruben Fiszel
17d12b512b
fix: improve dedicated workers for flows
2024-07-04 18:12:59 +02:00
HugoCasa
55eac8ffec
fix(frontend): improve flow input completion prompt when not in a loop ( #4021 )
2024-07-04 17:54:56 +02:00
Ruben Fiszel
f58d82fedf
fix: improve dedicated workers for flows
2024-07-04 16:34:41 +02:00
Ruben Fiszel
c2cd18d4da
fix: update bun 1.1.18
2024-07-04 15:35:05 +02:00
HugoCasa
e361accf47
fix(backend): correct version join of list search flows ( #4022 )
2024-07-04 15:13:16 +02:00
Ruben Fiszel
4399730ab4
fix: fix wrong interaction between suspended steps and forloop parallelism
2024-07-04 14:53:43 +02:00
Ruben Fiszel
708b2702ca
fix: memory optimization for flow with big args ( #4019 )
2024-07-04 10:08:42 +02:00
HugoCasa
3e783e30e6
fix(frontend): only load flow/app versions on drawer opening ( #4020 )
...
* fix(frontend): only load flow/app versions on drawer opening
* fix: remove useless
2024-07-04 09:57:49 +02:00
HugoCasa
26fd427180
fix(backend): switch job run to user db ( #4017 )
2024-07-03 21:51:59 +02:00
HugoCasa
e50f1752da
feat: flow versioning ( #4009 )
...
* feat: flow versioning
* fix: sqlx
* fix: update schedule test for flow versioning
* fix: with_deployment_msg + UI nits
* fix: nit
* fix: improve down migration
* patch: keep latest flow version in flow table for backward compat
* fix: app deployments in list view
* chore: update ee ref
* fix: merge
* fix: tests
2024-07-03 15:53:45 +02:00
HugoCasa
1a403f8f39
fix: improve flow cancellation ( #4013 )
...
* fix: improve flow cancellation
* fix: sqlx
* fix: cancel shortcut when no parent and not running
2024-07-03 14:50:52 +02:00
Ruben Fiszel
9aee06c24d
chore(main): release 1.356.1 ( #4014 )
...
* chore(main): release 1.356.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-03 06:53:26 +02:00
Ruben Fiszel
07530725e6
fix: 50MB limitation only on non-enterprise
2024-07-03 06:44:09 +02:00
Ruben Fiszel
45cd01c6ed
fix: add s3 object support to lightweight arg input
2024-07-02 20:02:26 +02:00
Ruben Fiszel
814fb7b8c3
chore(main): release 1.356.0 ( #4004 )
...
* chore(main): release 1.356.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-07-02 19:50:10 +02:00
Ruben Fiszel
7d0b77862b
nit navigation back
2024-07-02 19:44:44 +02:00
Ruben Fiszel
7248b0a5a9
fix: improve browser history navigation (back, forward)
2024-07-02 19:31:00 +02:00
Ruben Fiszel
c741ccfeec
persist args when editing from a job run
2024-07-02 18:20:00 +02:00
Ruben Fiszel
d13a357b26
feat: allow downloading args over the size limit
2024-07-02 17:54:19 +02:00
Ruben Fiszel
14bacba0ad
improve sharable hash
2024-07-02 15:17:04 +02:00
Ruben Fiszel
2f374ba7ef
improve sharable hash
2024-07-02 14:50:32 +02:00
Ruben Fiszel
0cb98af61e
improve sharable hash
2024-07-02 14:43:44 +02:00
Ruben Fiszel
792bbb3ff9
feat: runs page have sharable args in hash of links
2024-07-02 13:16:57 +02:00
wendrul
9e53c95bac
Make datepicker clearable or not based on prop ( #4011 )
2024-07-02 11:21:58 +02:00
Ruben Fiszel
068167e182
nit show dates on version history
2024-07-02 10:14:00 +02:00
Ruben Fiszel
6c0f9e6df6
show future jobs if view runs from schedule
2024-07-02 10:09:20 +02:00
Guilhem-lm
0ab8ffe305
Improve flow UI ( #3983 )
...
* feat(frontend) : change for loop iterator expression tooltip
* feat(frontend) for turn alert into tooltip
* feat(frontend) gather for loop settings
* feat(frontend) move test step button
* feat(frontend): Fix build)
* revert feat(frontend) gather loop settings
---------
Co-authored-by: LE-MOUEL Guilhem <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-07-02 09:44:55 +02:00
HugoCasa
991031b96d
feat: include token label as end user ( #3988 )
...
* feat: include token label in audit logs + show end user in runs page
* fix: reverse username and permissioned as on runs page
* fix: ui nit
* fix: remove permissioned as from runs page
2024-07-02 09:37:17 +02:00
Guilhem-lm
29e0465b8a
feat(frontend) Change summary edition ( #3999 )
...
* feat(frontend) Change summary edition
* feat(frontend) Change summary edition
* do not use ecr registry anymore for windmill images
* fix publish ecr
* chore update
* chore stop publishing lsp to internal
* make nsjsail mode compatible with arm64 by making lib64 non mandatory
* move to arm builders
* fix(frontend): fix Decision Tree + fix Infinite list default ts code … (#3993 )
* fix(frontend): fix Decision Tree + fix Infinite list default ts code indentation + add missing reset column defs button
* fix(frontend): improves how columnDefs are computed when we change the table
* fix(frontend): improved code quality
* fix(frontend): fix current node id
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): done
* fix(frontend): done
* fix(frontend): fix node deletion
* fix(frontend): fix node deletion
* fix(frontend): simplify node deletion
* finish
* nit
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-07-02 09:36:12 +02:00
wendrul
ca22a879dc
fix: lookback selector to manually look for older jobs and prevent inaccurate concurrency graphs ( #4007 )
...
* Add lookback selector
* Add clear button on date picker set 2 day default on runs page
* No lookback on the runs chart
* Format
* Remove unnecessary lookback
* Change tooltip message
* Change tooltip message 2
* Remove redundancy
* small corrections
* Remove dark mode observer no longer used
2024-07-01 20:47:01 +02:00
HugoCasa
d736b8692f
fix: make gql params optional by default + use default value if undefined ( #4003 )
...
* fix: make gql params optional by default + use default value if undefined
* fix: tests
* fix: improve tests
2024-07-01 16:25:26 +02:00
Ruben Fiszel
05fa60e685
chore: no more multiplayer publish on ecr
2024-07-01 13:41:17 +02:00
Ruben Fiszel
155ca5fe26
fix: add support for result.json for powershell
2024-07-01 08:48:33 +02:00
Ruben Fiszel
247ae56651
chore(main): release 1.355.4 ( #4002 )
...
* chore(main): release 1.355.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-30 14:04:17 +02:00
Ruben Fiszel
6c46ca19a9
chore: update versions
2024-06-30 14:01:13 +02:00
Ruben Fiszel
df137f09eb
remove pin update of bit vec
2024-06-30 13:55:41 +02:00
Ruben Fiszel
2e184c9894
fix: improve runs page performance when minTs is defined
2024-06-30 13:09:00 +02:00
Ruben Fiszel
e66243969e
fix: improve runs page performance when minTs is defined
2024-06-30 13:03:48 +02:00
Ruben Fiszel
2527537972
show query of list jobs before returning it
2024-06-30 09:47:38 +02:00
Faton Ramadani
49b6cf1f37
fix(frontend): fix Decision Tree + fix Infinite list default ts code … ( #3993 )
...
* fix(frontend): fix Decision Tree + fix Infinite list default ts code indentation + add missing reset column defs button
* fix(frontend): improves how columnDefs are computed when we change the table
* fix(frontend): improved code quality
* fix(frontend): fix current node id
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): done
* fix(frontend): done
* fix(frontend): fix node deletion
* fix(frontend): fix node deletion
* fix(frontend): simplify node deletion
2024-06-28 17:24:45 +02:00
Ruben Fiszel
ab95a06637
move to arm builders
2024-06-28 16:43:39 +02:00
Ruben Fiszel
32eb8424ad
make nsjsail mode compatible with arm64 by making lib64 non mandatory
2024-06-28 15:11:41 +02:00
Ruben Fiszel
b596dcbe66
chore stop publishing lsp to internal
2024-06-28 12:28:49 +02:00
Ruben Fiszel
c082de645a
chore update
2024-06-28 12:10:59 +02:00
Ruben Fiszel
665cdd3617
fix publish ecr
2024-06-28 10:59:37 +02:00
Ruben Fiszel
554d406845
do not use ecr registry anymore for windmill images
2024-06-28 10:47:38 +02:00
Ruben Fiszel
498273fbed
build cloud to arm64 too
2024-06-28 08:34:01 +02:00
Ruben Fiszel
4bd3b003d8
chore(main): release 1.355.3 ( #3997 )
...
* chore(main): release 1.355.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-28 00:56:39 +02:00
Ruben Fiszel
81c7edffea
fix: fix OIDC
2024-06-28 00:44:03 +02:00
Ruben Fiszel
b9e68914db
add back deno in slim image
2024-06-27 23:14:30 +02:00
HugoCasa
963d0a4dfe
fix: snowflake datetime display format ( #3995 )
2024-06-27 21:30:44 +02:00
Ruben Fiszel
11fd4f1826
chore(main): release 1.355.2 ( #3987 )
...
* chore(main): release 1.355.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-26 19:41:21 +02:00
Ruben Fiszel
d2bd54e404
build slim image
2024-06-26 19:36:35 +02:00
HugoCasa
94b6e9efa7
fix: non-ASCII support in parsers ( #3986 )
2024-06-26 19:36:11 +02:00
Ruben Fiszel
8609de1714
chore: change deno build step in dockerfile
2024-06-26 19:11:49 +02:00
Ruben Fiszel
22c0417633
chore(main): release 1.355.1 ( #3985 )
...
* chore(main): release 1.355.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-26 18:29:13 +02:00
Ruben Fiszel
17c586ed8f
fix: fix build
2024-06-26 18:24:47 +02:00
Ruben Fiszel
e38f7e6e82
chore(main): release 1.355.0 ( #3980 )
...
* chore(main): release 1.355.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-26 17:05:04 +02:00
Ruben Fiszel
fa2f732182
feat: add wmill cli image
2024-06-26 16:58:09 +02:00
Ruben Fiszel
75555f725c
small toggle fix for list & objects
2024-06-26 16:58:09 +02:00
Faton Ramadani
b9a73c5b82
Fr/fix modal overflow ( #3979 )
...
* feat(frontend): wip
* feat(frontend): Add missing stylings
* feat(frontend): Add output panel doc links
* feat(frontend): fix popover word break
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix modal
* fix(frontend): remove useless class
* fix(frontend): done
* fix(frontend): remove useless code
* fix(frontend): simplify code
* fix(frontend): simplify code
* fix(frontend): Fix height
* fix(frontend): Fix height
* fix(frontend): allow overflow while dragging
* fix(frontend): revert changes
2024-06-26 16:19:37 +02:00
HugoCasa
f29c46a282
fix: remove useless metrics ( #3962 )
...
* fix: remove useless metrics
* fix: nit
* feat: update ee ref (renew key on start + vcpu usage)
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-06-26 15:28:09 +02:00
Faton Ramadani
73175acc01
feat(frontend): Add context for inner components of list, groups and … ( #3974 )
...
* feat(frontend): Add context for inner components of list, groups and tables
* feat(frontend): improve code
* feat(frontend): avoid context duplicates
* feat(frontend): recursively explore parents to find all contexts
* feat(frontend): improve code
* feat(frontend): improve naming
* feat(frontend): improve code
* feat(frontend): optimise code
* feat(frontend): optimise code
2024-06-26 15:24:00 +02:00
HugoCasa
08476a3794
fix(frontend): add tooltip to schedule pausing ( #3984 )
2024-06-26 15:23:10 +02:00
Ruben Fiszel
275c10b17a
update tsdocs
2024-06-26 14:17:31 +02:00
HugoCasa
e9b310eee0
fix: parallel branchall disordered skip failure retrieval ( #3975 )
...
* fix: parallel branchall disordered skip failure retrieval
* fix: use regex for branchall index
* patch(frontend): default to parallel branch all
2024-06-26 12:23:09 +02:00
HugoCasa
dd804839f0
fix: hide draft only items in pickers and from ops ( #3977 )
...
* fix: hide draft only scripts to ops and in pickers/flow builder
* fix: default to hiding draft only scripts
* fix: hide script drafts from ops
* fix: generalize to hide draft only/no main func by default
* fix: archived openapi nit
2024-06-26 12:21:45 +02:00
Ruben Fiszel
9ac18c33bf
update tsdocs
2024-06-26 11:45:43 +02:00
Ruben Fiszel
dc68f3e939
chore(main): release 1.354.0 ( #3971 )
2024-06-26 01:32:51 +02:00
Ruben Fiszel
97215a979f
internal fix to improve exportability of code in react-sdk ( #3978 )
...
* all
* all
* all
* all
* fix
* remove vite config
* remove uncessary app.css
* all
* all
* all
* all
* all
2024-06-26 01:31:24 +02:00
HugoCasa
f8dc21542f
feat: schedule pausing ( #3976 )
...
* feat: schedule pausing
* fix: improve UI
2024-06-25 23:39:34 +02:00
Faton Ramadani
cab248ceff
feat(frontend): app editor help box ( #3970 )
...
* feat(frontend): wip
* feat(frontend): Add missing stylings
* feat(frontend): Add output panel doc links
* feat(frontend): fix popover word break
* feat(frontend): fix theme
2024-06-25 13:44:13 +02:00
Ruben Fiszel
6db033e36a
chore(main): release 1.353.0 ( #3959 )
...
* chore(main): release 1.353.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-24 21:18:59 +02:00
Faton Ramadani
a804e013c2
fix(frontend): Add missing on change event when connecting an input ( #3964 )
2024-06-24 21:02:14 +02:00
Henri Courdent
189a2815a0
Type fix & helpers approval steps ( #3950 )
2024-06-24 15:26:20 +02:00
wendrul
4ef38233c1
fix: Improve cancel selected jobs action ( #3960 )
...
* Improve cancel selected action
* Add a `Select all` button
* Make the confirmation clearer by adding
* Fix bug where you could select uncancelable jobs throught the graph
* Switch buttons place
2024-06-24 15:24:25 +02:00
Faton Ramadani
ee7db8c8e3
feat(frontend): add an indicator when a for loop has no iterator expression ( #3961 )
2024-06-24 15:24:10 +02:00
Faton Ramadani
183361df85
fix(frontend): improve disable style of the select component ( #3938 )
...
* feat(frontend): improve disable style of the select component
* fix(frontend): improve inputs style
* fix(frontend): fix build
* fix(frontend): revert unnecessary changes
2024-06-24 13:20:35 +02:00
Ruben Fiszel
7c64f0a5b2
minor ui fix
2024-06-24 00:23:35 +02:00
Ruben Fiszel
2a88fcbfd8
rm docs redundance
2024-06-22 14:52:24 +02:00
Ruben Fiszel
a859705efd
chore(main): release 1.352.0 ( #3953 )
...
* chore(main): release 1.352.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-22 14:27:02 +02:00
Ruben Fiszel
e0479e05f7
fix: improve perf of forloop with parallelism massively
2024-06-22 14:14:15 +02:00
HugoCasa
b57afc8f68
feat: add extra metadata to folders/resources/types + path prefix filtering for all + improve groups UI ( #3936 )
...
* feat: add extra metadata to folders/schedules/resources/types
* feat: add path prefix filter to api
* chore: updatee ref
* feat: improve groups UI
* fix: nit
* fix: nit
2024-06-22 01:29:23 +02:00
HugoCasa
0c661220cf
feat: fallback to default hub if official script not found on private hub ( #3951 )
2024-06-22 01:29:08 +02:00
Ruben Fiszel
53eeef0503
fix: cache wasm
2024-06-22 00:58:49 +02:00
Ruben Fiszel
f626a361c4
chore(main): release 1.351.0 ( #3948 )
...
* chore(main): release 1.351.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-21 19:39:24 +02:00
Ruben Fiszel
ba76d8749a
fix: improve support of relative paths in subflows and apps
2024-06-21 18:07:58 +02:00
Faton Ramadani
ff4ea86155
fix show all light theme ( #3949 )
2024-06-21 17:09:17 +02:00
Faton Ramadani
25a460be85
feat(frontend): improve approval form edition + add a delete button t… ( #3946 )
...
* feat(frontend): improve approval form edition + add a delete button to the EditableSchema
* feat(frontend): only show a few lines of code for Hub/workflow scripts by default
* feat(frontend): fix spacing
* feat(frontend): improve
* feat(frontend): fix toggle
* feat(frontend): add missing space
2024-06-21 16:57:09 +02:00
Ruben Fiszel
e5db2782f5
add tsdocs
2024-06-21 15:59:06 +02:00
Ruben Fiszel
b2111b7d11
chore(main): release 1.350.3 ( #3947 )
...
* chore(main): release 1.350.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-21 15:30:29 +02:00
Ruben Fiszel
1042a06a12
fix(cli): fix push flow support for windows
2024-06-21 15:27:16 +02:00
Ruben Fiszel
0567d74abf
chore(main): release 1.350.2 ( #3945 )
...
* chore(main): release 1.350.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-21 14:27:34 +02:00
Ruben Fiszel
3f0cd6349d
fix(cli): support windows more thoroughly + fix generate flow locks ( #3944 )
...
* all
* all
* all
* fix lock
* fix lock
* fix lock
* fix lock
2024-06-21 14:23:33 +02:00
Ruben Fiszel
f1f9fe513b
chore(main): release 1.350.1 ( #3942 )
...
* chore(main): release 1.350.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-21 01:14:45 +02:00
Ruben Fiszel
a43923b326
fix(cli): fix inital sync pull generating wrong flow lockfile
2024-06-21 01:09:37 +02:00
Ruben Fiszel
9d8a75c3ca
chore(main): release 1.350.0 ( #3939 )
...
* chore(main): release 1.350.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-20 22:18:37 +02:00
Ruben Fiszel
59d731c35d
add timeout for cancel jobs ( #3941 )
2024-06-20 21:22:44 +02:00
Faton Ramadani
4bfda45c72
Correctly initialize the flowInputStore( #3940 )
...
* fix(frontend): Correctly initialize the flowInputStore for picked scripts/flows
* fix(frontend): Correctly initialize the flowInputStore for picked scripts/flows
2024-06-20 16:24:33 +02:00
Faton Ramadani
7007f14a10
feat(frontend): add indicator when required field are missing ( #3935 )
...
* feat(frontend): add indicator when required field are missing
* feat(frontend): add indicator when required field are missing
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): handle init flow
* feat(frontend): done
* feat(frontend): done
* feat(frontend): simplify code
* feat(frontend): improve code
* feat(frontend): improve ArgInput
* feat(frontend): fix icon alignement
2024-06-20 15:40:27 +02:00
Ruben Fiszel
da999d0f9b
nit cancel improvement
2024-06-20 13:16:28 +02:00
Ruben Fiszel
37c88272f5
add more debug lines
2024-06-19 19:43:13 +02:00
Ruben Fiszel
97ee8c35ea
nit remove error logs + add setTimeout to REST runtime
2024-06-19 17:58:24 +02:00
Ruben Fiszel
a82184beb1
chore(main): release 1.349.1 ( #3934 )
...
* chore(main): release 1.349.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-19 13:54:40 +02:00
Ruben Fiszel
faaef3016d
use auto-complete for worker group select
2024-06-19 13:50:21 +02:00
Ruben Fiszel
5c5b98e0b8
fix: show workers without worker groups
2024-06-19 13:35:10 +02:00
Ruben Fiszel
d166c563d9
chore(main): release 1.349.0 ( #3933 )
...
* chore(main): release 1.349.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-19 12:41:08 +02:00
Ruben Fiszel
4fa9025786
small range fix
2024-06-19 12:16:37 +02:00
Faton Ramadani
a1dc0fd7c2
feat(frontend): improve range ( #3924 )
...
* feat(frontend): fix style
* feat(frontend): wip
* fix(frontend): wip
* feat(frontend): improve range component
* feat(frontend): fix intial value
2024-06-19 12:07:12 +02:00
Ruben Fiszel
a0813939fe
improve workers page
2024-06-19 11:51:09 +02:00
Ruben Fiszel
7c460888be
chore(main): release 1.348.2 ( #3931 )
...
* chore(main): release 1.348.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-19 11:42:23 +02:00
HugoCasa
f5e8d71f0b
fix: handle past inputs with oneOf ( #3932 )
2024-06-19 11:35:58 +02:00
Ruben Fiszel
a2b88c0080
fix: add jobid to background runnables and fix zindex issue of inline script editor
2024-06-19 11:12:13 +02:00
Ruben Fiszel
2e7c5b0ea9
add jobId
2024-06-19 11:11:34 +02:00
Faton Ramadani
c9c017e27a
fix(frontend): fix full screen mode of the EvalInputEditor ( #3928 )
...
* update datafusion
* fix(frontend): fix full screen mode of the EvalInputEditor
* fix(frontend): improve code
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-06-19 10:19:15 +02:00
Ruben Fiszel
866fcb1a79
chore(main): release 1.348.1 ( #3929 )
...
* chore(main): release 1.348.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-19 08:37:19 +02:00
Ruben Fiszel
6d4b8a2e4f
fix: handle better single step parallel flows
2024-06-19 08:28:15 +02:00
Ruben Fiszel
9c152d96c9
fix tests
2024-06-18 22:57:51 +02:00
Ruben Fiszel
f3e8a81923
chore(main): release 1.348.0 ( #3923 )
...
* chore(main): release 1.348.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-18 22:16:44 +02:00
wendrul
ecb0e9b961
Implement PushArgs from cloudevents+json ( #3927 )
...
* Implement PushArgs from cloudevents+json
* Remove incomplete batching, overwrite metadata
Overwrite metadata to make it available as a script parameter if
present.
2024-06-18 22:13:32 +02:00
Ruben Fiszel
a7250bfae7
update datafusion
2024-06-18 22:13:02 +02:00
Ruben Fiszel
4cd733b67d
update datafusion
2024-06-18 20:51:59 +02:00
HugoCasa
b753e4d06c
feat: add support for bytea in pg ( #3926 )
...
* feat: add support for bytea in pg
* fix: editor nits
2024-06-18 17:38:46 +02:00
Faton Ramadani
b904a36356
feat(frontend): worker page improvements ( #3921 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add search
* feat(frontend): fix style
* feat(frontend): display a select when the number of worker groups is above 5
* feat(frontend): add number of workers in the select
* fix(frontend): flatten header and rows
* feat(frontend): improve worker header design
* feat(frontend): improve worker header design
* feat(frontend): fix search
* feat(frontend): fix dark theme
2024-06-18 17:18:16 +02:00
Faton Ramadani
cfab1853ab
feat(frontend): Enable changing kind for string properties ( #3925 )
...
* feat(frontend): Enable changing kind for string properties
* feat(frontend): Enable changing kind for string properties
* feat(frontend): Enable changing kind for string properties
2024-06-18 16:11:54 +02:00
Faton Ramadani
b56f77b1da
fix(frontend): fix InlineScriptEditor zIndex ( #3922 )
...
* fix(frontend): fix InlineScriptEditor zIndex
* Update frontend/src/lib/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-06-18 13:26:40 +02:00
Ruben Fiszel
eaf5b8ebe5
chore(main): release 1.347.1 ( #3920 )
...
* chore(main): release 1.347.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-18 09:43:47 +02:00
Ruben Fiszel
ddec620324
nit test fix
2024-06-18 09:28:03 +02:00
Ruben Fiszel
a64b099084
fix: add more debug logs around http client errors
2024-06-18 09:01:55 +02:00
Ruben Fiszel
631b981b8e
fix: add more debug logs around http client errors
2024-06-18 08:54:55 +02:00
Ruben Fiszel
076d2d6fe7
chore(main): release 1.347.0 ( #3919 )
...
* chore(main): release 1.347.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-17 22:55:01 +02:00
Ruben Fiszel
95cdeacef9
arg enum small fix
2024-06-17 22:42:37 +02:00
Faton Ramadani
25024a920d
feat(frontend): UI customisation improvements + add support for object enums ( #3910 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add json editor
* feat(frontend): fix build
* feat(frontend): wip
* feat(frontend): handle deleting the custom title
* feat(frontend): fix initial value
* feat(frontend): add support to custom title for ArgEnum
* feat(frontend): add support to custom title for ArgEnum
* feat(frontend): add missing fields
* feat(frontend): disable add and remove enums in the script editor
* feat(frontend): fix type inferrence
* feat(frontend): fix ArgEnum
* Update frontend/src/lib/components/ArgEnum.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-06-17 22:38:09 +02:00
Ruben Fiszel
05d2197618
fix: fix permission for scoped tokens on jobs_u paths
2024-06-17 22:32:59 +02:00
HugoCasa
2df9c69023
feat: oneOf inputs ( #3893 )
...
* feat: oneOf input for typescript
* feat: oneOf order and light form
* feat: oneOf UI builder
2024-06-17 21:35:46 +02:00
Ruben Fiszel
24e3a25ca4
chore(main): release 1.346.2 ( #3917 )
...
* chore(main): release 1.346.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-17 17:29:57 +02:00
Faton Ramadani
c94c76f59b
fix(frontend): revert range ( #3916 )
2024-06-17 17:25:34 +02:00
Ruben Fiszel
cf4d0346f6
chore(main): release 1.346.1 ( #3915 )
...
* chore(main): release 1.346.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-17 14:26:47 +02:00
HugoCasa
96dfacbfc8
fix: job perms and job logs grants ( #3914 )
...
* fix: job perms grants
* fix: add job logs grants
2024-06-17 14:22:47 +02:00
Danny Summerlin
952adff138
adding msgraph-sdk to Python module aliases ( #3913 )
2024-06-17 14:01:52 +02:00
Ruben Fiszel
1cc8891fb2
chore(main): release 1.346.0 ( #3906 )
...
* chore(main): release 1.346.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-17 05:51:51 +02:00
Ruben Fiszel
d518e2359d
fix: fix workflow as code
2024-06-17 05:37:57 +02:00
HugoCasa
e0ac22ba4a
fix: job perms for agent mode ( #3911 )
2024-06-14 17:36:10 +02:00
HugoCasa
21b9accca1
feat: replace ephemeral tokens by jwt ( #3908 )
...
* feat: replace ephemeral tokens by jwt
* fix: migration + sqlx
* fix: tests, agent, ee ref
* fix: sqlx
* fix: tests
* fix: jwt prefix change + fix tests
* fix: nit
* fix: handle agent mode
2024-06-14 13:07:35 +02:00
Ruben Fiszel
dc6144219f
fix bun cache
2024-06-13 22:08:33 +02:00
Ruben Fiszel
28afe59a4a
feat: accelerate bun through caches ( #3909 )
...
* all
* all
* all
* all
* all
* simplify extract
2024-06-13 19:09:16 +02:00
Faton Ramadani
4f0e111563
feat(frontend): event handlers ( #3902 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): dark mode
* feat(frontend): fix dark mode + width issue
* feat(frontend): fix dark mode + width issue
* feat(frontend): fix layout
* feat(frontend): done
* feat(frontend): fix wording
2024-06-13 15:57:14 +02:00
Ruben Fiszel
c19f330965
chore(main): release 1.345.2 ( #3905 )
...
* chore(main): release 1.345.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-13 15:07:25 +02:00
Ruben Fiszel
96767ec042
fix: add database grants to oustanding_wait_time table
2024-06-13 14:29:33 +02:00
Ruben Fiszel
d0f47f4b03
chore(main): release 1.345.1 ( #3904 )
...
* chore(main): release 1.345.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-13 08:27:01 +02:00
Ruben Fiszel
6c2420f118
fix: enums derivable from code
2024-06-13 08:22:44 +02:00
Richard Klees
320ba754a4
fix: correct exception handling in PHP wrapper ( #3901 )
...
The `catch` is hinting on `\Exception` [1] which has not `getName`-method.
To identify the type of exception, `get_class` can be used.
[1] https://www.php.net/manual/de/class.exception.php
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-06-13 08:13:32 +02:00
Ruben Fiszel
949b9b4787
chore(main): release 1.345.0 ( #3903 )
...
* chore(main): release 1.345.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-12 18:58:31 +02:00
Faton Ramadani
2344077b34
feat(frontend): Generated UI editor + Schema Form complete refactor ( #3835 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add type editor
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): dnd
* feat(frontend): add missing error
* feat(frontend): fix build
* feat(frontend): fix build
* feat(frontend): clean up
* feat(frontend): fix layout
* feat(frontend): fix dark mode
* feat(frontend): Fix Dnd + resource s3 and objects
* feat(frontend): handle inner objets
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* fix(frontend): UI nits
* fix(frontend): fix type selection
* fix(frontend): Correctly handle subproperties
* fix(frontend): fix autosize + height
* fix(frontend): replace everywhere
* fix(frontend): fix dnd
* fix(frontend): fix list refresh + height issues
* fix(frontend): fix order
* fix(frontend): restore default behavior
* fix(frontend): Move the rename input
* fix(frontend): Fix rename wrt order array
* fix(frontend): Fix hub
* fix(frontend): Fix renam
* fix(frontend): Fix UI Nits + fix SchemaForm order
* fix(frontend): Handle nested order
* fix(frontend): Fix saving properties
* fix(frontend): Improve approval form
* feat(frontend): done
* feat(frontend): merge main
* feat(frontend): done
* feat(frontend): wip
* feat(frontend): SchemaFormDND
* feat(frontend): SchemaFormDND wip
* feat(frontend): improve displayWebhookWarning
* feat(frontend): DND done
* feat(frontend): DND done
* feat(frontend): improve name
* feat(frontend): improve dnd
* feat(frontend): done
* first batch
* new try
* nits
* all
* drag handle in more places
* push everything
* migrate all
* all
* fix
* fix
* fix henri bug
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-06-12 18:37:18 +02:00
Ruben Fiszel
4b7ff22cc0
chore(main): release 1.344.3 ( #3899 )
...
* chore(main): release 1.344.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-11 21:35:02 +02:00
Ruben Fiszel
c96697928f
fix: fix dependency tracking for single scripts
2024-06-11 21:32:10 +02:00
Ruben Fiszel
6c4ef79e1c
chore(main): release 1.344.2 ( #3898 )
...
* chore(main): release 1.344.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-11 21:07:11 +02:00
Ruben Fiszel
28d7510584
fix: fix dependency tracking for single scripts
2024-06-11 21:04:03 +02:00
Ruben Fiszel
9307f31331
chore(main): release 1.344.1 ( #3897 )
...
* chore(main): release 1.344.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-11 20:54:43 +02:00
Ruben Fiszel
5f119de6cb
fix: fix dependency tracking for single scripts
2024-06-11 20:51:57 +02:00
Ruben Fiszel
f8f6d8beaa
fix: upgrade deno to 1.44.1
2024-06-11 19:54:57 +02:00
wendrul
b9092e591e
fix: cancel jobs button missing chevron ( #3896 )
2024-06-11 19:33:57 +02:00
Ruben Fiszel
26e21d5c93
fix go client build
2024-06-11 19:31:28 +02:00
Ruben Fiszel
24c2cc1ed7
chore(main): release 1.344.0 ( #3895 )
...
* chore(main): release 1.344.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-11 19:07:04 +02:00
Ruben Fiszel
dcff6e9ff3
fix(backend): wrong previous result used in flow for-loop
2024-06-11 17:35:38 +02:00
wendrul
7474145f0e
feat: cancel jobs based on filters ( #3874 )
...
* WIP
* Add endpoint to cancel jobs
* Fix endpoints and add modal to cancel jobs
* Add useful tooltips and warnings
* Fix openapi.yml
* Prepare sqlx
* Prepare sqlx
* Select jobs to cancel
* Prepare sqlx
* Remove unused variable
* Make small fixes
- gap between buttons
- dropdown in one button with chevron instead of two buttons
- filters shown on the cancel filtered modal
2024-06-11 17:12:30 +02:00
Faton Ramadani
609f332116
fix(frontend): Fix Timeline/Node Status tab zIndex ( #3894 )
2024-06-11 16:41:37 +02:00
Ruben Fiszel
da03a45d81
chore(main): release 1.343.3 ( #3892 )
...
* chore(main): release 1.343.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-11 14:07:57 +02:00
Ruben Fiszel
1be0bfaf7b
fix: flow args should always render in test flow
2024-06-11 13:57:53 +02:00
Ruben Fiszel
eb068fd086
fix: improve init script handling of windows newlines
2024-06-11 00:55:28 +02:00
Ruben Fiszel
ce65d5c1b0
add lokalize exception to import map
2024-06-10 22:14:13 +02:00
Ruben Fiszel
2adb2fcbda
chore(main): release 1.343.2 ( #3891 )
...
* chore(main): release 1.343.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-10 19:12:44 +02:00
Ruben Fiszel
36d0c4e992
fix: fix nativets scripts
2024-06-10 19:09:38 +02:00
Ruben Fiszel
0f7f900ad6
chore(main): release 1.343.1 ( #3889 )
...
* chore(main): release 1.343.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-10 18:35:28 +02:00
Ruben Fiszel
ec248ddaec
fix: update deno_core to latest to work better with rust 1.78 ( #3890 )
2024-06-10 18:31:16 +02:00
Ruben Fiszel
61bb069da3
fix: fix reorder of args in schema form
2024-06-10 15:38:24 +02:00
Ruben Fiszel
c72c53083b
chore(main): release 1.343.0 ( #3875 )
...
* chore(main): release 1.343.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-10 13:29:10 +02:00
Ruben Fiszel
1957ca03b3
feat(cli): add wmill flow generate-locks
2024-06-10 11:44:53 +02:00
Ruben Fiszel
38ed825d09
remove all warnings
2024-06-08 18:06:04 +02:00
Ruben Fiszel
13cda8be80
update tests
2024-06-08 17:51:43 +02:00
Ruben Fiszel
26822d9db8
return flow value in flow dependency job
2024-06-08 17:38:06 +02:00
Ruben Fiszel
56b33e0d1a
update rust image to 1.78
2024-06-08 17:02:31 +02:00
Ruben Fiszel
5ae8592792
feat: track dependency map for bun + inline script of flows
2024-06-08 16:43:48 +02:00
HugoCasa
f29f71bfde
fix: remove main decorator after split from end of file during py imports parsing ( #3887 )
...
* fix: remove main decorator after split from end of file during py imports parsing
* fix: nit
2024-06-07 22:08:22 +02:00
wendrul
d2d87f4c97
feat: towards cloud events webhook compliance ( #3883 )
...
* Cloud events webhook compliance
* Only on OPTIONS
2024-06-07 14:24:04 +02:00
Ruben Fiszel
da1ea04c79
fix: retrigger bun dependencies jobs for importers when using common deps
2024-06-07 13:34:07 +02:00
HugoCasa
66e6fe374c
fix(frontend): job detail horizontal padding small screens ( #3881 )
2024-06-06 17:55:26 +02:00
Faton Ramadani
6c4e7d0e93
fix(frontend):Add missing InitializeComponent for components Flow Status by id and Log by Job id ( #3882 )
2024-06-06 17:34:32 +02:00
HugoCasa
387ea4469f
fix(frontend): encrypt openai key on workspace creation ( #3879 )
2024-06-05 23:38:40 +02:00
Ruben Fiszel
b1f9272d9f
feat: support selecting by columns in table
2024-06-05 19:57:54 +02:00
Faton Ramadani
ef2329bb87
fix(frontend): Remove useless RunnableWrapper on Log and Flow status … ( #3877 )
...
* fix(frontend): Remove useless RunnableWrapper on Log and Flow status component
* fix(frontend): fix wording
* fix(frontend): fix wording
* fix(frontend): add missing render prop
2024-06-05 16:21:33 +02:00
Ruben Fiszel
63f962bef0
bump ee private
2024-06-05 16:14:34 +02:00
Ruben Fiszel
7d6868a0cb
increase token length to 32 chars
2024-06-05 15:49:21 +02:00
Faton Ramadani
be092d2527
fix(frontend): Fix AgChart when the component is hidden ( #3876 )
2024-06-05 13:34:09 +02:00
Ruben Fiszel
3e969b291f
fix sqlx
2024-06-05 13:32:23 +02:00
Ruben Fiszel
0975fb6950
fix: paginate listTokens page
2024-06-05 13:24:58 +02:00
Hamir Mahal
11fba4fbca
fix: deprecated Node.js usage in checkout@v3 ( #3872 )
2024-06-05 13:09:21 +02:00
Ruben Fiszel
ebf37eb16b
fix: use full hostname as worker ping hostname and add it in other contexts
2024-06-05 11:28:51 +02:00
Ruben Fiszel
d02430a2e0
chore(main): release 1.342.0 ( #3870 )
...
* chore(main): release 1.342.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-05 00:42:06 +02:00
HugoCasa
14bd5fe051
feat: customer portal link ( #3868 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-06-04 23:55:54 +02:00
Ruben Fiszel
b756a3b31e
fix: handle csv with different separators in csv preview
2024-06-04 23:53:45 +02:00
Ruben Fiszel
bb6ae23cbc
frontend nits
2024-06-04 23:09:52 +02:00
Ruben Fiszel
5152e0f2a0
frontend nits
2024-06-04 23:06:34 +02:00
Ruben Fiszel
c7a86a8bce
chore(main): release 1.341.1 ( #3864 )
...
* chore(main): release 1.341.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-04 21:20:20 +02:00
Ruben Fiszel
ef9ad1af49
fix: fix writing binary file from global cache in go
2024-06-04 21:17:05 +02:00
Ruben Fiszel
4408e4fb86
standardize date display
2024-06-04 16:55:55 +02:00
Ruben Fiszel
a9bf5a4683
fix: make typescript client compatible with cf workers ( #3807 )
...
* make typescript client compatible with cf workers
* Update build.sh
2024-06-04 16:23:23 +02:00
Ruben Fiszel
f54cfd3640
fix: improve flow status viewer to display the step details on third tab
2024-06-04 15:07:08 +02:00
Faton Ramadani
2b85bc63b7
Limit the where clause of the Database Studio to static only ( #3866 )
2024-06-04 09:32:40 +02:00
Ruben Fiszel
b6016abb22
fix: flow status viewer takes all the width on the runs page
2024-06-04 09:27:18 +02:00
Ruben Fiszel
439ab8ab14
fix: lock steps inside whileloops for flows
2024-06-03 19:37:42 +02:00
wendrul
98869efdab
fix: Filter on path not working ( #3863 )
2024-06-03 17:31:55 +02:00
Ruben Fiszel
0fb96ec3c3
chore(main): release 1.341.0 ( #3861 )
...
* chore(main): release 1.341.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-06-03 17:24:33 +02:00
Ruben Fiszel
44c36cdeb5
fix: fix python client for S3Object
2024-06-03 17:20:29 +02:00
Ruben Fiszel
fb953b7fc7
fix rawresult
2024-06-03 16:10:26 +02:00
wendrul
203264b871
feat: warn when jobs spent a long time waiting in queue ( #3856 )
...
* Store jobs that waited for too long
* Add warnings as badges for long waited jobs
* Separate into self_wait_time and aggregate
Change the UI accordingly
* Prepare sqlx
* Update backend/windmill-queue/src/jobs.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Fix incorrect query
* Prepare sqlx
* Move insert to pull + UI fixes
Insert as soon as the job is pulled and therefore started.
Add a badge on the lfow timeline to show the self wait time
* Move to after the pull in the worker
Move the logic to after the pull in the worker in the case its not a
noop
* Remove weird line
* Remove unnecessary async
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-06-03 16:05:15 +02:00
Faton Ramadani
76b65771a0
feat(frontend): Fix how runnable tied to a table actions are triggered + Display the sync columnDef error only in the editor ( #3862 )
2024-06-03 16:02:21 +02:00
Ruben Fiszel
5ff7477c7d
fix rawresult
2024-06-03 15:46:19 +02:00
Ruben Fiszel
181cb7dec9
fix: further restrict job api to logged in workspace users or anonymous jobs only" ( #3860 )
2024-06-03 15:13:15 +02:00
Ruben Fiszel
2c19fde250
chore(main): release 1.340.2 ( #3855 )
...
* chore(main): release 1.340.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-31 22:37:23 +02:00
Ruben Fiszel
2359cdc128
fix: add audit log exception to schedules
2024-05-31 22:29:15 +02:00
Ruben Fiszel
326446e5ce
fix: fix csv preview for storage renderer
2024-05-31 14:23:27 +02:00
Ruben Fiszel
5c5b475261
chore(main): release 1.340.1 ( #3854 )
...
* chore(main): release 1.340.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-31 13:30:01 +02:00
Ruben Fiszel
9e822d4c75
fix: typescript file upload supports arbitrary storage
2024-05-31 13:26:51 +02:00
Ruben Fiszel
2c16a20814
chore(main): release 1.340.0 ( #3849 )
...
* chore(main): release 1.340.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-31 12:58:38 +02:00
Ruben Fiszel
8ffceb9a31
fix go client build
2024-05-31 12:58:17 +02:00
Ruben Fiszel
be160f6e46
fix: simple subflow approval step triggering timeouts
2024-05-31 12:50:29 +02:00
Ruben Fiszel
9308e2a63c
fix compile issue
2024-05-31 12:30:58 +02:00
Ruben Fiszel
d53fbfc039
fix compile issue
2024-05-31 12:15:25 +02:00
Ruben Fiszel
a22dc985fa
feat: support multiple object storage + parquet_csv + polars -> datafusion" ( #3853 )
...
* multiple storage
* all
* rm symlinks
* all
* all
2024-05-31 11:59:51 +02:00
wendrul
5156e291fa
feat: chart interactivity: click points on the graph to select the corresponding jobs ( #3851 )
...
* Make click on RunChart higlight and select job
* Select job when clicking on graph point
* Fix type of chart data object
* Persist selection on refresh and other changes
2024-05-30 19:26:11 +02:00
Ruben Fiszel
9b7b650d8b
table small improvements
2024-05-30 15:05:42 +02:00
Ruben Fiszel
24889fb3a0
further fix to normal tables
2024-05-30 11:31:45 +02:00
Ruben Fiszel
96246cd697
fix: wait for api to be read to load explorer table
2024-05-30 11:30:18 +02:00
Ruben Fiszel
cefa12b551
remove donePromise
2024-05-30 11:01:55 +02:00
Ruben Fiszel
660f38ecd0
remove donePromise
2024-05-30 10:59:10 +02:00
Ruben Fiszel
198ee29110
add renew license key for tests
2024-05-30 08:19:42 +02:00
Ruben Fiszel
3b051c4992
improve sort and search for parquet preview
2024-05-30 00:50:52 +02:00
Ruben Fiszel
76d517ef01
fix ee.rs
2024-05-29 23:51:38 +02:00
Ruben Fiszel
e07c2621e9
feat: replace polars with datafusion for data preview
2024-05-29 23:38:36 +02:00
Ruben Fiszel
2558cfa9f5
chore(main): release 1.339.2 ( #3846 )
...
* chore(main): release 1.339.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-29 19:16:18 +02:00
HugoCasa
e052dd5f6e
fix: worker memory usage ( #3845 )
2024-05-29 18:16:41 +02:00
Ruben Fiszel
8a4d9c9ff3
chore(main): release 1.339.1 ( #3844 )
...
* chore(main): release 1.339.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-29 17:18:49 +02:00
Ruben Fiszel
7238274d1c
fix: allow_user_resoruces default deserialization
2024-05-29 17:10:20 +02:00
Ruben Fiszel
3dea341a30
chore(main): release 1.339.0 ( #3843 )
...
* chore(main): release 1.339.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-29 16:32:13 +02:00
HugoCasa
dc2d7e1c8f
feat: display last key renewal attempt ( #3839 )
...
* feat: display last key renewal attempt
* feat: improve UI + add renew button + dev instance
* fix: nits
* chore: update ee ref
* fix: nit
* fix: tests
2024-05-29 16:28:00 +02:00
Ruben Fiszel
6b2299f7a8
resource others page fix
2024-05-29 15:02:52 +02:00
Ruben Fiszel
2294ce2f3b
chore(main): release 1.338.3 ( #3841 )
...
* chore(main): release 1.338.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-29 13:00:48 +02:00
Ruben Fiszel
717ecb93dd
remove unecessary formatter black since ruff format now
2024-05-29 12:54:24 +02:00
Ruben Fiszel
b01e33523d
fix: fix resource type search
2024-05-29 12:09:24 +02:00
Ruben Fiszel
08b16f86b1
chore(main): release 1.338.2 ( #3840 )
...
* chore(main): release 1.338.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-29 01:49:50 +02:00
Ruben Fiszel
e7763375d6
jemalloc for all
2024-05-29 01:44:37 +02:00
Ruben Fiszel
b6b5eef0f3
remove heap profiling by default
2024-05-29 01:20:23 +02:00
HugoCasa
5d2b244869
fix: worker metrics ( #3837 )
...
* fix: worker metrics
* chore: sqlx
* chore: update ee ref
* fix: remove jemalloc stats unwrap
2024-05-29 01:12:00 +02:00
Ruben Fiszel
c904d9c041
chore(main): release 1.338.1 ( #3831 )
...
* chore(main): release 1.338.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-28 17:01:20 +02:00
Ruben Fiszel
8b66636a89
fix: remove quotes around interpolated arg values of tags
2024-05-28 16:56:27 +02:00
Henri Courdent
ac8118c409
Links update & stroke width icons ( #3833 )
...
* Links update & stroke width icons
* Update frontend/src/lib/components/StringTypeNarrowing.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-28 16:05:56 +02:00
Ruben Fiszel
6166c4d7aa
fix: fix retry not working on single step flow due to opt
2024-05-28 10:48:41 +02:00
Ruben Fiszel
e5db421b1b
chore(main): release 1.338.0 ( #3819 )
...
* chore(main): release 1.338.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-27 20:45:46 +02:00
Faton Ramadani
c246bb0705
feat(frontend): add open/close state of the modal in the outputs ( #3822 )
...
* feat(frontend): add open/close state of the modal in the outputs
* feat(frontend): add onOpen/onClose event handlers
* feat(frontend): add onOpen/onClose event hander
* feat(frontend): improve close logic for drawers
* feat(frontend): refactor handleSideEffect into an util file
* feat(frontend): improve code
* feat(frontend): improve naming
* feat(frontend): improve code
* feat(frontend): improve code
* feat(frontend): remove on Open/Close actions
* feat(frontend): simplify the implementation
* feat(frontend): fix callbacks
2024-05-27 20:32:07 +02:00
HugoCasa
621464b550
feat: worker vcpus/memory limits + mem usage ( #3828 )
2024-05-27 18:43:02 +02:00
HugoCasa
256185308e
feat(frontend): upgrade to gpt-4o + add AI support for php ( #3820 )
...
* feat: upgrade to gpt-4o
* feat: improve code completion + UI stuff
2024-05-27 18:29:42 +02:00
wendrul
1f7be465ad
Improve filter on queue ( #3829 )
2024-05-27 18:21:53 +02:00
Ruben Fiszel
adcf37d313
add opensearchpy to lib.rs mapping
2024-05-27 16:41:30 +02:00
Henri Courdent
ecc8466b88
Changelog update frontend ( #3824 )
2024-05-27 15:58:31 +02:00
wendrul
47df9f33cc
fix: filtering not always working with concurrency keys ( #3823 )
...
* fix missing filtering on ommision of obscured jobs
Also allow cron and scheduled jobs for the filtering security
* Revert incorrect change
* Revert frontend change
2024-05-27 15:58:07 +02:00
Ruben Fiszel
b58c6257a6
set last_ping to null when requeuing because of concurrency limits
2024-05-27 15:53:32 +02:00
Ruben Fiszel
40045e0c0f
clarify iframe for apps
2024-05-27 14:06:27 +02:00
Ruben Fiszel
b13f42ab4e
fix sqlx
2024-05-27 13:08:47 +02:00
Ruben Fiszel
e2a1219373
feat: public apps can require login ( #3825 )
2024-05-27 13:03:41 +02:00
Ruben Fiszel
999d2e4745
remove supabase_wizard from oauth connects
2024-05-27 09:47:55 +02:00
Ruben Fiszel
b5caf0777d
fix resources connects
2024-05-27 09:26:41 +02:00
Ruben Fiszel
5877727c16
feat: allow user resources in apps with a toggle ( #3821 )
...
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* nits
* nits
2024-05-27 07:51:49 +02:00
Ruben Fiszel
3c74da4116
increase min re-scheduling
2024-05-26 05:20:11 +02:00
Ruben Fiszel
e397a385e2
reschedule to at least 1secs in future
2024-05-26 05:04:42 +02:00
Ruben Fiszel
7a36f30fe3
fix: make all error strings more verbose
2024-05-25 22:15:15 +02:00
Ruben Fiszel
7a664b5cd4
nit improvements for concurrency jobs
2024-05-25 17:28:32 +02:00
Ruben Fiszel
545d982419
nit improvements for concurrency jobs
2024-05-25 17:26:08 +02:00
Ruben Fiszel
f2d9c3c777
fix: improve concurrency re-scheduling at scale
2024-05-25 17:20:11 +02:00
Ruben Fiszel
e187fa6263
fix: improve concurrency re-scheduling at scale
2024-05-25 15:56:56 +02:00
Ruben Fiszel
af5c31e6d4
chore(main): release 1.337.0 ( #3811 )
...
* chore(main): release 1.337.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-25 12:00:58 +02:00
Ruben Fiszel
7fdfb9b006
fix build
2024-05-25 11:47:47 +02:00
Ruben Fiszel
664dcee837
fix build
2024-05-25 10:54:14 +02:00
HugoCasa
47bb5d2492
fix: use hub script language as tag instead of 'hub' ( #3816 )
...
* fix: use hub script language as tag instead of 'hub'
* fix: remove hub tag
2024-05-25 10:38:03 +02:00
Ruben Fiszel
c070320add
fix oss build
2024-05-25 10:34:11 +02:00
Ruben Fiszel
e351a93efb
fix build
2024-05-25 09:59:38 +02:00
Ruben Fiszel
ee22ec5fd1
fix build
2024-05-25 09:54:02 +02:00
HugoCasa
831cf89b63
feat: automatic key renewal ( #3815 )
...
* feat: automatic ee key renewal
* chore: sqlx
* chore: update ee repo ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-24 19:49:45 +02:00
HugoCasa
7584c2b0bb
fix: rename email_from_username to username_to_email ( #3813 )
2024-05-24 17:03:44 +02:00
William Butez
59f980f75a
feat: add GetResumeUrls to go client ( #3810 )
...
* feat: add GetResumeUrls to go client
* add type ResumeUrls
2024-05-24 12:47:50 +02:00
Ruben Fiszel
319cfb7dc1
chore(main): release 1.336.1 ( #3809 )
...
* chore(main): release 1.336.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-24 08:23:47 +02:00
Ruben Fiszel
ba9cdb1ae2
fix: revert bun to 1.1.8
2024-05-24 08:07:41 +02:00
Ruben Fiszel
141ae06ad1
chore(main): release 1.336.0 ( #3796 )
...
* chore(main): release 1.336.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-23 22:19:05 +02:00
Ruben Fiszel
3680c292f8
add more infos about hanging monitor last ping
2024-05-23 22:14:31 +02:00
Faton Ramadani
a0acdc1217
fix(frontend): Add missing loading state for non-runnable components … ( #3797 )
...
* fix(frontend): Add missing loading state for non-runnable components + fix select and aggrid styling
* fix(frontend): remove log
* fix(frontend): improve code
* fix(frontend): improve code
* fix(frontend): Fix refreshIndicator styling
2024-05-23 20:36:39 +02:00
HugoCasa
001278cddd
feat: improve parsers when no main func ( #3805 )
...
* feat: improve parsers when no main func
* chore: update parser version
2024-05-23 20:36:16 +02:00
Faton Ramadani
d11e350de3
feat(frontend): improve graph edges + fix depedencies detection ( #3802 )
...
* feat(frontend): improve graph edges + fix depedencies detection
* Update frontend/src/lib/components/graph/svelvet/edges/views/Edges/SimpleBezierEdge.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-23 20:17:34 +02:00
Ruben Fiszel
62e88169ea
feat: store failed_retries per module state and display failed retries in flow status viewer
2024-05-23 19:26:20 +02:00
Ruben Fiszel
7e0be8914b
feat: store failed_retries per module state and display failed retries in flow status viewer
2024-05-23 19:16:26 +02:00
HugoCasa
62f318077c
feat: improve permissioned audit logs ( #3799 )
...
* fix: increase token label size in db
* Revert "Revert "feat: improve premissioned audit logs (#3793 )" (#3798 )"
This reverts commit 43a24d997e .
* feat: add username to email function
* fix: nit
* fix: add docstring to global func
2024-05-23 17:23:50 +02:00
wendrul
1745a9dd16
fix: show code option in tree view ( #3803 )
...
* fix: show code option in tree view
* Update TreeViewRoot.svelte
2024-05-23 16:49:18 +02:00
wendrul
a8d9a400e2
Add concurrency key for inline scripts in flows ( #3801 )
2024-05-23 14:59:18 +02:00
Ruben Fiszel
43a24d997e
Revert "feat: improve premissioned audit logs ( #3793 )" ( #3798 )
...
This reverts commit 21a077ecfa .
2024-05-23 11:12:51 +02:00
Ruben Fiszel
bfd2d27415
fix: update bun to 1.1.9
2024-05-23 09:24:38 +02:00
HugoCasa
21a077ecfa
feat: improve premissioned audit logs ( #3793 )
...
* feat: improve premissioned audit logs
* chore: update ee ref
* fix: build
* fix: sqlx
2024-05-23 08:55:48 +02:00
Jeremy Worden
068190f922
Update lib.rs ( #3795 )
...
add ldap=>python-ldap remapping
2024-05-23 08:53:42 +02:00
Ruben Fiszel
3f49d3e061
chore(main): release 1.335.0 ( #3792 )
...
* chore(main): release 1.335.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-22 23:20:31 +02:00
Ruben Fiszel
ebe2212982
add concurrency_key to exported workspace scripts
2024-05-22 23:12:13 +02:00
Ruben Fiszel
4d28a38750
fix(cli): add concurrency key to script
2024-05-22 22:22:19 +02:00
wendrul
59b0adea8a
Add warning for omitted obscured jobs ( #3790 )
...
* Add warning for omitted obscured jobs
* Update RunsTable.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-22 21:14:52 +02:00
Faton Ramadani
85cd8b4c0e
fix(frontend): Fix aggrid infinite refresh ( #3789 )
...
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): remove dead code
2024-05-22 16:57:45 +02:00
HugoCasa
2f370de628
feat: improve user audit logs and stats ( #3786 )
...
* fix: improve user audit logs and stats
* chore: sqlx
* fix: no features build
* fix: sqlx
* fix: no features build
* chore: update ee ref
2024-05-22 16:51:04 +02:00
Ruben Fiszel
2883fc9f8e
make drop cache not an error
2024-05-22 13:16:53 +02:00
Ruben Fiszel
4d88dadb1f
remove jemalloc specific image
2024-05-22 11:44:37 +02:00
Ruben Fiszel
686c188ad5
chore(main): release 1.334.0 ( #3785 )
...
* chore(main): release 1.334.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-22 00:44:47 +02:00
Ruben Fiszel
b30d239a2b
nit
2024-05-22 00:44:25 +02:00
Ruben Fiszel
4631c3fd08
fix: add allow http toggle to object store settings
2024-05-22 00:36:04 +02:00
Faton Ramadani
59c0abae3d
feat(frontend): Added support for title and placeholder for ArgInputs ( #3779 )
...
* feat(frontend): Added support for customLabel and placeholder
* feat(frontend): correctly handle labels
* feat(frontend): rename customLabel into title
* feat(frontend): fix layout
* feat(frontend): properly implement placeholder
* feat(frontend): properly implement placeholder
* feat(frontend): add missing undefined check
* feat(frontend): remove code duplication
2024-05-21 21:58:48 +02:00
Faton Ramadani
36df8389cd
feat(frontend): Improve multiselect perf ( #3770 )
...
* feat(frontend): wip
* feat(frontend): Fork multiselect
* feat(frontend): cleanup
* feat(frontend): fix design
* feat(frontend): trie search
* feat(frontend): simplify search
* feat(frontend): simplify search
* feat(frontend): fix open
2024-05-21 19:47:19 +02:00
Faton Ramadani
518d8b916b
fix(frontend): Fix path overflow on the Runs page ( #3781 )
2024-05-21 19:46:53 +02:00
wendrul
2efe5f9f10
Win 130 concurrency observability fixes ( #3782 )
...
* Resize badge and add filter by key button
* Make status filters icononly with tooltip
* nit: replace current job None with empty
* tooltip should be on the same row with flex
* Expand selected on ToggleButtonMore
* Make a common definition of UnifiedJob fields
2024-05-21 19:28:05 +02:00
Ruben Fiszel
7a8a08f31e
chore(main): release 1.333.5 ( #3776 )
...
* chore(main): release 1.333.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-21 12:26:03 +02:00
wendrul
1001b1e664
Fix list jobs and intervals mismatch ( #3767 )
...
* fix: mismatch when filtering on concurrency key
Fix a mismatch between to endpoints when filtering by concurrency key
* Add ObscuredJob type on openapi spec
* Correct unit for graph
* Finish frontend changes
* Add field indicating if obscured jobs were omitted
* impl from for ListQueueQuery and factor logic
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-21 12:21:25 +02:00
Ruben Fiszel
b56fbdf898
fix: improve concurrency key migration
2024-05-21 12:18:05 +02:00
Ruben Fiszel
0268dd1206
fix: drop the linux file cache regularly to avoid triggering OOM killer
2024-05-21 10:21:14 +02:00
Faton Ramadani
edf3015cc4
fix(frontend): Fix full height component for public apps ( #3777 )
...
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
2024-05-21 10:07:00 +02:00
Faton Ramadani
31c47774cd
fix(frontend): Fix selected value when the default value of a select component is null ( #3778 )
2024-05-21 09:06:12 +02:00
Ruben Fiszel
da3b0434e9
fix: lighten watermark on public apps for ee
2024-05-21 07:50:47 +02:00
Ruben Fiszel
aa60952ac3
frontend nits
2024-05-21 07:28:31 +02:00
Ruben Fiszel
240a96d4f1
chore(main): release 1.333.4 ( #3775 )
...
* chore(main): release 1.333.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 23:30:48 +02:00
Ruben Fiszel
b2958be7c1
fix(cli): make bun the default language in absence of wmill defaultTs 2
2024-05-20 23:27:08 +02:00
Ruben Fiszel
158be28a52
chore(main): release 1.333.3 ( #3774 )
...
* chore(main): release 1.333.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 23:16:05 +02:00
Ruben Fiszel
fbfad5e654
update git sync hub script
2024-05-20 23:15:05 +02:00
Ruben Fiszel
83990869bc
fix(cli): make bun the default language in absence of wmill defaultTs
2024-05-20 23:09:38 +02:00
Ruben Fiszel
8cee11e32c
use jemalloc for normal ee
2024-05-20 20:03:01 +02:00
Ruben Fiszel
0d78a31415
nit compile
2024-05-20 19:45:00 +02:00
Ruben Fiszel
e7e7360259
chore(main): release 1.333.2 ( #3772 )
...
* chore(main): release 1.333.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 19:19:42 +02:00
d10sfan
a3d81dfdce
AgGrid - Allow to de-select all rows with setSelectedIndex ( #3760 )
...
* AgGrid - Allow to de-select all rows with setSelectedIndex
* Update frontend/src/lib/components/apps/components/display/table/AppAggridTable.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Else & check for null instead of -1
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-20 18:59:56 +02:00
Ruben Fiszel
da091cbad7
only enable profiling if env variable is present
2024-05-20 18:57:26 +02:00
Ruben Fiszel
f451748faa
allow dynamic heap profiling using jemalloc live prof_active
2024-05-20 18:44:03 +02:00
Faton Ramadani
ccc2699d4e
fix(frontend): fix AgGrid pagination refresh ( #3773 )
...
* feat(frontend): fix AgGrid pagination refresh
* feat(frontend): fix AgGrid pagination refresh
2024-05-20 15:25:18 +02:00
Ruben Fiszel
73ddc46ce7
chore(main): release 1.333.1 ( #3771 )
...
* chore(main): release 1.333.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 12:35:28 +02:00
Ruben Fiszel
d167053878
remove extra tracing
2024-05-20 12:34:15 +02:00
Ruben Fiszel
cd8b14a2fa
further memory reduction
2024-05-20 11:38:11 +02:00
Ruben Fiszel
46c440f41a
use RawValue for Flow value and hub script schema
2024-05-20 10:45:52 +02:00
d10sfan
158a83b0a9
Add support for form schema property setting textarea rows value ( #3759 )
2024-05-20 10:24:46 +02:00
Ruben Fiszel
f1bb7cfcbd
fix(backend): improve memory usage by making schema RawValue instead of serde_json::Value
2024-05-20 10:11:47 +02:00
Ruben Fiszel
4a49dc6df4
chore(main): release 1.333.0 ( #3769 )
...
* chore(main): release 1.333.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-19 22:31:57 +02:00
Ruben Fiszel
f63c8349f4
sleep handle f64
2024-05-19 22:21:18 +02:00
Ruben Fiszel
5eeadb9240
handle early stop for simple flows
2024-05-19 22:07:06 +02:00
Ruben Fiszel
7a1808e951
feat: reduce memory usage ( #3768 )
...
* all
* all
* optimize deserialize
* all
* all
* fix issue
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
* fix compile
2024-05-19 21:58:38 +02:00
Ruben Fiszel
03519f5cac
chore(main): release 1.332.1 ( #3766 )
...
* chore(main): release 1.332.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-18 10:12:45 +02:00
Ruben Fiszel
32bf061627
fix(cli): improve handling of schema for script bundles
2024-05-18 10:00:19 +02:00
HugoCasa
f0b3527e53
fix(frontend): improve json display for large table objects ( #3765 )
...
* fix(frontend): fix check for displaying table-col
* fix: improve display result json limit for tables
* fix: nit
* Update frontend/src/lib/components/DisplayResult.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: nit
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-17 18:45:13 +02:00
Ruben Fiszel
ed54974ebd
chore: fix tag_latest to wait for build
2024-05-17 01:05:50 +02:00
Ruben Fiszel
583e132da9
chore(main): release 1.332.0 ( #3755 )
...
* chore(main): release 1.332.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-17 00:35:22 +02:00
Faton Ramadani
e11a3751c3
feat(frontend): Fix App Select component initial value ( #3752 )
...
* feat(frontend): Fix App Select component initial value
* Update AppSelect.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-17 00:31:32 +02:00
Ruben Fiszel
2b06d9ae79
fix: fix args interpolation for tag and concurrency key for non string values
2024-05-17 00:27:38 +02:00
Ruben Fiszel
de4e1d82a8
chore(main): release 1.331.2 ( #3754 )
...
* chore(main): release 1.331.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-16 23:46:36 +02:00
Ruben Fiszel
9e86177142
fix: improve support for non existing key in concurrency_key table
2024-05-16 23:43:30 +02:00
Ruben Fiszel
5d110bbf8b
chore(main): release 1.331.1 ( #3753 )
...
* chore(main): release 1.331.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-16 21:41:32 +02:00
Ruben Fiszel
812575bbe5
jemalloc image
2024-05-16 21:38:17 +02:00
Ruben Fiszel
27d5cd00a3
nits
2024-05-16 20:34:15 +02:00
HugoCasa
f3b8e01981
fix(backend): prevent immediate cancellation of the error handler when a job is forcibly cancelled ( #3751 )
2024-05-16 16:53:27 +02:00
HugoCasa
2da00f19af
fix(frontend): improve queue metrics graphs performance ( #3749 )
...
* fix(frontend): improve queue metrics graphs performance
* fix: check
2024-05-16 16:47:39 +02:00
Ruben Fiszel
ac0a397e76
chore(main): release 1.331.0 ( #3737 )
...
* chore(main): release 1.331.0
* Apply automatic changes
* Update CHANGELOG.md
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 21:06:57 +02:00
wendrul
d3942097df
Add concurrency limits observability ( #3586 )
...
* Add concurrency_key table and field to payload
Add a new table custom_concurrency_key for storing concurrency keys on a
per job basis. Add the field to the job payload to populate the table on
creation of a new job.
* Rename to custom_concurrency_key
Be more explicit about the nature of the option variable by calling it
a more appropriate name.
* Delete concurrency_keys on delete_expire_items
* Propagate db errors up
* Add ref to EE changes
* update sqlx
* Add concurrency_key to tests
* Revert renaming of FlowValue field
FlowValue field concurrency_key must be named concurrency_key for
serialization purposes.
* Remove debug print statement
* Get concurrency_key from Job
Whether it is a Completed job or a queued one, add a ways to get the
associated concurrency key
* Add endpoint to get concurrency_key
* Add endpoint and button to get job concurrency_key
Add a line with a link on the FlowMetadata that goes to the
concurrency_groups page. add endpoint to get the concurrency_key of a
job
* Merge concurrency_key tables into one
migration + change all related querrys
* Add concurrency plot to the runs page
* Prepare sqlx
* Add concurrency Key filter on UI
* Prepare sqlx
* Prepare sqlx
* Fix filter and order query
The limit makes more sense if we cut the older rows, so order by
started_at
* Factor interpolation to reuse on concurrency key
Factor the arg interpolation logic into a function and finish the
processing of concurrency key before insertion
* Remove old concurrency key processing logic
* Second transaction with userdb
To send all concurrency intervals but revealing only uuids of accessible
jobs, make a second transaction with the userdb.
* Remove old second endpoint
the intervals endpoint now also gets the concurrencyt key information
for all jobs
* Show external jobs
* Put filters into a dropdown
Create a ToggleButtonMore and put elements into a dropdown
* Add toggle between two graphs
* Add filter functionality to concurrency graph
* Improve concurrency graph front
* Fix concurrency groups page
* Prepare sqlx
* Add ref to ee
* Change migration to create new table instead
Instead of renaming the custom_concurrency_key_ended atble, we create a
new table and we will delete custom_concurrency_key_ended in the future
when it is no longer linked to any jobs
* Do small UI improvements
* Fix range fusion by not filtering past jobs
Instead of filtering jobs in the backend on a startedAfter value, limit
the query to 1000 and query all possible towards the past to get a good
context for the graph in most sane situations
* Improve frontend UI
2024-05-15 20:15:14 +02:00
Faton Ramadani
cadc758fc7
feat(frontend): add nullable arg ( #3729 )
...
* feat(frontend): add nullable arg
* feat(frontend): Limit nullable toggle for strings and numbers
* feat(frontend): Limit nullable toggle to strings
* feat(frontend): fix validation
* feat(frontend): Disable nullable when required + add missing config in script editor
2024-05-15 17:30:40 +02:00
Ruben Fiszel
b0a33df362
fix workspace redirect bug
2024-05-15 16:20:02 +02:00
Faton Ramadani
0191dca347
feat(frontend): Add context section ( #3745 )
...
* feat(frontend): Add context section
* feat(frontend): Add missing tooltip
2024-05-15 16:09:48 +02:00
Lucian Buzzo
9d0f643dfd
fix: resolve typo in bun_executor.rs error message ( #3744 )
2024-05-15 15:30:26 +02:00
Faton Ramadani
6ff6a603f7
feat(frontend): full height component ( #3676 )
...
* feat(frontend): wip
* feat(frontend): Full Height component
* feat(frontend): wip
* feat(frontend): add fullHeight indicator
* feat(frontend): add indicator for component that won't render
* feat(frontend): update collision algo
* fix(frontend): Full height component done
* fix(frontend): Remove the hidden check from preview
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): Fix height issue + fix toggle display
* feat(frontend): Fix insertNewGridITem
* feat(frontend): code cleanup
* feat(frontend): mobile fullHeigt
* feat(frontend): fix wording
* feat(frontend): add missing constants
* feat(frontend): fix typo
* feat(frontend): remove dead code
* feat(frontend): improve the structure
* feat(frontend): done
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-15 14:52:05 +02:00
Ruben Fiszel
001c010974
Revert "fix(backend): remove email constraints from DB ( #3739 )" ( #3743 )
...
This reverts commit fa6c531fda .
2024-05-15 14:45:11 +02:00
HugoCasa
fa6c531fda
fix(backend): remove email constraints from DB ( #3739 )
...
* fix(backend): allow underscore in email domain name
* fix: remove email constraint
2024-05-15 14:43:36 +02:00
HugoCasa
bcefc20d34
fix(frontend): improve auto data table headers when array of arrays ( #3738 )
2024-05-15 12:29:31 +02:00
HugoCasa
db143c38b1
fix(frontend): rename correctly delete workspace button ( #3736 )
2024-05-15 11:55:50 +02:00
HugoCasa
428697782e
fix(cli): add php support for the cli ( #3735 )
2024-05-15 11:49:47 +02:00
Ruben Fiszel
5e0259531e
chore(main): release 1.330.1 ( #3733 )
...
* chore(main): release 1.330.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 10:35:42 +02:00
HugoCasa
14e9c22c07
fix: php worker tag migration ( #3732 )
2024-05-15 10:24:50 +02:00
Ruben Fiszel
da4e5ccca3
chore(main): release 1.330.0 ( #3731 )
...
* chore(main): release 1.330.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 08:30:25 +02:00
HugoCasa
6e805d8252
feat: add php ( #3725 )
...
* feat: add php
* fix: nsjail + frontend build
2024-05-15 08:12:11 +02:00
Ruben Fiszel
4c70c6a4e6
fix: remove schemas from typescript client
2024-05-15 08:10:29 +02:00
Ruben Fiszel
1cf0bda6d2
fix(bun): improve relative path type assistant in monaco for bun
2024-05-15 07:58:01 +02:00
Ruben Fiszel
a807fd03a3
chore(main): release 1.329.0 ( #3722 )
...
* chore(main): release 1.329.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 06:33:47 +02:00
Ruben Fiszel
503659b36a
improve agcharts2
2024-05-15 06:30:42 +02:00
Ruben Fiszel
1fdbc64fe5
fix: fix agchart rendering
2024-05-15 06:27:34 +02:00
Ruben Fiszel
c044d188da
nit workspace selection
2024-05-15 06:11:44 +02:00
Ruben Fiszel
28cc563df8
fix: improve display result output limit
2024-05-15 05:59:31 +02:00
Ruben Fiszel
d99f83015a
improve log display
2024-05-14 23:22:11 +02:00
Faton Ramadani
86d958e7ed
feat(frontend): Add date format ( #3675 )
...
* feat(frontend): Add date format
* feat(frontend): Add date format
* feat(frontend): add missing case
* feat(frontend): add date format
* fix(frontend): added missing tooltip + added default value to the date component
2024-05-14 22:15:16 +02:00
wendrul
b656236af7
Use userDB instead of DB ( #3723 )
2024-05-14 22:14:12 +02:00
Ruben Fiszel
6fe050b8c5
feat: improve log storage + expand all logs in a flow
2024-05-14 22:11:52 +02:00
Faton Ramadani
da5eabdfbf
fix(frontend): Fix FileInput state when hidden ( #3730 )
2024-05-14 17:12:09 +02:00
Ruben Fiszel
b1a13bea20
fix: bun loader with nsjail
2024-05-14 01:17:13 +02:00
Ruben Fiszel
c3fb407c7d
chore(main): release 1.328.0 ( #3716 )
...
* chore(main): release 1.328.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 22:52:57 +02:00
Faton Ramadani
ef0eba7c33
fix(frontend): fix slider component styling ( #3720 )
2024-05-13 22:48:23 +02:00
Ruben Fiszel
e21ac60547
fix: fix edit button on script row
2024-05-13 22:47:00 +02:00
HugoCasa
c883db3101
feat(frontend): allows to specify column order for rich display ( #3709 )
...
* feat(frontend): allows to specify column order for rich display
* patch: rename table-cell to table-row-object
* fix: nested table row object
2024-05-13 18:08:37 +02:00
Ruben Fiszel
79370535f4
chore(main): release 1.327.0 ( #3715 )
...
* chore(main): release 1.327.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 08:30:37 +02:00
Ruben Fiszel
8b21f0812c
feat: nativets can use the wmill library + setClient not required anymore ( #3714 )
...
* all
* all
* all
* all
2024-05-13 08:26:03 +02:00
Ruben Fiszel
a60bc82bd6
chore(main): release 1.326.1 ( #3712 )
...
* chore(main): release 1.326.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 21:23:23 +02:00
Ruben Fiszel
2e2ebf6235
fix jsr publish
2024-05-12 21:16:02 +02:00
Ruben Fiszel
d4426cf16b
improve empty resource types instructions
2024-05-12 21:07:23 +02:00
Ruben Fiszel
e2991ef923
fix: un-inline monaco editor workers for faster initial load
2024-05-12 17:43:55 +02:00
Ruben Fiszel
b7bacd5491
chore(main): release 1.326.0 ( #3711 )
...
* chore(main): release 1.326.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 04:32:14 +02:00
Ruben Fiszel
a3a66d0577
feat: logs can be downloaded directly from server/frontend if using shared volume
2024-05-12 04:16:04 +02:00
Ruben Fiszel
a3be6e9a1d
ux nits
2024-05-11 18:27:11 +02:00
Ruben Fiszel
89846cbbbe
chore(main): release 1.325.2 ( #3710 )
...
* chore(main): release 1.325.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:48:14 +02:00
Ruben Fiszel
12e302a309
fix: improve status exit dedicated workers
2024-05-11 02:44:49 +02:00
Ruben Fiszel
f835ce24f8
chore(main): release 1.325.1 ( #3708 )
...
* chore(main): release 1.325.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:26:37 +02:00
Ruben Fiszel
87add79de2
fix: improve nodejs mode after esm update
2024-05-11 02:15:28 +02:00
Ruben Fiszel
d0a6ddab94
fix(cli): support whileloop in flow cli sync
2024-05-11 02:06:14 +02:00
Ruben Fiszel
306007c3fe
nit concat oauth fix
2024-05-11 00:54:38 +02:00
Ruben Fiszel
447e2d7742
fix: selectedRow for a table is set on table actions
2024-05-11 00:47:52 +02:00
Ruben Fiszel
251e6c35f4
app nits
2024-05-10 23:56:55 +02:00
Ruben Fiszel
5adfc748b8
chore(main): release 1.325.0 ( #3707 )
...
* chore(main): release 1.325.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 21:02:21 +02:00
HugoCasa
696a5612f8
feat: worker metrics ( #3697 )
...
* feat: worker metrics
* fix: limit worker metrics to superadmin
* fix: limit worker metrics to superadmin + feat: queue metrics charts
* fix: improve graphs
2024-05-10 20:50:09 +02:00
HugoCasa
67f4a4afee
fix(backend): return flow result if flow fails or stops before early return ( #3704 )
...
* fix: return error if flow fails before early return
* fix: also handle early stop
* fix: improve code
2024-05-10 20:23:16 +02:00
Ruben Fiszel
bb8af8fa98
chore(main): release 1.324.2 ( #3699 )
...
* chore(main): release 1.324.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 01:48:01 +02:00
Ruben Fiszel
20dfbda69e
fix: fix build
2024-05-10 01:24:46 +02:00
Ruben Fiszel
4c927865ef
fix compile
2024-05-09 23:42:17 +02:00
Ruben Fiszel
15a160ea96
chore(main): release 1.324.1 ( #3698 )
...
* chore(main): release 1.324.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 19:39:14 +02:00
Ruben Fiszel
252ac18d47
fix(cli): narrow codebases to bun
2024-05-09 19:30:15 +02:00
Ruben Fiszel
b5e3d8fdc3
chore(main): release 1.324.0 ( #3666 )
...
* chore(main): release 1.324.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:53:46 +02:00
Ruben Fiszel
b06c72a5d5
fix(cli): add excludes to the codebase conf
2024-05-09 18:52:38 +02:00
Ruben Fiszel
11b3ea3ac8
feat: local typescript codebase as bundle ( #3694 )
...
* codebases
* codebases
* foo
* foo
* foo
* foo
* fix(frontend): Disable the insert button when required fields are empty strings (#3659 )
* fix(frontend): use normal password mask for the sensitive fields of the resource editor
* handle super admins in password arg input
* chore(main): release 1.323.2 (#3660 )
* chore(main): release 1.323.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* foo
* all
* s3_helpers move
* progress
* all
* progress
* progress
* progress
* progress
* codebase final
* update without ee
* sqlx
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* update
* all
* all
* all
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:35:50 +02:00
Faton Ramadani
49867c06e6
feat(frontend): add missing date in the previous run panel ( #3693 )
2024-05-09 02:49:30 +02:00
Faton Ramadani
630ae7ec4b
feat(frontend): Add a button tocopy the path of a subflow ( #3691 )
2024-05-08 14:36:33 +02:00
HugoCasa
285967ae66
chore: upgrade bun to 1.1.7 ( #3689 )
2024-05-08 14:35:58 +02:00
HugoCasa
d1f58f1037
fix: load large args of previous runs dynamically ( #3688 )
...
* fix: load large args of previous runs dynamically
* fix: lower limit size
2024-05-08 14:35:37 +02:00
Faton Ramadani
ee2a193958
feat(frontend): Improve app components ( #3672 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): improve components
* fix(frontend): improve components
* fix(frontend): improve ranges
* fix(frontend): fix build
2024-05-07 18:04:12 +02:00
HugoCasa
010662d3d0
fix: can cancel only if can disable schedule + stop worker on force cancel + soft cancel job parent on job cancel ( #3670 )
...
* fix: can cancel only if can disable schedule + stop worker on force cancel + cancel job parents
* fix: sqlx build
* fix: flow reschedule check + soft cancel only direct parent
* fix: sqlx prepare
* fix: only soft cancel parent if force cancel and job is a flow step
2024-05-07 17:17:43 +02:00
HugoCasa
cd1711cf03
feat: disable response logs based on env var ( #3685 )
2024-05-07 15:57:41 +02:00
Ruben Fiszel
1795522d2e
minor cli improvements
2024-05-06 16:36:27 +02:00
Faton Ramadani
47ee6c9099
fix(frontend): Fix subflow viewer ( #3674 )
...
* fix(frontend): Fix subflow viewer
* fix(frontend): Fix subflow viewer
2024-05-06 14:03:16 +02:00
Ruben Fiszel
0175f90d8d
nit disablable fields preview
2024-05-04 17:36:04 +02:00
Ruben Fiszel
ea4165d58b
fix: improve conditional wrapper for app editor
2024-05-04 10:59:38 +02:00
Ruben Fiszel
7e44885dc3
update typescript openapi generator
2024-05-03 12:54:00 +02:00
Ruben Fiszel
33d4bf05d7
nit UX
2024-05-03 09:44:16 +02:00
Ruben Fiszel
4f3c28c810
increase max worker connections to 5
2024-05-03 08:39:51 +02:00
HugoCasa
c1a4a82843
feat: import export all worker groups config ( #3667 )
2024-05-02 21:45:07 +02:00
HugoCasa
29b1e6f6a2
feat: critical error side channel ( #3625 )
...
* feat: critical error side channel
* feat: trigger workspace error handler or critical channel on schedule error handling failure
* fix: build
* feat: finish critical error side channel
* feat: channels instead of just emails + move to EE
* fix: remove superfluous func
* fix: nits + ee ref
* fix: open source build
* fix: nits
* chore: update ee ref
2024-05-02 20:21:23 +02:00
Ruben Fiszel
5d468d4f27
chore(main): release 1.323.6 ( #3665 )
...
* chore(main): release 1.323.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 19:46:39 +02:00
Faton Ramadani
5bae66aec3
fix(frontend): Handle empty error message in toast + hide GridEditorM… ( #3664 )
...
* fix(frontend): Handle empty error message in toast + hide GridEditorMenu when the component is not visible
* fix(frontend): Handle empty error message in toast + hide GridEditorMenu when the component is not visible
* fix(frontend): use the right id
2024-05-02 19:09:45 +02:00
Ruben Fiszel
2bb7bd5549
improve expr interpreter for flows to handle results?.X
2024-05-02 11:51:52 +02:00
Ruben Fiszel
718fcca51a
fix test lint issues
2024-05-02 11:23:39 +02:00
Ruben Fiszel
4015192a29
fix test lint issues
2024-05-02 10:54:51 +02:00
Ruben Fiszel
eb8e80a146
box flowmodulestatus to reduce stack allocation of flowvalue
2024-05-02 10:28:04 +02:00
Ruben Fiszel
98b65ed231
box flowmodule to reduce stack allocation of flowvalue
2024-05-02 10:06:16 +02:00
Ruben Fiszel
b2d9f7d717
add cloud compile flag
2024-05-02 09:39:40 +02:00
Ruben Fiszel
4f8d442479
chore(main): release 1.323.5 ( #3663 )
...
* chore(main): release 1.323.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 01:20:36 +02:00
Ruben Fiszel
caa11c6506
fix: re-release nit
2024-05-02 01:10:41 +02:00
Ruben Fiszel
bbbeca4d49
chore(main): release 1.323.4 ( #3662 )
...
* chore(main): release 1.323.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 00:49:18 +02:00
Ruben Fiszel
f3ac6bfd7a
improve runs nit UX
2024-05-02 00:48:15 +02:00
Ruben Fiszel
774a35f223
fix: improve schedule editor UX
2024-05-02 00:42:50 +02:00
Ruben Fiszel
882c28fbe2
refactor workspace error handler
2024-05-01 23:48:23 +02:00
Ruben Fiszel
96760b2964
fix: handle list of errors for schedule error handler
2024-05-01 23:17:34 +02:00
Ruben Fiszel
7aa4561ae1
chore(main): release 1.323.3 ( #3661 )
...
* chore(main): release 1.323.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 21:26:45 +02:00
Ruben Fiszel
0855cdd946
fix: add WM_WORKER_GROUP to get worker group from script
2024-05-01 21:22:53 +02:00
Ruben Fiszel
28cc826104
add github=>pygithub remapping
2024-05-01 21:02:02 +02:00
Ruben Fiszel
bf99cd7548
chore(main): release 1.323.2 ( #3660 )
...
* chore(main): release 1.323.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 20:31:18 +02:00
Ruben Fiszel
6c3f6c0b09
handle super admins in password arg input
2024-05-01 20:28:05 +02:00
Ruben Fiszel
c8b439df5b
fix(frontend): use normal password mask for the sensitive fields of the resource editor
2024-05-01 20:26:50 +02:00
Faton Ramadani
7df4f02529
fix(frontend): Disable the insert button when required fields are empty strings ( #3659 )
2024-05-01 17:30:43 +02:00
Ruben Fiszel
a4dcd62cb9
chore(main): release 1.323.1 ( #3657 )
...
* chore(main): release 1.323.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 14:44:49 +02:00
Faton Ramadani
92492ab6b7
fix(frontend): Restore AgGrid borders and remove the outer border pro… ( #3658 )
...
* fix(frontend): Restore AgGrid borders and remove the outer border properly. Improve the active color in both themes.
* fix(frontend): Restore AgGrid borders and remove the outer border properly. Improve the active color in both themes.
* fix(frontend): Remove old comment
2024-05-01 14:42:26 +02:00
Ruben Fiszel
54acc22a27
fix(cli): improve generate metadata lock for new scripts
2024-05-01 14:41:53 +02:00
Faton Ramadani
2b3473093a
fix(frontend): improve default select styling for apps ( #3656 )
...
* fix(frontend): improve select
* fix(frontend): update border-radius
* fix(frontend): update border-radius
2024-05-01 13:25:34 +02:00
Ruben Fiszel
3aeb27bcb1
chore(main): release 1.323.0 ( #3654 )
...
* chore(main): release 1.323.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 11:00:23 +02:00
Ruben Fiszel
e3afdb1bfe
fix resource picker not displayed picked resource in some cases for schedule editor
2024-05-01 10:57:22 +02:00
Ruben Fiszel
d96c6e41ca
tablecomponent added last ( #3655 )
...
* tablecomponent_legacy
* Update sets.ts
2024-05-01 10:29:06 +02:00
Faton Ramadani
ca209e9c48
fix(frontend): sync columnDefs + improve columnDefs management ( #3632 )
...
* fix(frontend): sync columnDefs + improve columnDefs management
* fix(frontend): sync columnDefs + improve columnDefs management
* fix(frontend): improve code quality
* fix(frontend): improve code quality
* fix(frontend): remove useless warning while the config is loading
* fix(frontend): Disable actions for database studio, since columnDefs are managed by the component
* feat(frontend): Fix Database studio
* feat(frontend): revert changes from Database Studio
* feat(frontend): fix DB Studio refresh
* fix(frontend): improve code quality
* fix(frontend): improve code quality
* fix(frontend): fix build
* fix(frontend): fix wording
* fix(frontend): fix aggrid
2024-05-01 10:25:48 +02:00
Faton Ramadani
aa6204ff99
fix(frontend): improve result, flow status and log components ( #3653 )
2024-05-01 10:25:06 +02:00
Faton Ramadani
790f263e56
feat(frontend): Improve inputs ( #3651 )
...
* fix(frontend): Improve AgGrid Infinite table default codes + deprecated table + improve AutoDatatable
* fix(frontend): Handle undefined rowCount
* fix(frontend): Improve Ag Grid footer
* fix(frontend): Improve Deprecated badge
* fix(frontend): Improve inputs
* fix(frontend): revert select
2024-05-01 10:24:08 +02:00
Faton Ramadani
d7d2f03e23
fix(frontend): remove red from autodatable badges ( #3652 )
2024-05-01 10:23:52 +02:00
Ruben Fiszel
017710f17d
improve bun dedicated worker to use nodejs
2024-05-01 02:10:58 +02:00
Ruben Fiszel
b854165b0d
migrate bun dedicated worker to readline
2024-05-01 00:38:16 +02:00
Ruben Fiszel
d0ffcc3f6f
print lines for dedicated worker in debug mode
2024-04-30 23:48:21 +02:00
Ruben Fiszel
1eeaa277f0
add base_internal_url to dedicated python workers
2024-04-30 22:48:40 +02:00
Ruben Fiszel
8997e3c041
chore(main): release 1.322.0 ( #3650 )
...
* chore(main): release 1.322.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 22:07:09 +02:00
HugoCasa
df586fc68e
feat: import export worker group config ( #3649 )
2024-04-30 22:03:48 +02:00
Ruben Fiszel
0b23d90f60
fix: improve password ui
2024-04-30 22:01:19 +02:00
Ruben Fiszel
fa62a93c9f
add stderr to debug log of dedicated workers
2024-04-30 21:10:05 +02:00
Ruben Fiszel
eb873c6119
more logs for dedicated workers
2024-04-30 17:19:34 +02:00
Ruben Fiszel
dec93126a1
chore(main): release 1.321.6 ( #3645 )
...
* chore(main): release 1.321.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 16:23:45 +02:00
Ruben Fiszel
ba771b294b
small error clearing fix
2024-04-30 16:07:14 +02:00
Ruben Fiszel
c1f582f6e4
fix: fix aggrid table actions
2024-04-30 15:33:25 +02:00
Ruben Fiszel
0cd7ab4c72
chore(main): release 1.321.5 ( #3642 )
...
* chore(main): release 1.321.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 11:28:14 +02:00
Ruben Fiszel
cf6ffef48a
fix(python): supports folders starting with numbers for execution
2024-04-30 11:23:48 +02:00
Ruben Fiszel
450201deb8
fix: prevent overflowing for long description and default in schema
2024-04-30 11:10:27 +02:00
Ruben Fiszel
1f983c2414
fix: fix console logs in REST scripts
2024-04-30 10:46:20 +02:00
Ruben Fiszel
ae165b9f87
fix: make sure folder updater keep write permissions if not admin
2024-04-30 10:20:51 +02:00
Ruben Fiszel
558160ecf9
allow breakline in arginput description
2024-04-30 02:28:33 +02:00
Ruben Fiszel
1ad7b723a0
chore(main): release 1.321.4 ( #3640 )
...
* chore(main): release 1.321.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:53:10 +02:00
Ruben Fiszel
53157262bd
fix(cli): handle better missing lockfile for generating metadata
2024-04-30 01:49:35 +02:00
Ruben Fiszel
87f6f7503b
chore(main): release 1.321.3 ( #3639 )
...
* chore(main): release 1.321.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:38:06 +02:00
Ruben Fiszel
959ae8d252
fix(cli): skip deleting script when lockfile delete
2024-04-30 01:35:05 +02:00
Ruben Fiszel
8f3944433e
chore(main): release 1.321.2 ( #3638 )
...
* chore(main): release 1.321.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:21:54 +02:00
Ruben Fiszel
7b55e5219c
use latest hub sync
2024-04-30 01:21:37 +02:00
Ruben Fiszel
b7f9ecbda1
fix(cli): improve lockfile support on cli
2024-04-30 01:16:37 +02:00
Ruben Fiszel
35b2423fe1
fix(cli): improve lockfile support on cli
2024-04-30 01:12:26 +02:00
Ruben Fiszel
05e70a849e
fix(cli): improve lockfile support on cli
2024-04-30 00:59:19 +02:00
Ruben Fiszel
196de08775
chore(main): release 1.321.1 ( #3637 )
...
* chore(main): release 1.321.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 00:12:15 +02:00
Henri Courdent
578412978f
Changelog CLI ( #3634 )
2024-04-30 00:12:04 +02:00
HugoCasa
f6e8f45af1
fix: pg types conversion dbstudio ( #3636 )
2024-04-29 22:34:43 +02:00
Ruben Fiszel
ca49e273de
fix decision tree initial rendering
2024-04-29 21:46:22 +02:00
Ruben Fiszel
39e1ea3d57
chore(main): release 1.321.0 ( #3633 )
...
* chore(main): release 1.321.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-29 12:17:51 +02:00
HugoCasa
3956d012ad
feat: add resource and variable picker for rest scripts ( #3628 )
...
* feat: add resource and variable picker for rest scripts
* feat: add reserved variables to rest scripts
2024-04-29 12:13:21 +02:00
HugoCasa
b5297846fe
fix: toggle comment shortcut on some EU keyboards ( #3630 )
2024-04-29 12:13:12 +02:00
Ruben Fiszel
0e022c9e4e
fix(python-client): improve error message for wait_job
2024-04-29 12:10:29 +02:00
Ruben Fiszel
3c79692559
chore(main): release 1.320.3 ( #3629 )
...
* chore(main): release 1.320.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 16:14:51 +02:00
Ruben Fiszel
08c863afd3
bump latest hub script
2024-04-28 16:10:46 +02:00
Ruben Fiszel
82e628a111
fix(cli): improve support for frontend scripts cli sync
2024-04-28 16:10:16 +02:00
Ruben Fiszel
c98dbb1fc4
chore(main): release 1.320.2 ( #3627 )
...
* chore(main): release 1.320.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 15:28:29 +02:00
Ruben Fiszel
e8dcd5b495
fix: bump git sync script version
2024-04-28 15:25:10 +02:00
Ruben Fiszel
9cf82b061e
chore(main): release 1.320.1 ( #3626 )
...
* chore(main): release 1.320.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 15:21:06 +02:00
Ruben Fiszel
0fcd54bc07
fix: add button to easily bump git sync version
2024-04-28 15:17:56 +02:00
Ruben Fiszel
0a1006aa87
chore(main): release 1.320.0 ( #3624 )
2024-04-28 14:58:05 +02:00
Ruben Fiszel
22226e883e
feat(cli): split inline sscripts for apps like for flows
2024-04-28 14:55:33 +02:00
Ruben Fiszel
c39f3a84d6
feat(cli): split lockfiles from script metadata
2024-04-28 12:29:06 +02:00
Ruben Fiszel
6c69889874
feat(cli): use separate lockfiles for rawscipt of flows
2024-04-28 02:15:31 +02:00
Ruben Fiszel
0d27df3dec
update cli code
2024-04-27 18:54:10 +02:00
Ruben Fiszel
982c4c439e
chore(main): release 1.319.1 ( #3622 )
...
* chore(main): release 1.319.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 21:25:57 +02:00
Ruben Fiszel
3875eec46f
fix: improve dnd on app editor for large screens
2024-04-26 21:17:26 +02:00
Ruben Fiszel
3a5c925c99
update to bun 1.1.5
2024-04-26 20:55:15 +02:00
Ruben Fiszel
9668198f4b
chore(main): release 1.319.0 ( #3619 )
...
* chore(main): release 1.319.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 18:29:07 +02:00
Ruben Fiszel
41f6bcdaa1
fix: make configurable footer for aggrid in apps
2024-04-26 18:25:26 +02:00
Ruben Fiszel
06aa0aa9f9
allow other cell renderer for aggrid
2024-04-26 18:19:22 +02:00
Ruben Fiszel
327be5bbc6
nits autodatatable
2024-04-26 16:57:37 +02:00
Henri Courdent
9d38c8c45f
Changelog 04 26 ( #3621 )
2024-04-26 14:13:38 +02:00
Ruben Fiszel
de2bea613a
rm go bin if cloud hosted
2024-04-26 13:42:24 +02:00
Ruben Fiszel
e3869693ec
rm go bin if cloud hosted
2024-04-26 13:40:52 +02:00
HugoCasa
fee22fc060
feat: pg add json support ( #3620 )
2024-04-26 13:28:15 +02:00
Ruben Fiszel
c58342ddfd
fix backend tests
2024-04-26 13:27:24 +02:00
Ruben Fiszel
035bacb8a7
improve select resiliency
2024-04-26 11:47:55 +02:00
Ruben Fiszel
45cad34222
small fixes
2024-04-26 11:38:44 +02:00
Ruben Fiszel
c73e7dbd8c
feat: add distributed global cache for go
2024-04-26 11:31:21 +02:00
Ruben Fiszel
4188383d3e
feat: add distributed global cache for go
2024-04-26 11:31:21 +02:00
wendrul
edff51f022
Add actions to publish to JSR ( #3618 )
...
add it to change-version.sh and publish action
2024-04-26 11:18:46 +02:00
Ruben Fiszel
a2c780bc8e
chore(main): release 1.318.0 ( #3611 )
...
* chore(main): release 1.318.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 09:10:56 +02:00
Ruben Fiszel
094f50cdcc
publish to jsr2
2024-04-25 19:08:21 +02:00
Ruben Fiszel
08918ec5f2
publish to jsr2
2024-04-25 18:12:01 +02:00
wendrul
03b1abc840
Add publish to jsr scripts ( #3614 )
...
* Add publish to jsr scripts
* Remove tsc logic for jsr build and publish
2024-04-25 17:58:42 +02:00
Henri Courdent
770f4471b5
Rich result buttons ( #3485 )
...
* Rich result buttons
* Fix rich result button
* feat(frontend): improve rich display buttons
* Icon to monitor
* Custom tooltip
* End Monitor
* Tooltip file fixed
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-04-25 17:49:46 +02:00
HugoCasa
5def8cb52c
fix: support all pg types from db studio ( #3613 )
...
* fix: support all pg types from db studio
* chore: parser pkg frontend update
2024-04-25 17:32:06 +02:00
HugoCasa
c09ae3ebc6
feat: app select policy ( #3610 )
...
* feat: app select policy
* fix: question marks
2024-04-25 17:21:00 +02:00
Faton Ramadani
f26d3e62f6
fix(frontend): Improve AgGrid Infinite table default codes + deprecat… ( #3609 )
...
* fix(frontend): Improve AgGrid Infinite table default codes + deprecated table + improve AutoDatatable
* fix(frontend): Handle undefined rowCount
* fix(frontend): Improve Ag Grid footer
* fix(frontend): Improve Deprecated badge
2024-04-25 15:06:58 +02:00
Ruben Fiszel
f20a4a626d
chore(main): release 1.317.1 ( #3608 )
...
* chore(main): release 1.317.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 23:55:50 +02:00
Ruben Fiszel
8bdebcf212
fix: improve list markdown rendering
2024-04-24 23:51:48 +02:00
Ruben Fiszel
f1acdd7eb7
chore(main): release 1.317.0 ( #3605 )
...
* chore(main): release 1.317.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 23:27:06 +02:00
Ruben Fiszel
613bc26749
fix: improve autodata table
2024-04-24 23:22:37 +02:00
Ruben Fiszel
96265a6f90
support spaces in requirements regex
2024-04-24 18:56:39 +02:00
Faton Ramadani
5d486034db
fix(frontend): Fix AgGrid infinit clear ( #3607 )
2024-04-24 18:38:36 +02:00
Ruben Fiszel
cec27a87b8
feat: add planned later toggle on runs
2024-04-24 18:17:25 +02:00
Henri Courdent
e9edac4c95
Fixed docLink of AgGrid Infinite ( #3606 )
2024-04-24 17:24:30 +02:00
Faton Ramadani
200a321975
feat(frontend): Aggrid infinite default code ( #3604 )
...
* feat(frontend): Add missing licence editor + add default codes
* feat(frontend): Add missing licence editor + add default codes
2024-04-24 17:03:11 +02:00
Ruben Fiszel
da0d78c209
chore(main): release 1.316.2 ( #3603 )
...
* chore(main): release 1.316.1
* Update version.txt
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 14:20:24 +02:00
Ruben Fiszel
963fc3decc
fix: fix get_completed_job with labels
2024-04-24 14:03:30 +02:00
Ruben Fiszel
08861c86de
chore(main): release 1.316.0 ( #3601 )
...
* chore(main): release 1.316.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 12:10:47 +02:00
Ruben Fiszel
e8e6a6c281
labels nits
2024-04-24 11:56:14 +02:00
Faton Ramadani
aece01908b
feat(frontend): add search to AgGrid Infinite ( #3600 )
...
* feat(frontend): add search fto AgGrid Infinite
* feat(frontend): add missing actions
* feat(frontend):fix initial previousResult
* feat(frontend): fix reload
2024-04-24 11:51:21 +02:00
HugoCasa
1d3e82607a
fix: solve invite add conflict + deprecate invites ( #3594 )
...
* fix: solver invite add conflict + deprecate invites
* fix: sqlx build
* fix: npm run check
* patch: deprecate invite from cloud as well
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-04-24 11:50:56 +02:00
Faton Ramadani
2e39337355
fix marine button ( #3602 )
2024-04-24 11:50:07 +02:00
Ruben Fiszel
6951424611
improve labels handling
2024-04-24 11:44:29 +02:00
Ruben Fiszel
0be55ae98c
feat: support multiple labels for jobs (wm_label -> wm_labels)
2024-04-24 11:32:25 +02:00
Ruben Fiszel
1f997e16ee
chore(main): release 1.315.1 ( #3599 )
...
* chore(main): release 1.315.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 09:55:39 +02:00
Ruben Fiszel
534f877a7a
fix: fix label from completed_job
2024-04-24 09:52:26 +02:00
Ruben Fiszel
fe2e929068
chore(main): release 1.315.0 ( #3598 )
...
* chore(main): release 1.315.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 09:38:06 +02:00
Faton Ramadani
7a8ffbea46
feat(frontend): Aggrid infinite ( #3592 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix initializing
* feat(frontend): update all refreshButtons
* feat(frontend): fix build
2024-04-24 09:32:28 +02:00
Ruben Fiszel
b3f3df0d01
chore: improve cargo cache
2024-04-24 00:46:03 +02:00
Ruben Fiszel
29258a3de0
chore: improve cargo cache
2024-04-24 00:42:45 +02:00
Ruben Fiszel
872825fbb7
chore: improve cargo cache
2024-04-24 00:36:28 +02:00
Ruben Fiszel
2c773b8c50
improve label idx performances
2024-04-24 00:28:22 +02:00
Ruben Fiszel
f105d74d9f
chore(main): release 1.314.0 ( #3597 )
...
* chore(main): release 1.314.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-23 23:13:34 +02:00
HugoCasa
0ab3d1bb8e
feat: ui helper for workspaced worker tags ( #3595 )
...
* feat: ui helper for workspaced worker tags
* fix: add red border when required
2024-04-23 23:10:29 +02:00
Ruben Fiszel
fcff457462
feat: add label and schedule filters to runs page
2024-04-23 22:48:21 +02:00
Ruben Fiszel
032de9c2a3
chore(main): release 1.313.0 ( #3590 )
...
* chore(main): release 1.313.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-23 14:12:36 +02:00
HugoCasa
ae7f978180
feat: add support for readonly application intent in mssql ( #3591 )
2024-04-23 14:08:51 +02:00
HugoCasa
ff361d9026
feat: update git sync for azure devops service principal ( #3588 )
2024-04-23 10:49:02 +02:00
erickv
c68cd91531
import replacement: haystack >> haystack-ai ( #3587 )
...
* import replacement: haystack >> haystack-ai
* Update lib.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-04-22 17:52:55 +02:00
Ruben Fiszel
a53b0bda6a
chore(main): release 1.312.0 ( #3582 )
...
* chore(main): release 1.312.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-22 16:08:00 +02:00
HugoCasa
8ae16d90ed
feat: hide scripts with on function main from operators + badge/filter for devs ( #3584 )
...
* feat: save in DB whether script has not main function
* fix: if cannot parse script args, clear schema
* feat: no main function badge and filter
* fix: sqlx
* fix: no main
2024-04-22 15:59:13 +02:00
Faton Ramadani
f3d0bb3814
fix(frontend): Fix the table selection + improve the ComponentInputTypeEditor ( #3585 )
2024-04-22 15:50:36 +02:00
Henri Courdent
cbe3243eaf
grammar errors ( #3583 )
...
* Grammar errors
* Grammar errors
2024-04-22 14:00:28 +02:00
Amélia
dbb691084d
Darkmode rework ( #3578 )
...
* darkmode_v2
* darkmode_v2
* feat(frontend): Fix dark theme
* feat(frontend): Remove submodule
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-04-22 12:19:23 +02:00
Faton Ramadani
464a2c4f66
feat(frontend): Fix style panel zIndex ( #3581 )
2024-04-22 12:17:21 +02:00
Ruben Fiszel
c52d9d97e7
chore(main): release 1.311.0 ( #3580 )
...
* chore(main): release 1.311.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-21 12:44:39 +02:00
Ruben Fiszel
48ba709627
fix: improve re-scheduled for estimation in concurrency limits
2024-04-21 12:41:30 +02:00
Ruben Fiszel
5504114732
increase pg size limit for cloud
2024-04-21 10:20:50 +02:00
Ruben Fiszel
9d2c7544ed
table quick nits
2024-04-20 11:37:05 +02:00
Faton Ramadani
587c777d57
feat(frontend): Improve tables ( #3577 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): aggrid theme
* feat(frontend): aggrid theme
* feat(frontend): aggrid theme
* feat(frontend): support old themes
2024-04-20 10:54:34 +02:00
Ruben Fiszel
a162de0b75
chore(main): release 1.310.0 ( #3579 )
...
* chore(main): release 1.310.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-19 19:13:03 +02:00
Faton Ramadani
62fcf086cc
feat(frontend): Deeply nested Modals and Drawers ( #3565 )
...
* fix(frontend): Support deeply nested drawers and modals
* fix(frontend): Support deeply nested drawers and modals
* fix(frontend): Support deeply nested drawers and modals
* feat(frontend): fix name
* chore(main): release 1.308.2 (#3569 )
* chore(main): release 1.308.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* feat(frontend): wip
* feat(frontend): wip
* fix(frontend): fix event propagation
* fix(frontend): fix drawers globally
* feat(frontend): Fix all drawers
* feat(frontend): split zIndexes in a new file
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-19 18:58:39 +02:00
Ruben Fiszel
f9b5da53e8
fix: fix password field
2024-04-19 18:15:27 +02:00
Ruben Fiszel
fa5a490283
nits
2024-04-19 17:47:18 +02:00
Ruben Fiszel
7e76d419f5
nits
2024-04-18 16:05:57 +02:00
lfanew
2459a5dfed
Powershell client ( #3551 )
...
* init commit of partial functionality
* Simplified layout (matching TS client)
* reworked get & post
webrequest allows more interaction with response
* Added more functionality
* Added cancel and wait for jobs
* todo added
* Async script running and query util
* Added sync script & async flow
* Stop-WindmillExecution
Implementation of `cancel_running` from Python client.
Also changed $Body -> $Data to be more explicit (we don't expect JSON body as the method will convert it for us)
* Added get workspace and job
* added token creation
* Added job cancel cmdlet
* get id token
* Final draft
- Manual testing complete
- Rearranged methods & functions
- Added a bit more functionality
* fixed incomplete synopsis
* added parent job back
dont think it's related to this module. reported finding in discord
* feat: publish CI
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-04-18 14:42:58 +02:00
Ruben Fiszel
0fdf72fc57
chore(main): release 1.309.2 ( #3575 )
...
* chore(main): release 1.309.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-18 12:23:56 +02:00
Ruben Fiszel
f3666ea140
fix: update go and typesript client
2024-04-18 11:07:11 +02:00
Ruben Fiszel
1b131f310e
chore(main): release 1.309.1 ( #3574 )
...
* chore(main): release 1.309.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-18 10:24:25 +02:00
Ruben Fiszel
024ffdeb6e
fix: improve log viewer loading from object store
2024-04-18 09:57:21 +02:00
Ruben Fiszel
f859cbb5d4
use echo -E for webhooks
2024-04-18 09:43:48 +02:00
Ruben Fiszel
2e52feb47a
chore(main): release 1.309.0 ( #3572 )
...
* chore(main): release 1.309.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-18 01:22:44 +02:00
wendrul
ac841400ba
Instrument logs ( #3566 )
...
* Add spans to show worker_name and job_id
Always show worker_name and job_id when relevant, by creating spans that
live as long as the worker and the job.
* Remove redundant worker names from fn run_worker
Remove the now redundant worker_name tracing, as the information now
lives at the span level
* Use span when spawning new thread
* Instrument more pertinent functions
Move spans to more pertinent functions. Remove more redundant info, and
change worker_name to just worker
* Change tracing subscriber to log path:line_no
Change from logging target (module name usually) to file path and line
number
2024-04-18 01:11:14 +02:00
Ruben Fiszel
f84a902445
fix: measure memory usage on postgres scripts
2024-04-18 01:05:16 +02:00
Ruben Fiszel
c3493f838d
nits
2024-04-17 23:03:20 +02:00
Ruben Fiszel
da41e11c84
nits
2024-04-17 22:58:23 +02:00
Ruben Fiszel
ab19625688
nits
2024-04-17 22:44:21 +02:00
Ruben Fiszel
cdb01b0d01
fix: fix autosize when not rendered at initialization
2024-04-17 22:42:03 +02:00
Ruben Fiszel
ca3e2888a6
fix ee links
2024-04-17 22:38:03 +02:00
Ruben Fiszel
c4ccc781eb
add pymysql
2024-04-17 22:31:07 +02:00
Ruben Fiszel
2eea00a2cd
fix: improve cancel_all to never deadlock
2024-04-17 22:04:35 +02:00
Ruben Fiszel
071a0ae927
feat: show more for logs on s3 directly possible from browser log viewer
2024-04-17 21:42:46 +02:00
Ruben Fiszel
0b1acc3557
improve queue clearing for schedules
2024-04-17 14:05:22 +02:00
HugoCasa
fdaa49a7e9
fix(backend): prevent push fail of schedule error handling from reverting job completion ( #3568 )
...
* fix: prevent push fail of schedule error handling from reverting job completion
* fix: sqlx
2024-04-17 12:35:31 +02:00
Ruben Fiszel
615e95f335
improve disabled dropdown style
2024-04-16 20:53:58 +02:00
Ruben Fiszel
3f643baf1b
improve disabled dropdown style
2024-04-16 20:51:19 +02:00
Ruben Fiszel
881915239f
chore(main): release 1.308.1 ( #3567 )
...
* chore(main): release 1.308.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-16 19:59:36 +02:00
Ruben Fiszel
456b903766
fix: fix delete perms user folders
2024-04-16 19:53:30 +02:00
Ruben Fiszel
77ba312ecc
chore(main): release 1.308.0 ( #3560 )
...
* chore(main): release 1.308.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-16 15:38:53 +02:00
HugoCasa
a8cf3ef424
feat: add visma oauth ( #3564 )
2024-04-16 12:32:48 +02:00
Ruben Fiszel
39f393d72d
sqlx
2024-04-16 11:15:24 +02:00
Ruben Fiszel
5f8dd0e3d1
sqlx
2024-04-16 11:04:54 +02:00
Ruben Fiszel
158d26fe38
fix: tighten delete permissions
2024-04-16 10:41:14 +02:00
HugoCasa
c17bcd395e
fix: db update cell issue when some col values are null ( #3558 )
...
* fix: db update cell issue when some col values are null
* fix: use sql cond instead + delete + format
2024-04-15 19:15:49 +02:00
Faton Ramadani
1658740ec6
fix(frontend): fix text alignement, email input before icon and fix m… ( #3561 )
...
* fix(frontend): fix text alignement, email input before icon and fix modal/drawer z-index
* fix(frontend): fix text alignement, email input before icon and fix modal/drawer z-index
2024-04-15 17:19:56 +02:00
Faton Ramadani
44c9fda49a
feat(frontend): ImproveApp Editor UI ( #3514 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-04-15 16:27:44 +02:00
Ruben Fiszel
a5aca2a2f6
chore(main): release 1.307.0 ( #3555 )
...
* chore(main): release 1.307.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-15 16:18:12 +02:00
wendrul
b69ff31000
Add dev environment setup instructions ( #3559 )
...
Add instructions to set up the local instance on the README
2024-04-15 16:16:27 +02:00
Ruben Fiszel
8b4dc227d3
fix: tighten delete folder permissions
2024-04-15 15:44:37 +02:00
HugoCasa
7c85cd808d
fix: add mysql decimal support ( #3557 )
2024-04-15 14:26:17 +02:00
Faton Ramadani
863550a91d
feat(frontend): Add actions to Database Studio ( #3556 )
...
* feat(frontend): Add actions to Database Studio
* feat(frontend): Add actions to Database Studio
2024-04-15 14:07:35 +02:00
Faton Ramadani
0b487426c8
fix(frontend): fix the initial dimension of the markdown component ( #3554 )
2024-04-15 09:05:51 +02:00
Ruben Fiszel
49030760ed
nits
2024-04-15 01:12:24 +02:00
Ruben Fiszel
9010c6a97e
chore(main): release 1.306.4 ( #3552 )
...
* chore(main): release 1.306.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-14 23:24:36 +02:00
Ruben Fiszel
fb00e3b0af
fix: improve unsaved confirmation modal on flow draft
2024-04-14 23:17:06 +02:00
Ruben Fiszel
81233ad490
add more exports
2024-04-14 19:51:59 +02:00
Ruben Fiszel
6b1daabd33
chore(main): release 1.306.3 ( #3550 )
...
* chore(main): release 1.306.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-12 19:55:06 +02:00
Ruben Fiszel
71635646e8
fix: fix actions buttons error
2024-04-12 19:52:13 +02:00
Ruben Fiszel
8783fe0c7d
chore(main): release 1.306.2 ( #3549 )
...
* chore(main): release 1.306.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-12 19:39:41 +02:00
Ruben Fiszel
6ea5965819
fix: fix actions buttons error
2024-04-12 19:36:28 +02:00
Ruben Fiszel
09954bdbcc
chore(main): release 1.306.1 ( #3547 )
...
* chore(main): release 1.306.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-12 16:25:39 +02:00
Faton Ramadani
60d686b2bf
Fix aggrid 2 ( #3548 )
...
* fix(frontend): Correctly handle undefined actions
* fix(frontend): Correctly handle undefined actions
* fix(frontend): Correctly handle undefined actions
* fix(frontend): add missinng migration code
2024-04-12 16:25:30 +02:00
Faton Ramadani
a687d56d45
fix(frontend): Correctly handle undefined actions ( #3546 )
...
* fix(frontend): Correctly handle undefined actions
* fix(frontend): Correctly handle undefined actions
* fix(frontend): Correctly handle undefined actions
2024-04-12 16:20:49 +02:00
Ruben Fiszel
62efbe11e7
chore(main): release 1.306.0 ( #3542 )
...
* chore(main): release 1.306.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-12 16:03:18 +02:00
Faton Ramadani
7eca53f9e7
fix(frontend): Correctly handle undefined actions ( #3545 )
2024-04-12 15:58:12 +02:00
Faton Ramadani
e9e6614486
feat(frontend): add maplock + properly display marker title ( #3544 )
2024-04-12 13:50:26 +02:00
Faton Ramadani
06723629ca
fix(frontend): Fix AgGrid action selection ( #3543 )
2024-04-12 13:05:24 +02:00
Faton Ramadani
48ad095633
feat(frontend): Ag grid actions ( #3535 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): implement cellRenderer
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): Fix actions width
* feat(frontend): Fix interactions
* feat(frontend): Fix styling
* feat(frontend): Correctly handleAgGrid EE
* feat(frontend): Fix select
* feat(frontend): Fix select
* feat(frontend): Fix how row is passed
* feat(frontend): Fix update
* feat(frontend): Correctly implement cache
* feat(frontend): Correctly implement cache
* feat(frontend): simplify how refreshActions work
* feat(frontend): improve comparaison
* feat(frontend): simplify refreshactins
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): add inputs output + fix row eval
* feat(frontend): add config to wrap actions
* feat(frontend): add config to wrap actions
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-04-12 11:45:24 +02:00
Faton Ramadani
0afd68d474
fix(frontend): Fix s3 uploader ( #3539 )
...
* fix(frontend): Correctly handle multiple files
* fix(frontend): Correctly handle multiple files
* fix(frontend): improve comparaison
* feat(frontend): fix drag and drop
2024-04-12 11:45:11 +02:00
Ruben Fiszel
3a730c73d9
chore(main): release 1.305.3 ( #3540 )
...
* chore(main): release 1.305.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-12 09:55:15 +02:00
Ruben Fiszel
ee56821a47
fix: improve app icon renderer and app html renderer
2024-04-12 09:51:54 +02:00
Ruben Fiszel
6b59d9fbc3
nits
2024-04-11 20:40:34 +02:00
Ruben Fiszel
1f6cf58fb4
chore(main): release 1.305.2 ( #3537 )
...
* chore(main): release 1.305.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-11 20:08:21 +02:00
Ruben Fiszel
d1650dbed9
fix: unsaved changes on deploy of flow
2024-04-11 20:03:29 +02:00
Ruben Fiszel
0d5ee64ff9
chore(main): release 1.305.1 ( #3532 )
...
* chore(main): release 1.305.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-11 18:46:54 +02:00
Ruben Fiszel
6c33f17829
fix: improve goto behavior
2024-04-11 17:58:22 +02:00
Ruben Fiszel
e4dbac314d
fix intempestive settings reload on selectedComponent change
2024-04-11 17:52:22 +02:00
Ruben Fiszel
83710e9dd1
nit invert icon logo
2024-04-11 17:27:38 +02:00
Ruben Fiszel
aaa28ce99e
change default openapi file
2024-04-11 16:03:54 +02:00
Ruben Fiszel
cd5b023033
fix: load lazily the app icons
2024-04-11 14:57:48 +02:00
Ruben Fiszel
1b0a4f1cd6
nit for whitelabelling
2024-04-11 10:14:36 +02:00
Ruben Fiszel
137f733663
nits
2024-04-11 09:48:34 +02:00
Ruben Fiszel
b1f72e533f
nit update peerDeps
2024-04-11 09:37:17 +02:00
Ruben Fiszel
62e4ec2e14
fix: update monaco configurations
2024-04-11 09:29:25 +02:00
Ruben Fiszel
cd07020edb
fix: remove requirement on full wasm parser for row insert of db studio
2024-04-11 01:12:47 +02:00
Ruben Fiszel
f17bed9741
fix: remove requirement on full wasm parser for row insert of db studio
2024-04-11 01:12:41 +02:00
Ruben Fiszel
ce91ab81d1
add webpackIgnore annotations
2024-04-10 22:01:30 +02:00
Ruben Fiszel
c31de80a38
update cli deps
2024-04-10 16:31:23 +02:00
Ruben Fiszel
c88e6a8635
fix: fix plug connection for apps with array items
2024-04-10 16:02:45 +02:00
Faton Ramadani
0c9a95c964
fix(frontend): fix text alignement ( #3533 )
2024-04-10 15:27:39 +02:00
Faton Ramadani
8525494a68
fix(frontend): add missing darkModeObserver in CronInput ( #3531 )
2024-04-10 14:54:33 +02:00
Ruben Fiszel
be748b3bb2
chore(main): release 1.305.0 ( #3530 )
...
* chore(main): release 1.305.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-09 22:55:43 +02:00
Ruben Fiszel
5272956153
fix: add ability to cancel flows directly from operator modal
2024-04-09 22:51:15 +02:00
Ruben Fiszel
a55aad3003
feat: flow concurrency limits support custom concurrency key
2024-04-09 22:03:39 +02:00
Ruben Fiszel
32cd206556
chore(main): release 1.304.4 ( #3528 )
...
* chore(main): release 1.304.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-09 20:01:52 +02:00
Ruben Fiszel
ea4a45ad83
nits
2024-04-09 19:50:55 +02:00
Ruben Fiszel
a4442d4d3d
fix: improve performance of for-loops with parralelism
2024-04-09 19:47:50 +02:00
Ruben Fiszel
29422f156d
fix: improve performance of for-loops with parralelism
2024-04-09 19:41:56 +02:00
Ruben Fiszel
8cddef62f2
prevent parallelism from timing out lock monitor
2024-04-09 18:50:19 +02:00
Ruben Fiszel
d4d8a8f756
add default state store to flow status viewer
2024-04-09 18:43:50 +02:00
Ruben Fiszel
7e4b6c3744
fix: improve handling of very large iterator on frontend
2024-04-09 18:26:09 +02:00
Ruben Fiszel
bb847d399b
nits
2024-04-09 14:15:12 +02:00
Ruben Fiszel
8bd37bbcbb
update sqlx
2024-04-09 12:46:00 +02:00
Ruben Fiszel
0c824de4cd
fix: improve deadlocks for parallel branches with parallelism constraints
2024-04-09 11:52:40 +02:00
Ruben Fiszel
1ab1fb7e4d
fix: improve order dragndrop for json editor in app
2024-04-09 10:53:04 +02:00
Ruben Fiszel
74631922f2
more error messages
2024-04-09 10:27:14 +02:00
Faton Ramadani
975055b90f
fix(frontend): Improve theme editor ( #3525 )
...
* fix(frontend): Improve theme editor
* feat(frontend): improve theme editor
2024-04-09 10:21:26 +02:00
Ruben Fiszel
16c9535256
improve default script for frontend apps
2024-04-09 01:53:19 +02:00
Ruben Fiszel
8dd117528c
fix: improve deadlocks for parallel branches with parallelism constraints
2024-04-09 01:38:55 +02:00
Ruben Fiszel
f117539a54
fix: allow for longer approver names in flows
2024-04-08 15:44:33 +02:00
Faton Ramadani
db5abd37cd
fix(frontend): Fix bypass confirmation shortcut ( #3527 )
...
* fix(frontend): Fix bypass confirmation shortcut
* Update Item.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-04-08 14:43:31 +02:00
Ruben Fiszel
587824ccfa
chore(main): release 1.304.3 ( #3522 )
...
* chore(main): release 1.304.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-08 12:42:28 +02:00
Ruben Fiszel
c7f0f3f359
fix: improve CLI with visible_to_runner_only and priority
2024-04-08 12:22:48 +02:00
Ruben Fiszel
fc0056f991
fix: add resource types to list of ignored path filters for git sync
2024-04-08 11:50:10 +02:00
Ruben Fiszel
acf80dc6a0
fix: add resource types to list of ignored path filters for git sync
2024-04-08 10:05:55 +02:00
Ruben Fiszel
abfdb84cdd
add scalar at openapi2.html
2024-04-08 01:42:54 +02:00
Ruben Fiszel
fecb92e45e
add scalar at openapi2.html
2024-04-08 01:42:43 +02:00
Ruben Fiszel
7e8807d27e
add page and perPage to list apis
2024-04-07 18:47:06 +02:00
Ruben Fiszel
a57bec8648
chore(main): release 1.304.2 ( #3521 )
...
* chore(main): release 1.304.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-06 23:34:04 +02:00
Faton Ramadani
a52d6b30b2
fix(frontend): Fix selectFirstRowByDefault on AgGrids ( #3450 )
2024-04-06 23:25:46 +02:00
Ruben Fiszel
a4385231f8
add whileloop flow to id orders
2024-04-06 22:58:20 +02:00
Ruben Fiszel
3b2a39f0c2
chore(main): release 1.304.1 ( #3519 )
...
* chore(main): release 1.304.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-06 22:26:32 +02:00
Ruben Fiszel
8cdae1ac96
fix: remove reqwest_11
2024-04-06 22:13:35 +02:00
Ruben Fiszel
673fce45fb
chore(main): release 1.304.0 ( #3516 )
...
* chore(main): release 1.304.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-06 21:40:32 +02:00
Henri Courdent
2c9af9903d
Fixed links and components descriptions ( #3515 )
...
* Fixed links and components descriptions
* Forgot on doc
2024-04-06 21:39:56 +02:00
Ruben Fiszel
67c21f3837
reduce large file detected alert
2024-04-06 21:38:58 +02:00
Ruben Fiszel
192e47222f
reduce large file detected alert
2024-04-06 21:37:56 +02:00
Faton Ramadani
139bc38ddc
fix(frontend): Fix simple flow tutorial ( #3518 )
2024-04-06 18:55:28 +02:00
Ruben Fiszel
8ee4fda1d6
fix build
2024-04-06 16:15:00 +02:00
Ruben Fiszel
e062f5413f
frontend fix
2024-04-06 16:13:44 +02:00
Ruben Fiszel
21a7ee4c33
feat: add overridable cache_ttl in api of job triggers
2024-04-06 16:05:32 +02:00
Ruben Fiszel
f9d8dde61c
fix: add args filter to schedule list
2024-04-06 15:43:37 +02:00
Ruben Fiszel
d61d6f520b
fix: improve list static input
2024-04-06 15:00:49 +02:00
Ruben Fiszel
458dea2930
improve flow preview logs
2024-04-06 13:52:49 +02:00
Ruben Fiszel
48e7dfc88a
update sqlx
2024-04-06 13:37:14 +02:00
Ruben Fiszel
9131d5cc40
fix: parallel flow with parallelism constraint could deadlock
2024-04-06 13:25:34 +02:00
HugoCasa
08231c02d2
feat: git sync group changes by folder ( #3517 )
...
* feat: git sync group changes by folder
* chore: update ee ref
2024-04-05 23:07:27 +02:00
Ruben Fiszel
fba1ea7d54
fix: make autodatatable more resilient
2024-04-05 20:55:11 +02:00
Ruben Fiszel
632c9fb2aa
fix: make autodatatable more resilient
2024-04-05 20:40:18 +02:00
Ruben Fiszel
205d02c703
improve renderer for large html
2024-04-05 20:23:18 +02:00
Ruben Fiszel
31754569ba
fix: remove information in approval page of a flow
2024-04-05 20:06:27 +02:00
Ruben Fiszel
06c6d1023e
improve validate signature
2024-04-05 17:54:27 +02:00
Ruben Fiszel
2ec1add494
fix: make date time input more resilient
2024-04-05 17:10:03 +02:00
Ruben Fiszel
78b8c3edc9
fix: fix lightweight arg input min size
2024-04-05 16:51:13 +02:00
Ruben Fiszel
7c4eece009
fix: show flow user states in flow state preview
2024-04-05 16:43:38 +02:00
Ruben Fiszel
7ed7cdf5a9
chore(main): release 1.303.4 ( #3513 )
...
* chore(main): release 1.303.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-05 09:57:37 +02:00
Ruben Fiszel
72f4247983
fix: prevent operators from loading secrets through toggle
2024-04-05 09:53:42 +02:00
Ruben Fiszel
9b88bf0758
prevent operators from loading secrets through toggle
2024-04-05 09:03:16 +02:00
Ruben Fiszel
5cee360bf7
chore(main): release 1.303.3 ( #3512 )
...
* chore(main): release 1.303.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-05 00:17:29 +02:00
Ruben Fiszel
18e7e9449e
fix: improve multiselect for approval steps
2024-04-05 00:04:51 +02:00
Ruben Fiszel
d0a0dd0f7e
nit global cache python improvements
2024-04-04 22:07:14 +02:00
Ruben Fiszel
428675d956
chore(main): release 1.303.2 ( #3511 )
...
* chore(main): release 1.303.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-04 21:45:02 +02:00
Ruben Fiszel
0b3e6b9f1c
fix: improve global cache deps
2024-04-04 21:33:44 +02:00
Ruben Fiszel
a62d5e197e
chore(main): release 1.303.1 ( #3509 )
...
* chore(main): release 1.303.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-04 17:27:18 +02:00
Henri Courdent
3e00f8070b
Changelog frontend ( #3510 )
2024-04-04 17:26:41 +02:00
Ruben Fiszel
964a05177b
add py312 image
2024-04-04 17:14:32 +02:00
Ruben Fiszel
96bc7c5c5c
nit fix metadatagen
2024-04-04 15:09:21 +02:00
Ruben Fiszel
948bbcb92a
update /static_frontend builder dir
2024-04-04 14:55:09 +02:00
Ruben Fiszel
2e3b6f66e3
fix: improve chars splitting for logs with utf-8 chars
2024-04-04 13:38:19 +02:00
Ruben Fiszel
48227f9594
verify ee for every image
2024-04-04 04:55:21 +02:00
Ruben Fiszel
89f757c592
chore(main): release 1.303.0 ( #3507 )
...
* chore(main): release 1.303.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-04 04:20:33 +02:00
HugoCasa
1d7bab075b
feat: private hub ( #3491 )
...
* feat: private hub v0
* feat: add UI setting
* Update ee.rs
* Update ee.rs
* fix: remove ee symlink
* fix: add back CE ee.rs
* feat: disable s3 embedding loading when private hub
* feat: reload embeddings on hub url change
* fix: only reload embeddings db on server mode
* patch: set default hub url const
* fix: nit
2024-04-04 04:16:53 +02:00
Henri Courdent
92e8b07c17
While loop clarification ( #3501 )
2024-04-04 04:16:42 +02:00
Ruben Fiszel
74e0f21903
fix: update awscli & nodejs
2024-04-04 04:16:18 +02:00
Ruben Fiszel
04bda407d4
update awscli & nodejs
2024-04-04 03:58:23 +02:00
Ruben Fiszel
054cb709dc
update awscli & nodejs
2024-04-04 03:55:29 +02:00
Ruben Fiszel
b65095f189
chore(main): release 1.302.0 ( #3502 )
...
* chore(main): release 1.302.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-04 03:42:30 +02:00
Ruben Fiszel
826757b33a
fix: fix char excess size module for logs truncation
2024-04-04 03:25:11 +02:00
Ruben Fiszel
72f1d82b98
chore try docker scout
2024-04-04 03:01:56 +02:00
Ruben Fiszel
7d04940db0
chore try docker scout
2024-04-04 02:45:13 +02:00
Ruben Fiszel
faf8f5cbae
chore verify image vulns
2024-04-04 02:30:05 +02:00
Ruben Fiszel
7561e77e34
chore verify image vulns
2024-04-04 02:16:53 +02:00
Ruben Fiszel
30ed34e2fc
chore verify image vulns
2024-04-04 02:16:44 +02:00
Ruben Fiszel
60eab8e961
chore verify image vulns
2024-04-04 02:10:05 +02:00
Ruben Fiszel
373ea55512
chore verify image vulns
2024-04-04 02:08:11 +02:00
Ruben Fiszel
00dacb5b47
chore verify image vulns
2024-04-04 01:59:55 +02:00
Ruben Fiszel
4abafc668b
chore verify image vulns
2024-04-04 01:55:20 +02:00
Ruben Fiszel
ea23548871
chore verify image vulns
2024-04-04 01:52:01 +02:00
Ruben Fiszel
66f0dff64a
chore verify image vulns
2024-04-04 01:48:31 +02:00
Ruben Fiszel
00d7c4943e
nit go caching in dockerfile
2024-04-04 01:15:10 +02:00
Ruben Fiszel
281cd7bc8b
fix: improve locking
2024-04-04 01:10:38 +02:00
Ruben Fiszel
7e5493da5e
snyk to sarif
2024-04-04 00:38:29 +02:00
Ruben Fiszel
4eca8d77ac
snyk to sarif
2024-04-04 00:28:49 +02:00
Ruben Fiszel
088730fe5f
snyk to sarif
2024-04-04 00:19:23 +02:00
Ruben Fiszel
653cc0f583
chore: split out nsjail from public images
2024-04-03 23:53:38 +02:00
Ruben Fiszel
182ec451f3
chore: split out nsjail from public images
2024-04-03 23:41:30 +02:00
Ruben Fiszel
ac6f8f31da
chore: split out nsjail from public images
2024-04-03 23:32:06 +02:00
Ruben Fiszel
b31a2022ad
move more deps to nsjail phase
2024-04-03 23:20:03 +02:00
Ruben Fiszel
0113dacf01
split out nsjail from public images
2024-04-03 23:16:25 +02:00
Ruben Fiszel
13424fd682
Revert "remove libprotobuf ( #3505 )" ( #3506 )
...
This reverts commit 6e1fb6e7f3 .
2024-04-03 22:31:09 +02:00
Ruben Fiszel
6e1fb6e7f3
remove libprotobuf ( #3505 )
...
* remove pb
* remove pb
* dockerfile restart image
* dockerfile restart image
2024-04-03 21:24:26 +02:00
Ruben Fiszel
651e65d4cf
dockerfile restart image
2024-04-03 19:25:07 +02:00
Ruben Fiszel
a55d6b0e25
update kubectl to 1.28.7
2024-04-03 19:22:55 +02:00
Ruben Fiszel
314dfcebec
add snyk
2024-04-03 19:13:12 +02:00
HugoCasa
285aec4ffd
fix: build ( #3504 )
2024-04-03 18:47:10 +02:00
HugoCasa
a8bf0750a4
feat: slack team connected to multiple workspaces ( #3500 )
...
* feat: slack team connected to multiple workspaces
* chore: update ee ref
2024-04-03 17:47:23 +02:00
Ruben Fiszel
9629d1e5a6
chore: try snyk
2024-04-03 17:39:44 +02:00
Ruben Fiszel
ea91c33d67
chore: add docker scout
2024-04-03 17:02:41 +02:00
Ruben Fiszel
c8ed76166c
chore: add docker scout
2024-04-03 16:45:29 +02:00
Ruben Fiszel
cbb861fd78
chore: add docker scout
2024-04-03 16:40:19 +02:00
Ruben Fiszel
7120ef7564
add more debug logs around s3 log streaming
2024-04-03 14:26:07 +02:00
Ruben Fiszel
501c4d8ac4
allow_http by default for s3
2024-04-03 13:58:52 +02:00
Ruben Fiszel
72c61953f5
ux nits
2024-04-03 12:31:11 +02:00
Ruben Fiszel
0c0182edf3
chore(main): release 1.301.0 ( #3499 )
...
* chore(main): release 1.301.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-02 21:36:12 +02:00
HugoCasa
71d98b9025
fix: date-fns tooltip info again ( #3498 )
2024-04-02 21:32:51 +02:00
Ruben Fiszel
648accd268
fix: add access to the schedules page to operators
2024-04-02 21:27:40 +02:00
Ruben Fiszel
f4f56b8455
improve upload progress bar
2024-04-02 21:16:30 +02:00
Ruben Fiszel
5594afd0a2
add checksum log to s3 piptar pull
2024-04-02 20:55:31 +02:00
Ruben Fiszel
ff26c8e42d
feat: while loop as new flow primitive
2024-04-02 17:38:11 +02:00
Ruben Fiszel
921f6a85ce
chore(main): release 1.300.0 ( #3494 )
...
* chore(main): release 1.300.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-02 11:35:30 +02:00
Faton Ramadani
e4d8de80ef
fix(frontend): Fix updateCellValue ( #3497 )
...
* fix(frontend): Fix updateCellValue
* fix(frontend): Fix updateCellValue
2024-04-02 11:23:07 +02:00
HugoCasa
e4bca00210
fix: date-fns tooltip format info ( #3496 )
...
* fix: date-fns tooltip
* fix: date-fns docs version
2024-04-02 10:41:09 +02:00
Ruben Fiszel
cc5d1b405e
continue on error option for steps
2024-04-02 10:32:47 +02:00
Faton Ramadani
3afa975270
feat(frontend): Add an onRecompute callback to handle recompute side … ( #3493 )
...
* feat(frontend): Add an onRecompute callback to handle recompute side effects
* feat(frontend): use cb array
* feat(frontend): use cb array
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): code improvement
2024-04-02 09:44:53 +02:00
Ruben Fiszel
25379d0b62
update bun to 1.1.0
2024-04-01 21:02:03 +02:00
Ruben Fiszel
ba679c64b7
fix(typescript-client): improve setFlowUserState undefined value
2024-04-01 11:59:10 +02:00
Ruben Fiszel
fd0c87bd2e
chore(main): release 1.299.1 ( #3492 )
...
* chore(main): release 1.299.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-31 14:56:50 +02:00
Ruben Fiszel
4ba1f6ccdf
fix: fix audit issue with webhook triggered scripts
2024-03-31 14:52:06 +02:00
Ruben Fiszel
925aa13de6
chore(main): release 1.299.0 ( #3478 )
...
* chore(main): release 1.299.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-30 16:12:25 +01:00
Ruben Fiszel
a61b14cfd4
fix: tree view show more
2024-03-30 15:53:54 +01:00
Ruben Fiszel
951758ffb6
fix: make submit form order static
2024-03-30 15:00:52 +01:00
Ruben Fiszel
d8a9ee4945
increase max concurrent run demo workspace
2024-03-30 13:47:03 +01:00
Ruben Fiszel
bdf7b14c69
increase max concurrent run demo workspace
2024-03-30 13:45:41 +01:00
Ruben Fiszel
c0aaa920b9
improve runnable picker of app
2024-03-29 18:30:44 +01:00
Ruben Fiszel
f4daef389c
display result nits
2024-03-29 17:08:13 +01:00
Ruben Fiszel
5b489d06e0
update bun to 1.36 and deno 1.43
2024-03-29 14:20:08 +01:00
Ruben Fiszel
44d812f95b
exclude demo from per workspace restrictions
2024-03-29 13:38:36 +01:00
Ruben Fiszel
09844d630a
fix recognize email in error handler
2024-03-29 12:50:12 +01:00
Faton Ramadani
d71356695f
feat(frontend): add a refresh component control to the DB Studio ( #3490 )
...
* feat(frontend): add a refresh component control to the DB Studio
* feat(frontend): add a refresh component control to the DB Studio
* feat(frontend): clean up
* feat(frontend): improve recompute to handle sub runnable
* feat(frontend): clean up
2024-03-29 12:40:58 +01:00
HugoCasa
b4ffb500ba
feat: add workspace free-tier usage ( #3489 )
...
* feat: separate workspace and user usage
* fix: sqlx build
2024-03-29 10:56:44 +01:00
Ruben Fiszel
0291f624e1
fix View Logs
2024-03-28 17:49:29 +01:00
HugoCasa
e3a636ab17
fix: show start to finish time for flows instead of cumulative ( #3486 )
...
* fix: show start to finish time for flows instead of cumulative
* fix: build
2024-03-28 15:50:18 +01:00
HugoCasa
3c384910c1
fix: show script path when schedule summary is empty ( #3487 )
2024-03-28 15:50:05 +01:00
Ruben Fiszel
d8f10b6b10
fix message when updating user
2024-03-28 12:24:49 +01:00
Ruben Fiszel
d6bf702984
nit markdown for scripts
2024-03-28 11:57:57 +01:00
Faton Ramadani
f9a5bcee4c
feat(frontend): Add support for clearFiles in the file input component ( #3483 )
2024-03-28 11:44:10 +01:00
Faton Ramadani
7b3b96ea08
fix(frontend): Fix the pane delete button ( #3482 )
2024-03-28 11:43:45 +01:00
Ruben Fiszel
6f61d00e14
more ubicloud
2024-03-28 01:22:36 +01:00
HugoCasa
b3ed6782f6
fix: benchmark action single push ( #3480 )
...
* fix: benchmarks action only push once
* fix: benchmark artifacts
* fix: include past data
* fix: don't save dedicated warmup
* fix: fetch existing data directly from gh
2024-03-28 01:18:42 +01:00
HugoCasa
64896971bb
fix: db studio multiple schemas support ( #3479 )
...
* fix: db studio multiple schemas support
* fix: frontend check (unused urlize flow)
2024-03-27 23:56:05 +01:00
Ruben Fiszel
8f9787fdc4
support gh markdown for script, flows, resource description
2024-03-27 23:04:19 +01:00
Ruben Fiszel
6cb2d20b42
feat: support gh markdown for script, flows, resource descriptions
2024-03-27 19:07:19 +01:00
Ruben Fiszel
dead13ba93
improve autosize + add markdown support for scripts and workflows
2024-03-27 18:19:37 +01:00
Ruben Fiszel
8e1bd8f957
chore(main): release 1.298.0 ( #3475 )
...
* chore(main): release 1.298.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-27 17:25:32 +01:00
Ruben Fiszel
1edf493e6d
fix: fix clean cache deleting config
2024-03-27 17:15:29 +01:00
Ruben Fiszel
532cef999d
update python to 3.11.8
2024-03-27 16:32:45 +01:00
HugoCasa
a83f286729
chore(benchmarks): merge workers graphs ( #3477 )
2024-03-27 14:54:34 +01:00
Ruben Fiszel
2dd68b7616
nits map
2024-03-27 14:53:47 +01:00
Henri Courdent
e2c681457f
Template frontend script ( #3476 )
2024-03-27 14:25:52 +01:00
Ruben Fiszel
810136a4a4
feat: approval steps description
2024-03-27 14:04:14 +01:00
Ruben Fiszel
240ae93748
feat: add map support in renderer
2024-03-27 10:14:44 +01:00
Ruben Fiszel
57a0530434
fix: display approval step at top level regardless of depth
2024-03-27 09:46:09 +01:00
Ruben Fiszel
c265593099
fix powershell with nsjail
2024-03-26 23:11:26 +01:00
Henri Courdent
90726a5b53
Windmill AI handle multiple lines ( #3469 )
...
* Windmill AI handle multiple lines
* Fix npm_check
* Fix height
* Get rid of custom css
* fix: handle edge cases
* fix: edge edge case
* fix: adjust size on popup open
* fix: cancel request on leave
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-03-26 23:04:42 +01:00
Ruben Fiszel
7c679dd7db
chore(main): release 1.297.1 ( #3474 )
...
* chore(main): release 1.297.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 22:26:31 +01:00
Ruben Fiszel
3388ab41dd
fix: fix approval steps handling of default args
2024-03-26 22:16:19 +01:00
Ruben Fiszel
641b706fb1
chore(main): release 1.297.0 ( #3473 )
...
* chore(main): release 1.297.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 19:15:03 +01:00
Ruben Fiszel
5d6238de11
fix python client set_user_state
2024-03-26 19:09:56 +01:00
HugoCasa
14a86bf59c
feat: add visible to runner only default value ( #3472 )
2024-03-26 19:07:21 +01:00
Ruben Fiszel
2bee8738e3
chore(main): release 1.296.1 ( #3471 )
...
* chore(main): release 1.296.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 19:02:34 +01:00
Ruben Fiszel
bf0dd29a1d
fix python client set_user_state
2024-03-26 18:57:54 +01:00
Ruben Fiszel
70b8442373
nit flow editor
2024-03-26 18:54:37 +01:00
Ruben Fiszel
ab53dd5b76
improve getUserClient in typescript
2024-03-26 18:53:18 +01:00
Ruben Fiszel
703c11891a
fix(backend): update chrono dependency
2024-03-26 18:47:15 +01:00
Ruben Fiszel
58030ffe97
chore(main): release 1.296.0 ( #3468 )
...
* chore(main): release 1.296.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 18:33:17 +01:00
Henri Courdent
81b07b00dd
Update changelogs march 24 ( #3470 )
2024-03-26 18:28:39 +01:00
HugoCasa
f8fa220dc7
feat: differentiate benchmark graphs by nb of workers ( #3463 )
...
* feat: differentiate benchmark graphs by nb of workers
* fix: multiple workers action save changes
* fix: github action
* fix: workers and pull
* fix: typo
* fix: dedicated bench
* fix: dedicated
* fix: add back dep
* fix: push dedicated changes
2024-03-26 18:27:51 +01:00
HugoCasa
195b378396
feat: gforms oauth ( #3466 )
2024-03-26 18:25:39 +01:00
Ruben Fiszel
5fdfa28cb9
fix: improve git sync for script renames
2024-03-26 18:21:58 +01:00
Ruben Fiszel
ef1ce83279
feat: add set_flow_user_states and get_flow_user_states api and sdk support
2024-03-26 17:31:17 +01:00
Ruben Fiszel
8dace59ab0
webhook id nits
2024-03-26 11:50:39 +01:00
Ruben Fiszel
339d17ff48
fix: replace token in webhook panel after creation
2024-03-26 11:21:59 +01:00
Ruben Fiszel
d2af36c01a
chore(main): release 1.295.4 ( #3467 )
...
* chore(main): release 1.295.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 10:42:48 +01:00
Ruben Fiszel
d0edc75da9
fix: use webhook id as username
2024-03-26 10:06:01 +01:00
Ruben Fiszel
256b4253c9
chore(main): release 1.295.3 ( #3460 )
...
* chore(main): release 1.295.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-26 09:03:20 +01:00
Ruben Fiszel
d6e07a5f9e
nit
2024-03-26 09:01:36 +01:00
HugoCasa
728a6b1665
fix: previous runs date ( #3461 )
2024-03-26 00:04:39 +01:00
HugoCasa
a92ae18cb6
fix: extension of full logs download ( #3464 )
2024-03-26 00:02:44 +01:00
HugoCasa
abc3a7d74a
fix: custom contextual variabels when superadmin ( #3458 )
2024-03-25 16:24:54 +01:00
Ruben Fiszel
84076fce63
chore(main): release 1.295.2 ( #3457 )
...
* chore(main): release 1.295.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-25 09:05:32 +01:00
Ruben Fiszel
aaa766bcd6
fix(typescript-client): improve runScript
2024-03-25 08:55:44 +01:00
Ruben Fiszel
b6299a4820
nit improve benchmarks
2024-03-24 18:52:10 +01:00
Ruben Fiszel
e27f2e069a
nit improve benchmarks
2024-03-24 18:52:04 +01:00
Ruben Fiszel
21258a32b9
nit improve benchmarks
2024-03-24 18:42:43 +01:00
Ruben Fiszel
25c81e9e3d
nit improve benchmarks
2024-03-24 18:31:22 +01:00
Ruben Fiszel
dd17af1594
nit improve benchmarks
2024-03-24 18:18:51 +01:00
Ruben Fiszel
ecedd13d68
nit improve benchmarks
2024-03-24 18:17:07 +01:00
Ruben Fiszel
c15eeff3ea
improve vacuum queue
2024-03-24 17:40:21 +01:00
Ruben Fiszel
e51c63d81c
improve vacuum queue
2024-03-24 17:28:15 +01:00
Ruben Fiszel
d2d6e3c411
simplify codegen
2024-03-24 17:15:13 +01:00
Ruben Fiszel
9b795173e1
chore(main): release 1.295.1 ( #3456 )
...
* chore(main): release 1.295.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-23 18:47:12 +01:00
Ruben Fiszel
d2afc05703
fix: add support for azure storage on distributed cache/logs
2024-03-23 18:42:38 +01:00
Ruben Fiszel
173716ff4f
chore(main): release 1.295.0 ( #3454 )
...
* chore(main): release 1.295.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-23 16:56:19 +01:00
Ruben Fiszel
4f6c2a183e
improve flow rendering
2024-03-23 16:51:49 +01:00
Ruben Fiszel
368eef1a8a
improve flow rendering
2024-03-23 16:41:59 +01:00
Ruben Fiszel
6bf20838ae
feat(frontend): fetch logs just-in-time only when necessary
2024-03-23 15:57:23 +01:00
HugoCasa
283d55008c
feat: add workspace environment vars (custom contextual vars) ( #3455 )
...
* feat: custom contextual variables
* chore: sqlx prepare
* fix: main merge
2024-03-23 11:40:55 +01:00
Ruben Fiszel
af58abd65d
nit
2024-03-23 11:40:28 +01:00
Ruben Fiszel
4bada8a69f
nit newline
2024-03-23 11:33:10 +01:00
Ruben Fiszel
75e9e67d7a
feat: large log disk and distributed storage compaction
2024-03-23 10:55:29 +01:00
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 >
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 >
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 >
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 >
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 >
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 >
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 >
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
Ruben Fiszel
abaeafa3e1
fix tests
2024-03-17 12:15:43 +01:00
Ruben Fiszel
0c642dbf63
fix tests
2024-03-17 12:11:13 +01:00
Ruben Fiszel
b3e53de947
removing pulling all piptars at start
2024-03-17 11:21:43 +01:00
Ruben Fiszel
e0235d9e9e
fix: disapproval does not trigger flow error handler anymore
2024-03-17 11:08:02 +01:00
Ruben Fiszel
fccafc7d6c
chore(main): release 1.292.0 ( #3422 )
...
* chore(main): release 1.292.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-16 19:18:09 +01:00
HugoCasa
695e2c54cf
feat: db schema explorer collapsed by default ( #3427 )
2024-03-16 19:15:03 +01:00
Ruben Fiszel
57c0c95fca
log nits
2024-03-16 19:01:58 +01:00
Ruben Fiszel
ffbfba9323
bash nits
2024-03-16 18:52:17 +01:00
Ruben Fiszel
1e9dc754d2
nits logging
2024-03-16 18:30:51 +01:00
Ruben Fiszel
00942671fe
nits logging
2024-03-16 18:06:29 +01:00
Ruben Fiszel
e5366b84bb
feat: refactor logging to improve performance by order of magnitude for longer jobs
2024-03-16 17:55:34 +01:00
HugoCasa
bab67fe3ae
feat: wmill sync workspace settings ( #3425 )
...
* feat: wmill sync workspace settings
* fix: build
* fix: nit
2024-03-15 20:07:48 +01:00
Henri Courdent
415cfaab11
Fix approval helpers ( #3423 )
2024-03-15 18:05:44 +01:00
Ruben Fiszel
a2f4c26690
fix: allow longer worker names
2024-03-15 15:33:47 +01:00
Ruben Fiszel
ae661365e4
fix: s3 cache is an instance settings ( #3421 )
...
* s3
* s3
2024-03-15 15:09:05 +01:00
Ruben Fiszel
12a9b0fbcd
chore(main): release 1.291.4 ( #3419 )
...
* chore(main): release 1.291.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-15 12:24:06 +01:00
Faton Ramadani
50b4c71198
fix(frontend): correctly change the currentPage when perPage changes ( #3420 )
2024-03-15 11:27:11 +01:00
Ruben Fiszel
71f7299b6c
fix: improve pip_secret interpolation
2024-03-15 11:17:41 +01:00
Ruben Fiszel
a278f28d6f
fix: improve bun assistant for relative paths
2024-03-15 11:09:01 +01:00
Ruben Fiszel
cd0a6809ee
fix readme
2024-03-15 10:09:08 +01:00
Ruben Fiszel
89516b922f
fix: avoid unecessary re-schedule for retyied flows
2024-03-15 09:53:58 +01:00
HugoCasa
c2098e56ae
fix: db studio include tables of all schemas ( #3418 )
2024-03-15 08:16:08 +00:00
Ruben Fiszel
7c1e37eb86
fix deno test issues
2024-03-14 20:57:56 +01:00
Ruben Fiszel
27321e1b68
chore(main): release 1.291.3 ( #3417 )
...
* chore(main): release 1.291.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-14 20:11:36 +01:00
Ruben Fiszel
c96c527814
fix: fix sqlx
2024-03-14 20:08:43 +01:00
Ruben Fiszel
0ce9ad6249
chore(main): release 1.291.2 ( #3416 )
...
* chore(main): release 1.291.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-14 19:58:54 +01:00
Ruben Fiszel
e5f7bcf1a6
fix jobs metrics
2024-03-14 19:53:38 +01:00
Ruben Fiszel
47d96c0d97
add NO_LOGS_AT_ALL
2024-03-14 19:47:46 +01:00
Ruben Fiszel
df910d7441
fix: be less agressive with log streaming for long jobs
2024-03-14 19:42:41 +01:00
Ruben Fiszel
651c915787
chore(main): release 1.291.1 ( #3415 )
...
* chore(main): release 1.291.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-14 17:19:29 +01:00
Faton Ramadani
d569296301
fix(frontend): fix oneOf configuration ( #3414 )
2024-03-14 16:48:31 +01:00
Ruben Fiszel
40b70f6235
chore(main): release 1.291.0 ( #3406 )
...
* chore(main): release 1.291.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-14 15:42:39 +01:00
Ruben Fiszel
f3a134fcac
Update ee-repo-ref.txt
2024-03-14 15:23:33 +01:00
HugoCasa
92db3d92d9
feat: enable automatic billing by default ( #3403 )
...
* feat: enable automatic billing by default
* chore: set ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-03-14 15:22:50 +01:00
Henri Courdent
fd8f1130ed
Added icons & color handling for hub ( #3404 )
...
* Added icons & color handling for hub
* Fix Edgedb icon
2024-03-14 15:21:31 +01:00
Ruben Fiszel
43bed9b9dd
fix integration tests
2024-03-14 14:35:34 +01:00
Ruben Fiszel
b382bf3c89
fix: use try_lock instead of lock to wait for global pg lock
2024-03-14 14:28:13 +01:00
Ruben Fiszel
97d4f1cc26
feat: better locking ( #3412 )
...
* earlyBackendStop
* fix(frontend): Flow step input description (#3409 )
* fix(frontend): Add missing descrpition in a flow step input
* fix(frontend): Add missing descrpition in a flow step input
* fix(frontend): Fix color picker layout (#3411 )
* feat: add bit support in pg (#3407 )
* fix sqlx
* fix: remove dependency on semver intersect for bun
* sqlx fix
* improve early kill behavior
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-03-14 13:57:54 +01:00
Faton Ramadani
5f28e938df
feat(frontend): use the DisplayResult component in the Expanded resul… ( #3410 )
...
* feat(frontend): use the DisplayResult component in the Expanded result drawer
* fix(frontend): Fix table-row styling
2024-03-14 12:42:13 +01:00
Ruben Fiszel
fba9b0d1ff
sqlx fix
2024-03-14 12:40:30 +01:00
Ruben Fiszel
1cf6d8b462
fix: remove dependency on semver intersect for bun
2024-03-14 12:36:38 +01:00
Ruben Fiszel
479fe6467a
fix sqlx
2024-03-14 11:10:13 +01:00
HugoCasa
3730566844
feat: add bit support in pg ( #3407 )
2024-03-14 10:40:20 +01:00
Faton Ramadani
c6587b93ed
fix(frontend): Fix color picker layout ( #3411 )
2024-03-14 10:40:09 +01:00
Faton Ramadani
f01aefdd05
fix(frontend): Flow step input description ( #3409 )
...
* fix(frontend): Add missing descrpition in a flow step input
* fix(frontend): Add missing descrpition in a flow step input
2024-03-14 09:17:59 +01:00
Ruben Fiszel
55ea67d343
fix: show current pid before acquiring lock
2024-03-14 01:02:55 +01:00
Ruben Fiszel
ac1eeb187a
fix: improve error handler settings
2024-03-13 22:52:44 +01:00
Ruben Fiszel
ef7d73354b
fix: tabs can now be moved within apps
2024-03-13 19:27:37 +01:00
Ruben Fiszel
02627d85e3
chore(main): release 1.290.1 ( #3405 )
...
* chore(main): release 1.290.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-13 18:58:56 +01:00
Ruben Fiszel
88bd627d5f
nit static inputs
2024-03-13 18:56:46 +01:00
Ruben Fiszel
d5f7583185
fix: fix static inputs in apps
2024-03-13 18:50:55 +01:00
Ruben Fiszel
04977bbd7d
chore(main): release 1.290.0 ( #3386 )
...
* chore(main): release 1.290.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-13 17:01:35 +01:00
Ruben Fiszel
90b8cb3153
fix: improve bun type assistant ( #3402 )
...
* fix ATA
* improve ATA
* improve ATA
* improve ATA
2024-03-13 16:55:43 +01:00
Ruben Fiszel
7d5b50775c
fix: make oauth settings more resilient to being ill-defined
2024-03-13 15:27:03 +01:00
Ruben Fiszel
7ce0466795
nits
2024-03-13 02:18:14 +01:00
Ruben Fiszel
ad2f21326d
fix: add more metadata for insert completed_job log
2024-03-13 01:43:53 +01:00
HugoCasa
f82af22eaa
fix: initial path when changing path of draft only scripts and flows ( #3400 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-03-13 00:27:05 +01:00
Ruben Fiszel
89b7ac9f39
sqlx
2024-03-13 00:02:18 +01:00
Ruben Fiszel
f9a1fdfdb8
add customizable template
2024-03-12 23:55:04 +01:00
Henri Courdent
69f838451c
End of script ugly logo and Delete button for mac ( #3370 )
...
* End of script ugly logo and Delete button for mac
* Del command for Mac
* Non-mac test
2024-03-12 23:45:49 +01:00
HugoCasa
104aa75634
feat: git sync users groups ( #3391 )
...
* feat: git sync users groups
* fix: sqlx build
* chore: set ee ref + hub sync script
2024-03-12 23:42:59 +01:00
Ruben Fiszel
50f77fbcbd
nit UX
2024-03-12 21:52:22 +01:00
Ruben Fiszel
a2807e6047
feat: configurable languages and orders
2024-03-12 21:50:24 +01:00
Faton Ramadani
212c9d76e5
feat(frontend): DB Studio improvements ( #3389 )
...
* fix(frontend): wip
* fix(frontend): validate column def
* fix(frontend): add column definition loading sate
* fix(frontend): only reload columns if static
* fix(frontend): improve validation
* fix(frontend): improve reactivity
* fix(frontend): fix colum defs sync
* fix(frontend): fix colum defs sync + insert
* fix(frontend): fix insert
* fix(frontend): fix
* fix(frontend): fix insert
* fix(frontend): fix insert
* fix(frontend): fix hideSearch + hideInsert
* fix(frontend): fix early return
* fix(frontend): fix delete + policy
* fix(frontend): fix delete
* fix(frontend): restrict resource + table to static only
2024-03-12 17:42:32 +01:00
HugoCasa
cda5e056f5
fix: remove admin instance username if setting disabled ( #3398 )
2024-03-12 14:25:01 +01:00
Ruben Fiszel
5a3fe73209
Revert "fix: only set admin instance username when setting enabled ( #3396 )" ( #3397 )
...
This reverts commit f974d4570a .
2024-03-12 13:57:34 +01:00
HugoCasa
f974d4570a
fix: only set admin instance username when setting enabled ( #3396 )
2024-03-12 13:55:19 +01:00
HugoCasa
9a1d10fed6
fix: prevent auto add duplicate user ( #3395 )
2024-03-12 13:31:53 +01:00
wanglf
a501d45e70
add pytenable to resolution exception mapping
...
* Update lib.rs
PYTHON_IMPORTS_REPLACEMENT: tenable => pyTenable
* Update lib.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-03-12 11:59:07 +01:00
HugoCasa
4f65b23cdd
feat: instance usernames ( #3382 )
...
* feat: instance usernames
* fix: sqlx + ee ref
* feat: make one-off button for enabling
* chore: set ee ref
* fix: permissions and nits
* fix: admin instance username + sqlx build
* fix: revert stupid change
* fix: only create instance username when setting enabled
* chore: update to ee latest
2024-03-12 11:55:18 +01:00
Faton Ramadani
cc8e73c77f
fix(frontend): Disabled delete node + correctly update debug menu when nodes are deleted ( #3387 )
...
* fix(frontend): Disabled delete node + correctly handle debug menu
* fix(frontend): improve reactivity
2024-03-11 09:58:07 +01:00
Faton Ramadani
16b1c33de5
fix(frontend): add script history in the script menu on the homepage … ( #3388 )
...
* fix(frontend): add script history in the script menu on the homepage + move test an iteration
* fix(frontend): fix Test an iteration position
2024-03-11 09:34:43 +01:00
Ruben Fiszel
41a27d1c13
fix: reset to default tag
2024-03-10 20:36:12 +01:00
Ruben Fiszel
ef4c3ebdee
fix build
2024-03-10 19:43:23 +01:00
Ruben Fiszel
797c5515e1
fix: add include_query to all endpoints
2024-03-10 15:50:12 +01:00
Jacob Reynolds
376f8ded5b
Fixing typo in LogViewer.svelte ( #3385 )
2024-03-10 09:53:59 +01:00
Ruben Fiszel
4264b9fe22
chore(main): release 1.289.0 ( #3384 )
...
* chore(main): release 1.289.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-09 17:11:13 +01:00
Ruben Fiszel
8a8fab8b41
fix(cli): warn to switch to bun in the CLI
2024-03-09 17:08:28 +01:00
Ruben Fiszel
017190be27
fix(cli): warn to switch to bun in the CLI
2024-03-09 17:05:57 +01:00
Ruben Fiszel
357f74ad1a
feat: bun is now the default typescript language
2024-03-09 15:20:47 +01:00
Ruben Fiszel
64ac515a93
chore(main): release 1.288.0 ( #3383 )
...
* chore(main): release 1.288.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-09 01:00:55 +01:00
Ruben Fiszel
ec7a783ead
update ee repo
2024-03-09 00:49:46 +01:00
Ruben Fiszel
276a93e07a
update ee repo
2024-03-09 00:45:40 +01:00
Ruben Fiszel
5c52c2e179
update ee repo
2024-03-09 00:43:02 +01:00
Ruben Fiszel
eec2c7018a
update ee repo
2024-03-09 00:27:30 +01:00
Ruben Fiszel
f9ce9dbfa8
update ee repo
2024-03-09 00:20:24 +01:00
Ruben Fiszel
420ed5e677
update ee repo
2024-03-09 00:15:07 +01:00
Ruben Fiszel
2d957ad3b3
fix compile
2024-03-09 00:05:23 +01:00
Ruben Fiszel
bddbd0940e
fix compile
2024-03-08 23:55:10 +01:00
Ruben Fiszel
9e34efb362
update ee repo
2024-03-08 23:41:52 +01:00
Ruben Fiszel
9e0ba03e6d
fix warnings
2024-03-08 23:20:54 +01:00
Ruben Fiszel
4578ed32da
feat: implement s3 oidc support + azure workload identity support
2024-03-08 22:51:16 +01:00
Ruben Fiszel
41a1c78595
chore(main): release 1.287.1 ( #3381 )
...
* chore(main): release 1.287.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-08 14:43:56 +01:00
Faton Ramadani
3713ad0b8d
fix(frontend): fix theme fork ( #3380 )
2024-03-08 14:37:42 +01:00
Ruben Fiszel
ae46879ce4
chore(main): release 1.287.0 ( #3365 )
...
* chore(main): release 1.287.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-08 11:47:10 +01:00
Faton Ramadani
ed9379aab4
fix(frontend): improve table selection ( #3347 )
...
* fix(frontend): improve table selection
* fix(frontend): remove console.logs
* fix(frontend): fix snowflake
* fix(frontend): add condition to clear the columns
* fix(frontend): limit the reactivity
* fix(frontend): clean up
2024-03-08 11:40:33 +01:00
Henri Courdent
19f2866b8d
Workflow as code Changelog ( #3371 )
2024-03-07 17:57:31 +01:00
Faton Ramadani
2e905313b8
fix(frontend): fix snowflake columnsDefs ( #3377 )
2024-03-07 08:39:03 +01:00
Ruben Fiszel
a2d0a96423
increase backed timeout
2024-03-06 17:05:15 +01:00
HugoCasa
8b88f64ede
feat: add quickbooks oauth ( #3359 )
2024-03-06 16:05:24 +01:00
jneeee
c3042bbbd3
Reduce two layers ( #3369 )
2024-03-06 16:04:55 +01:00
Ruben Fiszel
5020c7134d
small exists_worker_with_tag nit
2024-03-06 15:57:48 +01:00
Ruben Fiszel
2a85a874d7
fix: improve custom concurrency key handling
2024-03-06 15:53:01 +01:00
HugoCasa
c04adcca86
fix: pg timstamptz param ( #3364 )
2024-03-06 12:50:01 +01:00
Ruben Fiszel
caed0fdd43
client nits
2024-03-06 01:56:55 +01:00
Ruben Fiszel
ab6852e913
chore(main): release 1.286.2 ( #3358 )
...
* chore(main): release 1.286.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-06 01:06:10 +01:00
Ruben Fiszel
465dfc186b
fix: add more functions to typescript client
2024-03-06 01:00:15 +01:00
Ruben Fiszel
1f3fac2b9d
chore(main): release 1.286.1 ( #3357 )
...
* chore(main): release 1.286.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-06 00:46:00 +01:00
Ruben Fiszel
b17ae785e6
fix: add more functions to typescript client
2024-03-06 00:28:17 +01:00
Ruben Fiszel
8089b95138
chore(main): release 1.286.0 ( #3356 )
...
* chore(main): release 1.286.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 23:31:16 +01:00
Ruben Fiszel
0fe9ac10bb
workflow as code ts improvements
2024-03-05 23:22:25 +01:00
Ruben Fiszel
e3e86e5c34
feat: workflow as code for typescript
2024-03-05 23:14:04 +01:00
Ruben Fiszel
7575e12dc8
fix: workers to load custom tags for running sync scripts locally
2024-03-05 19:34:01 +01:00
Ruben Fiszel
50dc03c632
chore(main): release 1.285.4 ( #3355 )
...
* chore(main): release 1.285.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 19:21:16 +01:00
Ruben Fiszel
d30cd3a4ba
fix: improve workflow as code python client
2024-03-05 19:16:10 +01:00
Ruben Fiszel
84012ae4cf
chore(main): release 1.285.3 ( #3352 )
...
* chore(main): release 1.285.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 19:05:36 +01:00
Ruben Fiszel
27c0331331
fix go-client
2024-03-05 18:54:01 +01:00
Ruben Fiszel
9c2ff8f07f
fix go-client
2024-03-05 18:51:47 +01:00
Ruben Fiszel
6a5fb87491
fix: improve workflow as code python client
2024-03-05 18:42:08 +01:00
Ruben Fiszel
bc40281aab
chore(main): release 1.285.2 ( #3348 )
...
* chore(main): release 1.285.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 17:04:25 +01:00
Ruben Fiszel
32fc3e25d1
fix: retrigger release
2024-03-05 16:40:22 +01:00
Henri Courdent
0ebf715cea
Search components works even with space at the end ( #3345 )
2024-03-05 15:38:18 +01:00
Ruben Fiszel
69cba92a94
chore(main): release 1.285.1 ( #3346 )
...
* chore(main): release 1.285.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 15:28:06 +01:00
Ruben Fiszel
73c93f37e0
fix: fix sqlx
2024-03-05 15:15:29 +01:00
Ruben Fiszel
2da6f44cc5
chore(main): release 1.285.0 ( #3340 )
...
* chore(main): release 1.285.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-05 12:51:07 +01:00
Ruben Fiszel
55c80959a0
feat: workflow as code with timelines
2024-03-05 12:45:24 +01:00
Faton Ramadani
4c6a7516f7
fix(frontend): Fix PSQL select ( #3343 )
2024-03-05 12:29:46 +01:00
Faton Ramadani
ca6311d8cd
feat(frontend): Added support for mysql, mssql and snowflake in the Database Studio ( #3250 )
...
* feat(frontend): Added support for mysql in the Database Studio
* feat(frontend): generic db
* feat(frontend): generic column def wip
* fix(frontend): adapt queries
* fix(frontend): adapt queries
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): remove useless runnable calls
* feat(frontend): MySQL + PSQL done, mssql wip
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): mssql: select + count done
* feat(frontend): mssql: update, insert and delete + fix policies
* feat(frontend): typo
* feat(frontend): fix build
* feat(frontend): improve perf + UI
* feat(frontend): add snowflake
* feat(frontend): fix count
* feat(frontend): debounce input
* feat(frontend): fix deploy button
* feat(frontend): remove ghost rows
* feat(frontend): Fix search
* feat(frontend): Fix search
* feat(fontend): remove bigquery
* feat(fontend): Fix performance issues + sorting
* feat(fontend): Fix lastRow
* feat(fontend): Fix build + search
* feat(fontend): fix mysql metadata
* feat(fontend): simplify code
* feat(fontend): remove cache + fix the number of calls
* feat(fontend): clean up
* feat(fontend): clean up
* feat(fontend): remove dead code
* feat(fontend): fix infinite scroll
* feat(fontend): fix count
* feat(fontend): remove unnecessary clearRows
* feat(fontend): add missing delete policy
* feat(fontend): fix search
* feat(fontend): fix search
* feat(fontend): roll back infiniteInitialRowCount
* feat(fontend): roll back infiniteInitialRowCount
* feat(fontend): add bigquery (#3326 )
* feat(fontend): add bigquery
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
* feat(fontend): remove code duplication
* feat(fontend): add mapping for postgres
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-03-05 08:52:20 +01:00
Ruben Fiszel
5407265419
fix: workflow as code python sdk improvement
2024-03-04 23:23:41 +01:00
Ruben Fiszel
2ba57d5578
workflow as code endpoint set proper parent job
2024-03-04 21:57:23 +01:00
Ruben Fiszel
69d9c3c5c0
chore(main): release 1.284.1 ( #3339 )
...
* chore(main): release 1.284.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-04 20:47:59 +01:00
Ruben Fiszel
0795353ec2
fix: workflow as code api improvement
2024-03-04 20:45:04 +01:00
Ruben Fiszel
e51f36ec1b
chore(main): release 1.284.0 ( #3331 )
...
* chore(main): release 1.284.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-04 20:30:54 +01:00
Ruben Fiszel
619e2784f0
feat: workflow as code v0
2024-03-04 20:19:34 +01:00
Soumit Das
7f8bc11aea
env table wan't displayed properly ( #3332 )
2024-03-04 09:30:33 +01:00
Ruben Fiszel
ba7f7165f0
remove nativets
2024-03-02 14:32:32 +01:00
Ruben Fiszel
161436644e
nit vacuum iterator
2024-03-02 13:51:28 +01:00
Ruben Fiszel
7f24ecd6bc
fix: allow multiselect in dynamic forms
2024-03-02 00:01:05 +01:00
Ruben Fiszel
35451d66d1
fix schedule creator
2024-03-01 21:25:25 +01:00
Ruben Fiszel
79407ae2e4
fix getMainButtons
2024-03-01 21:03:58 +01:00
Ruben Fiszel
67cf82f130
feat: add schedule page to script settings
2024-03-01 20:27:27 +01:00
Ruben Fiszel
644df205c3
chore(main): release 1.283.0 ( #3330 )
...
* chore(main): release 1.283.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-01 19:29:22 +01:00
HugoCasa
8812dfd428
feat: sync users and groups ( #3328 )
...
* feat: wmil sync for users and groups
* fix: sort admins
* fix: sqlx build
* chore: update to latest deno client
2024-03-01 19:25:14 +01:00
Henri Courdent
c997d0670e
Update changelog & logo runs ( #3329 )
2024-03-01 18:56:30 +01:00
Ruben Fiszel
19547e90c6
chore(main): release 1.282.2 ( #3325 )
...
* chore(main): release 1.282.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-01 12:22:08 +01:00
Ruben Fiszel
195ce113fd
fix: redo release
2024-03-01 12:15:21 +01:00
Ruben Fiszel
fc81366f82
chore(main): release 1.282.1 ( #3321 )
2024-03-01 12:04:18 +01:00
Ruben Fiszel
07fb3754af
fix: fix flow progress monitor when using parallel branches and continuing long after
2024-03-01 12:01:17 +01:00
Ruben Fiszel
410ec2cd78
fix: maintain order in flow inputs when never reordering
2024-03-01 11:43:36 +01:00
HugoCasa
5f86293f6c
chore: update ee ref ( #3322 )
2024-03-01 11:08:32 +01:00
Ruben Fiszel
07cea28712
fix: description of fields accept new lines
2024-03-01 08:53:54 +01:00
Ruben Fiszel
aaa7aa982e
chore(main): release 1.282.0 ( #3316 )
...
* chore(main): release 1.282.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-03-01 01:24:40 +01:00
Ruben Fiszel
ec38f92aa6
fix: improve dev mode for flows
2024-03-01 01:12:20 +01:00
Audrius Butkevicius
cb4ac89e08
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
530d1a97ff
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
6507173bcf
Fixed language issues. ( #3317 )
2024-02-29 13:56:46 +01:00
Ruben Fiszel
0d86dbaa5e
nit import removal
2024-02-29 13:07:00 +01:00
Ruben Fiszel
f444e4752f
improve multi-select style
2024-02-29 13:00:42 +01:00
Ruben Fiszel
493d2012a8
fix: app forms change value on default value changes
2024-02-29 12:39:41 +01:00
Ruben Fiszel
c0b661a673
update bun to 1.29.0 and deno to 1.41.0
2024-02-29 11:13:05 +01:00
Ruben Fiszel
e605639578
nit
2024-02-28 17:21:12 +01:00
Ruben Fiszel
8b26ea4ed9
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
0c47a3ea28
fix: fix app expr break
2024-02-28 16:33:50 +01:00
HugoCasa
0e6b164e16
fix: table-col/row switch issue in display result ( #3311 )
2024-02-28 16:17:50 +01:00
Ruben Fiszel
4c1692c2c4
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
07e166fc02
fix: fix app expr break
2024-02-28 15:48:26 +01:00
Ruben Fiszel
6c003226f4
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
a9b32382fb
improve expr eval
2024-02-28 14:46:18 +01:00
Ruben Fiszel
d1bb6a6924
fix: fix app expr break
2024-02-28 14:41:54 +01:00
Ruben Fiszel
e2c14572f3
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
afedd44ab5
improve bun auto-type fetching
2024-02-28 13:25:41 +01:00
Ruben Fiszel
4ad29be3e6
improve bun auto-type fetching
2024-02-28 13:22:12 +01:00
Ruben Fiszel
ad3c551d66
fix: add limits to bun auto-type fetching
2024-02-28 12:54:02 +01:00
Ruben Fiszel
afa3c54140
feat: improve performance of exprs in apps using memoized expr functors
2024-02-28 10:52:58 +01:00
Ruben Fiszel
03dc11f1cf
remove logs
2024-02-28 09:53:56 +01:00
Ruben Fiszel
260468cf73
fix: allow eval with return in last line
2024-02-28 09:45:05 +01:00
Ruben Fiszel
fc34594aeb
feat: implement progress monitor for parallel branches last transition
2024-02-28 08:49:35 +01:00
lfanew
e44aafe47b
Fix custom env var tooltip link ( #3307 )
2024-02-27 23:38:59 +01:00
Ruben Fiszel
7ce3286579
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
be7c03bda2
fix: solve deadlock issues for parallel branches with new progress monitor
2024-02-27 20:59:26 +01:00
HugoCasa
1c6e767617
feat: allow to pin database in sql scripts ( #3304 )
2024-02-27 19:59:52 +01:00
Ruben Fiszel
29ca285a44
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
66e46990b2
fix: handle very large ints as floats in snowflake ( #3302 )
2024-02-27 16:40:55 +01:00
HugoCasa
c9dbba43ea
chore: publish parser with pwsh datetime ( #3303 )
2024-02-27 16:37:42 +01:00
Ruben Fiszel
4285f1e47d
fix: improve handling of parallel flow branches of more than 30s
2024-02-27 16:33:13 +01:00
lfanew
96bd86d9da
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
ec10b3ff81
feat: add ee flag to common ( #3300 )
2024-02-27 12:06:48 +01:00
Ruben Fiszel
e1d2b7343f
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
49be282d21
fix: fix scheduling of overlapping flows
2024-02-27 00:50:03 +01:00
Ruben Fiszel
36771fbbde
improve runs filter
2024-02-27 00:08:37 +01:00
Ruben Fiszel
508a6299b0
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
2ba5bc673f
fix: clarify pg migration logs
2024-02-26 20:43:23 +01:00
Ruben Fiszel
435f4d41fb
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
31c17be8b7
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
cee9814a99
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
c7f6e6f9d5
fix: crash on init script failure
2024-02-26 19:50:33 +01:00
Ruben Fiszel
321da6ce30
more debug lines, remove telemetry for agents
2024-02-26 17:02:40 +01:00
HugoCasa
6a0ed19c80
fix: add bigint support to mysql ( #3294 )
2024-02-26 16:59:36 +01:00
Ruben Fiszel
499754af5c
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
b24225124a
fix: add HOME to pip install
2024-02-26 15:33:45 +01:00
Ruben Fiszel
18cee438b8
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
ee0f8b6914
fix: add HOME to pip install
2024-02-26 15:27:56 +01:00
Ruben Fiszel
b97b4bd128
chore(main): release 1.278.0 ( #3288 )
...
* chore(main): release 1.278.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-26 15:13:03 +01:00
Faton Ramadani
a457a0e9bf
fix(frontend): Fix the overlapping buttons in the Schedule to run later popup ( #3290 )
2024-02-26 15:11:57 +01:00
Ruben Fiszel
024f80aee4
fix: handle better flow hanging monitor
2024-02-26 15:09:39 +01:00
Ruben Fiszel
074a2f440d
fix: improve conditional wrapper and prevent more app errors
2024-02-26 12:44:53 +01:00
Faton Ramadani
cec19c87b5
fix(frontend): fix layout ( #3289 )
2024-02-26 10:34:47 +01:00
Faton Ramadani
000a4814e8
feat(frontend): Update shortcuts design ( #3285 )
...
* feat(frontend): Improve text colors + button shortcuts
* feat(frontend): revert theme changes
* fix(frontend): fix shortcuts
* fix(frontend): fix delete shortcut
2024-02-26 10:30:16 +01:00
Ruben Fiszel
199994a135
fix compile build
2024-02-26 08:57:05 +01:00
Ruben Fiszel
05a1e19b5e
chore(main): release 1.277.1 ( #3283 )
...
* chore(main): release 1.277.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-25 20:53:09 +01:00
Ruben Fiszel
55fc1c2d8f
set last_ping to null for current flows
2024-02-25 20:40:56 +01:00
Ruben Fiszel
86ca005c54
fix: do not handle zombie jobs on initial_load of monitor db
2024-02-25 20:37:33 +01:00
Ruben Fiszel
b5c4f4b6d0
chore(main): release 1.277.0 ( #3282 )
...
* chore(main): release 1.277.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-25 19:29:56 +01:00
Ruben Fiszel
136c04eed4
fix: improve relative bun loader
2024-02-25 19:18:10 +01:00
Ruben Fiszel
7207c0c801
increase flow zombie timeout to 30
2024-02-25 18:29:28 +01:00
Ruben Fiszel
32a45b544d
feat: more resilient flows in case of crash during transitions
2024-02-25 18:25:40 +01:00
Ruben Fiszel
c662208d4c
sqlx
2024-02-25 12:25:28 +01:00
Ruben Fiszel
314d457e3d
sqlx
2024-02-25 12:00:23 +01:00
Ruben Fiszel
88799b935e
fix: improve performance of list users
2024-02-25 11:41:41 +01:00
Ruben Fiszel
36ef54189f
chore(main): release 1.276.1 ( #3280 )
...
* chore(main): release 1.276.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-24 19:40:43 +01:00
Ruben Fiszel
f0a954601b
wasm fix
2024-02-24 19:38:03 +01:00
Ruben Fiszel
8171eb30ff
fix: parse wmill.S3Object as S3Object
2024-02-24 19:36:19 +01:00
Ruben Fiszel
d8c020fa06
modify python signature
2024-02-24 18:51:33 +01:00
Ruben Fiszel
90a31cf25c
chore(main): release 1.276.0 ( #3275 )
...
* chore(main): release 1.276.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-24 18:15:16 +01:00
Ruben Fiszel
a413541fa6
reactivate parquet features
2024-02-24 17:55:17 +01:00
Ruben Fiszel
5172a4e994
reactivate parquet features
2024-02-24 17:44:43 +01:00
Ruben Fiszel
29a7327bd8
reactive embedding feature
2024-02-24 17:39:14 +01:00
Ruben Fiszel
af6ba11c91
reactive embedding feature
2024-02-24 17:28:36 +01:00
Ruben Fiszel
acd6c07444
revert ee
2024-02-24 17:26:35 +01:00
Ruben Fiszel
4854f181b1
fix: improve s3file browser tester
2024-02-24 17:25:07 +01:00
Ruben Fiszel
665d0d5ef1
chore: fasten compilation time
2024-02-24 17:10:55 +01:00
Ruben Fiszel
494ce162c0
chore: fasten compilation time
2024-02-24 16:29:35 +01:00
Ruben Fiszel
9286487c39
fix: improve completed_job index
2024-02-24 00:13:28 +01:00
Ruben Fiszel
37987bf9ad
fix: make setting owner for folders a transaction
2024-02-23 23:12:50 +01:00
Ruben Fiszel
e4893a1875
remove use of singlescript flow job kinds
2024-02-23 21:45:23 +01:00
Ruben Fiszel
0df43221ec
fix: improve support for singlescriptflow
2024-02-23 21:06:55 +01:00
HugoCasa
044ea75403
feat: add filters for schedules ( #3276 )
2024-02-23 17:31:05 +01:00
Ruben Fiszel
5a57eb6fa8
improve git sync
2024-02-22 21:30:38 +01:00
HugoCasa
ec65b521ce
fix: replace no res/var error in app input with warning ( #3274 )
2024-02-22 17:59:38 +01:00
HugoCasa
b0f9299a2c
fix: improve erorr handling when error on app component run request ( #3273 )
2024-02-22 17:58:15 +01:00
Ruben Fiszel
80c713eae0
chore(main): release 1.275.6 ( #3272 )
...
* chore(main): release 1.275.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-22 17:46:37 +01:00
Ruben Fiszel
1697f4b254
fix: fix argenum breaking frontend bug
2024-02-22 17:42:59 +01:00
Ruben Fiszel
78ee76c787
chore(main): release 1.275.5 ( #3271 )
...
* chore(main): release 1.275.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-22 15:43:08 +01:00
Ruben Fiszel
4db0eb9222
revert ee links
2024-02-22 15:28:18 +01:00
Ruben Fiszel
08264e9c1a
fix: fix sqlx build
2024-02-22 15:11:36 +01:00
Ruben Fiszel
2e0f3c6a19
chore(main): release 1.275.4 ( #3270 )
...
* chore(main): release 1.275.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-22 14:52:18 +01:00
Henri Courdent
2102af6d48
Workspace settings and links ( #3267 )
...
* Workspace settings and links
* Encryption not EE
* Upgrade button
* Customer portal to dark
2024-02-22 14:45:12 +01:00
Ruben Fiszel
34ffde0652
revert ee symlink change
2024-02-22 14:41:39 +01:00
Ruben Fiszel
bc8e481fbb
fix: improve scim handling of renames on azure
2024-02-22 14:35:40 +01:00
Ruben Fiszel
17f52da4e5
chore(main): release 1.275.3 ( #3269 )
...
* chore(main): release 1.275.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-22 08:18:57 +01:00
Ruben Fiszel
e15e206026
fix: fix sqlx build
2024-02-22 07:58:03 +01:00
Ruben Fiszel
c6eb0b5840
fix: fix sqlx build
2024-02-22 07:55:57 +01:00
Ruben Fiszel
e4b2ec31f9
chore(main): release 1.275.2 ( #3264 )
...
* chore(main): release 1.275.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-22 07:23:59 +01:00
Ruben Fiszel
4333a106c0
improve app reactivity with onDemandOnly
2024-02-22 07:20:52 +01:00
Ruben Fiszel
d3f60b9f9c
fix: support arbitrary azure resource path for blob storage
2024-02-22 01:53:52 +01:00
HugoCasa
5ba0bf5294
fix: improve display result header ( #3265 )
...
* fix: improve display result header
* fix: improve code
2024-02-22 00:21:04 +01:00
Ruben Fiszel
1e1efb29ba
improve multi resource type resource picker
2024-02-22 00:13:49 +01:00
Ruben Fiszel
890682d4bd
fix empty tags on schedules
2024-02-21 23:16:06 +01:00
Ruben Fiszel
3946e54e70
handle schedule with empty tags
2024-02-21 23:08:53 +01:00
Ruben Fiszel
1a4e56d18a
lighten schedule export
2024-02-21 22:39:01 +01:00
Ruben Fiszel
1dea611a4c
fix: improve aggrid behavior edit when filtered
2024-02-21 22:18:47 +01:00
Ruben Fiszel
18a7c48f91
fix: fix app policy quote escaping
2024-02-21 21:44:44 +01:00
Ruben Fiszel
6059a820a9
fix: fix app policy quote escaping
2024-02-21 21:44:18 +01:00
Faton Ramadani
d696f854e1
fix(frontend): Fix the selection of the first row ( #3263 )
2024-02-21 16:46:44 +01:00
Ruben Fiszel
bf14873539
chore(main): release 1.275.1 ( #3261 )
...
* chore(main): release 1.275.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-21 15:56:32 +01:00
Ruben Fiszel
ceadc8a187
improve togglebuttongroup
2024-02-21 15:35:50 +01:00
Faton Ramadani
3278e09ccc
Subfolder indicator ( #3262 )
...
* feat(frontend): add an indicator that path can have subfolders
* feat(frontend): add an indicator that path can have subfolders
2024-02-21 14:50:23 +01:00
Faton Ramadani
c6865f8a6c
fix(frontend): Select the row when clicking on a checkbox ( #3260 )
2024-02-21 13:50:47 +01:00
Ruben Fiszel
71ff9f2873
chore(main): release 1.275.0 ( #3259 )
...
* chore(main): release 1.275.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-21 13:13:18 +01:00
Faton Ramadani
464604d939
feat(frontend): add support for datetime and time ( #3256 )
...
* feat(frontend): add support for datetime and time
* feat(frontend): Time component
* feat(frontend): add datetime
* feat(frontend): fix default dimensions
* feat(frontend): fix default dimensions
* feat(frontend): add missing case
* feat(frontend): fix datetime picker + improve time picker
* feat(frontend): compute date validity
* feat(frontend): fix placeholder
* feat(frontend): adapt tooltips + add missing min/max
* feat(frontend): remove console.log
* Update components.ts
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-21 12:44:39 +01:00
Ruben Fiszel
a09a487b84
fix: add default time to datetime picker
2024-02-21 12:42:54 +01:00
Ruben Fiszel
77d66efa45
fix(frontend): improve handling of optional enums
2024-02-21 12:25:10 +01:00
Ruben Fiszel
bd439f9666
chore(main): release 1.274.1 ( #3258 )
...
* chore(main): release 1.274.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-21 00:46:12 +01:00
Ruben Fiszel
806d111008
fix(python): ignore stdlib imports with _
2024-02-21 00:10:52 +01:00
Ruben Fiszel
da22e3dcae
chore(main): release 1.274.0 ( #3251 )
...
* chore(main): release 1.274.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-20 23:53:49 +01:00
Faton Ramadani
247396d04d
feat(frontend): App debug mode ( #3252 )
...
* feat(frontend): App debug mode
* feat(frontend): App debug mode
* feat(frontend): App debug mode
* feat(frontend): App debug mode
* feat(frontend): App debug mode done
* feat(frontend): App debug mode done
2024-02-20 23:50:29 +01:00
Ruben Fiszel
65e09a705f
fix: accept multiple dependency map importer for python
2024-02-20 23:28:42 +01:00
Ruben Fiszel
5216e4e14a
add folders_read to whoami endpoint
2024-02-20 21:13:53 +01:00
Ruben Fiszel
6a872dbacb
add zoneinfo to stdlib
2024-02-20 20:27:49 +01:00
Ruben Fiszel
bf3e417acc
fix(python): handle recursive python imports with loop
2024-02-20 19:42:11 +01:00
gbouv
7d4162d0d8
Revert "sqlx prepare"
...
This reverts commit a5c70672d2 .
2024-02-20 19:04:26 +01:00
gbouv
a5c70672d2
sqlx prepare
2024-02-20 18:54:56 +01:00
Ruben Fiszel
30105af0dd
fix: improve database studio
2024-02-20 14:41:10 +01:00
HugoCasa
409f3382db
fix: ai fill deep copy before slicing modules + minor improvements ( #3255 )
...
* fix: AI fill deep copy before slicing modules
* feat: green to accept + improve single input gen prompt
* fix: prompt nit
2024-02-20 14:31:59 +01:00
Henri Courdent
3032300dc5
Resource before custom object ( #3253 )
2024-02-20 13:19:08 +01:00
kapilsinha
15eca21745
Update RustPython dependency to fix nightly error ( #3254 )
...
Updated to a newer patch of RustPython so the nightly compiler now
works. Also needed to change the version of the time crate to fix
version mismatches across dependencies
2024-02-20 13:18:52 +01:00
Ruben Fiszel
33b02b1aef
feat(app): fields inputs can be picked to not trigger recompute individually
2024-02-20 12:24:20 +01:00
Faton Ramadani
62824e4af8
feat(frontend): Fix tailwind classes on the Select component ( #3249 )
2024-02-20 09:16:13 +01:00
Faton Ramadani
2138016242
feat(frontend): Button rework ( #3216 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* fix(frontend): improve buttons
* fix(frontend): improve buttons wip
* fix(frontend): wip
* fix(frontend): rework done
* feat(frontend): Fix grey buttons
2024-02-20 09:15:29 +01:00
Ruben Fiszel
75ade2d169
chore(main): release 1.273.0 ( #3242 )
...
* chore(main): release 1.273.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-20 02:14:50 +01:00
Ruben Fiszel
0f8024504e
SAML_AUDIENCE
2024-02-20 02:14:10 +01:00
Ruben Fiszel
3761de874e
fix: prevent bigquery/snowflake against abuse timeout
2024-02-20 01:56:04 +01:00
Ruben Fiszel
66fc78f233
feat: allow arbitrary timeout on graphql
2024-02-20 00:45:42 +01:00
Ruben Fiszel
18bb982852
feat: add support for mem peak to nativets scripts
2024-02-19 23:38:27 +01:00
Ruben Fiszel
e28fbc9c97
fix: prevent native http against timeout abuse
2024-02-19 23:28:06 +01:00
Ruben Fiszel
8e21532684
refactor future wrapper for queries
2024-02-19 22:11:45 +01:00
HugoCasa
4b153e7626
feat: usage-based billing ( #3247 )
...
* feat: usage-based billing
* fix: missing field
* fix: sqlx build
2024-02-19 21:09:59 +01:00
Ruben Fiszel
f129e75628
fix(psql): add mem peak to postgresql
2024-02-19 20:51:09 +01:00
Ruben Fiszel
a3320fe144
respect query timeout for pg queries
2024-02-19 20:11:28 +01:00
Ruben Fiszel
d35c67c9b9
fix: prevent postgres timeout abuse
2024-02-19 19:59:43 +01:00
HugoCasa
be3f9125af
fix: bigquery timeout ( #3244 )
...
* fix: bigquery timeout
* fix: use default timeout instead
2024-02-19 17:56:19 +01:00
Ruben Fiszel
c553d50a78
randomId drop target
2024-02-19 17:35:00 +01:00
Ruben Fiszel
4c5d6139ce
fix: improve date picker across app
2024-02-19 17:29:57 +01:00
Ruben Fiszel
f17e8bc15d
fix: improve runs page drag
2024-02-19 15:17:45 +01:00
Ruben Fiszel
8979f01730
fix(app): make custom components available in public apps
2024-02-19 14:44:14 +01:00
Ruben Fiszel
66578d1093
feat: no logos for whitelabel licenses
2024-02-19 14:26:04 +01:00
Ruben Fiszel
628dccf16a
feat: no logos for whitelabel licenses
2024-02-19 14:26:00 +01:00
Amélia
02dff11d96
Clarified tooltip ( #3246 )
2024-02-19 12:47:12 +01:00
HugoCasa
6ccca62876
fix: remove oom prio macos ( #3245 )
2024-02-19 12:36:57 +01:00
HugoCasa
458550f314
fix: backend build on macos ( #3243 )
2024-02-19 09:58:12 +01:00
Ruben Fiszel
4a224f60ab
fix: add support for onSelect to app select
2024-02-18 18:43:50 +01:00
Ruben Fiszel
5a47f5062b
fix: add support for onToggle for app checkboxes
2024-02-18 18:31:49 +01:00
Ruben Fiszel
e1cadf67de
chore(main): release 1.271.0 ( #3241 )
...
* chore(main): release 1.271.0
* update versions
* update versions
2024-02-18 14:39:41 +01:00
Ruben Fiszel
2c4a3a02a3
fix: improve instance settings save button UX
2024-02-18 14:35:42 +01:00
Ruben Fiszel
77aaf2724c
chore: remove warnings
2024-02-18 14:03:00 +01:00
Ruben Fiszel
a61936f66f
fix: update internal deno runtime to 0.262.0 ( #3240 )
...
* feat: scim token and saml metadata setting in UI directly
* chore(main): release 1.271.0 (#3237 )
* chore(main): release 1.271.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* fix test
* all
* update all
* fix frontend
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-18 13:19:35 +01:00
Ruben Fiszel
639c80220f
feat: scim token and saml metadata setting in UI directly
...
chore(main): release 1.271.0 (#3237 )
* chore(main): release 1.271.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
fix test
revert ee changes
revert ee changes
2024-02-18 07:26:12 +01:00
Ruben Fiszel
1de8479259
add support for pip index url
2024-02-17 15:58:20 +01:00
Ruben Fiszel
e85a79cb16
chore: s3 helpers EE
2024-02-17 15:05:15 +01:00
Ruben Fiszel
91395aaa73
chore: s3 helpers EE
2024-02-17 15:05:10 +01:00
Ruben Fiszel
14234fd1c0
nit
2024-02-17 14:50:29 +01:00
Ruben Fiszel
23f143f3c4
chore: git sync EE
2024-02-17 14:36:18 +01:00
Ruben Fiszel
507da8ed4b
fix build
2024-02-17 13:55:27 +01:00
Ruben Fiszel
38258f702b
fix build
2024-02-17 13:54:54 +01:00
Ruben Fiszel
51e1d48fa3
fix oss build
2024-02-17 11:19:08 +01:00
Guillaume Bouvignies
810ea6f4d7
chore: SCIM EE ( #3230 )
...
* chore: SCIM EE
* update ee repo ref
* configurable port
* scim improvement
* scim improvement
* change ref
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-02-17 11:00:29 +01:00
Mikhail Zagurskiy
a354ebd6ea
Fix build for Windows ( #3235 )
...
* Fix build for Windows
* Fix typo
2024-02-17 10:45:38 +01:00
Ruben Fiszel
7c65ca76c9
print SAML_METADATA in logs
2024-02-16 20:52:12 +01:00
Ruben Fiszel
041b777fd6
fix(mysql): support integer with float type
2024-02-16 18:33:21 +01:00
Ruben Fiszel
801eda1e22
fix: pre-select resource if there is only one
2024-02-16 17:53:47 +01:00
Ruben Fiszel
abe368e31b
chore(main): release 1.270.3 ( #3236 )
...
* chore(main): release 1.270.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-16 17:37:52 +01:00
Ruben Fiszel
b0155ffb7e
fix: server cache only cache tokens for 120s
2024-02-16 17:30:53 +01:00
Ruben Fiszel
f0dc6f8db9
restrict policies to windmill_user
2024-02-16 13:05:39 +01:00
Ruben Fiszel
661ff7b0ae
clarify Ran in
2024-02-16 11:03:49 +01:00
Ruben Fiszel
bcff00071f
chore(main): release 1.270.2 ( #3234 )
...
* chore(main): release 1.270.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-16 09:51:17 +01:00
Ruben Fiszel
d4e634ea68
bump deno to 1.40.5
2024-02-16 09:38:21 +01:00
gft-kysonnd
b1638fcbe2
fix(frontend): wrap values with special characters in double quotes when downloading a CSV ( #3232 )
...
* wrapped values with special characters in double quotes when downloading CSV
* Update AutoDataTable.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-02-16 09:17:19 +01:00
Ruben Fiszel
bdb96a9cc3
chore(main): release 1.270.1 ( #3231 )
...
* chore(main): release 1.270.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-16 09:16:20 +01:00
Ruben Fiszel
1750707215
improve from connection string parser for postgres
2024-02-16 09:10:42 +01:00
Ruben Fiszel
dc583723a7
fix(deno): add allow-net
2024-02-16 00:32:31 +01:00
Ruben Fiszel
42377efad0
chore(main): release 1.270.0 ( #3213 )
...
* chore(main): release 1.270.0
* Apply automatic changes
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-15 22:53:50 +01:00
Ruben Fiszel
3b39d16f41
fix build
2024-02-15 18:36:13 +01:00
Faton Ramadani
455aaedd92
fix(frontend): Fix table action recompute ( #3221 )
...
* fix(frontend): Fix table action recompute
* fix(frontend): fix hover colors
2024-02-15 17:40:13 +01:00
Guillaume Bouvignies
e6513acf5c
chore: SSO EE ( #3207 )
...
* chore: SSO EE
* update ee repo ref
* revert EE gating
* update ref to ee repo
* update comment
* Move check_nb_users
* update ee repo ref
2024-02-15 17:31:53 +01:00
Guillaume Bouvignies
d1f929b2bb
fix: oauth settings for github and gitlab ( #3219 )
...
* fix: oauth settings for github and gitlab
* toggle only in SSO
* fix oauth user toggle
2024-02-15 17:19:21 +01:00
HugoCasa
7f98a96e24
fix: add timestamp array support in pg ( #3229 )
2024-02-15 17:18:41 +01:00
Faton Ramadani
69da45ddf2
fix(frontend): fix supabase connect ( #3218 )
2024-02-15 17:03:27 +01:00
Henri Courdent
c39918c313
Download file and file input borders ( #3220 )
2024-02-15 17:03:05 +01:00
Guillaume Bouvignies
e8ed4783b2
feat: Workspace encryption key can be manually updated ( #3223 )
...
* feat: Workspace encryption key can be manually updated
* sqlx prepare
2024-02-15 17:02:45 +01:00
Faton Ramadani
28192ec014
fix(frontend): update a few svelte packages ( #3222 )
2024-02-15 16:58:59 +01:00
Guillaume Bouvignies
f61116da24
chore: License validation and Audit logs EE ( #3227 )
...
* chore: audit log EE
* update repo ref
* license key validation EE
2024-02-15 16:51:24 +01:00
Faton Ramadani
f399f4921e
fix(frontend): add header when downloading a CSV ( #3228 )
2024-02-15 16:51:13 +01:00
Ruben Fiszel
b75f79d327
fix: run recompute on success for toggles on click and set default value
2024-02-15 02:14:40 +01:00
Ruben Fiszel
4a9147f9ae
implement noInitialize for runnable component
2024-02-14 22:13:28 +01:00
HugoCasa
4492279c50
fix: prevent AI fill inputs freezing ( #3226 )
2024-02-14 21:28:20 +01:00
Jacopo Bonomi
ca0b2418af
typo error on comment ( #3225 )
2024-02-14 19:40:31 +01:00
Ruben Fiszel
d18eb66e21
fix user account settings
2024-02-14 19:27:49 +01:00
Guillaume Bouvignies
86326c1652
feat: Git sync exclude certain type per repository ( #3210 )
...
* feat: Git sync exclude certain type per repository
* sync secret and variable
* remove bind:disabled
2024-02-14 14:28:04 +01:00
HugoCasa
d3a74e881f
fix: add back resource type btn for bun/fetch ( #3217 )
2024-02-14 13:23:54 +01:00
Ruben Fiszel
44bfbadf68
fix(sso): improve handling of filters for get groups for sso
2024-02-14 13:12:13 +01:00
Ruben Fiszel
b61d103529
fix more goto
2024-02-14 12:49:27 +01:00
Ruben Fiszel
8dd7cedfe5
fix saml and cli goto
2024-02-14 12:47:02 +01:00
Ruben Fiszel
fba6a7c246
fix saml and cli goto
2024-02-14 12:46:40 +01:00
HugoCasa
b81b095b61
feat: add raw option for urlencoded webhook call ( #3215 )
2024-02-14 11:22:40 +01:00
Ruben Fiszel
8ea18e32b4
update sveltekit to 2.0 ( #3214 )
...
* update svelte
* update sveltekit
* fix checks
* fix checks
2024-02-14 00:52:50 +01:00
Ruben Fiszel
e85314cae8
relax audit log current setting
2024-02-13 22:00:25 +01:00
Ruben Fiszel
1b11a6164e
use debouncedinput for apptable search
2024-02-13 21:43:00 +01:00
Ruben Fiszel
48113856b4
debug runs clear after successful run
2024-02-13 21:23:33 +01:00
HugoCasa
156d10d416
feat: set branch summary on predicate gen ( #3212 )
2024-02-13 17:36:32 +01:00
HugoCasa
d352b68a26
fix: improve transformer script gen ( #3211 )
...
* fix: improve transformer script gen
* fix: revert bad change
2024-02-13 17:36:04 +01:00
Ruben Fiszel
a027c8f077
chore(main): release 1.269.0 ( #3200 )
...
* chore(main): release 1.269.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-13 15:57:44 +01:00
HugoCasa
43e0ceb342
feat: add ai for predicates and iterator expressions ( #3203 )
...
* feat: add ai for predicates and iterator expressions
* fix: npm run check
* feat: copilot like suggestion
2024-02-13 15:52:03 +01:00
Faton Ramadani
3d0e5c8e57
fix(frontend): Truncate path on the run page ( #3208 )
2024-02-13 15:51:48 +01:00
Ruben Fiszel
54ad67e84a
add tracing debug around user auth
2024-02-13 13:30:33 +01:00
Ruben Fiszel
5c5c9c5ac4
fix: search on table set page to 0
2024-02-13 12:03:29 +01:00
Ruben Fiszel
ce4d0777f6
fix(scim): when deleting instance groups manually, delete also members mapping
2024-02-13 11:53:01 +01:00
Ruben Fiszel
9655b8fb32
fix(scim): switch right join to left join for groups
2024-02-13 11:32:04 +01:00
Ruben Fiszel
3c52ef1469
fix: init scripts are tagged with 'init_script'
2024-02-13 11:04:15 +01:00
Ruben Fiszel
b334a3fbda
redact flow debug logs toggle
2024-02-13 10:36:10 +01:00
Ruben Fiszel
374b631076
improve toast for connection did not resolve
2024-02-13 10:13:17 +01:00
Ruben Fiszel
90c7c0ed8a
feat: improve runs page + add all workspaces to admins runs page
2024-02-13 10:12:14 +01:00
Guillaume Bouvignies
0e7de63c4b
feat: Git sync can handle resource types, resources, variables and schedules ( #3202 )
...
* feat: Git sync can handle resource types, resources, variables and schedules
* update hub script
* update all schedule on default error handler
* sqlx prepare
* reorder filters and always show secrets
2024-02-12 19:33:55 +01:00
Ruben Fiszel
8b46b953a2
fix(cli): update hub sync version
2024-02-12 12:44:12 +01:00
Faton Ramadani
620093271a
feat(frontend): add confirmation modal to the app button ( #3199 )
...
* feat(frontend): add confirmation modal to the app button
* feat(frontend): add missing await
* feat(frontend): select the component immediatly
2024-02-12 10:53:49 +01:00
Ruben Fiszel
c733085569
updating docker-compose to pg16 + increase shm size
2024-02-11 23:58:34 +01:00
Ruben Fiszel
5cfd658632
nit logs around schedules
2024-02-11 23:40:56 +01:00
Ruben Fiszel
784a5aba14
more tracing around scheduled jobs
2024-02-11 23:26:06 +01:00
Ruben Fiszel
d487a773f4
update api explorer
2024-02-11 13:18:02 +01:00
Ruben Fiszel
e1aa3edb30
chore(main): release 1.268.0 ( #3196 )
...
* chore(main): release 1.268.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-11 12:57:42 +01:00
Ruben Fiszel
87ee3e4a93
fix(cli): improve tty handling
2024-02-11 12:39:25 +01:00
Ruben Fiszel
f1ae3f21ef
fix(cli): improve tty handling
2024-02-11 12:33:44 +01:00
Ruben Fiszel
beb92fe782
improve verbosity of overlapping flow runs
2024-02-11 12:21:57 +01:00
HugoCasa
13e6706a09
feat: flow inputs ai gen ( #3191 )
...
* feat: flow inputs ai gen
* fix: prevent flow builder crash on AI gen
* fix: nits
* fix: adjust tab behavior
2024-02-10 19:51:44 +01:00
Ruben Fiszel
f171d08278
fix: allow direct git-sync setting loading
2024-02-10 14:38:32 +01:00
Ruben Fiszel
4914db4341
chore(main): release 1.267.0 ( #3195 )
...
* chore(main): release 1.267.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-10 13:51:03 +01:00
Ruben Fiszel
16507ad45e
fix(cli): improve restart_unless_cancelled handling
2024-02-10 13:48:03 +01:00
Ruben Fiszel
8a3a9bda1c
feat: default tag can be made workspace specific ( #3194 )
...
* feat: Worker env variables are hidden to developers in the config panel (#3175 )
* improve rename component of apps
* progress
* all
* feat: default tags per workspace
---------
Co-authored-by: Guillaume Bouvignies <guillaume@windmill.dev >
2024-02-10 13:40:34 +01:00
Ruben Fiszel
90e6dee671
chore(main): release 1.266.1 ( #3193 )
...
* chore(main): release 1.266.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-10 10:31:33 +01:00
Ruben Fiszel
0f6f2bcc5a
fix cuda
2024-02-10 10:30:01 +01:00
Ruben Fiszel
31469cb77c
fix: improve load schedule args
2024-02-10 09:47:26 +01:00
Ruben Fiszel
266697d195
chore(main): release 1.266.0 ( #3187 )
...
* chore(main): release 1.266.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-10 00:46:38 +01:00
Ruben Fiszel
0a5bf33beb
fix compile
2024-02-10 00:40:53 +01:00
Ruben Fiszel
904ea101be
nit
2024-02-10 00:38:36 +01:00
Ruben Fiszel
6614817cd4
fix: improve no flow overlap + schedule args loading
2024-02-10 00:37:46 +01:00
Ruben Fiszel
48b8520239
fix: improve no flow overlap + schedule args loading
2024-02-10 00:37:35 +01:00
Ryan Doyle
b230378320
fix: Properly handle pip index urls in pip-compile ( #3192 )
...
- URLs that contain simple auth seem to have that stripped before being
passed to underlying pip if it needs to be called by pip-compile.
- This forces explicit passing of the complete, authenticated url
string to pip, through pip-compile, via pip-compile's "--pip-args"
argument.
2024-02-10 00:29:08 +01:00
Ruben Fiszel
7845ad0d18
add tracing debug to pip compile
2024-02-09 22:38:52 +01:00
Ruben Fiszel
e5a447d699
add tracing debug to pip install command args
2024-02-09 22:35:59 +01:00
Guillaume Bouvignies
e9a6c8154c
feat: git sync now accepts path filters and type filters ( #3189 )
...
* feat: git sync now accepts path filters and type filters
* fix git sync for folders
* UI nits
* Add folder by default in migration
* fix openapi
2024-02-09 18:51:44 +01:00
Henri Courdent
4f8ceda117
Small helper on download button ( #3190 )
2024-02-09 18:51:35 +01:00
Ruben Fiszel
2c88767a53
fix nit custom client scope issue
2024-02-09 16:14:51 +01:00
Ruben Fiszel
68c874d583
nits
2024-02-09 12:38:36 +01:00
Ruben Fiszel
b848444e74
nits
2024-02-09 12:36:29 +01:00
Faton Ramadani
6a13b97bc3
fix(frontend): fix html component initial data ( #3188 )
...
* fix(frontend): fix html component initial data
* fix(frontend): fix html component initial data
2024-02-09 12:23:22 +01:00
Ruben Fiszel
4d64c942fc
fix: improve on-boarding flow app
2024-02-09 11:57:52 +01:00
Bryan
8d5c7c2b46
fix: add --unstable-http arg to deno ( #3186 )
2024-02-09 00:35:34 +01:00
Ruben Fiszel
dce9d29a45
chore(main): release 1.265.3 ( #3185 )
...
* chore(main): release 1.265.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-08 20:07:30 +01:00
Ruben Fiszel
b9c0eda168
fix: ai builder colors
2024-02-08 20:04:22 +01:00
Ruben Fiszel
68a86914ce
improve git sync
2024-02-08 19:58:01 +01:00
Ruben Fiszel
dc148997c3
chore(main): release 1.265.2 ( #3180 )
...
* chore(main): release 1.265.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-08 19:11:19 +01:00
Guillaume Bouvignies
a8cb6be15a
chore: EE private repo fetched on commit hash ( #3183 )
...
* chore: EE private repo fetched on commit hash
* revert docker-image.yml
* repo_ref -> ee_repo_ref
2024-02-08 19:09:03 +01:00
Guillaume Bouvignies
e00e3f9d2d
fix: Improve python writeS3File perf ( #3182 )
2024-02-08 17:57:42 +01:00
Ruben Fiszel
f38a6d64c4
fix tests
2024-02-08 17:10:38 +01:00
Ruben Fiszel
a2e24a2da2
pin rust to 1.75.0
2024-02-08 16:44:28 +01:00
Guillaume Bouvignies
b1d5778092
chore: SAML EE ( #3176 )
...
* Extract SAML logic into its own file
* Remove saml.rs core logic
* hello
* Add substitute_ee_code.sh and check_no_symlink.sh scripts
* dry-run docker image build
* test hook
* add setup-hooks.sh script
* Update pre-commit hook
* Update substitution script
* revert docker-image action yaml
* revert Cargo.lock
* publish custom image
* swap for ce build as well
* empty
* revert temp action override
* fix docker-image.yml
2024-02-08 16:09:11 +01:00
Ruben Fiszel
52790e45c8
nit clarify error
2024-02-08 16:05:39 +01:00
Ruben Fiszel
e4dc972d40
fix: handle better \u0000 in python result
2024-02-08 16:02:38 +01:00
Faton Ramadani
9f98caa072
fix(frontend): Fix tutorials + Move into itself + Disable app history… ( #3181 )
...
* fix(frontend): Fix tutorials + Move into itself + Disable app history for unsaved apps + several toggle fix
* fix(frontend): clean up
* fix(frontend): add missing result for transformer
2024-02-08 15:46:10 +01:00
Guillaume Bouvignies
29be5021ff
fix: Cuda image building ( #3179 )
2024-02-08 13:49:21 +01:00
Ruben Fiszel
27539763b8
chore(main): release 1.265.1 ( #3178 )
...
* chore(main): release 1.265.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-07 23:46:25 +01:00
Ruben Fiszel
30c975d26a
sqlx fix
2024-02-07 23:45:07 +01:00
Ruben Fiszel
dbfd45ea91
improve custom windmill migration
2024-02-07 23:39:09 +01:00
HugoCasa
361ea76279
fix: graphql web worker ( #3177 )
...
* fix: graphql web worker
* fix: id editor unused input
2024-02-07 22:59:42 +01:00
Ruben Fiszel
3230dad246
chore(main): release 1.265.0 ( #3172 )
...
* chore(main): release 1.265.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-07 22:49:51 +01:00
Ruben Fiszel
73ff48bc83
fix: improve agent policies
2024-02-07 22:45:07 +01:00
Ruben Fiszel
fc33af6253
handle null lockfiles better
2024-02-07 22:15:42 +01:00
Ruben Fiszel
1cefcc160b
remove obsolete array handler
2024-02-07 21:15:50 +01:00
Ruben Fiszel
602bdce21c
fix split on null
2024-02-07 21:07:05 +01:00
Ruben Fiszel
ad60535165
smallfix
2024-02-07 18:44:28 +01:00
Guillaume Bouvignies
126aa60a9d
feat: Worker env variables are hidden to developers in the config panel ( #3175 )
2024-02-07 18:43:17 +01:00
Faton Ramadani
284e43c064
fix(frontend): handle not found folder in FolderEditor ( #3170 )
...
* fix(frontend): handle not found folder in FolderEditor
* Update FolderEditor.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-07 15:43:47 +01:00
Ruben Fiszel
07bab35e5d
chore(main): release 1.264.0 ( #3167 )
...
* chore(main): release 1.264.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-07 14:46:58 +01:00
HugoCasa
91743c3cfb
feat: violet ai branding + flow summary ( #3171 )
...
* feat: violet ai branding + flow summary
* fix: npm run check
2024-02-07 14:33:33 +01:00
Guillaume Bouvignies
6edc4c4fc8
fix: Main compile breaks ( #3169 )
2024-02-07 14:04:23 +01:00
Guillaume Bouvignies
812516bb06
fix: SAML redirect uses SAMLRequest in URL ( #3168 )
...
* fix: SAML redirect uses SAMLRequest in URL
* revert samael fork and fix ce edition
* simplify enterprise ff
* logging to debug
* rename unused variable
2024-02-07 12:04:15 +01:00
Ruben Fiszel
75e210bfc7
fix: only create shared dir symlink if not exists
2024-02-07 00:42:23 +01:00
Ruben Fiszel
cd78c6766d
fix: add audit logs to worker configs
2024-02-06 23:09:07 +01:00
Faton Ramadani
83b8d628f0
fix(frontend): Fix delete script ( #3166 )
...
* fix(frontend): fix delete action on the script detail page
* fix(frontend): fix delete action on the script detail page
2024-02-06 22:14:16 +01:00
Ruben Fiszel
0af0aae0b5
fix: export base64 from typescript client
2024-02-06 22:13:59 +01:00
Ruben Fiszel
01ad925247
chore(main): release 1.263.1 ( #3164 )
...
* chore(main): release 1.263.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-06 18:39:54 +01:00
Faton Ramadani
a352d85b0b
fix(frontend): fix toggles margins ( #3165 )
2024-02-06 18:34:35 +01:00
HugoCasa
0fc22213e4
fix: improve ts wrappers ( #3163 )
2024-02-06 17:54:32 +01:00
Ruben Fiszel
89dc4dd4aa
nit on txs
2024-02-06 16:40:43 +01:00
Ruben Fiszel
d1f3adade8
chore(main): release 1.263.0 ( #3158 )
...
* chore(main): release 1.263.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-06 16:36:59 +01:00
Faton Ramadani
6692880211
Fix select click outside ( #3162 )
...
* feat(frontend): fix clickOutside when using portals
* feat(frontend): fix clickOutside when using portals
* feat(frontend): clean up
2024-02-06 16:35:20 +01:00
Faton Ramadani
8a8c1d3c3f
feat(frontend): add status when a flow setting is enabled ( #3161 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-06 16:05:20 +01:00
Ruben Fiszel
887bf6872b
fix: increase default max conn of a worker to 4
2024-02-06 15:33:05 +01:00
Guillaume Bouvignies
057b415e9a
fix: go client sets resource properly ( #3160 )
2024-02-06 15:16:07 +01:00
HugoCasa
58d34845a0
feat: new ai design ( #3152 )
...
* feat: new ai design
* fix: show caret + esc to cancel
2024-02-06 15:13:20 +01:00
Ruben Fiszel
1352add8c6
fix: scim added users are now auto-added/invited
2024-02-06 12:24:34 +01:00
Ruben Fiszel
f9d68a052f
nit
2024-02-06 12:13:30 +01:00
Ruben Fiszel
557d0bcbef
fix: add ping since to list workers
2024-02-06 12:10:22 +01:00
Faton Ramadani
bc75a5acbc
fix(frontend): fix dateslider doclink ( #3159 )
2024-02-06 11:51:50 +01:00
Faton Ramadani
4faedfe589
fix(frontend): Fix operators actions + small UI fixes ( #3157 )
...
* feat(frontend): fix tree view expand all button + operator mode actions
* feat(frontend): fix deploy workspace when user have no access to target workspace
2024-02-06 11:37:00 +01:00
Ruben Fiszel
18c953a878
chore(main): release 1.262.1 ( #3154 )
...
* chore(main): release 1.262.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-06 00:51:58 +01:00
Ruben Fiszel
9877c5fd9d
fix: add get_root_job_id typescript-client
2024-02-06 00:42:37 +01:00
Ruben Fiszel
73420a1008
chore(main): release 1.262.0 ( #3145 )
...
* chore(main): release 1.262.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-06 00:22:53 +01:00
Ruben Fiszel
60f3a9fa6b
fix: add get_root_job_id
2024-02-06 00:17:50 +01:00
Ruben Fiszel
12d440b6d1
improve alert component
2024-02-05 23:00:17 +01:00
Ruben Fiszel
6c184eb4e4
fix: remove duplicated on deployment management UI
2024-02-05 22:42:35 +01:00
Ruben Fiszel
a89f6817f0
fix: scheduling of flows is done immediately
2024-02-05 18:58:55 +01:00
Guillaume Bouvignies
40c3b916d8
fix: go preload wmill dependencies ( #3150 )
2024-02-05 18:42:19 +01:00
Guillaume Bouvignies
9c9e543996
fix: go preload wmill dependencies ( #3149 )
...
* fix: go preload wmill dependencies
* update comment
2024-02-05 18:13:59 +01:00
Faton Ramadani
2637fa23bb
feat(frontend): alert component ( #3140 )
...
* feat(frontend): add alert component
* feat(frontend): fix build
* feat(frontend): alert styling
* feat(frontend): add initial isCollapsed
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-05 17:23:18 +01:00
Faton Ramadani
4c37479b67
feat(frontend): App date slider component ( #3146 )
...
* feat(frontend): date slider
* feat(frontend): date slider
* feat(frontend): remove test.json
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-05 17:22:33 +01:00
Guillaume Bouvignies
364284cf41
fix: go preload wmill dependencies ( #3148 )
2024-02-05 17:21:30 +01:00
Faton Ramadani
81174abf5a
feat(frontend): add support for toasts in frontend scripts ( #3147 )
...
* feat(frontend): add support for toast in frontend scripts
* feat(frontend): add support for toast in frontend scripts
* feat(frontend): fix comment
* Update eval.ts
* Update eval.ts
* Update utils.ts
* Update utils.ts
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-05 17:20:47 +01:00
Ruben Fiszel
6f0e107343
update go to 1.21.6
2024-02-05 16:06:04 +01:00
Ruben Fiszel
7c1a52cab5
improve debug info endpoint
2024-02-05 12:41:41 +01:00
Ruben Fiszel
c067a87571
fix: auto-add user add user to the group all
2024-02-05 12:32:14 +01:00
Ruben Fiszel
608e3256d0
chore(main): release 1.261.0 ( #3144 )
...
* chore(main): release 1.261.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-05 09:19:06 +01:00
Ruben Fiszel
97d134994e
feat: add nobypassrls migration
2024-02-05 08:55:39 +01:00
Ruben Fiszel
608c7597ae
feat: add flow debug info endpoint + button
2024-02-04 22:16:12 +01:00
Ruben Fiszel
2c4eb46e65
fix: decrease database connections of workers to 3
2024-02-04 18:32:14 +01:00
Ruben Fiszel
44ffba5d90
improve cancel_all for flows
2024-02-04 18:08:10 +01:00
Ruben Fiszel
e0a606ac90
exiting connection pool gracefully
2024-02-04 09:26:25 +01:00
Ruben Fiszel
aeec558a11
nit, add concurrency_time_window_s only if concurrent limit is set
2024-02-04 08:27:00 +01:00
Ruben Fiszel
95952da387
fix: add support for ephemeral tokens
2024-02-03 12:09:39 +01:00
Ivan Starkov
082de71356
Remove ansi codes in script run ( #3132 )
2024-02-03 08:46:44 +01:00
Ruben Fiszel
3f99a92840
chore(main): release 1.260.1 ( #3143 )
...
* chore(main): release 1.260.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-02 23:52:51 +01:00
Ruben Fiszel
cda609d5d6
fix sqlx
2024-02-02 23:47:39 +01:00
Ruben Fiszel
160f91e0be
fix: retrigger release
2024-02-02 23:30:17 +01:00
Ruben Fiszel
5db37182df
chore(main): release 1.260.0 ( #3139 )
...
* chore(main): release 1.260.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-02 23:21:32 +01:00
Ruben Fiszel
c4349da751
add quiet option
2024-02-02 23:17:33 +01:00
Ruben Fiszel
62df5e8754
remove --unstable from upgrade
2024-02-02 23:10:17 +01:00
Guillaume Bouvignies
a104c46bc4
feat: Sync user groups from Azure Entra ID using SCIM ( #3141 )
2024-02-02 20:18:38 +01:00
Guillaume Bouvignies
7a70e42cc6
feat: Support for Azure Blob storage ( #3130 )
2024-02-02 19:55:07 +01:00
Faton Ramadani
df7ceed793
fix(frontend): fix vertical prop + add missing disabled prop ( #3134 )
2024-02-02 19:08:58 +01:00
Faton Ramadani
3ca27a7b67
fix(frontend): fix the tutorial for loops ( #3135 )
2024-02-02 19:08:29 +01:00
Ruben Fiszel
ca9d07b535
add license check to dev mode for flows
2024-02-02 18:14:46 +01:00
HugoCasa
017d9b8670
feat: disable self approval toggle ( #3137 )
...
* feat: disable self approval toggle
* fix: nits
2024-02-02 11:19:50 +01:00
Ruben Fiszel
86ba89de7e
chore(main): release 1.259.2 ( #3138 )
...
* chore(main): release 1.259.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-02 11:03:16 +01:00
Faton Ramadani
fc8ef5867a
fix(frontend): Fix dt branch ( #3124 )
...
* fix(frontend): wip
* fix(frontend): fix decision tree + add missing outputs
* fix(frontend): remove console.logs
* feat(frontend): add fallback to go previous when we have no history (manual selection)
* feat(frontend): add a context to keep track of when a decision tree is being debugged
* fix(frontend): fix nameoverride
* fix(frontend): getFirstNode to make sure we correclty select the head
* fix dt beanch
* fix(frontend): remove debugger
* fix(frontend): fix branch names
2024-02-02 10:56:13 +01:00
Guillaume Bouvignies
86aa6d0f0d
fix: Python buffered reader ( #3136 )
...
* fix: Python buffered reader
* use bytes generator only for buferred reader
2024-02-02 10:23:04 +01:00
Ruben Fiszel
fc606c078b
chore(main): release 1.259.1 ( #3133 )
...
* chore(main): release 1.259.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-02 01:25:20 +01:00
Ruben Fiszel
c1cf8b0fb1
fix(python): fix python reader
2024-02-02 01:21:20 +01:00
Ruben Fiszel
583e942174
fix(python): fix python reader
2024-02-02 01:12:01 +01:00
Ruben Fiszel
21a82d56c7
chore(main): release 1.259.0 ( #3122 )
...
* chore(main): release 1.259.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-02-01 16:56:01 +01:00
HugoCasa
ba175c3e59
fix: check if AI enabled ( #3129 )
2024-02-01 16:53:27 +01:00
HugoCasa
c4308de720
feat: ai cron ( #3128 )
2024-02-01 16:48:55 +01:00
Guillaume Bouvignies
5dabe22935
feat: migrate s3 client to object_store ( #3116 )
...
* feat: migrate s3 client to object_store
* remove multipart from open API
* Remove multipart in favor of a single stream
* progress report
* add progress reader on server side
* small nit fix
* fix read chunk
* Fix TS and python SDK
* Fix download button
* Fix download button object viewer
* fix list
* Better errors
* export loadS3FileContent
* revert changes SDK
* fix browser
* small file list unavailable fix
* Old endpoints throws informative error messages
* Typescript SDK uses raw fetch
* update python SDK
* Error if uploaded file > 50Mb
* revert python SDL changes
* Update python SDK method docs
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-02-01 16:03:30 +01:00
Faton Ramadani
8a8a30c5ec
fix(frontend): fix DB studio when columns have space in their names ( #3126 )
2024-02-01 14:08:26 +01:00
HugoCasa
b9d5506793
fix: pg coerce nb to string ( #3127 )
2024-02-01 14:08:14 +01:00
Ruben Fiszel
e185eb37ca
fix: handle array of null in display result
2024-02-01 13:41:34 +01:00
HugoCasa
c926e714dc
fix: metadata gen typo ( #3125 )
2024-02-01 10:13:23 +01:00
Faton Ramadani
5a6fc4891f
fix(frontend): fix schema form toolips ( #3123 )
2024-02-01 08:47:40 +01:00
Faton Ramadani
ba10432480
feat(frontend): add support for dynamic default values + enums ( #3109 )
2024-01-31 23:28:48 +01:00
HugoCasa
1446cb45ad
feat: generate script summary ( #3110 )
...
* feat: generate script summary
* fix: design nits
* feat: better ui + descriptions
2024-01-31 23:12:50 +01:00
HugoCasa
6b772dd2a7
feat: auto-add users ( #3114 )
...
* feat: auto-add users
* feat: improve UI
* fix: user name validation
* fix: username remove invalid chars
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-31 23:10:34 +01:00
Ruben Fiszel
2a039d7e03
make reorder more resilient
2024-01-31 20:52:02 +01:00
Ruben Fiszel
7468ceb62c
make reorder more resilient
2024-01-31 20:36:29 +01:00
Ruben Fiszel
6ee8da0d3b
chore(main): release 1.258.4 ( #3121 )
...
* chore(main): release 1.258.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-31 20:12:34 +01:00
Ruben Fiszel
23f06d1a04
fix: improve git sync
2024-01-31 20:08:43 +01:00
Ruben Fiszel
cc0aec8743
fix: improve git sync
2024-01-31 19:59:35 +01:00
Ruben Fiszel
6e02dc06b2
chore(main): release 1.258.3 ( #3119 )
...
* chore(main): release 1.258.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-31 19:57:09 +01:00
Ruben Fiszel
db06ba3e71
small cli fix
2024-01-31 19:56:30 +01:00
Ruben Fiszel
7494e7ee2d
fix(cli): restore other files support
2024-01-31 19:53:37 +01:00
Ruben Fiszel
b0631648c3
fix: improve git sync
2024-01-31 19:43:03 +01:00
Anthony Angel
e9c7fe1b3b
chore: fix typo ( #3120 )
2024-01-31 19:01:05 +01:00
Ruben Fiszel
1c4129c4f6
fix: improve git sync
2024-01-31 18:40:51 +01:00
Henri Courdent
4344db9c2b
DB studio url fix ( #3118 )
2024-01-31 18:14:44 +01:00
Faton Ramadani
740801f4a7
fix(frontend): Fix adding nodes to decision tree ( #3107 )
...
* fix(frontend): wip
* fix(frontend): fix decision tree + add missing outputs
* fix(frontend): remove console.logs
* feat(frontend): add fallback to go previous when we have no history (manual selection)
* feat(frontend): add a context to keep track of when a decision tree is being debugged
* fix(frontend): fix nameoverride
* fix(frontend): getFirstNode to make sure we correclty select the head
2024-01-31 16:54:12 +01:00
Ruben Fiszel
56e458c300
docker build nit
2024-01-31 15:04:48 +01:00
Ruben Fiszel
10ef976f0f
chore(main): release 1.258.2 ( #3117 )
...
* chore(main): release 1.258.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-31 14:58:51 +01:00
Ruben Fiszel
319d9d0caa
nit
2024-01-31 14:56:00 +01:00
Ruben Fiszel
d2cbc7a416
fix(cli): push folders first + on_behalf_of stripped from metadata
2024-01-31 14:53:09 +01:00
Ruben Fiszel
3b374a41ab
chore(main): release 1.258.1 ( #3115 )
...
* chore(main): release 1.258.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-31 13:01:29 +01:00
Ruben Fiszel
c0e192b5c7
add cuda dockerfile
2024-01-31 11:20:06 +01:00
Ruben Fiszel
5cec2edaef
fix: fix RETENTION period setting UI
2024-01-31 11:02:28 +01:00
Ruben Fiszel
2c4bd63e20
JOB_RETENTION_SECS set to 30days by default
2024-01-31 10:55:28 +01:00
Ruben Fiszel
f0e0c7bf38
fix readme nit
2024-01-31 10:54:10 +01:00
Ruben Fiszel
b4d0a3c423
fix(cli): add support for restart_unless_cancelled in sync
2024-01-31 08:47:52 +01:00
Ruben Fiszel
3e3625a353
chore(main): release 1.258.0 ( #3113 )
...
* chore(main): release 1.258.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-31 08:28:22 +01:00
Ruben Fiszel
d7c2f3d558
fix(deno): remove unstable warnings
2024-01-31 07:45:05 +01:00
Ruben Fiszel
782a1aec9e
small nits
2024-01-30 21:17:33 +01:00
Audrius Butkevicius
a719170a6a
feat: Support sending SIGINT to jobs ( #3094 )
...
* feat: Support sending SIGINT to jobs
This makes it easier to clean up in languages like python, where
you get a nice KeyboardInterrupt exception, and don't have to explicitly
install signal handlers, making the scripts easier to reason about.
* Make sigint unconditional on the sigterm flag
2024-01-30 20:51:26 +01:00
Ruben Fiszel
ef17fd0f5e
fix: improve array static editor
2024-01-30 20:42:40 +01:00
Ruben Fiszel
e161fda1b5
chore(main): release 1.257.0 ( #3108 )
...
* chore(main): release 1.257.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-30 18:52:26 +01:00
Faton Ramadani
b55c0bd2c5
fix(frontend): expose Filters + Displayed row count in the outputs ( #3101 )
...
* fix(frontend): expose Filters + Displayed row count in the outputs
* fix(frontend): expose Filters + Displayed row count in the outputs
* feat(frontend): update wizard to support filters
* Update AppAggridTable.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-30 18:44:11 +01:00
Ruben Fiszel
565e1668b3
fix(cli): avoid flows in script generate-metadata
2024-01-30 18:33:35 +01:00
Faton Ramadani
64441b3452
fix(frontend): fix logpanel ( #3111 )
2024-01-30 18:16:28 +01:00
Faton Ramadani
8ebc90abb2
feat(frontend): Correctly set the licence key on the approval page ( #3112 )
2024-01-30 16:04:25 +01:00
Ruben Fiszel
34253fd43b
fix: simplify folder creation by non admins
2024-01-30 13:43:50 +01:00
Ruben Fiszel
700a982a7d
chore(main): release 1.256.0 ( #3105 )
...
* chore(main): release 1.256.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-30 13:01:52 +01:00
Ruben Fiszel
47fcfbbbdf
fix: add support for NPM_CONFIG_REGISTRY
2024-01-30 12:58:52 +01:00
HugoCasa
26d5c6c1ba
feat: list jobs metrics ( #3104 )
...
* feat: list jobs metrics
* fix: remove serialization metric
* fix: log query
2024-01-30 11:08:11 +01:00
Faton Ramadani
0102dcef8e
fix(frontend): fix chartjs when resolvedDatasets is not defined ( #3106 )
2024-01-30 11:07:15 +01:00
Ruben Fiszel
27f4624b30
fix: add support for NPM_CONFIG_REGISTRY
2024-01-29 20:56:48 +01:00
Ruben Fiszel
27d7f345dc
chore(main): release 1.255.0 ( #3091 )
...
* chore(main): release 1.255.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-29 19:24:35 +01:00
Ruben Fiszel
87320bbaf0
fix build
2024-01-29 19:17:15 +01:00
Ruben Fiszel
49c1bc50f3
feat(cli): global generate-metadata + inherit deps from closest package.json/requirements.txt + bun settable as default ( #3102 )
...
* all
* rm console logs
* rm console logs
* all
* push
* push
* fixes
* fixes
* all
* all
2024-01-29 19:06:56 +01:00
HugoCasa
8fcf119798
fix: use extra headers when urlencoded ( #3103 )
...
* fix: use extra headers when urlencoded
* fix: webhook tabs reset
2024-01-29 15:52:24 +01:00
Guillaume Bouvignies
6160889793
feat: Download s3 file as stream in Python and TS ( #3099 )
2024-01-29 14:49:08 +01:00
Faton Ramadani
cbfa5ff887
fix(frontend): various UI fix ( #3098 )
...
* fix(frontend): Fix Tree view whitespace break + add w-max to contextual variable table + Migrate script history tab to Datatable + uniformize branch one/all settings + Migrate cache setting old layout
* fix(frontend): add class prop to datatable
* fix(frontend): add noBorder prop
2024-01-29 14:19:50 +01:00
Ruben Fiszel
5eb7295dd2
improve save draft mechanism in case of renaming
2024-01-29 12:52:04 +01:00
Ruben Fiszel
e872614cd3
rm console logs
2024-01-29 12:48:36 +01:00
HugoCasa
6d77578590
feat: update openai models + increase length + improve code completion ( #3097 )
...
* feat: update openai models + increase gen length + improve code completion
* fix: nit
2024-01-29 11:57:28 +01:00
Faton Ramadani
94ddf80356
feat(frontend): handle file default value ( #3095 )
2024-01-29 11:41:04 +01:00
Ruben Fiszel
59e0be77ad
fix: improve schedule args clearing on script change
2024-01-29 11:18:18 +01:00
Ruben Fiszel
1f46bcba72
feat(cli): make default typescript configurable
2024-01-27 20:29:31 +01:00
Ruben Fiszel
2a80df4a80
feat(cli): allow all sync options to be passable from wmill.yaml directly
2024-01-27 16:19:10 +01:00
Ruben Fiszel
28a196657f
feat(cli): make --raw the default for cli sync
2024-01-27 16:16:54 +01:00
Audrius Butkevicius
ec911f6a5a
feat: Passing HOME env var through to python workers ( #3092 )
...
* feat: Allow passing through certain environment variables
* Lookup the env vars on startup
* Faceplam
* Update python_executor.rs
2024-01-27 15:49:29 +01:00
Ruben Fiszel
a5d25362db
fix: update deno to 1.38 -> 1.40.2
2024-01-27 14:21:42 +01:00
Ruben Fiszel
b6d250e586
improve display result
2024-01-27 13:58:41 +01:00
Ruben Fiszel
ff559ecdbd
fix: improve display result
2024-01-27 13:55:27 +01:00
Ruben Fiszel
ddd5ed679b
improve displayresult perf
2024-01-27 13:50:50 +01:00
Ruben Fiszel
0d27eb50f0
chore(main): release 1.254.1 ( #3090 )
...
* chore(main): release 1.254.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-27 13:20:20 +01:00
Ruben Fiszel
18d832c634
fix: render all responsiveness fix
2024-01-27 13:16:14 +01:00
Ruben Fiszel
dfabb37100
fix: render all responsiveness fix
2024-01-27 13:12:11 +01:00
Ruben Fiszel
85555f038a
add cuda to build
2024-01-26 19:42:40 +01:00
Ruben Fiszel
493de74706
chore(main): release 1.254.0 ( #3082 )
...
* chore(main): release 1.254.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-26 17:59:32 +01:00
Ruben Fiszel
9032c73df4
improve toggleRow
2024-01-26 17:51:19 +01:00
Ruben Fiszel
e75182aae3
revert retries being ee only
2024-01-26 16:45:02 +01:00
Ruben Fiszel
80eeba5ee3
fix: load input history correctly on past versions
2024-01-26 16:32:02 +01:00
Faton Ramadani
4607939549
feat(frontend): add support for render all ( #3084 )
2024-01-26 16:11:25 +01:00
Ruben Fiszel
be2ae7e45c
remove resume length check
2024-01-26 15:54:05 +01:00
Louis Abraham
5e634214e9
fix python init code for trigger ( #3087 )
2024-01-26 15:50:23 +01:00
Faton Ramadani
fa8a6e8c3d
feat(frontend): S3 resource schema ( #3083 )
...
* feat(frontend): make s3 a top level selected type + fix wand position + fix for loop double overflow
* feat(frontend): add search
* feat(frontend): fix default field
* feat(frontend): fix default build
* feat(frontend): support for s3 object
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-26 15:44:01 +01:00
Faton Ramadani
6a73ccf626
fix(frontend): add missing InitializeComponent ( #3088 )
2024-01-26 15:37:02 +01:00
Ruben Fiszel
19fd912014
improve mwssql support
2024-01-26 12:28:26 +01:00
Faton Ramadani
bcc341c255
fix(frontend): Fix currency input dark mode ( #3085 )
...
* fix(frontend): Fix curreny input dark mode
* fix(frontend): collapsible alert
2024-01-26 12:18:35 +01:00
Ruben Fiszel
f8cd36494d
improve mssql handling
2024-01-26 11:13:33 +01:00
Ruben Fiszel
7ffb248211
chore(main): release 1.253.8 ( #3081 )
...
* chore(main): release 1.253.8
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-26 09:47:47 +01:00
Ruben Fiszel
34977ec7dc
nit remove extra perms check
2024-01-26 09:46:42 +01:00
Ruben Fiszel
ee965a1a4c
fix: git sync include changing permissions on apps, scripts, flows
2024-01-26 09:37:02 +01:00
Ruben Fiszel
0f6c127002
fix: git sync include changing permissions on folders
2024-01-26 09:26:33 +01:00
Ruben Fiszel
a0251463f8
fix: improve git sync on rename/deletion
2024-01-26 08:40:46 +01:00
Ruben Fiszel
0936a9c6bb
make transformer execution seeable from the job editor panel
2024-01-26 06:36:27 +01:00
Ruben Fiszel
86bc742934
fix raw set prior to transformer
2024-01-26 01:14:34 +01:00
Ruben Fiszel
91289a0d5a
fix: add support for instance name for mssql
2024-01-26 01:04:14 +01:00
Ruben Fiszel
792dfbc82f
fix setTab expr
2024-01-26 00:53:28 +01:00
Ruben Fiszel
1a9f539843
improve parquet renderer
2024-01-26 00:41:30 +01:00
Ruben Fiszel
d93b961941
improve parquet renderer
2024-01-26 00:36:39 +01:00
Ruben Fiszel
18d7849a49
chore(main): release 1.253.7 ( #3080 )
...
* chore(main): release 1.253.7
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-25 19:04:04 +01:00
Guillaume Bouvignies
082aa6a61d
fix: Improvement for Python write_s3_file ( #3079 )
2024-01-25 18:10:47 +01:00
Ruben Fiszel
ff18cc92d6
chore(main): release 1.253.6 ( #3078 )
2024-01-25 16:25:57 +01:00
gbouv
7d6039f969
fix: merge conflicts
2024-01-25 16:23:51 +01:00
Ruben Fiszel
67c5f18fbc
chore(main): release 1.253.5 ( #3077 )
2024-01-25 16:11:24 +01:00
gbouv
09e08c3c94
fix: openapi definition
2024-01-25 16:08:40 +01:00
Guillaume Bouvignies
3610315bbc
gbouv/fix-openapi ( #3076 )
2024-01-25 16:07:02 +01:00
Ruben Fiszel
31fa202461
fix nits
2024-01-25 16:04:24 +01:00
Ruben Fiszel
fadcd64e82
fix nits
2024-01-25 16:00:15 +01:00
Ruben Fiszel
818b818bfd
fix nits
2024-01-25 15:59:00 +01:00
Ruben Fiszel
145c9163fa
chore(main): release 1.253.4 ( #3075 )
...
* chore(main): release 1.253.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-25 15:57:05 +01:00
Ruben Fiszel
4b348a032e
fix: improve parquet renderer error
2024-01-25 15:52:58 +01:00
Ruben Fiszel
65362ba729
fix parquet preview table offset
2024-01-25 15:49:16 +01:00
Ruben Fiszel
4a6710ea91
fix: add s3 parquet file renderer
2024-01-25 15:46:02 +01:00
Ruben Fiszel
2f8243b390
fix: add s3 parquet file renderer
2024-01-25 15:45:18 +01:00
Ruben Fiszel
57bc07027d
chore(main): release 1.253.3 ( #3073 )
2024-01-25 15:37:29 +01:00
Guillaume Bouvignies
da6edee450
fix: Better UI for S3 download and S3 TS SDK endpoints ( #3065 )
...
* Better UI for S3 download and S3 TS SDK endpoints
* gitignore typescript client node_modules
* USe Windmill BE upload endpoint for TS SDK
* Use WM backend endpoint in Python upload SDK endpoint
* revert changes
* Add expiration for Python
* Add downaload endpoint
* Add toggle for public S3 resource
* revert changes to package.json
* Add link to doc page
* fix unauthorized bug
2024-01-25 15:34:40 +01:00
Ruben Fiszel
5baddea6c6
chore(main): release 1.253.2 ( #3071 )
...
* chore(main): release 1.253.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-25 11:28:30 +01:00
Ruben Fiszel
c79a82d188
fix select in table default value
2024-01-24 23:49:54 +01:00
Ruben Fiszel
737c4fb497
fix(app): improve app reactivity
2024-01-24 22:06:08 +01:00
Ruben Fiszel
b6ac8ec29c
chore(main): release 1.253.1 ( #3070 )
...
* chore(main): release 1.253.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-24 20:28:30 +01:00
Ruben Fiszel
a66208f326
fix(scim): improve get_user for scim
2024-01-24 20:23:42 +01:00
Ruben Fiszel
388ef3a132
chore(main): release 1.253.0 ( #3069 )
...
* chore(main): release 1.253.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-24 19:39:10 +01:00
Faton Ramadani
2b8c0bbaea
feat(frontend): app editor right click menu ( #3050 )
...
* fix(frontend): app editor right click menu
* feat(frontend): fix actions
* feat(frontend): fix delete
* fix(frontend): Fix menus
* feat(frontend): fix right-click menu
* feat(frontend): fix build
* feat(frontend): correctly delete multiple components
2024-01-24 17:08:30 +01:00
Ruben Fiszel
801106e9b8
fix: bun default registry and performance improvements
2024-01-24 16:51:08 +01:00