Ruben Fiszel
928ff002a1
chore(main): release 1.449.2 ( #5136 )
...
* chore(main): release 1.449.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-25 15:00:15 +01:00
Ruben Fiszel
1ac63641b9
chore(main): release 1.449.1 ( #5134 )
...
* chore(main): release 1.449.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-25 12:49:38 +01:00
Henri Courdent
ecf2222f18
Changelogs frontend update ( #5129 )
2025-01-24 19:33:12 +01:00
Ruben Fiszel
7084d2e61a
chore(main): release 1.449.0 ( #5122 )
...
* chore(main): release 1.449.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-24 18:21:21 +01:00
Alexander Petric
1a1ea68216
feat(frontend): operator visibility setting per workspace ( #5124 )
...
* feat(frontend): operator visibility setting per workspace
* section + reactivity
* sqlx prep
* npm check
* more sqlx
* fix table bg dark mode
* improve db query / reactivity
* sqlx prepare
* more merge fixing
* npm check
* npm check
2025-01-24 18:17:00 +01:00
dieriba
1eaef8542b
fix pg trigger display ( #5127 )
2025-01-24 17:07:48 +01:00
dieriba
316a2167e7
feat: postgres triggers ( #4860 )
...
* feat: init database triggers
* feat: ✨ wip: database_triggers
* feat: ✨ add database triggers front view
* feat: 🚧 database_triggers
* feat: 🚧 add definition in yaml, updated backend code and added migration
* feat: 🚧 updated migration file, update openapi.yml, updated database_triggers page and backend function
* fix: struct rust
* feat: 🚧 update migrate, database trigger backend function fixed
* feat: 🚧 add resource picker front, update backend function
* feat: 🚧 edit inner database inner, update triggers
* feat: 🚧 database_triggers
* feat: 🚧 update openapi yaml, prettied websocker trigger
* feat: 🚧 database_triggers
* feat: 🚧 add resource module, update variable file, working on main loop for database_trigger
* feat: 🐛 working sqlx query
* feat: 🚧 fix query with sqlx, added main loop
* feat: 🚧 add new column database_trigg
* feat: 🛂 run jobs works
* feat: 🚧 handling slot name and replication
* feat: restructring triggers, decoding trigger message on work
* feat: 🚧 database_trigger
* feat: 🚧
* feat: 🚧 converter done, work on custom script
* feat: 🚧 multiple trigger
* feat: 🚧 adding new argument function
* feat: 🚧 database_trigger
* feat: 🚧 add generate template for front, update script picker
* feat: 🚧 template script fix bug, work on restructing backend logic
* feat: 🚧 update autogenerated script, add persistence state for template script
* feat: 🚧 update structure client
* feat: 🚧 rewrited crud function
* feat: 🚧 added publication handler
* feat: 🚧 new ui finished
* feat: 🚧 added slot function hanlder finish front ux
* feat: ✨ ux improvement done, backend logic done
* feat: 🐛 fix where clause
* feat:
* feat:
* chore: update .sqlx and remove empty package
* fix: update publication and remove unneccessary print
* feat: finish converter to json, remove save button, remove unused crate
* feat: update migration for database trigger, fixed query, fixed frontend error with missing feature on back
* chore: update .sqlx
* chore: update sqlx
* chore: .sqlx
* chore: add unused
* fix: use right database resource in back and front
* fix build
* refactor:
* fix sqlx
* nits: retrieve all script from database trigger editor
* fix: template script object, fix route name
* merge main
* feat: rework ux
* feat/finish ux and update backend logic
* feat: database_trigger
* feat: database_trigger
* chore: update sqlx
* chore: fix ci
* nits: fix worker.rs
* feat: database_trigger
* Update frontend/src/lib/components/triggers/database/DatabaseTriggersPanel.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* feat:
* fix ci
* nits: database to postgres
* nits: fix .sqlx
* feat: add link to original code and open tab functionallity
* nits: update .sqlx
* nits: fix request type and yaml file
* nits: add abel suggestion
* fix: update .sqlx
* fix: update .sqlx
* nits: add comment to hex.rs
* nits: remove features, rename database to postgres name
* nits: replace database name by postgres
* nits: database name to postgres
* nits: update .sqlx
* nits: update .sqlx
* nit
* nit
* nits
* nit
* nits
* nits
* nits
* nits
* fix sqlx
* nits: update .vscode
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-24 15:12:41 +01:00
pyranota
e47dd697f9
feat(python): Multiple runtime versions ( #4579 )
...
* feat: Handle `pip install` by `uv`
Dirty and untested, but already something working
* Integrate with NSJAIL and prepare fallbacks
* Refactor fallback
no_uv disable compile and install
where no_uv_install and no_uv_compile are a bit more specific
* Remove `--disable-pip-version-check`
Reason:
warning: pip's `--disable-pip-version-check` has no effect
* Fix backend compilation error
* Pip fallback overwrite UV's cache
* Initially refactor cache (No S3)
* Support S3
* Remove unused import
* Handle flags for NSJAIL
* Return deleted flag
* Remove verbose mode and enable link-mode=copy
* Granural migration of lockfiles
Before i realized we dont need it :)
* Initial draft (not-working)
* Add fallback
* Fix bug preventing uv from installing deps
'\n' - Love it
* Add verbosity indicator
* Iterate on feature
- Added instance python version
- Rework logic
* Fix EE build error
error[E0599]: no method named `iter` found for tuple `(PyVersion, std::vec::Vec<std::string::String>)` in the current scope
* Support S3
* Support NSJAIL
* Refactor `get_python`
* Make NSJAIL work [Unsafe]
config file missed /proc mount causing install phase to fail
* Trigger CI
* Clean up
* Make Actions build it
* Trigger CI #2
* Update Dockerfile and clean up
* Change fallbacks
now there is only no_uv and NOUV
* Expose INSTANCE_PYTHON_VERSION through env variable
* Change namings
* Include py-version to requirements.in
Also add comments and make code much cleaner
* Use const for python installation dir
It was hardcoded before
* Pin preinstalled version
* Update python_executor.rs
* Up to date branch
* Create PYCACHE dirs
TODO: PY_TAR_DIRS
* Fix after merge
* Make it safer
* Implement USE_SYSTEM_PYTHON
* Implement latest_stable option
* Load INSTANCE_PYTHON_VERSION on startup
* Check for multiple annotations used
* Fix Latest Stable button not pressed if selected
* Proper error handling for conflict on multiple annotations
* Fix merge conflicts
* Preinstall 3.11 and Latest Stable
* Preinstall latest stable in non-blocking manner
* Fix Warning
* Gate preinstall logic behind "python" feature
* Handle raw_deps properly
* Make it work with nsjail
* Revert docker-image.yml
* Revert Dockerfile
* Cleanup + Fixing
* Add windows support
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-24 11:42:48 +01:00
Alexander Petric
a88fbb238a
feat: msft teams support for critical alerts ( #5113 )
...
* feat: msft teams support for critical alerts
* ee changes
* ee
* sqlx prep
* multiple teams channels
* commit file, not symlink
* improve reactivity
* docs link
* Update ee-repo-ref.txt
2025-01-23 19:57:13 +01:00
HugoCasa
e5308553cb
export simple editor to windmill-components ( #5120 )
2025-01-23 16:13:48 +01:00
Ruben Fiszel
9cc3dd3c5a
update monaco-languageclient & wrapper to 6.1.1
2025-01-23 14:29:31 +01:00
Ruben Fiszel
ff72f3a9a1
chore(main): release 1.448.1 ( #5118 )
...
* chore(main): release 1.448.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-22 18:35:51 +01:00
Ruben Fiszel
737e664792
fix: improve environment variables config
2025-01-22 18:19:37 +01:00
Ruben Fiszel
047c16acd4
chore(main): release 1.448.0 ( #5111 )
...
* chore(main): release 1.448.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-22 14:15:32 +01:00
Guilhem
59bcce7a96
feat (frontend): improve capture UI ( #5051 )
...
* feat (frontend): improve capture UI
* show schema diff
* add accept reject form
* add diff for first node input
* move update schema button
* change modified properties display
* propagate change through nested components
* allow modification of nested object in schema
* reject nested changes
* clean logic
* clean code
* clean
* nit
* fix first strep input
* fix argument preview
* clean
* restore indentation for nested objects
* ignore undefined field in diff computation
* fix run button disabled update
* nit
* fix update JSON
* fix deletion of nested components
* dark mode
* clean
* replace dropdown with sidebar
* only check type for compatibility
* add shadow
* disbale dnd on edit
* auto-scroll within schema
* fix nested not dnd object diff viewer
* fix captures drawer
* open edit tab on add new arg
* change button label when schema is the same
* ajust padding
* fix arg update
* fix oneof display
* propagate change event through nested schema
* handle oneOf
* fix preview arg sync
* handle s3 object
* fix arg sync
* update schema input compatibility
* clean compatible
* accept empty array items
* clean
* increase of schema args gap
* fix nested schema update
* allow number and int compatibility
* reset args when modifying schema
* open fields on add with addPropertyV2
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-22 12:51:14 +01:00
Ruben Fiszel
669a1ff8e6
fix: improve workspace specific tags behavior
2025-01-21 18:15:34 +01:00
Ruben Fiszel
2b0c55b32c
chore(main): release 1.447.6 ( #5098 )
...
* chore(main): release 1.447.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-21 09:06:41 +01:00
Ruben Fiszel
ffc156c4a6
fix table actions job preview
2025-01-21 01:52:08 +01:00
Ruben Fiszel
4301a1758f
chore(main): release 1.447.5 ( #5082 )
...
* chore(main): release 1.447.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-17 20:45:05 +01:00
wendrul
298aaaefa3
fix: c# on windows, oracledb test connection, cli for C# and Oracle DB ( #5090 )
...
* Fix c# on windows
* Fix test connection on oracledb
* Add csharp and oracledb to CLI
* Fix missing extensions
* Build wasm for cli
2025-01-17 20:16:22 +01:00
Ruben Fiszel
0d153a0a2d
fix: fix workspace specific custom tags
2025-01-17 19:48:38 +01:00
HugoCasa
501c44b3a1
fix(frontend): webhook/route payload from args ( #5088 )
2025-01-17 18:59:30 +01:00
HugoCasa
64f4958774
fix(frontend): empty arg initial height ( #5089 )
2025-01-17 18:59:21 +01:00
HugoCasa
d234431b7e
nits cloud team plan settings ( #5086 )
2025-01-17 16:48:19 +01:00
Ruben Fiszel
854febdafd
fix: require preexisting user option for auth correctly saved
2025-01-17 15:22:22 +01:00
HugoCasa
d1794c9811
fix(frontend): input autosize on default value ( #5080 )
2025-01-17 14:12:11 +01:00
HugoCasa
742d04df38
fix: preprocessor script kind option ( #5081 )
...
* fix: preprocessor script kind option
* oups
* oups
2025-01-17 14:10:39 +01:00
HugoCasa
1f53ded622
team plans billing threshold alert ( #5078 )
...
* team plans billing threshold alert
* nits
* tmp ee ref
* update ee ref
2025-01-17 14:06:47 +01:00
Ruben Fiszel
7f18d84edc
simplify worker loading logic
2025-01-17 11:27:56 +01:00
Ruben Fiszel
75344e4d54
nit
2025-01-16 17:28:20 +01:00
Ruben Fiszel
995b1bf319
diff
2025-01-16 17:02:10 +01:00
Ruben Fiszel
77f2b33f92
improve step mocking ui
2025-01-16 14:03:43 +01:00
Ruben Fiszel
a27be2dded
remove flow badge incorrect link
2025-01-16 13:49:46 +01:00
Ruben Fiszel
e33968ad57
chore(main): release 1.447.4 ( #5076 )
...
* chore(main): release 1.447.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-16 13:45:15 +01:00
Ruben Fiszel
33227f8448
fix: add support for previous result as expression in the flow
2025-01-16 13:27:51 +01:00
HugoCasa
b7eeed0729
triggers improvements ( #5074 )
...
* triggers improvements
* nits
* nits
* update ee ref
2025-01-16 13:01:45 +01:00
Ruben Fiszel
9647f1a95c
add extra fields to one oneOfs
2025-01-16 12:25:30 +01:00
Ruben Fiszel
b75a76ca67
fix disabled input file input
2025-01-16 11:59:30 +01:00
Ruben Fiszel
ccf24f1cab
nits
2025-01-16 11:51:46 +01:00
Ruben Fiszel
70b6e23f0a
chore(main): release 1.447.3 ( #5073 )
...
* chore(main): release 1.447.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-16 09:35:52 +01:00
Ruben Fiszel
fddcaca807
fix: fix default json formatter
2025-01-16 07:52:37 +01:00
Ruben Fiszel
b455f5b883
update monaco ( #5071 )
...
* update monaco
* update monaco
2025-01-15 23:57:47 +01:00
Ruben Fiszel
665580b33b
nits json editor improvements
2025-01-15 22:18:25 +01:00
Ruben Fiszel
65f42511d9
chore(main): release 1.447.2 ( #5069 )
...
* chore(main): release 1.447.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 19:37:35 +01:00
Guilhem
df0faa204f
fix(frontend): fix nested shema editing ( #5068 )
...
* fix(frontend) : handle flow card height
* fix(frontend): fix oneOf order
* fix(frontend): fix schema drawer update
* clean
2025-01-15 19:32:57 +01:00
Ruben Fiszel
87304cb4b5
small nits autosize and lighweight arg textarea
2025-01-15 19:28:12 +01:00
Ruben Fiszel
1c14c3ac0e
fix: improve handling of default and set value of object args
2025-01-15 19:18:12 +01:00
Ruben Fiszel
37d0466d9e
chore(main): release 1.447.1 ( #5065 )
...
* chore(main): release 1.447.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 18:31:08 +01:00
Guilhem
1525684521
fix(frontend) : handle flow card height ( #5064 )
2025-01-15 14:39:44 +01:00
Ruben Fiszel
3f4f0772e3
chore(main): release 1.447.0 ( #5061 )
...
* chore(main): release 1.447.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 11:21:10 +01:00