Audrius Butkevicius
dd6f99ea60
Allow running image as non-root user ( #3019 )
...
Currently /tmp/monaco ends up only writable by root, and readable by other users. Running the image with a non-root uid fails, as launcher fails to write out go.mod to the root owned directory.
2024-01-17 09:30:25 +01:00
Ruben Fiszel
ce451fdf77
fix typescript client
2024-01-17 09:29:33 +01:00
Ruben Fiszel
ddaca371a1
fix typescript client
2024-01-17 09:24:38 +01:00
Ruben Fiszel
bc939e2a71
fix typescript client
2024-01-17 08:40:29 +01:00
Ruben Fiszel
1ade61caa2
fix sqlx
2024-01-17 00:06:52 +01:00
Ruben Fiszel
5610330e2e
fix
2024-01-16 23:47:42 +01:00
Ruben Fiszel
c73e2760d4
sqlx
2024-01-16 23:46:46 +01:00
Ruben Fiszel
a24645ee00
feat: OIDC support ( #3017 )
...
* oidc
* update
* feat: add support for multiselect in python
* d
* d
* progress
* all
* all
* all
2024-01-16 23:32:26 +01:00
Ruben Fiszel
8207e95e94
chore(main): release 1.245.1 ( #3016 )
...
* chore(main): release 1.245.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-16 19:39:00 +01:00
Guillaume Bouvignies
5baee4115f
fix: CLI script generate-metadata creates a default file if none exist ( #3015 )
2024-01-16 19:35:03 +01:00
Ruben Fiszel
61da0b7be4
chore(main): release 1.245.0 ( #3010 )
...
* chore(main): release 1.245.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-16 18:43:41 +01:00
Faton Ramadani
8cd8902121
feat(frontend): Add running runs on the script detail page ( #3005 )
...
* feat(frontend): Add running runs on the script detail page
* feat(frontend): Add running runs on the script detail page
* feat(frontend): Fix build
* feat(frontend): bump refresh rate, remove getCount call
* feat(frontend): improve code readability
* feat(frontend): fix getCount
2024-01-16 18:38:54 +01:00
Guillaume Bouvignies
daaeb83002
feat: Browse s3 bucket content from workspace settings page ( #3013 )
2024-01-16 18:28:46 +01:00
Guillaume Bouvignies
33788f6361
feat: add script bootstrap and script generate-metadata CLI commands ( #3007 )
...
* feat: add script bootstrap and script generate-metadata CLI commands
* Address PR comments on code
2024-01-16 18:25:51 +01:00
Guillaume Bouvignies
602afbe457
fix: s3 resource is accessed by backend with admin permissions ( #3011 )
2024-01-16 18:05:40 +01:00
Faton Ramadani
bd8193defe
feat(frontend): add specific bun and deno icons ( #3006 )
...
* feat(frontend): add specific bun and deno icons
* feat(frontend): wip
* feat(frontend): fix icons scale and position
2024-01-16 10:48:23 +01:00
Ruben Fiszel
a73d76f443
chore(main): release 1.244.4 ( #3003 )
...
* chore(main): release 2.0.0
* Apply automatic changes
* Update version.txt
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-15 22:46:44 +01:00
Ruben Fiszel
d443924ae6
fix custom git repository handling
2024-01-15 21:38:54 +01:00
Ruben Fiszel
4c73e7dfac
fix custom git repository handling
2024-01-15 20:26:58 +01:00
Ruben Fiszel
6dfc33dd53
temporarily use bun canary to unlock nodejs mode
2024-01-15 18:15:30 +01:00
Guillaume Bouvignies
23c1e7064d
fix!: git sync branch name no contains the workspace ID and the type ( #3004 )
2024-01-15 15:23:33 +01:00
Ruben Fiszel
fb43a6c548
fix nodejs
2024-01-14 23:40:26 +01:00
Ruben Fiszel
1ae36dee89
nodejs fix
2024-01-14 19:05:53 +01:00
Ruben Fiszel
1eff3fc9cc
feat: experimental nodejs support
2024-01-14 18:53:43 +01:00
Ruben Fiszel
e5678b4711
fix: improve bun imports resolutions
2024-01-14 14:44:18 +01:00
Ruben Fiszel
00dc3c162f
fix: improve bun imports resolutions
2024-01-14 14:02:27 +01:00
Ruben Fiszel
c56d052523
chore(main): release 1.244.2 ( #3002 )
...
* chore(main): release 1.244.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-13 17:39:37 +01:00
Ruben Fiszel
ee479726ad
fix: improve favorite menu
2024-01-13 17:25:45 +01:00
Ruben Fiszel
884afb6607
chore(main): release 1.244.1 ( #3001 )
...
* chore(main): release 1.244.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-13 15:45:10 +01:00
Ruben Fiszel
cd1925595a
fix: menu colors
2024-01-13 15:38:59 +01:00
Ruben Fiszel
d8ccf51b38
fix: menu colors
2024-01-13 15:34:48 +01:00
Ruben Fiszel
bcbea217c7
chore(main): release 1.244.0 ( #3000 )
...
* chore(main): release 1.244.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-13 13:50:49 +01:00
Ruben Fiszel
eefce01f82
add step_id to errors in flows
2024-01-13 13:46:42 +01:00
Faton Ramadani
f94149f401
feat(frontend): Operator mode ( #2973 )
...
* feat(frontend): Operator mode
* feat(frontend): Operator mode
* feat(frontend): operator menu v2
* feat(frontend): operator menu v2
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-13 13:25:37 +01:00
Ruben Fiszel
b094cfa085
fix: add ability to set secret variable from python
2024-01-13 13:02:36 +01:00
Ruben Fiszel
8b1800251b
fix: improve oauth accounts permissions
2024-01-13 13:00:04 +01:00
Ruben Fiszel
9ca112b067
fix: improve table behavior when searching
2024-01-13 10:57:49 +01:00
Ruben Fiszel
24e089c962
nit vega-lite
2024-01-13 09:59:34 +01:00
Ruben Fiszel
2572470049
fix vegalite renderer
2024-01-13 09:42:12 +01:00
Ruben Fiszel
b91b6c2890
chore(main): release 1.243.0 ( #2997 )
...
* chore(main): release 1.243.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-13 08:39:02 +01:00
Faton Ramadani
5b49aa26b9
feat(frontend): s3 file upload ( #2976 )
...
* feat(frontend): wip
* feat(frontend): s3 file working
* feat(frontend): policy
* feat(frontend): policy
* feat(frontend): wip
* feat(frontend): merge main
* feat(frontend): update s3 upload logic
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): path template
* feat(frontend): done
* feat(frontend): clean up
* feat(frontend): fix dark mode
* feat(frontend): fix outputs + add component control
* feat(frontend): fix outputs + add component control
* Update components.ts
* Update components.ts
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-13 08:35:00 +01:00
Ruben Fiszel
8ae3c821e1
feat: support dynamic args in tags
2024-01-13 01:47:01 +01:00
Guillaume Bouvignies
2edba18038
feat: Tag override for scheduled scripts ( #2998 )
...
* feat: Tag override for scheduled scripts
* Refactor WorkerTagPicker to component
* Fix test
2024-01-13 00:06:54 +01:00
Ruben Fiszel
22f502d2a8
feat: add support for bun install scopes
2024-01-12 23:48:58 +01:00
Ruben Fiszel
596222f650
fix: allow for any extra bunfig config
2024-01-12 20:38:15 +01:00
Guillaume Bouvignies
c9962203c4
feat: GIt sync to multiple repo ( #2996 )
2024-01-12 16:19:28 +01:00
Ruben Fiszel
017bd7643d
chore(main): release 1.242.0 ( #2995 )
...
* chore(main): release 1.242.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-12 13:49:17 +01:00
Guillaume Bouvignies
165d5cbfc8
feat: Instance group management page ( #2994 )
2024-01-12 13:37:06 +01:00
Ruben Fiszel
c6cfee5d89
fix: catch more agGrid errors
2024-01-12 13:29:01 +01:00
Ruben Fiszel
479a4c29b1
chore(main): release 1.241.0 ( #2993 )
...
* chore(main): release 1.241.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-12 11:48:45 +01:00