Commit Graph

8553 Commits

Author SHA1 Message Date
Arjun Dhawan
61888326a8 add bigquery to the list of python depenency exceptions (#5173) 2025-01-30 13:12:34 +01:00
Ruben Fiszel
9be8cb26aa chore(main): release 1.453.1 (#5172)
* chore(main): release 1.453.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-30 12:24:18 +01:00
Ruben Fiszel
57e178198f fix typescript-client 3 2025-01-30 12:20:40 +01:00
Ruben Fiszel
5083483f59 fix typescript-client 2 2025-01-30 12:19:31 +01:00
Ruben Fiszel
150240c681 fix(typescript-client): fix typescript client mocked api behavior 2025-01-30 12:16:14 +01:00
Ruben Fiszel
420893f0b9 fix nsjail build 2025-01-30 09:20:23 +01:00
Alexander Petric
3531d29f6b improve audit aprovals (#5161)
* update audit log to track aproval and cancellation of job

* approval to resource field

* audit resource as json

* refactor aproval audit logs

* moving audit logs to worker_flow

* striping u/ from auditor name

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-01-30 09:13:44 +01:00
Alexander Petric
1793b6ccae fix(frontend): fetching job result (db schema) separatly if too big (#5171) 2025-01-30 09:12:53 +01:00
Ruben Fiszel
ea2cce9826 fix nsjail build 2025-01-30 09:07:36 +01:00
Ruben Fiszel
043cae9c32 fix workflow dispatch and bench 2025-01-30 08:24:39 +01:00
Ruben Fiszel
5a6a60eddb chore(main): release 1.453.0 (#5158)
* chore(main): release 1.453.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-29 22:24:26 +01:00
HugoCasa
4db1eaba2b feat: websocket trigger allow returning messages (#5168)
* feat: websocket trigger allow returning messages

* handle early return
2025-01-29 21:17:36 +01:00
Ruben Fiszel
c885e4813d remove verify from normal ci 2025-01-29 19:35:33 +01:00
pyranota
d27323e6d8 feat(python): add custom_wheels directory to PYTHONPATH (#5169)
* fix(python): fix uv can't find ssl certificates

- Add `PY_NATIVE_CERT` flag, forces UV to use native tls
- Rename `PIP_INDEX_CERT` to `PY_INDEX_CERT`
- Rename `PIP_TRUSTED_HOST` to `PY_TRUSTED_HOST`

For backwards compatibility PIP* variables are still accessible

* feat(python): add `custom_wheels` directory to PYTHONPATH

Add global directory by path `<CACHE_DIR>/python_xyz/custom_wheels`

For example for scripts running python 3.11, in every execution
`<CACHE_DIR>/python_311/custom_wheels` will be accessible and all wheels placed there could be imported and used.

This is usefull for preinstalling wheels before runtime

* Make it work with Nsjail

* Rework and make custom_wheels optional

* Remove `create_dir_all` from imports

* Use sync version of metadata

* Rename `custom_wheels` to `global-site-packages`
2025-01-29 19:13:47 +01:00
HugoCasa
085f276d85 add single capture endpoint (#5170) 2025-01-29 18:13:10 +01:00
HugoCasa
749ab2e589 team plan >80% included usage warning (#5163) 2025-01-29 18:09:47 +01:00
wendrul
f66a3defd3 nix: Update flake for C# and oracle + add flake for building parsers (#5167) 2025-01-29 18:06:53 +01:00
Ruben Fiszel
2df3a91a80 clear cookies for cloud windmill.dev subdomains 2025-01-29 17:38:06 +01:00
pyranota
0a252830bd fix(python): fix uv can't find ssl certificates (#5157)
- Add `PY_NATIVE_CERT` flag, forces UV to use native tls
- Rename `PIP_INDEX_CERT` to `PY_INDEX_CERT`
- Rename `PIP_TRUSTED_HOST` to `PY_TRUSTED_HOST`

For backwards compatibility PIP* variables are still accessible
2025-01-29 15:07:00 +01:00
wendrul
e2b7cee00a add missing TARGETPLATFORM arg on dockerfile (#5166) 2025-01-28 19:40:21 +01:00
dieriba
2464a77ccc delete button now remove table to track (#5164) 2025-01-28 18:53:14 +01:00
wendrul
5d593131fe fix: oracledb tag for native workers + client not working on arm systems (#5162)
* New migration for oracledb

* fix oracledb on ARM64 systems
2025-01-28 17:57:40 +01:00
HugoCasa
d11728c356 cache caddy data in docker compose (#5159) 2025-01-28 16:08:17 +01:00
HugoCasa
9184c1caf1 feat: custom response headers (#5156) 2025-01-28 15:06:20 +01:00
Ruben Fiszel
c75cd81a19 nit build 2025-01-28 14:29:35 +01:00
Ruben Fiszel
0c6db9208f add nsjail dispatch 2025-01-28 13:27:58 +01:00
Ruben Fiszel
0fd17c12ea add nsjail dispatch 2025-01-28 13:13:12 +01:00
Ruben Fiszel
7a1029537a nit 2025-01-28 07:36:26 +01:00
Ruben Fiszel
0eb6f4f100 chore(main): release 1.452.1 (#5153)
* chore(main): release 1.452.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-28 00:19:17 +01:00
Ruben Fiszel
af1ab4c5ae fix: fix broken tabs for apps 2025-01-28 00:16:21 +01:00
Ruben Fiszel
0a1cf0892b chore(main): release 1.452.0 (#5152)
* chore(main): release 1.452.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-27 23:51:26 +01:00
Alexander Petric
5e7452f882 update audit log to track aproval and cancellation of job (#5151)
* update audit log to track aproval and cancellation of job

* approval to resource field

* audit resource as json

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-01-27 23:50:20 +01:00
Ruben Fiszel
275a49f71f improve oauth postMessage resiliency 2025-01-27 23:47:47 +01:00
dieriba
ae90478add feat(postgres, trigger): support ssl (#5149)
* fix

* feat: support-ssl

* Update backend/windmill-api/src/postgres_triggers/trigger.rs

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* fix: match error

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-27 23:11:19 +01:00
Alexander Petric
3bac5c5b48 feat: mssql executor supports azure db redirect (#5150)
* feat: mssql executor supports azure db redirect

* notes

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-01-27 22:45:31 +01:00
HugoCasa
a0e599e3b9 feat: test trigger connection (#5145)
* feat: test trigger connection

* fix build

* fix build

* update ee ref

* nit

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-01-27 22:40:51 +01:00
Ruben Fiszel
f9d4cc8225 fix compile 2025-01-27 22:32:45 +01:00
Ruben Fiszel
dcbe6a9135 fix compile 2025-01-27 22:10:46 +01:00
Ruben Fiszel
be8081894e fix compile 2025-01-27 22:04:04 +01:00
Ruben Fiszel
6ea28edc41 fix compile 2025-01-27 22:00:48 +01:00
Ruben Fiszel
bb691d68ae remove lightweightschemaform 2025-01-27 21:35:46 +01:00
Alexander Petric
b85b3fb2d3 some reactivity improvements and missing dims for tabcomponents (#5146) 2025-01-27 18:24:22 +01:00
Ruben Fiszel
6ca92e35fc chore(main): release 1.451.0 (#5143)
* chore(main): release 1.451.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-27 17:54:59 +01:00
Guilhem
b172d0f0a3 fix(frontend): make argInput indent optional (#5144) 2025-01-27 17:25:41 +01:00
Alexander Petric
75d21755e1 feat: app builder accordion list and accordion tab component (#5132)
* feat: tabs component accordion

* accordion tabs

* accordionlistcomponent

* types

* Update AppTabs.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-01-27 15:47:58 +01:00
Ruben Fiszel
455e678ac0 change windmill-ee-full error message 2025-01-27 15:47:23 +01:00
Ruben Fiszel
23a6fa75c7 change windmill-ee-full error message 2025-01-27 15:41:43 +01:00
Ruben Fiszel
526833d787 feat(typescript-client): add ability to mock typescript api for testing 2025-01-27 15:29:39 +01:00
Ruben Fiszel
5f635787fc remove py312 image building 2025-01-27 11:19:01 +01:00
Ruben Fiszel
42f3a953d4 chore(main): release 1.450.1 (#5142)
* chore(main): release 1.450.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-01-27 00:31:06 +01:00