Ruben Fiszel
fbc62e8ca5
remove unecessary postgres transactions and improve performance
2023-08-22 00:34:44 +02:00
Ruben Fiszel
bcf5d4e5d4
feat: deploy folders as well in the UI deployer
2023-08-21 03:38:36 +02:00
Ruben Fiszel
298a50a9e6
allow auth & content-type in header for cors
2023-08-21 02:23:31 +02:00
Ruben Fiszel
acdb14edfa
remove jobs api from being cors
2023-08-21 02:20:49 +02:00
Ruben Fiszel
81484ed565
remove jobs api from being cors
2023-08-21 02:15:49 +02:00
Ruben Fiszel
bdd59c94a9
fix: do not require auth for OPTIONS requests
2023-08-21 02:08:42 +02:00
Ruben Fiszel
3abf978eac
improve indices performances
2023-08-20 19:14:39 +02:00
Ruben Fiszel
a4090f6ad5
improve sql query performances
2023-08-20 18:06:59 +02:00
Ruben Fiszel
e63336e510
fix wrong input history order
2023-08-20 17:25:27 +02:00
Ruben Fiszel
b9fb206c11
feat: handle drift in every time referencing db times
2023-08-20 04:00:38 +02:00
Ruben Fiszel
e9c19b5b98
fix: unify clients to use server-side interpolation to retrieve full resources
2023-08-17 20:16:50 +02:00
HugoCasa
82612c35bd
feat: copilot tokens streaming + cancel ( #2107 )
...
* feat: copilot tokens streaming + cancel
* fix: UI improvements
2023-08-17 14:21:42 +02:00
HugoCasa
00b1afb1c9
fix: script fix no resource + error handling ( #2053 )
2023-08-14 12:03:23 +02:00
Ruben Fiszel
2ba132bd05
feat: respect lockfiles for bun
2023-08-12 20:49:36 +02:00
Ruben Fiszel
de8a7279b6
feat: migrate state path to new schema
2023-08-11 18:54:47 +02:00
HugoCasa
8a1f9a7c6a
feat: add native powershell support ( #2025 )
...
* feat: add powershell support
* fix: lang build
2023-08-10 13:19:50 +00:00
antrix
dda071ce8c
Add google workspace oauth connection config ( #2023 )
...
* Add google workspace oauth connection config
Oauth Config to call Google Workspace APIs.
https://developers.google.com/admin-sdk/directory/v1/guides/authorizing
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-08-10 11:53:52 +02:00
Ruben Fiszel
0d535e138f
make version missing not critical for backward compatibility
2023-08-10 10:30:32 +02:00
HugoCasa
e4534d2dc3
feat: add graphql support ( #2014 )
...
* feat: add graphql support
* fix: use custom editor for viewing graphql schema
* fix: graphql parser cargo version
* fix: add graphql where missing
2023-08-09 16:19:57 +02:00
Ruben Fiszel
1d1cd31252
fix: fix clear schedule to be workspace specific
2023-08-08 14:10:56 +02:00
Dave Nicolson
19aa2d88c1
Grammar fixes ( #2001 )
...
* Fix typos
* Fix TypeScript capitalization
* Fix log in verb
* Fix log out verb
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-08-08 12:02:51 +02:00
Ruben Fiszel
933771651e
fix: refresh token on login and regularly
2023-08-06 10:27:57 +02:00
HugoCasa
0b7d6398cb
feat: add azure openAI support ( #1989 )
2023-08-03 19:56:14 +02:00
HugoCasa
d57b8d79ad
feat: add snowflake ( #1987 )
...
* feat: unveil windmill AI
* feat: add snowflake
* fix: uppercase snowflake auth params
2023-08-03 17:22:00 +02:00
Ruben Fiszel
81a85d3b68
remove http as jobs
2023-08-02 18:46:16 +02:00
Ruben Fiszel
af29692ee1
feat: support native jobs from hub
2023-08-02 18:37:46 +02:00
Ruben Fiszel
1e88226a60
fix: increase aurora compatibilty of array_append
2023-08-01 17:54:51 +02:00
Ruben Fiszel
bf57c3a628
fix: fix draft permissions (require writer instead of owner)
2023-08-01 17:02:29 +02:00
Ruben Fiszel
4c870272d4
feat: add step's custom timeout
2023-07-30 20:42:24 +02:00
Ruben Fiszel
7afb6869d0
feat: add SECRET_SALT for secure environments
2023-07-30 18:35:48 +02:00
Ruben Fiszel
e51d67f843
feat: add support for postgresql numeric
2023-07-30 18:16:25 +02:00
Ruben Fiszel
e03da23f17
fix: add sync method for flows
2023-07-28 15:45:28 +02:00
Ruben Fiszel
24b0658460
feat: add supabaze wizard
2023-07-28 12:01:31 +02:00
HugoCasa
fd4c978874
feat: add bigquery ( #1934 )
...
* feat: add bigquery
* fix: remove debug logs
* fix: add records number limit
* fix: revert unwanted changes
* feat: bigquery enterprise only
* fix: google auth only when enterprise
* fix: rename bigquery scripts
2023-07-27 14:24:27 +02:00
Ruben Fiszel
0f31ffe174
feat: resolve dependencies across relative imports for python
2023-07-27 08:51:10 +02:00
Ruben Fiszel
90d57e2fad
feat: lock depedency for the entire flow + dependency job depend on script/flow's tag
2023-07-26 21:14:14 +02:00
Ruben Fiszel
d91ac5c77b
initial python imports relative dependency resolver
2023-07-26 17:33:46 +02:00
Ruben Fiszel
6f47bf9806
feat: handle worker groups with redis
2023-07-26 17:33:46 +02:00
Ruben Fiszel
52f28b5173
feat: add workspace specific tags
2023-07-26 17:33:46 +02:00
Ruben Fiszel
ae4dfe634f
UX nits + fix flow worker group
2023-07-25 16:14:23 +02:00
Ruben Fiszel
a0997911bf
feat: worker group for flows
2023-07-25 12:41:51 +02:00
Ruben Fiszel
c05b13804f
fix: improve SCIM sync
2023-07-23 22:03:09 +02:00
Ruben Fiszel
6517caf7d5
feat: add SCIM instances groups to group page
2023-07-23 21:08:31 +02:00
Ruben Fiszel
c4d1d50f81
feat: add SCIM support
2023-07-22 19:54:00 +02:00
Ruben Fiszel
8c58752a16
fix: remove lockfile on any rawinput change in flows
2023-07-20 20:46:39 +02:00
Ruben Fiszel
dfb1d8fa44
fix: remove lockfile on any rawinput change in flows
2023-07-20 20:24:03 +02:00
Ruben Fiszel
99de8124d1
scim v0
2023-07-19 16:12:05 +02:00
HugoCasa
778ac92411
fix(backend): openai resource not only variable ( #1906 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* feat: use openai resource for windmill AI
* fix(backend): openai resource not only variable
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-19 14:02:34 +02:00
HugoCasa
ddd8049b0a
feat: use openai resource for windmill AI ( #1902 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* feat: use openai resource for windmill AI
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-19 13:44:16 +02:00
Ruben Fiszel
d715ec58f2
feat: add SAML support in EE
2023-07-19 08:14:08 +02:00