Commit Graph

9110 Commits

Author SHA1 Message Date
Guilhem dbdb166a39 fix syntaxe 2025-04-01 10:52:06 +01:00
Guilhem af4e9ee728 fix top bar height update 2025-04-01 10:42:20 +01:00
Guilhem 607ea89ef1 only use scroll behavior in some pages 2025-04-01 10:07:42 +01:00
Guilhem 4636166029 do not format resource page 2025-04-01 08:27:24 +01:00
Guilhem a5e2c20ceb Merge remote-tracking branch 'origin/main' into glm/use-melt-scroll-area 2025-04-01 08:22:59 +01:00
Guilhem 5ac162a1eb adapt scrollbar for webkit browser 2025-04-01 08:22:35 +01:00
HugoCasa 113f038fc0 fix: only format valid resource types (#5541) 2025-03-31 17:10:21 +00:00
HugoCasa 5c922a5f27 preprocessor templates nits (#5543) 2025-03-31 17:10:01 +00:00
Guilhem fc222fdd4a Remove ScrollArea 2025-03-31 18:03:30 +01:00
HugoCasa b31090cb54 fix: ignore invalid chunks in completion stream: empty choices when using azure (#5545) 2025-03-31 16:55:40 +00:00
Guilhem 13e0fbc57d use scroll in menu pages 2025-03-31 17:44:32 +01:00
Guilhem 3f1cff2411 use scroll for triggers 2025-03-31 17:40:31 +01:00
Guilhem 8dda89b513 use scroll onschedules, resources and variables 2025-03-31 17:26:23 +01:00
Guilhem 48dbc7cb37 add scroll option to centeredPage 2025-03-31 17:25:23 +01:00
Guilhem be2dcdd369 use scroll for Resources page 2025-03-31 17:15:58 +01:00
centdix ca0cda3ecf fix(frontend): use custom caret position function (#5544)
* use custom caret position function

* add try catch to not show the tooltip if any error occured

* log error
2025-03-31 16:13:55 +00:00
Guilhem 56913f8d93 use Scroll for home page 2025-03-31 17:10:04 +01:00
Guilhem 63f259edcf use scroll for variables page 2025-03-31 17:07:36 +01:00
Guilhem ef4472cfa0 add Scroll component 2025-03-31 17:07:20 +01:00
Guilhem f6687c782a fix layout for small width screen 2025-03-31 17:06:29 +01:00
Guilhem 0a5872bec5 Use scroll area in home page 2025-03-31 16:24:31 +01:00
centdix f7c8654987 feat: put db resources in ai context (#5507)
* allow mentioning specific files in instructions

* remove not working highlight implementation

* make highlighted text work

* fix tooltip position

* clean code

* cleaning

* use lib for tooltip positioning

* fix logic

* draft for db in context

* use tools for db in context

* fixes

* cleaning and bug fixes

* fix

* cleaning

* fix when script is db type

* simplify logic

* put schema in context if already here

* fix imports

* fix tooltip position and make it scrollable

* remove console logs

* check if selected is in available

* fix tooltip list

* add back lost logic

* last fix

* fix type errors

* use loaded schema from dbSchemas

* fix typing, content and lang are always there

* remove from context if not available anymore

* add not loaded yet mention if schema not loaded

* add missing callback logic

* fix prompt

* fix usage of updateselectedContext function

* fix styling for white theme

* handle tab and arrows

* fix schemas not being refreshed on contexts

* also refresh displayMessages when dbschemas change

* fix duplicate available contexts

* fix logic for new scripts

* fix new lines inside text area

* format files

* fix number of db resources fetches

* remove padding

* fix tooltip y position

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>
2025-03-31 12:37:49 +00:00
Guilhem 3b76e54175 add scroll area component 2025-03-31 10:19:59 +01:00
Alexander Petric c230e2aed9 feat: ms sql aad authentication support (#5539)
* feat: ms sql aad authentication support

* format

* format
2025-03-31 04:05:08 +00:00
Ruben Fiszel 7c96ef15d1 add disable_jobs_monitoring_env_variable 2025-03-30 00:17:16 +00:00
Ruben Fiszel 45a6d5934e add disable_jobs_monitoring_env_variable 2025-03-30 00:12:27 +00:00
HugoCasa 3d3250194d fix: correctly run empty flow with preprocessor from UI (#5537) 2025-03-28 11:26:26 -07:00
Ruben Fiszel 0ee6bcc97c chore(main): release 1.479.3 (#5536)
* chore(main): release 1.479.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
v1.479.3
2025-03-28 17:30:06 +01:00
HugoCasa 1ac05f0b79 fix: tab for intellisense (#5530) 2025-03-28 17:29:49 +01:00
pyranota 8850fc9f5e nit: update sqlx for java (#5534) 2025-03-28 17:29:22 +01:00
HugoCasa dd488a2bdb perf: improve hub resource type pulling when using the cli (#5535) 2025-03-28 17:24:24 +01:00
pyranota c020af5a98 nit: fix windows build (#5531)
rror[E0425]: cannot find function `pull_from_tar` in module `crate::global_cache`
    --> windmill-worker\src\common.rs:1214:43
     |
1214 |                 Some(crate::global_cache::pull_from_tar(
     |                                           ^^^^^^^^^^^^^ not found in `crate::global_cache`
     |
note: found an item that was configured out
    --> windmill-worker\src\global_cache.rs:87:14
     |
87   | pub async fn pull_from_tar(
     |              ^^^^^^^^^^^^^
note: the item is gated here
    --> windmill-worker\src\global_cache.rs:86:1
     |
86   | #[cfg(all(feature = "enterprise", feature = "parquet", unix))]
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-03-28 17:17:23 +01:00
Ruben Fiszel 4703e3c848 fix(cli): pin encodeHex to 1.0.4 to work with dnt 2025-03-28 17:16:56 +01:00
Ruben Fiszel 6dffe6d460 chore(main): release 1.479.2 (#5533)
* chore(main): release 1.479.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
v1.479.2
2025-03-28 11:13:14 -04:00
Alexander Petric 08e8283c58 fix: fetch correct resource for interactive slack when multiple workspaces connected (#5532) 2025-03-28 10:59:18 -04:00
Ruben Fiszel 7caf76cf94 update deno to 2.x everywhere 2025-03-28 00:32:26 +01:00
Ruben Fiszel 4bc5ed6311 chore(main): release 1.479.1 (#5529)
* chore(main): release 1.479.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
v1.479.1
2025-03-28 00:24:49 +01:00
Ruben Fiszel 6cd2dc7178 fix: pin backend deps half to 2.4.1 2025-03-28 00:21:04 +01:00
Ruben Fiszel 9d9a49235c fix cli build 2025-03-28 00:16:14 +01:00
Ruben Fiszel 5957c6e9b3 chore(main): release 1.479.0 (#5493)
* chore(main): release 1.479.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
v1.479.0
2025-03-28 00:09:47 +01:00
Ruben Fiszel a743f3e286 nit 2025-03-28 00:05:02 +01:00
Ruben Fiszel 1ac954c67c create long hash 2025-03-28 00:03:27 +01:00
Ruben Fiszel f3a0af8fe6 bump versions (#5526)
* all

* version bump

* ci

* fix bump

* fix
2025-03-27 23:57:09 +01:00
Alexander Petric 0546cf5fdb upgrade ag-grid version (#5525) 2025-03-27 22:14:59 +01:00
Ruben Fiszel cfae55583a backend/frontend check ci 2025-03-27 22:12:53 +01:00
Ruben Fiszel 466750752f fix(cli): add --dry-run option 2025-03-27 21:52:28 +01:00
Ruben Fiszel 2e74595a37 nit, add scheduled_for in logs 2025-03-27 21:28:21 +01:00
Alexander Petric 91f48a5f23 allow running docker container as any non-root user (#5523) 2025-03-27 18:38:13 +01:00
HugoCasa 1ddc4d6513 add more logs and catches to ai chat (#5524) 2025-03-27 18:36:31 +01:00
HugoCasa a28c78dd92 feat: make custom ai CE + add together AI provider (#5522)
* feat: make custom ai CE + add together AI provider

* fix build
2025-03-27 18:26:04 +01:00