Commit Graph

5392 Commits

Author SHA1 Message Date
HugoCasa
2ef160ee75 fix: disabling app custom url (#4868) 2024-12-09 19:09:18 +01:00
Ruben Fiszel
628ae617f7 feat: docker runtime 2024-12-09 18:02:18 +01:00
Ruben Fiszel
65156ed338 nits 2024-12-08 01:44:06 +01:00
Ruben Fiszel
8a5ba115c6 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
Lucas Abel
e38312700a feat(frontend): render new job kinds (#4864) 2024-12-06 15:11:57 +01:00
Lucas Abel
ef08fc8e29 feat: add db storage for app inline scripts (#4837) 2024-12-06 13:37:45 +01:00
Ruben Fiszel
b4011be2dc improve retries max value handling 2024-12-06 01:03:46 +01:00
Ruben Fiszel
2230c729d5 optimize for loop rendering with more than 500 iterations 2024-12-05 23:52:34 +01:00
Ruben Fiszel
e8a5267beb load all branchall even if branches > 20 2024-12-05 22:45:45 +01:00
Henri Courdent
59580619d5 Update changelog nov (#4859)
* Update changelog nov

* Updated link tantivy

* No duplicate
2024-12-05 19:19:58 +01:00
Ruben Fiszel
f64cc6f76f nit cache and skip on input node 2024-12-05 17:54:45 +01:00
Ruben Fiszel
cc2299cdc4 chore update vite to 5.4.11 + adapters 2024-12-05 17:17:11 +01:00
Ruben Fiszel
67c6a9459a update svelte-kit to 2.9.0 2024-12-05 17:03:49 +01:00
Ruben Fiszel
55480b5562 Revert "chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend …" (#4854)
This reverts commit 942ac3d069.
2024-12-05 16:42:04 +01:00
dependabot[bot]
942ac3d069 chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend (#4832)
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.5.0 to 2.9.0.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.9.0/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-12-05 16:40:35 +01:00
Ruben Fiszel
8609e70171 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
Alexander Petric
5a9e57e1ed removing unneccessary requests to backend (#4852) 2024-12-05 16:19:59 +01:00
wendrul
79852e3931 fix: job search toast on error (#4851) 2024-12-05 16:10:59 +01:00
Ruben Fiszel
425d47b82a improve handling of unexpected toast errors 2024-12-05 15:01:47 +01:00
Ruben Fiszel
1f3bf9d701 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
Henri Courdent
99482c014d Fix dead links (#4847) 2024-12-05 13:36:23 +01:00
Henri Courdent
b4301f3d9e Added space after Use simplified builder button (#4848) 2024-12-05 13:36:12 +01:00
Ruben Fiszel
43a53b1fdb fix: improve critical alerts filters 2024-12-05 13:00:17 +01:00
Ruben Fiszel
615e3da329 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
Guilhem
e2d1565749 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
Alexander Petric
8df7f1cfb0 fix ci error unused superadmin import (#4844) 2024-12-04 23:29:36 +01:00
wendrul
281551e1a7 Remove unused env vars from docker compose + css fixes (#4841) 2024-12-04 18:33:41 +01:00
HugoCasa
af4123f17f 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
93a2fe652a 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
Henri Courdent
eb850df91a Trigger panels texts + doclinks (#4796)
* Trigger panels texts + doclinks

* create description component

* Description module workspace settings

* Delete package-lock.json

---------

Co-authored-by: Guilhem <guilhemlemouel@gmail.com>
2024-12-04 14:07:29 +01:00
Ruben Fiszel
fe75ef0989 nit editors 2024-12-04 07:11:31 +01:00
Ruben Fiszel
f373394bb2 improve container group creation logic 2024-12-02 15:10:07 +01:00
Ruben Fiszel
4293b749a8 improve public app login fallback 2024-12-02 09:10:03 +01:00
Ruben Fiszel
006cc17237 preprocess script for pkg export 2024-11-30 10:45:35 +01:00
Ruben Fiszel
702ee77232 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
d1aeafcb82 improve flow status viewer 2024-11-29 22:05:55 +01:00
Ruben Fiszel
ccad183efd fix: improve flow status viewer performance 2024-11-29 21:30:31 +01:00
Ruben Fiszel
6f49cb7fe2 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
wendrul
6987a36846 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
2814f7c24a fix: improve flow status viwer iteration picker 2024-11-29 18:33:34 +01:00
Ruben Fiszel
68398f28e6 schedule nits 2024-11-29 17:01:20 +01:00
Ruben Fiszel
b0248ffcad app nits (#4820)
* all

* all
2024-11-29 16:44:00 +01:00
Ruben Fiszel
404ff25f8c improve oauth popup flows using localstorage as fallback 2024-11-29 12:24:12 +01:00
Ruben Fiszel
7dc6328bf6 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
e04a2069d9 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
e3a45b6fd1 window openeer nits 2024-11-29 07:48:37 +01:00
Ruben Fiszel
fb9846b1a8 nit exportable whitelabel 2024-11-28 19:56:19 +01:00
Ruben Fiszel
4fa65c1e02 chore(main): release 1.431.1 (#4816)
* chore(main): release 1.431.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-11-28 17:36:52 +01:00
Ruben Fiszel
874881d9e7 chore(main): release 1.431.0 (#4788)
* chore(main): release 1.431.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-11-28 17:22:24 +01:00
Ruben Fiszel
e1ccffde74 fix: fix OAuth being stuck if following a public app login 2024-11-28 16:40:18 +01:00