Ruben Fiszel
f89975dc8a
fix: tree view show more
2024-03-30 15:53:54 +01:00
Ruben Fiszel
57932cf839
fix: make submit form order static
2024-03-30 15:00:52 +01:00
Ruben Fiszel
acaf11522d
increase max concurrent run demo workspace
2024-03-30 13:47:03 +01:00
Ruben Fiszel
fcbcd4a514
improve runnable picker of app
2024-03-29 18:30:44 +01:00
Ruben Fiszel
387946f536
display result nits
2024-03-29 17:08:13 +01:00
Ruben Fiszel
94221cdd87
exclude demo from per workspace restrictions
2024-03-29 13:38:36 +01:00
Ruben Fiszel
2de5c08d59
fix recognize email in error handler
2024-03-29 12:50:12 +01:00
Faton Ramadani
e3512b3eac
feat(frontend): add a refresh component control to the DB Studio ( #3490 )
...
* feat(frontend): add a refresh component control to the DB Studio
* feat(frontend): add a refresh component control to the DB Studio
* feat(frontend): clean up
* feat(frontend): improve recompute to handle sub runnable
* feat(frontend): clean up
2024-03-29 12:40:58 +01:00
HugoCasa
e0b34edcc8
feat: add workspace free-tier usage ( #3489 )
...
* feat: separate workspace and user usage
* fix: sqlx build
2024-03-29 10:56:44 +01:00
Ruben Fiszel
5e59c137e0
fix View Logs
2024-03-28 17:49:29 +01:00
HugoCasa
dd4f48d244
fix: show start to finish time for flows instead of cumulative ( #3486 )
...
* fix: show start to finish time for flows instead of cumulative
* fix: build
2024-03-28 15:50:18 +01:00
HugoCasa
0fc22938c9
fix: show script path when schedule summary is empty ( #3487 )
2024-03-28 15:50:05 +01:00
Ruben Fiszel
72c419ee5a
nit markdown for scripts
2024-03-28 11:57:57 +01:00
Faton Ramadani
953b0396a6
feat(frontend): Add support for clearFiles in the file input component ( #3483 )
2024-03-28 11:44:10 +01:00
Faton Ramadani
4e07d6cad6
fix(frontend): Fix the pane delete button ( #3482 )
2024-03-28 11:43:45 +01:00
HugoCasa
ff2f24a013
fix: db studio multiple schemas support ( #3479 )
...
* fix: db studio multiple schemas support
* fix: frontend check (unused urlize flow)
2024-03-27 23:56:05 +01:00
Ruben Fiszel
c4337d55ae
support gh markdown for script, flows, resource description
2024-03-27 23:04:19 +01:00
Ruben Fiszel
6626871823
feat: support gh markdown for script, flows, resource descriptions
2024-03-27 19:07:19 +01:00
Ruben Fiszel
933f24a3ea
improve autosize + add markdown support for scripts and workflows
2024-03-27 18:19:37 +01:00
Ruben Fiszel
e1059d7163
fix: fix clean cache deleting config
2024-03-27 17:15:29 +01:00
Ruben Fiszel
e7abaa3aa1
nits map
2024-03-27 14:53:47 +01:00
Henri Courdent
a509986947
Template frontend script ( #3476 )
2024-03-27 14:25:52 +01:00
Ruben Fiszel
773b524b04
feat: approval steps description
2024-03-27 14:04:14 +01:00
Ruben Fiszel
d3f13925d4
feat: add map support in renderer
2024-03-27 10:14:44 +01:00
Ruben Fiszel
1e9bee2915
fix: display approval step at top level regardless of depth
2024-03-27 09:46:09 +01:00
Henri Courdent
4eaaadc364
Windmill AI handle multiple lines ( #3469 )
...
* Windmill AI handle multiple lines
* Fix npm_check
* Fix height
* Get rid of custom css
* fix: handle edge cases
* fix: edge edge case
* fix: adjust size on popup open
* fix: cancel request on leave
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-03-26 23:04:42 +01:00
Ruben Fiszel
2bcd3cb8e8
fix: fix approval steps handling of default args
2024-03-26 22:16:19 +01:00
HugoCasa
0e0d964fc8
feat: add visible to runner only default value ( #3472 )
2024-03-26 19:07:21 +01:00
Ruben Fiszel
5c2e9704b7
nit flow editor
2024-03-26 18:54:37 +01:00
Henri Courdent
b25eb04602
Update changelogs march 24 ( #3470 )
2024-03-26 18:28:39 +01:00
HugoCasa
c5762fee53
feat: gforms oauth ( #3466 )
2024-03-26 18:25:39 +01:00
Ruben Fiszel
eb6024f2c8
webhook id nits
2024-03-26 11:50:39 +01:00
Ruben Fiszel
f5505a92ff
fix: replace token in webhook panel after creation
2024-03-26 11:21:59 +01:00
Ruben Fiszel
8d51cfcadc
fix: use webhook id as username
2024-03-26 10:06:01 +01:00
Ruben Fiszel
916f05805f
nit
2024-03-26 09:01:36 +01:00
HugoCasa
ac2fd58403
fix: previous runs date ( #3461 )
2024-03-26 00:04:39 +01:00
HugoCasa
a5b762b2aa
fix: extension of full logs download ( #3464 )
2024-03-26 00:02:44 +01:00
HugoCasa
067249b212
fix: custom contextual variabels when superadmin ( #3458 )
2024-03-25 16:24:54 +01:00
Ruben Fiszel
d63f5ee26e
fix: add support for azure storage on distributed cache/logs
2024-03-23 18:42:38 +01:00
Ruben Fiszel
67ccb1dd20
improve flow rendering
2024-03-23 16:51:49 +01:00
Ruben Fiszel
bf8f0c92bc
improve flow rendering
2024-03-23 16:41:59 +01:00
Ruben Fiszel
3279996fd2
feat(frontend): fetch logs just-in-time only when necessary
2024-03-23 15:57:23 +01:00
HugoCasa
6b719fecea
feat: add workspace environment vars (custom contextual vars) ( #3455 )
...
* feat: custom contextual variables
* chore: sqlx prepare
* fix: main merge
2024-03-23 11:40:55 +01:00
Ruben Fiszel
66d508f3dd
nit
2024-03-23 11:40:28 +01:00
Ruben Fiszel
7714221f3e
feat: large log disk and distributed storage compaction
2024-03-23 10:55:29 +01:00
HugoCasa
c34cd42605
feat: workspace renaming ( #3452 )
...
* feat: workspace renaming
* feat: openapi spec
* chore: sqlx prepare
2024-03-22 18:54:29 +01:00
Ruben Fiszel
099647cae2
fix: small table fixes
2024-03-22 18:51:32 +01:00
Ruben Fiszel
d062ba35aa
fix: update git sync cli
2024-03-22 18:21:01 +01:00
HugoCasa
c2d18a6d6f
feat keep sql columns ordering ( #3444 )
...
* feat: keep pg columns ordering
* feat: pass column order through flow status
* feat: sql ordering for all sql langs
* fix: sqlx build on mac + rename to _metadata
* Update JobPreview.svelte
* Update +page.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update JobPreview.svelte
* fix: build
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-03-22 10:34:32 +01:00
Ruben Fiszel
e22cdb842d
add back toggle for Azure Workload Identity
2024-03-21 15:50:47 +01:00