Ruben Fiszel
|
f5f2f8f344
|
chore(main): release 1.498.0 (#5957)
* chore(main): release 1.498.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-17 22:29:56 +02:00 |
|
Ruben Fiszel
|
ad2de83354
|
chore(main): release 1.497.2 (#5956)
* chore(main): release 1.497.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-17 09:16:49 +02:00 |
|
Ruben Fiszel
|
13ac13e0b7
|
chore(main): release 1.497.1 (#5955)
* chore(main): release 1.497.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-17 01:53:14 +02:00 |
|
Ruben Fiszel
|
8e8e1a3129
|
chore(main): release 1.497.0 (#5912)
* chore(main): release 1.497.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-17 00:09:22 +02:00 |
|
Diego Imbert
|
bb354cfeb8
|
standardize select auto-complete inputs
* Replaced some Autocompletes
* more AutoComplete replace
* usePromise + replace resources with Select
* Select Chevron + changed operation to new Select
* simplified EditableSchemaWrapper
* replace autocompletes
* Replace last autocomplete
* Remove 'simple-svelte-autocomplete' dependency
* re-added some createText
|
2025-06-12 21:36:55 +02:00 |
|
Ruben Fiszel
|
23920aee84
|
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
|
2025-06-12 15:44:35 +02:00 |
|
Ruben Fiszel
|
ae81b4f456
|
chore(main): release 1.496.3 (#5902)
* chore(main): release 1.496.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-09 23:31:39 +02:00 |
|
Ruben Fiszel
|
86adebde39
|
chore(main): release 1.496.2 (#5901)
* chore(main): release 1.496.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-07 13:17:07 +02:00 |
|
Ruben Fiszel
|
d37f13d023
|
chore(main): release 1.496.1 (#5897)
* chore(main): release 1.496.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-07 03:44:02 +02:00 |
|
Ruben Fiszel
|
13b318200b
|
chore(main): release 1.496.0 (#5882)
* chore(main): release 1.496.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-06 17:56:49 +00:00 |
|
dieriba
|
3c3fdbdf26
|
fix: use full client side js library for route gen from openapi (#5891)
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
* remove polyfills
* rename file and prevent duplicate keys
* better naming and duplicate key
* camel case
* replace spaces
---------
Co-authored-by: HugoCasa <hugo@casademont.ch>
|
2025-06-06 12:38:37 +00:00 |
|
dieriba
|
571348377b
|
feat: generate http route triggers from openapi spec (#5857)
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
---------
Co-authored-by: HugoCasa <hugo@casademont.ch>
|
2025-06-05 22:46:17 +00:00 |
|
Ruben Fiszel
|
6c3b1e7478
|
1.495.1
|
2025-06-05 20:14:05 +02:00 |
|
Ruben Fiszel
|
fe481e02bc
|
chore(main): release 1.495.0 (#5852)
* chore(main): release 1.495.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-06-05 19:30:32 +02:00 |
|
dieriba
|
f2526571a3
|
feat: ssh repl like direct to workers hosts machine (#5809)
* feat(backend): add repl for worker
* feat(frontend): add repl to interact with worker and missing packages
* nits
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/WorkerRepl.svelte
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix typo
* fix cd
* nits
* refactoring
* feat: handle other agent worker to also access repl feature, fix bugs
* update repo ref
* nits and match function args
* nits
* typo
* remove struct AgentWorkerData
* update repo ref
* nits
* impl new for authed client and revert to async
* update ref
* updage ee repo ref
* fix missing method/imports small bugs
* update ee repo ref
* update .sqlx
* test
* clean wait for interactive_shell future
* free call stack
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-06-03 18:41:14 +02:00 |
|
HugoCasa
|
68ebf667d5
|
feat: ai flow chat (#5842)
* feat: ai flow chat
* youpi
* feat: preprocessor and error handler support
* fix: reactivity
* feat: inline script editor cmd l
* nit
* fix: apply in script editor
* fixes
* prompt nits
|
2025-06-02 22:14:25 +02:00 |
|
Ruben Fiszel
|
190d230a01
|
chore(main): release 1.494.0 (#5837)
* chore(main): release 1.494.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-31 05:20:37 +02:00 |
|
Ruben Fiszel
|
509acd4b7c
|
chore(main): release 1.493.4 (#5835)
* chore(main): release 1.493.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-29 11:32:53 +02:00 |
|
Ruben Fiszel
|
eb33b3603e
|
chore(main): release 1.493.3 (#5833)
* chore(main): release 1.493.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-29 02:28:32 +02:00 |
|
Ruben Fiszel
|
6ffb40be26
|
chore(main): release 1.493.2 (#5827)
* chore(main): release 1.493.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-28 15:51:05 +02:00 |
|
Ruben Fiszel
|
e0f4f83ebf
|
fix: improve monaco editor memory leak
|
2025-05-28 15:46:55 +02:00 |
|
Ruben Fiszel
|
662674e151
|
chore(main): release 1.493.1 (#5826)
* chore(main): release 1.493.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-28 13:54:45 +02:00 |
|
Ruben Fiszel
|
da503dc3c5
|
chore(main): release 1.493.0 (#5808)
* chore(main): release 1.493.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-28 01:53:20 +02:00 |
|
Diego Imbert
|
fdefd4be93
|
feat: duckdb sql lang support (#5761)
|
2025-05-27 15:52:57 +02:00 |
|
Guilhem
|
5897e7e01b
|
Fix(frontend): auto completion and render of tailwind classes in app editor (#5817)
* fix auto completion and render
* Remove tailwind_full.css links and add tailwindUtils to package.json exports
- Removed `<link rel="stylesheet" href="/tailwind_full.css" />` from AppEditor.svelte and AppPreview.svelte
- Added `"./tailwindUtils"` export to package.json exports section for external consumption
- Added tailwindUtils to typesVersions section for TypeScript support
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2025-05-27 01:09:55 +02:00 |
|
Ruben Fiszel
|
fc8f878584
|
chore(main): release 1.492.1 (#5801)
* chore(main): release 1.492.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-22 20:26:12 +02:00 |
|
Ruben Fiszel
|
a411e2e9a6
|
chore(main): release 1.492.0 (#5772)
* chore(main): release 1.492.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-22 20:06:11 +02:00 |
|
Ruben Fiszel
|
422a02d8f7
|
chore: update monaco/vscode (#5770)
|
2025-05-19 16:51:29 +02:00 |
|
Ruben Fiszel
|
b2088a0805
|
chore(main): release 1.491.5 (#5765)
* chore(main): release 1.491.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-17 11:00:36 +02:00 |
|
Ruben Fiszel
|
4496006a56
|
chore(main): release 1.491.4 (#5758)
* chore(main): release 1.491.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-16 01:19:58 +02:00 |
|
Ruben Fiszel
|
6390eee792
|
chore(main): release 1.491.3 (#5754)
* chore(main): release 1.491.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-15 22:07:45 +02:00 |
|
Ruben Fiszel
|
747c53dfed
|
chore(main): release 1.491.2 (#5747)
* chore(main): release 1.491.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-15 20:27:36 +02:00 |
|
Ruben Fiszel
|
98e25da177
|
chore(main): release 1.491.1 (#5744)
* chore(main): release 1.491.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-15 09:43:14 +02:00 |
|
Ruben Fiszel
|
fcdc0ee500
|
chore(main): release 1.491.0 (#5729)
* chore(main): release 1.491.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-14 10:37:34 +02:00 |
|
Ruben Fiszel
|
a470e38177
|
chore(main): release 1.490.0 (#5717)
* chore(main): release 1.490.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-12 11:45:00 +02:00 |
|
HugoCasa
|
254c3cf8ef
|
feat: preprocessor refactor (#5629)
* feat: preprocessor refactor
* nit
* oneOf kind support + new capture format + fix build
* fix build
* fix build
* update preprocessor templates
* cache runnable version info
* update ee ref
* update hub scripts && ee ref
|
2025-05-09 09:50:01 +02:00 |
|
Ruben Fiszel
|
233bc1bfc5
|
chore(main): release 1.489.0 (#5714)
* chore(main): release 1.489.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-08 15:30:31 +02:00 |
|
Ruben Fiszel
|
45224fec3d
|
chore(main): release 1.488.0 (#5709)
* chore(main): release 1.488.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-07 15:27:43 +02:00 |
|
Ruben Fiszel
|
386ed62a4e
|
chore(main): release 1.487.0 (#5702)
* chore(main): release 1.487.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-06 13:48:54 +02:00 |
|
Ruben Fiszel
|
815c3b6d00
|
chore(main): release 1.486.1 (#5701)
* chore(main): release 1.486.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-04 18:24:52 +02:00 |
|
Ruben Fiszel
|
d103f5a466
|
chore(main): release 1.486.0 (#5690)
* chore(main): release 1.486.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-05-02 00:58:16 +02:00 |
|
Ruben Fiszel
|
257040ab28
|
chore(main): release 1.485.3 (#5686)
* chore(main): release 1.485.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-29 23:59:51 +02:00 |
|
Ruben Fiszel
|
f120f4ac4b
|
chore(main): release 1.485.2 (#5676)
* chore(main): release 1.485.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-29 20:21:20 +02:00 |
|
Ruben Fiszel
|
0b03b06144
|
chore(main): release 1.485.1 (#5669)
* chore(main): release 1.485.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-28 19:59:25 +02:00 |
|
Ruben Fiszel
|
b67de13b78
|
chore(main): release 1.485.0 (#5664)
* chore(main): release 1.485.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-28 11:45:28 +02:00 |
|
Ruben Fiszel
|
03553f7f49
|
chore(main): release 1.484.0 (#5656)
* chore(main): release 1.484.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-27 00:48:47 +02:00 |
|
Ruben Fiszel
|
8d4d2db507
|
chore(main): release 1.483.2 (#5648)
* chore(main): release 1.483.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-23 19:24:48 +02:00 |
|
Ruben Fiszel
|
3c68fef2ab
|
ui code builder v0 (at secret path) (#4964)
|
2025-04-20 01:19:02 +02:00 |
|
Ruben Fiszel
|
2bf070ee5c
|
chore(main): release 1.483.1 (#5642)
* chore(main): release 1.483.1
* change versions
|
2025-04-19 11:31:27 +02:00 |
|
Ruben Fiszel
|
236762641f
|
chore(main): release 1.483.0 (#5632)
* chore(main): release 1.483.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-04-19 11:06:30 +02:00 |
|