HugoCasa
2a3c0d55fd
feat: kafka triggers ( #4713 )
...
* feat: kafka triggers
* sqlx
* fix build
* improve error messages on windows
* nit
* fix build
* missing action
* nit
* maybe fix ssl on windows
* nit
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-18 17:03:50 +01:00
wendrul
6f4a6d8a72
feat: Add mode (permissions) option to files in ansible ( #4724 )
...
* Add chmod option to files in ansible
* Add 0 prefix if string
* Rename chmod to mode
2024-11-18 17:02:38 +01:00
Alexander Petric
0d7426a3cf
fix: do not mount critical alerts modal if user is neither superadmin nor workspace admin ( #4731 )
2024-11-18 15:34:22 +01:00
Ruben Fiszel
9ddc9e0c88
fix cli handling of ai resource generalization
2024-11-16 11:27:01 +01:00
Ruben Fiszel
80fc720528
chore(main): release 1.425.1 ( #4728 )
...
* chore(main): release 1.425.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-16 10:04:30 +01:00
HugoCasa
5ef105b833
fix: revert bool to text support in pg ( #4727 )
2024-11-16 10:01:16 +01:00
Ruben Fiszel
663aad02dd
fix error logs on empty get_logs
2024-11-16 09:30:36 +01:00
Ruben Fiszel
7b326ca28f
chore(main): release 1.425.0 ( #4715 )
...
* chore(main): release 1.425.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-15 22:31:49 +01:00
HugoCasa
3939f42f5c
unbreak nullable inputs in pg ( #4726 )
2024-11-15 22:27:28 +01:00
pyranota
c6b6d39c66
Fix ignore confirmation modal if no changes ( #4725 )
2024-11-15 19:47:09 +01:00
pyranota
e3d10def5f
Ignore fields with false value in DiffViewer ( #4712 )
...
* Convert false to undefined
* Remove comments
* Make it consistent
* Formatting
* Apply at downstream
2024-11-15 19:24:57 +01:00
HugoCasa
8734df138c
unbreak ::text for json in pg ( #4722 )
...
* unbreak ::text for json in pg
* better error handling
2024-11-15 18:35:21 +01:00
Alexander Petric
366149ff65
cloud_hosted non ee scope ( #4723 )
2024-11-15 18:14:11 +01:00
Henri Courdent
793b6b76a7
Result node placeholder ( #4721 )
2024-11-15 16:55:53 +01:00
Alexander Petric
799ebf16c7
if CLOUD_HOSTED and workspace_id set, autoacknowledge for superadmin ( #4719 )
2024-11-15 16:31:42 +01:00
Lucas Abel
4b52530e9d
benchmarks: reduce 'big' task job count ( #4718 )
2024-11-15 15:56:41 +01:00
Ruben Fiszel
621ab3acf3
improve variable and resource not visible error message
2024-11-15 10:16:58 +01:00
Alexander Petric
5b39f8f0ba
feat(monitoring): workspace critical alerts ( #4684 )
...
* critical alert ui
* updating ui, backend logic
* revert
* type check fix npm
* checking out cli files from main
* moving alert icon
* adding sqlx mock data
* more sqlx changes
* feat(frontend): nodes from flow can be connected directly in expr input through a plug icon (#4652 )
* Add flow prop picker
# Conflicts:
# frontend/src/lib/components/propertyPicker/PropPicker.svelte
* fix unwanted copy
* cleaning
* Fix unset context
* move button and always display input
* fix unwanted proppicker display
* update
* update
* clean all
* clean all
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
* replace hide/show with toggle
* adding mutable setting and navigation to settings to configure channels
* merge fix
* ee non ee changees
* auto-acknowledge when muted
* pr comments
* fix bad log
* user inner modal component
* update unaknowledge alerts after acknowledging from modal
* aknowledge -> acknowledge
* format
* adding backend support for workspace critical alerts
* immediately check for alerts
* immediately check for alerts
* adding openapi changes
* simplify loading of superadmin/ee
* update modal logic
* frontend logic update
* sqlx prepare
* adding mute functionality for workspace critical alerts + show alerts button for instance and workspace settings
* npm / rust warnings & errors
* reverting non-mac cargo toml
* reverting non-mac cargo toml
* mute toggles in critical alert ui
* ui polish
* adding acknowledged_workspace column
* sqlx prepare
* make sure we wait for all stores to be loaded
* adding workspace mute logic to report_critical alert
* auto ack recovered alerts
* toggle workspace as superadmin and critical alerts in logs menu
* adding critical alert button if width < 786px
* refresh on change
* Move notification to logs (#4698 )
* Move notification to logs
* removing unused button
---------
Co-authored-by: Alexander Petric <petric.al@gmail.com >
* tailwind typo
* auto ack on mute
* don't change deref
* sqlx prep
* avoid renaming db column, keep acknowledged instead of acknowledged_global
* hide critical alert menu when not ee
* if workspace muted, also acknowledge global when workspace set
* removing save button for mute setting and improve ux/responsiveness
* fix: deployment callbacks have a concurrency limit of 1 on same path
* sqlx prep
* ee-repo ref
* z-[9999] for modal
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-15 09:48:48 +01:00
Ruben Fiszel
cb39350ddc
improve error messages on windows
2024-11-15 09:43:54 +01:00
pyranota
e0f197e550
Fix dirs in uv install ( #4717 )
2024-11-15 03:03:05 +01:00
Ruben Fiszel
bcf4c8d0bf
nits logs
2024-11-15 01:15:51 +01:00
Ruben Fiszel
c3fc2a06bd
delete venv folder if pip install didn't succeed
2024-11-15 01:11:17 +01:00
pyranota
04e2ef5809
feat: Handle pip install by uv ( #4517 )
...
* 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
* Update Dockerfile
* Update docker-image.yml
* Update docker-image.yml
* Add --link-mode=copy and remove -v
* Fix NSJAIL INDEX_URL
* Fix flock and windows
* Update python_executor.rs
* Remove line from Dockerfile
We dont need it and to trigger build
* fixing for windows
* Dont pin python to specific version
* Change TMP for windows
* Revert docker-image.yml
* Disable UV for ansible
Will be enabled later.
Needs proper testing and its better to split onto 2 PRs with first modifying python and second ansible
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Alexander Petric <petric.al@gmail.com >
2024-11-15 00:12:56 +01:00
Ruben Fiszel
fd510a5ed1
chore(main): release 1.424.0 ( #4709 )
...
* chore(main): release 1.424.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-14 21:28:20 +01:00
Ruben Fiszel
9cdda95003
fix: deployment callbacks have a concurrency limit of 1 on same path
2024-11-14 21:15:26 +01:00
Ruben Fiszel
285c9b93b0
fix: add countCompletedJobs api
2024-11-14 20:44:29 +01:00
Ruben Fiszel
24886f5400
update openapi
2024-11-14 16:21:07 +01:00
Ruben Fiszel
d73c4f0bf7
fix: autoscaling when count < min worker set to min_workers
2024-11-14 16:09:34 +01:00
dieriba
bcc96d7e6a
feat: Support mistral anthropic for ai ( #4692 )
...
* wip: openai proxy and other ai proxy integration
* fixing migration script
* wip: support different ai provider in front, fix proxy openai
* wip: adding frontend ai provider
* updated copilot types
* wip: working on anthropic integration
* done AI proxy front
* adding new type and support for anthropic
* updating gitignore
* adding streaming response
* added streaming prompt
* push lib/gen
* wip: fixing anthropic
* anthropic fully supported
* fix backend missing var error and fully support stream event for anthropic
* remove gen directory
* fixing openapi file
* add support for mistral, and update create workspace components
* remove deref.json
* remove package-json
* openapi
* fix ui enable code
* added utility function for init workspace ai provider
* fix workspace switch bug
* update anthropic property and fixed frontend error
* fix workspace settings
* update error message and fix typo migration file
* chore: update openapi file
* fix dev file
* add .sqlx
* all
* update sqlx
---------
Co-authored-by: dieriba <t.dieriba@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-14 14:24:35 +01:00
Ruben Fiszel
0be1a3a09d
feat: allow setting password and login type from superadmin UI
2024-11-14 13:22:48 +01:00
Lucas Abel
47424b1446
feat(backend): monitor minimal version of living workers ( #4704 )
2024-11-14 12:33:50 +01:00
Lucas Abel
231dcbb470
api: cleanup job data structure ( #4705 )
2024-11-14 12:25:30 +01:00
Lucas Abel
247eb5dd90
nit: cleanup raw_flow usage ( #4707 )
...
* nit: cleanup `raw_flow` usage
* nit: refactor two queries into one
2024-11-14 12:23:27 +01:00
Ruben Fiszel
b1555ed4e5
fix: add queue_couts api
2024-11-14 11:03:26 +01:00
Lucas Abel
483283894e
nix: nit fixes + bench script ( #4703 )
2024-11-14 09:08:11 +01:00
Lucas Abel
d7b688d352
nit: generalize usage of has_failure_module ( #4706 )
2024-11-14 08:49:12 +01:00
Ruben Fiszel
014b5cad99
chore(main): release 1.423.2 ( #4701 )
...
* chore(main): release 1.423.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-14 00:35:12 +01:00
Ruben Fiszel
68cf3a4cf6
fix: fix intempestive expr type change in flow transform
2024-11-14 00:24:02 +01:00
Ruben Fiszel
3af8840cdd
add LOGS_TO_STDOUT to ee
2024-11-13 23:30:52 +01:00
Alexander Petric
0f8e26702e
trigger windows build ( #4699 )
2024-11-13 22:23:52 +01:00
Ruben Fiszel
a6d2a20e42
split more ee log logic
2024-11-13 18:49:41 +01:00
Ruben Fiszel
c7050cb7cb
fix getUser openapi
2024-11-13 16:54:58 +01:00
Lucas Abel
2529161f3c
more benchmark methods ( #4695 )
...
* feat(backend): add `rawscript` to `add_batch_jobs` API
* bonus: improve `add_batch_jobs` API performances for `flow` kind
* add `bigrawscript` and `bigscriptinflow` to `benchmark_oneoff.ts`
* add `bigrawscript` and `bigscriptinflow` to the bench suite
2024-11-13 15:53:01 +01:00
Ruben Fiszel
640a0ca7f9
chore(main): release 1.423.1 ( #4693 )
...
* chore(main): release 1.423.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-13 11:23:44 +01:00
Ruben Fiszel
da0cbfe258
fix(autoscaling): autoscaling thresholds to be >= and not >
2024-11-13 00:21:45 +01:00
Ruben Fiszel
5efc94be52
chore(main): release 1.423.0 ( #4691 )
...
* chore(main): release 1.423.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-12 23:41:33 +01:00
Ruben Fiszel
1af2ec6c72
fix: support multiple pip-extra-index-url with commas
2024-11-12 23:31:00 +01:00
Ruben Fiszel
4a64e5c9a7
fix: prevent underflow for autoscaling scalein
2024-11-12 22:34:54 +01:00
HugoCasa
5799d72f5b
feat: s3 input available for public apps ( #4685 )
2024-11-12 20:07:59 +01:00
HugoCasa
6a77602578
ts client s3 upload add content type/disposition ( #4690 )
2024-11-12 16:04:36 +01:00