Ruben Fiszel
5366c8a882
chore(main): release 1.436.0 ( #4858 )
...
* chore(main): release 1.436.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-09 19:11:21 +01:00
HugoCasa
1046c0b055
fix: disabling app custom url ( #4868 )
2024-12-09 19:09:18 +01:00
Ruben Fiszel
b0f4caf376
backend tests
2024-12-09 18:41:13 +01:00
Ruben Fiszel
2c5d07f3d9
feat: docker runtime
2024-12-09 18:02:18 +01:00
Ruben Fiszel
81f35e7d21
update tokio and deno_core ( #4871 )
...
* all
* update
2024-12-08 16:10:46 +01:00
Ruben Fiszel
465ec09f96
improve otel
2024-12-08 11:06:35 +01:00
Ruben Fiszel
fccc889e14
add hostname to logs
2024-12-08 09:49:51 +01:00
Ruben Fiszel
d551bf424f
nits
2024-12-08 01:44:06 +01:00
Ruben Fiszel
5bd0d556dd
add tls to tonic
2024-12-08 00:34:46 +01:00
Ruben Fiszel
74d794a983
add tls to tonic
2024-12-07 17:49:13 +01:00
Ruben Fiszel
fb510f33fc
fix tracing
2024-12-07 17:17:25 +01:00
Ruben Fiszel
6d047449e2
feat: add otlp support ( #4869 )
...
* all
* all
* add otel
* add otel
* update docker-image
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2024-12-07 16:29:20 +01:00
HugoCasa
8e9cb9c4d3
ee compute units telemetry ( #4865 )
...
* ee compute units telemetry
* update ee ref
2024-12-06 16:52:03 +01:00
Lucas Abel
691ef64688
feat(frontend): render new job kinds ( #4864 )
2024-12-06 15:11:57 +01:00
Lucas Abel
2bc4934c4f
feat: add db storage for app inline scripts ( #4837 )
2024-12-06 13:37:45 +01:00
Lucas Abel
3c4408e3db
feat(cache): refurbish fs backed cache ( #4863 )
...
* feat(cache): refurbish fs backed cache
* add `cached` exemple
2024-12-06 12:26:36 +01:00
Lucas Abel
f175158b9f
fix: handle flow & workspace renames for flow_node ( #4861 )
2024-12-06 09:40:32 +01:00
Ruben Fiszel
e5efefc7e8
improve retries max value handling
2024-12-06 01:03:46 +01:00
Lucas Abel
667167a022
fix: fix flow_node uniqueness ( #4850 )
...
`jsonb` comparison wasn't working as expected, and duplicated entries
were inserted within `flow_node`. To resolve this add a second hash
column, `hash_v2` with a unique default for uniqueness, and use this new
column to ensure unique entries. The previous hash column is left for
backward compatibility. Duplicated entries already insterted will remain
as is without breaking, and only new ones will preserve uniqueness.
2024-12-05 17:42:33 +01:00
Ruben Fiszel
185848ceb1
chore(main): release 1.435.2 ( #4853 )
...
* chore(main): release 1.435.2
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 16:28:00 +01:00
Lucas Abel
96d4af0254
nit: format worker_lockfiles.rs ( #4849 )
2024-12-05 15:17:41 +01:00
Ruben Fiszel
b19faa45cd
fix compile
2024-12-05 15:17:24 +01:00
Ruben Fiszel
2c934cc3b8
improve windows worker
2024-12-05 14:45:23 +01:00
Ruben Fiszel
7284f72427
chore(main): release 1.435.1 ( #4846 )
...
* chore(main): release 1.435.1
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 13:37:44 +01:00
Ruben Fiszel
a7bdeb5fca
chore(main): release 1.435.0 ( #4840 )
...
* chore(main): release 1.435.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 12:36:05 +01:00
Lucas Abel
c443c2b3a8
nit: format cache.rs ( #4845 )
2024-12-05 11:10:30 +01:00
Guilhem
e888c84a36
polish critical alert modal ( #4802 )
...
* polish critical alert modal
* Use Table component
* use table component pagination
* Add acknowledge to the table
* Polishing table
* fix nit
* Filter alerts
* Add notification count on modal
* Adjust table height
* Change mute description
* Fix layout
* minor fix
* Fix small screen issue
* fix toast on refresh
* Revert "fix toast on refresh"
This reverts commit ae3593e1af .
* filtering to backend, superadmin also acknowledges workspace (unless CLOUD_HOSTED), simplifications
* sqlx prep
* improve reactivity
* improvements
---------
Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com >
Co-authored-by: Alexander Petric <petric.al@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-12-05 11:07:11 +01:00
Ruben Fiszel
5404ec9b48
fix: pass USERPROFILE on windows
2024-12-05 10:12:44 +01:00
Ruben Fiszel
db62a2c53c
simplify warn_after_seconds
2024-12-04 18:28:28 +01:00
Ruben Fiszel
bb9dd7d368
simplify warn_after_seconds
2024-12-04 18:24:31 +01:00
Ruben Fiszel
b534ef6074
improve transparency for slow queries
2024-12-04 17:30:58 +01:00
HugoCasa
1ec6c6f765
feat: app custom paths ( #4828 )
...
* feat: app custom paths
* nit
* make ee only + fix sqlx
* fix: custom http routes auth
* nits
* fix auth + nits
* apps_ee
* move custom path to ee
* fix app jwt
* update ee ref
2024-12-04 16:50:17 +01:00
Ruben Fiszel
4efa9c2b0a
chore(main): release 1.434.2 ( #4836 )
...
* chore(main): release 1.434.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-04 14:11:44 +01:00
Ruben Fiszel
71fc31c471
improve draft only delete security
2024-12-03 23:13:35 +01:00
HugoCasa
02611e42e1
fix: custom http routes auth ( #4835 )
2024-12-02 22:16:58 +01:00
Ruben Fiszel
131056a9b3
chore(main): release 1.434.1 ( #4825 )
...
* chore(main): release 1.434.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 22:07:25 +01:00
Ruben Fiszel
392023dabf
chore(main): release 1.434.0 ( #4823 )
...
* chore(main): release 1.434.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 19:31:35 +01:00
Ruben Fiszel
dfa090f9bd
update ee ref
2024-11-29 19:23:47 +01:00
HugoCasa
8b20530584
apply jwt ext tag scopes to single job endpoints ( #4824 )
...
* apply jwt ext tag scopes to single job endpoints
* fix sqlx
2024-11-29 19:23:20 +01:00
wendrul
088c666a7f
feat: indexer extra settings + parallel downloads + many improvements ( #4822 )
...
* Nits on the service logs page
* Show all the hosts returned by query + sumOtherDocCount warning
* Remove from index endpoint
* Fix tests
* Prepare sqlx
2024-11-29 19:14:05 +01:00
Ruben Fiszel
aa1c3702d7
fix empty branchall subflow
2024-11-29 19:02:47 +01:00
Ruben Fiszel
45d434c875
prettify cache msg
2024-11-29 13:01:54 +01:00
Ruben Fiszel
b1603690f3
nit pip install
2024-11-29 12:37:52 +01:00
Ruben Fiszel
d36e2a2647
add total time
2024-11-29 12:35:10 +01:00
Ruben Fiszel
9db86306a9
small uv s3 pull fix
2024-11-29 12:31:50 +01:00
Ruben Fiszel
f6eeef0dc6
chore(main): release 1.433.0 ( #4819 )
...
* chore(main): release 1.433.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 10:21:39 +01:00
Ruben Fiszel
0a95b6f9d2
fix: fix windows build
2024-11-29 09:53:05 +01:00
Lucas Abel
3fbb2bfc8a
feat(cache): implement flow node caching ( #4808 )
...
* feat(cache): implement flow node caching
* feat(cache): implement script caching
* feat(cache): improve cache
2024-11-29 09:35:00 +01:00
Ruben Fiszel
f7908682d3
chore(main): release 1.432.0 ( #4818 )
...
* chore(main): release 1.432.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 09:12:46 +01:00
Ruben Fiszel
8954b0b68c
skip s3 python cache on windows and pro
2024-11-29 08:35:08 +01:00