wendrul
c8acc3d1c3
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
Ruben Fiszel
45c895d72d
fix sqlx
2024-07-11 22:40:41 +02:00
Ruben Fiszel
2cb137c067
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
wendrul
af444c8b36
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
8f2fd8984f
remove env_id default value
2024-07-11 09:00:56 +02:00
Ruben Fiszel and rubenfiszel
e5aaa3ce0a
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
732a98d0f1
fix: improve filter jobs query
2024-07-11 07:51:34 +02:00
Ruben Fiszel and rubenfiszel
f0d67b983a
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
be7e7ba05c
fix: fix migration for instances starting from scratch
2024-07-11 02:12:51 +02:00
Ruben Fiszel
a443368d41
specialize soft cancel filter
2024-07-11 01:27:56 +02:00
Ruben Fiszel
9e27ee8b57
improve try migration lock
2024-07-11 01:15:12 +02:00
Ruben Fiszel
7fe93fb506
fix: improve performance of cancel_all
2024-07-11 00:41:03 +02:00
Ruben Fiszel
2836eaf765
sqlx
2024-07-11 00:12:11 +02:00
Ruben Fiszel
33ca9bd101
fix: improve completed_job index
2024-07-10 23:43:02 +02:00
Ruben Fiszel and rubenfiszel
0dd039901b
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
4ef357db17
fix: update flow path ( #4053 )
2024-07-09 17:13:21 +02:00
HugoCasa
bbcaec9769
fix: improve flow version fix migration ( #4050 )
2024-07-09 11:02:53 +02:00
Ruben Fiszel
3efffba0cb
nit expect
2024-07-09 08:45:36 +02:00
Ruben Fiszel
d674d93bcc
more observability for dedicated workers
2024-07-09 08:26:40 +02:00
Ruben Fiszel
e65dfa5d0c
fix: make dedicated workers work with dates in bun
2024-07-09 07:58:17 +02:00
Ruben Fiszel
c0529647b9
fix: fix previous_result not always working for failure steps
2024-07-09 00:01:58 +02:00
Ruben Fiszel and rubenfiszel
c3f2461e29
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
ff8d51a8db
fix: always run flow versioning edge case fix migration ( #4047 )
2024-07-08 22:52:04 +02:00
Ruben Fiszel
ccf965e87d
fix: improve failure id assignment for parallel forloop
2024-07-08 15:50:38 +02:00
Ruben Fiszel and rubenfiszel
0d5dc46fbf
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
HugoCasa
af3fd09d80
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
a3f40bf0e4
fix sqlx
2024-07-08 11:55:59 +02:00
Ruben Fiszel
02e5524fba
fix: improve input history
2024-07-08 11:41:27 +02:00
HugoCasa
0a613b76c8
fix: flow versioning edge case ( #4037 )
2024-07-07 20:04:42 +02:00
Ruben Fiszel
e6e08108a6
fix: improve handling of schedules with retries and concurrency limits
2024-07-05 20:37:30 +02:00
Ruben Fiszel and rubenfiszel
3660ce7c4d
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 and rubenfiszel
ad82598828
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
HugoCasa
1b78145302
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
Ruben Fiszel and rubenfiszel
0d85593644
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
b7b83a7d42
fix: improve dedicated workers for flows
2024-07-04 18:12:59 +02:00
Ruben Fiszel
1e3523cd79
fix: improve dedicated workers for flows
2024-07-04 16:34:41 +02:00
HugoCasa
39bcc151dd
fix(backend): correct version join of list search flows ( #4022 )
2024-07-04 15:13:16 +02:00
Ruben Fiszel
0ada83a80a
fix: fix wrong interaction between suspended steps and forloop parallelism
2024-07-04 14:53:43 +02:00
Ruben Fiszel
2812792326
fix: memory optimization for flow with big args ( #4019 )
2024-07-04 10:08:42 +02:00
HugoCasa
2ecf44f44f
fix(backend): switch job run to user db ( #4017 )
2024-07-03 21:51:59 +02:00
HugoCasa
7f2289d4d5
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
5e23cc26d0
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 and rubenfiszel
957a0a65b9
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
7ecc7c4e47
fix: 50MB limitation only on non-enterprise
2024-07-03 06:44:09 +02:00
Ruben Fiszel and rubenfiszel
222d2cb3c3
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
1beb1b1fd2
feat: allow downloading args over the size limit
2024-07-02 17:54:19 +02:00
HugoCasa
c986ccb261
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
c7e03a134a
fix: add support for result.json for powershell
2024-07-01 08:48:33 +02:00
Ruben Fiszel and rubenfiszel
f9f9563ca4
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
bc5fd86d49
chore: update versions
2024-06-30 14:01:13 +02:00