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