Ruben Fiszel
0f48c19d5a
fix: respect FIFO order for concurrency limit
2023-07-24 18:11:23 +02:00
Ruben Fiszel
0fc8f0bb44
fix allow-read on cloud
2023-07-24 16:34:45 +02:00
Ruben Fiszel
30a6b9d1bb
UX nits
2023-07-24 16:13:30 +02:00
Ruben Fiszel
b111e50c0f
chore(main): release 1.136.0 ( #1926 )
...
* chore(main): release 1.136.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-24 10:10:18 +02:00
Faton Ramadani
1ba7c33fb3
fix(frontend): Fix fetch webhook code + add copy to clipboard button ( #1928 )
2023-07-24 10:02:30 +02:00
Ruben Fiszel
79fb8efeba
fix: improve SCIM sync
2023-07-23 22:03:09 +02:00
Ruben Fiszel
766ab37fa7
feat: add SCIM instances groups to group page
2023-07-23 21:08:31 +02:00
Ruben Fiszel
3235644532
chore(main): release 1.135.1 ( #1925 )
...
* chore(main): release 1.135.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-23 12:15:57 +02:00
Ruben Fiszel
60d7887a8b
fix: fix database migration
2023-07-23 12:14:04 +02:00
Ruben Fiszel
154989c87e
chore(main): release 1.135.0 ( #1922 )
2023-07-22 19:58:53 +02:00
Ruben Fiszel
210020c212
feat: add SCIM support
2023-07-22 19:58:04 +02:00
Ruben Fiszel
4e02eab2e0
feat: add SCIM support
2023-07-22 19:54:00 +02:00
Ruben Fiszel
957db65da8
fix: off by one concurrency limit fix
2023-07-22 17:05:11 +02:00
HugoCasa
da80a76d7b
feat(frontend): db schema explorer + db aware AI ( #1920 )
...
* feat(frontend): db schema explorer + db aware AI
* fix: explorer button consistency
* fix: explorer btn really consistent
* feat: improve autocompletion regex
2023-07-21 14:29:31 +03:00
Faton Ramadani
19e4b56405
fix(frontend): Fix show archived button position ( #1921 )
2023-07-21 14:10:35 +03:00
Ruben Fiszel
8d4ef7c9b4
chore(main): release 1.134.2 ( #1913 )
...
* chore(main): release 1.134.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-20 20:52:45 +02:00
Ruben Fiszel
169d93e7b4
fix: remove lockfile on any rawinput change in flows
2023-07-20 20:46:39 +02:00
Ruben Fiszel
ebeeafccb8
fix: remove lockfile on any rawinput change in flows
2023-07-20 20:24:03 +02:00
Henri Courdent
ff7e7d73ea
Update tooltips after doc structure was changed ( #1917 )
2023-07-20 20:18:34 +03:00
Henri Courdent
a634df750f
Small precision on AI Generation ( #1915 )
2023-07-20 12:04:04 +02:00
Ruben Fiszel
b1de78b95b
nit ux
2023-07-20 11:10:37 +02:00
Faton Ramadani
9c2b673982
fix(frontend): Prevent options from closing when an option is selected ( #1912 )
2023-07-20 10:01:39 +02:00
Ruben Fiszel
9178a9cb67
chore(main): release 1.134.1 ( #1911 )
...
* chore(main): release 1.134.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-20 08:38:08 +02:00
Ruben Fiszel
3d9e5b335b
fix: handle pip requirements to git commits
2023-07-20 08:32:44 +02:00
Ruben Fiszel
188cad37f0
fix test connection
2023-07-20 08:09:48 +02:00
Ruben Fiszel
7ac5980cf7
ensure multiselect is using distinct values
2023-07-20 07:42:38 +02:00
Ruben Fiszel
41ef49fe31
fix row.value
2023-07-20 00:29:05 +02:00
Ruben Fiszel
faa46c1f0a
fix copying table with actions
2023-07-20 00:16:09 +02:00
Peter N
6074cb0604
fix: s/paylod/payload ( #1910 )
...
It's probably not paylod, it's probably missing an `a`
2023-07-20 00:07:36 +03:00
Ruben Fiszel
91e69a6255
chore(main): release 1.134.0 ( #1905 )
...
* chore(main): release 1.134.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-19 23:23:33 +03:00
Ruben Fiszel
4742f32862
fix sqlx
2023-07-19 16:23:51 +02:00
Ruben Fiszel
7f434f37bd
scim v0
2023-07-19 16:12:05 +02:00
Faton Ramadani
9f90c0b931
feat(frontend): add deployment history + script path ( #1896 )
...
* feat(frontend): add deployment history + script path
* feat(frontend): adapt restore code
* feat(frontend): fix wording
2023-07-19 15:26:46 +02:00
HugoCasa
c9681d3e67
fix: parse bash args with same-line comments ( #1907 )
2023-07-19 15:26:21 +02:00
HugoCasa
91853e3392
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
f7201bff0e
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
1a7dc8837e
fix compile
2023-07-19 13:28:43 +02:00
Ruben Fiszel
a4baec7b73
fix compile
2023-07-19 13:18:10 +02:00
Ruben Fiszel
cb3beafc41
fix compile
2023-07-19 13:13:38 +02:00
Ruben Fiszel
969ba114ef
fix compile
2023-07-19 13:08:18 +02:00
Ruben Fiszel
40d9b405d1
fix compile
2023-07-19 13:01:36 +02:00
Ruben Fiszel
a6255072af
fix compile
2023-07-19 12:56:58 +02:00
Ruben Fiszel
7c0e840da3
feat: make row information available from table rows' evals
2023-07-19 12:42:02 +02:00
Ruben Fiszel
e9d3e2c08b
chore(main): release 1.133.0 ( #1895 )
...
* chore(main): release 1.133.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-07-19 08:28:01 +02:00
Ruben Fiszel
8067e8125d
improve README
2023-07-19 08:24:18 +02:00
Ruben Fiszel
05a0ebe88b
feat: add SAML support in EE
2023-07-19 08:14:08 +02:00
HugoCasa
d4345fb02c
feat(frontend): generate scripts in the flow and app builders ( #1886 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* Fix build
* Fix build
* Fix build
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-18 12:55:35 +02:00
Henri Courdent
32f4551aed
Added Tooltips and Documentation Links on user management ( #1803 )
2023-07-18 11:13:17 +02:00
Henri Courdent
d6b42ac7ae
Tooltips and UI clarification ( #1894 )
...
* Tooltips and UI clarification
* Fix build
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-18 11:12:44 +02:00
Axel Baudot
ae7317f0cc
Add schema editor for object advanced properties ( #1860 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-18 09:23:54 +02:00