Commit Graph

5650 Commits

Author SHA1 Message Date
Guillaume Bouvignies 92931dbe71 fix: go preload wmill dependencies (#3149)
* fix: go preload wmill dependencies

* update comment
2024-02-05 18:13:59 +01:00
Faton Ramadani 7c1243597b feat(frontend): alert component (#3140)
* feat(frontend): add alert component

* feat(frontend): fix build

* feat(frontend): alert styling

* feat(frontend): add initial isCollapsed

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:23:18 +01:00
Faton Ramadani 0546d396f3 feat(frontend): App date slider component (#3146)
* feat(frontend): date slider

* feat(frontend): date slider

* feat(frontend): remove test.json

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:22:33 +01:00
Guillaume Bouvignies ff8b32260d fix: go preload wmill dependencies (#3148) 2024-02-05 17:21:30 +01:00
Faton Ramadani f4ef424c37 feat(frontend): add support for toasts in frontend scripts (#3147)
* feat(frontend): add support for toast in frontend scripts

* feat(frontend): add support for toast in frontend scripts

* feat(frontend): fix comment

* Update eval.ts

* Update eval.ts

* Update utils.ts

* Update utils.ts

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:20:47 +01:00
Ruben Fiszel 41ec53eb9a update go to 1.21.6 2024-02-05 16:06:04 +01:00
Ruben Fiszel f5afd6e25d improve debug info endpoint 2024-02-05 12:41:41 +01:00
Ruben Fiszel 273973a86a fix: auto-add user add user to the group all 2024-02-05 12:32:14 +01:00
Ruben Fiszel f86523b0f1 chore(main): release 1.261.0 (#3144)
* chore(main): release 1.261.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-05 09:19:06 +01:00
Ruben Fiszel f818817e10 feat: add nobypassrls migration 2024-02-05 08:55:39 +01:00
Ruben Fiszel 2568ea0ee2 feat: add flow debug info endpoint + button 2024-02-04 22:16:12 +01:00
Ruben Fiszel 6d33964227 fix: decrease database connections of workers to 3 2024-02-04 18:32:14 +01:00
Ruben Fiszel 64faa02c59 improve cancel_all for flows 2024-02-04 18:08:10 +01:00
Ruben Fiszel bdebfb42a6 exiting connection pool gracefully 2024-02-04 09:26:25 +01:00
Ruben Fiszel 991b984c0c nit, add concurrency_time_window_s only if concurrent limit is set 2024-02-04 08:27:00 +01:00
Ruben Fiszel 1c2952a1e3 fix: add support for ephemeral tokens 2024-02-03 12:09:39 +01:00
Ivan Starkov 96c14aaefb Remove ansi codes in script run (#3132) 2024-02-03 08:46:44 +01:00
Ruben Fiszel f34165dba5 chore(main): release 1.260.1 (#3143)
* chore(main): release 1.260.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-02 23:52:51 +01:00
Ruben Fiszel 4d62c01071 fix sqlx 2024-02-02 23:47:39 +01:00
Ruben Fiszel 84e415ad13 fix: retrigger release 2024-02-02 23:30:17 +01:00
Ruben Fiszel 2b554e315a chore(main): release 1.260.0 (#3139)
* chore(main): release 1.260.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-02 23:21:32 +01:00
Ruben Fiszel 0f7dde0975 add quiet option 2024-02-02 23:17:33 +01:00
Ruben Fiszel 68df6e3b58 remove --unstable from upgrade 2024-02-02 23:10:17 +01:00
Guillaume Bouvignies ec517af21b feat: Sync user groups from Azure Entra ID using SCIM (#3141) 2024-02-02 20:18:38 +01:00
Guillaume Bouvignies bbda7cf268 feat: Support for Azure Blob storage (#3130) 2024-02-02 19:55:07 +01:00
Faton Ramadani 1a1757f9fd fix(frontend): fix vertical prop + add missing disabled prop (#3134) 2024-02-02 19:08:58 +01:00
Faton Ramadani 419f5f6108 fix(frontend): fix the tutorial for loops (#3135) 2024-02-02 19:08:29 +01:00
Ruben Fiszel b0256ddc11 add license check to dev mode for flows 2024-02-02 18:14:46 +01:00
HugoCasa 35daa0b7ad feat: disable self approval toggle (#3137)
* feat: disable self approval toggle

* fix: nits
2024-02-02 11:19:50 +01:00
Ruben Fiszel fad2796133 chore(main): release 1.259.2 (#3138)
* chore(main): release 1.259.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-02 11:03:16 +01:00
Faton Ramadani ccb3284d7a fix(frontend): Fix dt branch (#3124)
* fix(frontend): wip

* fix(frontend): fix decision tree + add missing outputs

* fix(frontend): remove console.logs

* feat(frontend): add fallback to go previous when we have no history (manual selection)

* feat(frontend): add a context to keep track of when a decision tree is being debugged

* fix(frontend): fix nameoverride

* fix(frontend): getFirstNode to make sure we correclty select the head

* fix dt beanch

* fix(frontend): remove debugger

* fix(frontend): fix branch names
2024-02-02 10:56:13 +01:00
Guillaume Bouvignies 81263a9502 fix: Python buffered reader (#3136)
* fix: Python buffered reader

* use bytes generator only for buferred reader
2024-02-02 10:23:04 +01:00
Ruben Fiszel c3896540da chore(main): release 1.259.1 (#3133)
* chore(main): release 1.259.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-02 01:25:20 +01:00
Ruben Fiszel 5362e903d6 fix(python): fix python reader 2024-02-02 01:21:20 +01:00
Ruben Fiszel cdec1c22ad fix(python): fix python reader 2024-02-02 01:12:01 +01:00
Ruben Fiszel 5ae2e323e8 chore(main): release 1.259.0 (#3122)
* chore(main): release 1.259.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-01 16:56:01 +01:00
HugoCasa 7b169a8a13 fix: check if AI enabled (#3129) 2024-02-01 16:53:27 +01:00
HugoCasa 4ce3169574 feat: ai cron (#3128) 2024-02-01 16:48:55 +01:00
Guillaume Bouvignies 0003673e8d feat: migrate s3 client to object_store (#3116)
* feat: migrate s3 client to object_store

* remove multipart from open API

* Remove multipart in favor of a single stream

* progress report

* add progress reader on server side

* small nit fix

* fix read chunk

* Fix TS and python SDK

* Fix download button

* Fix download button object viewer

* fix list

* Better errors

* export loadS3FileContent

* revert changes SDK

* fix browser

* small file list unavailable fix

* Old endpoints throws informative error messages

* Typescript SDK uses raw fetch

* update python SDK

* Error if uploaded file > 50Mb

* revert python SDL changes

* Update python SDK method docs

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-02-01 16:03:30 +01:00
Faton Ramadani 007fa83d48 fix(frontend): fix DB studio when columns have space in their names (#3126) 2024-02-01 14:08:26 +01:00
HugoCasa d7834f3694 fix: pg coerce nb to string (#3127) 2024-02-01 14:08:14 +01:00
Ruben Fiszel 5a43dd8690 fix: handle array of null in display result 2024-02-01 13:41:34 +01:00
HugoCasa d1c7d397aa fix: metadata gen typo (#3125) 2024-02-01 10:13:23 +01:00
Faton Ramadani 17f0f82a6d fix(frontend): fix schema form toolips (#3123) 2024-02-01 08:47:40 +01:00
Faton Ramadani e83e60dfe9 feat(frontend): add support for dynamic default values + enums (#3109) 2024-01-31 23:28:48 +01:00
HugoCasa 326de231bb feat: generate script summary (#3110)
* feat: generate script summary

* fix: design nits

* feat: better ui + descriptions
2024-01-31 23:12:50 +01:00
HugoCasa 4833e1eeff feat: auto-add users (#3114)
* feat: auto-add users

* feat: improve UI

* fix: user name validation

* fix: username remove invalid chars

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-01-31 23:10:34 +01:00
Ruben Fiszel 0ae668edc6 make reorder more resilient 2024-01-31 20:52:02 +01:00
Ruben Fiszel b528d218ba make reorder more resilient 2024-01-31 20:36:29 +01:00
Ruben Fiszel 070fe507cc chore(main): release 1.258.4 (#3121)
* chore(main): release 1.258.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-31 20:12:34 +01:00