Commit Graph

5699 Commits

Author SHA1 Message Date
Ruben Fiszel 028446efc3 pin rust to 1.75.0 2024-02-08 16:44:28 +01:00
Guillaume Bouvignies ec6f533419 chore: SAML EE (#3176)
* Extract SAML logic into its own file

* Remove saml.rs core logic

* hello

* Add substitute_ee_code.sh and check_no_symlink.sh scripts

* dry-run docker image build

* test hook

* add setup-hooks.sh script

* Update pre-commit hook

* Update substitution script

* revert docker-image action yaml

* revert Cargo.lock

* publish custom image

* swap for ce build as well

* empty

* revert temp action override

* fix docker-image.yml
2024-02-08 16:09:11 +01:00
Ruben Fiszel de858f3cc6 nit clarify error 2024-02-08 16:05:39 +01:00
Ruben Fiszel d59d324d72 fix: handle better \u0000 in python result 2024-02-08 16:02:38 +01:00
Faton Ramadani b8ce740a9a fix(frontend): Fix tutorials + Move into itself + Disable app history… (#3181)
* fix(frontend): Fix tutorials + Move into itself + Disable app history for unsaved apps + several toggle fix

* fix(frontend): clean up

* fix(frontend): add missing result for transformer
2024-02-08 15:46:10 +01:00
Guillaume Bouvignies f620954852 fix: Cuda image building (#3179) 2024-02-08 13:49:21 +01:00
Ruben Fiszel 14b676a524 chore(main): release 1.265.1 (#3178)
* chore(main): release 1.265.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-07 23:46:25 +01:00
Ruben Fiszel a5dc370898 sqlx fix 2024-02-07 23:45:07 +01:00
Ruben Fiszel 30fb3e5dcd improve custom windmill migration 2024-02-07 23:39:09 +01:00
HugoCasa d938a20a28 fix: graphql web worker (#3177)
* fix: graphql web worker

* fix: id editor unused input
2024-02-07 22:59:42 +01:00
Ruben Fiszel 68aecf9a36 chore(main): release 1.265.0 (#3172)
* chore(main): release 1.265.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-07 22:49:51 +01:00
Ruben Fiszel 23bef7f31f fix: improve agent policies 2024-02-07 22:45:07 +01:00
Ruben Fiszel 31fb948c35 handle null lockfiles better 2024-02-07 22:15:42 +01:00
Ruben Fiszel bf48ce423a remove obsolete array handler 2024-02-07 21:15:50 +01:00
Ruben Fiszel b26335426d fix split on null 2024-02-07 21:07:05 +01:00
Ruben Fiszel b3f6bf6cf2 smallfix 2024-02-07 18:44:28 +01:00
Guillaume Bouvignies 717ab49ed9 feat: Worker env variables are hidden to developers in the config panel (#3175) 2024-02-07 18:43:17 +01:00
Faton Ramadani 8bd56d8ddf fix(frontend): handle not found folder in FolderEditor (#3170)
* fix(frontend): handle not found folder in FolderEditor

* Update FolderEditor.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-07 15:43:47 +01:00
Ruben Fiszel 9fc20b7658 chore(main): release 1.264.0 (#3167)
* chore(main): release 1.264.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-07 14:46:58 +01:00
HugoCasa 776c7d3c64 feat: violet ai branding + flow summary (#3171)
* feat: violet ai branding + flow summary

* fix: npm run check
2024-02-07 14:33:33 +01:00
Guillaume Bouvignies 8e54dd3686 fix: Main compile breaks (#3169) 2024-02-07 14:04:23 +01:00
Guillaume Bouvignies fa95a9a44f fix: SAML redirect uses SAMLRequest in URL (#3168)
* fix: SAML redirect uses SAMLRequest in URL

* revert samael fork and fix ce edition

* simplify enterprise ff

* logging to debug

* rename unused variable
2024-02-07 12:04:15 +01:00
Ruben Fiszel 1ed9901aec fix: only create shared dir symlink if not exists 2024-02-07 00:42:23 +01:00
Ruben Fiszel 0178d26271 fix: add audit logs to worker configs 2024-02-06 23:09:07 +01:00
Faton Ramadani cf791e0f2f fix(frontend): Fix delete script (#3166)
* fix(frontend): fix delete action on the script detail page

* fix(frontend): fix delete action on the script detail page
2024-02-06 22:14:16 +01:00
Ruben Fiszel 7a8c688a23 fix: export base64 from typescript client 2024-02-06 22:13:59 +01:00
Ruben Fiszel 4cf2c3e4a7 chore(main): release 1.263.1 (#3164)
* chore(main): release 1.263.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-06 18:39:54 +01:00
Faton Ramadani 83e0f8e5a4 fix(frontend): fix toggles margins (#3165) 2024-02-06 18:34:35 +01:00
HugoCasa b52fc09098 fix: improve ts wrappers (#3163) 2024-02-06 17:54:32 +01:00
Ruben Fiszel 5c3ec3c5fb nit on txs 2024-02-06 16:40:43 +01:00
Ruben Fiszel bde4a6ad45 chore(main): release 1.263.0 (#3158)
* chore(main): release 1.263.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-06 16:36:59 +01:00
Faton Ramadani fc5a9b3f58 Fix select click outside (#3162)
* feat(frontend): fix clickOutside when using portals

* feat(frontend): fix clickOutside when using portals

* feat(frontend): clean up
2024-02-06 16:35:20 +01:00
Faton Ramadani a06112abc9 feat(frontend): add status when a flow setting is enabled (#3161)
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-06 16:05:20 +01:00
Ruben Fiszel 001d02e725 fix: increase default max conn of a worker to 4 2024-02-06 15:33:05 +01:00
Guillaume Bouvignies 368cba405d fix: go client sets resource properly (#3160) 2024-02-06 15:16:07 +01:00
HugoCasa 34151d65cc feat: new ai design (#3152)
* feat: new ai design

* fix: show caret + esc to cancel
2024-02-06 15:13:20 +01:00
Ruben Fiszel 10896d327a fix: scim added users are now auto-added/invited 2024-02-06 12:24:34 +01:00
Ruben Fiszel 06514c8fe1 nit 2024-02-06 12:13:30 +01:00
Ruben Fiszel 9070aed053 fix: add ping since to list workers 2024-02-06 12:10:22 +01:00
Faton Ramadani 840ef626b8 fix(frontend): fix dateslider doclink (#3159) 2024-02-06 11:51:50 +01:00
Faton Ramadani 7af751e557 fix(frontend): Fix operators actions + small UI fixes (#3157)
* feat(frontend): fix tree view expand all button + operator mode actions

* feat(frontend): fix deploy workspace when user have no access to target workspace
2024-02-06 11:37:00 +01:00
Ruben Fiszel 2d22004dc9 chore(main): release 1.262.1 (#3154)
* chore(main): release 1.262.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-06 00:51:58 +01:00
Ruben Fiszel 3ad9ef1c9f fix: add get_root_job_id typescript-client 2024-02-06 00:42:37 +01:00
Ruben Fiszel 6ced528230 chore(main): release 1.262.0 (#3145)
* chore(main): release 1.262.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-06 00:22:53 +01:00
Ruben Fiszel 7db2501cc1 fix: add get_root_job_id 2024-02-06 00:17:50 +01:00
Ruben Fiszel 6065506441 improve alert component 2024-02-05 23:00:17 +01:00
Ruben Fiszel 3fa96681dd fix: remove duplicated on deployment management UI 2024-02-05 22:42:35 +01:00
Ruben Fiszel e14db77991 fix: scheduling of flows is done immediately 2024-02-05 18:58:55 +01:00
Guillaume Bouvignies f41bff5202 fix: go preload wmill dependencies (#3150) 2024-02-05 18:42:19 +01:00
Guillaume Bouvignies 92931dbe71 fix: go preload wmill dependencies (#3149)
* fix: go preload wmill dependencies

* update comment
2024-02-05 18:13:59 +01:00