Faton Ramadani
df5a4dbdc8
fix(frontend): fix bg script selection ( #1881 )
2023-07-16 22:03:56 +03:00
Ruben Fiszel
82aa28b794
fix build
2023-07-16 16:08:38 +02:00
Ruben Fiszel
cfa956dcbd
Revert "refactor(backend): alternative approach for sqlx ^0.7 upgrade ( #1884 )" ( #1885 )
...
This reverts commit fa0fc7a4e2 .
2023-07-16 16:57:12 +03:00
Ruben Fiszel
ff0048afab
feat: add whitelist envs to passthrough the workers
2023-07-16 10:47:24 +02:00
Ruben Fiszel
1956c43705
feat: add schedule to syncable resources
2023-07-16 10:47:24 +02:00
Ruben Fiszel
b71362fc7f
feat: add powershell as a template
2023-07-16 10:47:24 +02:00
Ruben Fiszel
c1abc778de
fix run form initial valid
2023-07-16 10:47:24 +02:00
Jakub Kołodziejczak
fa0fc7a4e2
refactor(backend): alternative approach for sqlx ^0.7 upgrade ( #1884 )
...
related to
* https://github.com/launchbadge/sqlx/pull/2617#issuecomment-1636808249
* https://github.com/launchbadge/sqlx/pull/2617#issuecomment-1637005378
2023-07-16 11:12:50 +03:00
Jakub Kołodziejczak
72d0d8a7f5
chore(backend): upgrade sqlx to ^0.7 ( #1865 )
...
* DRAFT chore(backend): upgrade sqlx to ^0.7
related to:
* https://github.com/windmill-labs/windmill/pull/1858
* https://github.com/launchbadge/sqlx/issues/1163#issuecomment-1627685514
* (vol. 2) in 0.7, `Transaction` can no longer implement `Executor` directly
ref: afb6b1066e/examples/postgres/transaction/src/main.rs (L14-L17)
notice that I'm temporarly using my custom patch
16e4c9a8f3
it's related to https://github.com/launchbadge/sqlx/issues/2611
* post git rebase chores
* use upstream fix from 0.7.1
* fix compile
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-07-15 14:06:20 +02:00
Faton Ramadani
e5027cd9a3
fix(frontend): fix payload query parameter in get by path webhook ( #1875 )
...
* fix(frontend): fix payload query parameter in get by path webhook
* feat(frontend): add missing get by path for flows
2023-07-15 11:35:03 +02:00
Faton Ramadani
fee2b47ebe
feat(frontend): Eval for Drawer titles ( #1882 )
2023-07-15 11:34:36 +02:00
Ruben Fiszel
aaaf85af43
chore(main): release 1.131.0 ( #1876 )
...
* chore(main): release 1.131.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.131.0
2023-07-14 17:12:13 +02:00
Ruben Fiszel
53aa8c2f4d
add mssql target
2023-07-14 17:05:40 +02:00
Ruben Fiszel
6c3a9ae62e
exclude bun from global cache
2023-07-14 16:48:15 +02:00
Ruben Fiszel
04fc0290ed
make unwrap resilient for global cache
2023-07-14 16:20:35 +02:00
Ruben Fiszel
51e1447ec7
use --copy-links
2023-07-14 16:13:12 +02:00
Faton Ramadani
c0e1852698
feat(frontend): add modal component controls ( #1877 )
...
* feat(frontend): add modal component controls
* feat(frontend): add modal component controls
2023-07-14 15:08:27 +02:00
Faton Ramadani
b3d61ad678
feat(frontend): add missing link to job run page ( #1878 )
2023-07-14 15:07:37 +02:00
Ruben Fiszel
da9c6340a2
fix: global cache now cache symlinks
2023-07-14 11:25:45 +02:00
Ruben Fiszel
70bc56a68b
fix: fix REST job potential double execution
2023-07-14 10:51:42 +02:00
Ruben Fiszel
6e4b8c313f
Update README.md
2023-07-14 01:20:39 +02:00
Ruben Fiszel
580b720874
chore(main): release 1.130.0 ( #1873 )
...
* chore(main): release 1.130.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.130.0
2023-07-14 00:45:23 +02:00
Ruben Fiszel
253db39881
fix aggrid instabilities
2023-07-14 00:44:10 +02:00
Ruben Fiszel
d32a2ab476
fix aggrid instabilities
2023-07-14 00:28:32 +02:00
Ruben Fiszel
85471252a5
feat: add transformer to background scripts
2023-07-13 21:02:27 +02:00
Ruben Fiszel
d70699e0d2
fix iter reactivity
2023-07-13 20:32:50 +02:00
Ruben Fiszel
1e47b1a43f
chore(main): release 1.129.1 ( #1872 )
v1.129.1
2023-07-13 19:38:19 +02:00
Ruben Fiszel
53f57e0272
fix: add configurable HEADERS for CLI
2023-07-13 19:36:47 +02:00
Ruben Fiszel
62bc962240
fix typo
2023-07-13 18:30:09 +02:00
Ruben Fiszel
39894bdfa8
fix tests
2023-07-13 17:57:55 +02:00
Ruben Fiszel
e78ac4c10a
chore(main): release 1.129.0 ( #1861 )
...
* chore(main): release 1.129.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.129.0
2023-07-13 17:32:59 +02:00
Guillaume Bouvignies
4f292419de
feat: Front end for script concurrency limit ( #1863 )
...
* Front end for script concurrency limit
* Fix frontend
* sqlx prepare
* fix compile
* add flow inline scripts
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-07-13 17:32:08 +02:00
Faton Ramadani
4017407df5
feat(frontend): Add manual calendar button + add shortcuts ( #1866 )
...
* feat(frontend): Add manual calendar button + add shotcuts
* feat(frontend): rework calendar
* feat(frontend): revert changes
* feat(frontend): Set default date
* fix compile
* feat(frontend): fix focus
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-07-13 15:58:11 +02:00
dependabot[bot]
a4206f9b32
chore(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.6.0 ( #1792 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 15:46:47 +02:00
Ruben Fiszel
81937f29a0
fix compile
2023-07-13 15:45:38 +02:00
HugoCasa
da70133657
feat(frontend): use typed dict for resource types in python ( #1869 )
...
* feat(frontend): python typed dict resource types
+ filter pickers according to lang
* feat: use typed dict for AI gen
2023-07-13 15:19:59 +02:00
Ruben Fiszel
dfcb6eb284
fix: fix initial reactivity double trigger
2023-07-13 14:48:58 +02:00
HugoCasa
16b0e281cb
fix(frontend): store exists openai key ( #1870 )
...
* fix(frontend): store exists openai key
* fix: set to false if can't reach serv
2023-07-13 12:33:31 +02:00
Ruben Fiszel
da1d065014
fix forking workspace scripts on app incorrect path
2023-07-13 11:25:06 +02:00
Ruben Fiszel
9fcd37cf43
feat: add jumpcloud support for sso
2023-07-12 19:29:40 +02:00
Faton Ramadani
8345b389a6
fix(frontend): fix conditional portal ( #1868 )
2023-07-12 18:31:09 +02:00
Ruben Fiszel
fe2464cd07
fix deno-client docs
2023-07-12 17:37:25 +02:00
Ruben Fiszel
512a14aa3e
fix tests
2023-07-12 17:31:12 +02:00
HugoCasa
012ea2dc0a
feat: generate and fix scripts using Autopilot powered by OpenAI #1827 )
...
* feat(frontend): generate simple script from prompt
* feat(backend): add OpenAI key workspace settings
* feat(frontend): add OpenAI key workplace settings
* feat: proxy to backend + support all languages
* fix: openapi spec
* feat: ScriptGen new UI + gpt 4
* fix: openai key sqlx data
* fix: diffEditor optional
* feat: beta + minor improvements
* feat: resource type support
* feat: edit with AI
* feat: AI fix
* feat: minor improvements
content max length, format, env info
* fix: minor
2023-07-12 17:07:45 +02:00
Ruben Fiszel
8bfe1771ba
fix docker
2023-07-12 17:06:26 +02:00
Faton Ramadani
9f1d63059b
fix(frontend): Fix App multi select render ( #1867 )
...
* fix(frontend): Fix App multi select render
* fix(frontend): fix app select scrolling issues
* fix(frontend): fix app select scrolling issues
* fix(frontend): fix app select scrolling issues
2023-07-12 16:40:33 +02:00
Ruben Fiszel
06d15bfa45
feat: add powershell to base image
2023-07-12 15:58:18 +02:00
Ruben Fiszel
2be0714822
fix: Other schedules only display schedules related to script/flow
2023-07-12 12:33:06 +02:00
Ruben Fiszel
08e3502126
fix: make workers bind their http servers on any available port for OCI compliance
2023-07-12 11:19:01 +02:00
Ruben Fiszel
ae66ee60ff
add unixodbc
2023-07-12 09:58:17 +02:00