Ruben Fiszel
2a1bff3160
feat: allow setting password and login type from superadmin UI
2024-11-14 13:22:48 +01:00
Ruben Fiszel
84bd06e906
fix: fix intempestive expr type change in flow transform
2024-11-14 00:24:02 +01:00
Ruben Fiszel
4b8f3580a4
add LOGS_TO_STDOUT to ee
2024-11-13 23:30:52 +01:00
Ruben Fiszel
ce01fa1677
split more ee log logic
2024-11-13 18:49:41 +01:00
Ruben Fiszel
de00944f09
fix(autoscaling): autoscaling thresholds to be >= and not >
2024-11-13 00:21:45 +01:00
Ruben Fiszel
5e9870a8a9
fix: prevent underflow for autoscaling scalein
2024-11-12 22:34:54 +01:00
HugoCasa
1671005100
feat: s3 input available for public apps ( #4685 )
2024-11-12 20:07:59 +01:00
HugoCasa
dc8bd6d2b5
feat: http custom routes for static assets ( #4666 )
...
* feat: http custom routes for static assets
* update ee ref + fix build
* fix build
* nit
2024-11-07 20:16:14 +01:00
HugoCasa
ad50d2fd69
allow no tls for instance settings smtp ( #4656 )
...
* allow no tls for instance settings smtp
* update ee ref
2024-11-06 16:58:24 +01:00
wendrul and Ruben Fiszel
77735d859c
feat: Add full-text search on windmill service logs ( #4576 )
...
* Add service_log indexer file (ee)
* Rename to completed_run
* rename to service_logs
* Update lib.rs
* Make indexing of logs and simple frontend
* Add common ee file
* Update lib.rs
* Make log search global to fix openapi unused path param
* Prepare sqlx
* Show last indexed also when no jobs are found
* Adapt feature flags to service logs indexer
* Update api and main
* Build service log search page
* scope query to the min and max time
* Migrate modal, bug fixes
* Remove unused import
* Make the service logs page take the full screen
* improve quick access menu to service_logs, fix date stuff, hide 0 matches
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-05 09:52:07 +01:00
Ruben Fiszel
fd4fecf945
split better oss and ee
2024-11-02 16:31:03 +01:00
Ruben Fiszel
557b949efe
fix(s3): align s3 handler additional creds providers
2024-11-01 00:51:28 +01:00
HugoCasa
7fdb524fc6
improve key renewal ( #4519 )
...
* improve key renewal
* sqlx and fix
* fix build
* improve everything
* nits
* nits
* update ee ref
* nit
2024-10-29 09:26:45 +01:00
Ruben Fiszel
e04b7824c7
improve fullscaleout behavior
2024-10-28 12:37:27 +01:00
Ruben Fiszel
85de44cb93
feat: autoscaling v0 ( #4593 )
...
* all
* all
all
all
all
all
all
all
all
all
* all
* all
* nits
* nits
2024-10-28 00:47:19 +01:00
Alexander Petric
68de33b910
audit logs for failed login attempts ( #4564 )
...
* audit logs for failed login attempts
* updating ee ref
2024-10-22 02:42:12 +02:00
wendrul
7d48339cff
Add list dir logs after commit for indexer ( #4545 )
2024-10-17 19:49:17 +02:00
wendrul
bfc1f53cea
Win 465 index observability 1 ( #4538 )
...
* Factor isJobCancellable function in a utils file
* Add message for last indexed job and warning of deployement
* Prepare sqlx
* Update ee repo ref
2024-10-16 19:25:50 +02:00
wendrul
98a64188f5
fix: Add indexer backup lock to fit the deployment model ( #4531 )
...
* Pass db to init_index
* Prepare sqlx
* Update ee repo ref
2024-10-16 14:36:12 +02:00
Alexander Petric
3bf4d4f43e
feat(sso): adding the ability to define a custom display name for sso ( #4529 )
...
* feat(sso): adding the ability to define a custom display name for sso
* adding openapi-deref.json
* make the display_name field optional
* Update ee-repo-ref.txt
2024-10-15 17:32:39 +02:00
Alexander Petric
585f55edd2
feat(monitoring): Critical Alerts for Jobs Waiting in Queue [enterprise] ( #4491 )
...
* adding the job queue monitor
* first draft of queue metrics ui
* fix svelte check complaints
* harmonizing naming
* adding concurrency_lock table
* updating ee repo ref
* Rename 20241008155800_alert_lock_table.up.sql to 20241008155800_concurrency_lock_table.up.sql
* Rename 20241008155800_alert_lock_table.down.sql to 20241008155800_concurrency_lock_table.down.sql
* updating ee.rs
* adding owner as optional column
* handling of ee/non-ee
* Update ee.rs with newline
2024-10-09 20:48:18 +02:00
HugoCasa and Ruben Fiszel
41ff40f777
send stats when renewing key if last >24h ( #4430 )
...
* feat: send stats when renewing key if last >24h
* nits
* fix: sqlx
* nit
* renewal reason
* stats reason
* update ee ref
* Update ee-repo-ref.txt
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-09-30 12:23:07 +02:00
HugoCasa
1feccd493e
feat: add tag filtering to external JWT authentication ( #4425 )
...
* feat: tag filtering jwt ext auth
* move tags to scopes
* fix symlink
* update ee ref
2024-09-25 11:21:19 +02:00
Ruben Fiszel
efbcb1ffdd
fix: migrate smtp instance settings to global settings ( #4416 )
...
* all
* all
* all
* fix
* update ee private
* all
2024-09-21 01:42:15 +02:00
HugoCasa
d318f10f36
fix: no failed renewal alert if trial ( #4414 )
2024-09-20 18:47:17 +02:00
HugoCasa and Ruben Fiszel
ae8f29a4cb
feat: http routing ( #4339 )
...
* feat: http routing
* all
* feat: improve UI
* final stuff
* fix: sqlx
* fix: nit
* fix: nits
* fix: error handler display
* fix: routes panel perms
* all
* fix: improve ability to paste from macos in vscode extension
* fix lock-write for deno
* all
* cleaning
* fix
* cli preprocessor
* nits
* nits
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-20 15:38:38 +02:00
HugoCasa
d3e8731be2
feat: failed key renewal alert + renew on start if no recent renewal ( #4387 )
...
* feat: failed key renewal alert + renew on start if no recent renewal
* Update ee-repo-ref.txt
2024-09-16 16:54:35 +02:00
Ruben Fiszel
307b46cb9c
fix: parquet renderer display number of rows" ( #4389 )
...
* all
* all
* all
* nocheck
2024-09-13 23:34:36 +02:00
HugoCasa
c487934e3b
feat: add slack as a critical alert channel ( #4319 )
...
* feat: add slack as a critical alert channel
* update ee ref
2024-09-04 09:48:13 +02:00
HugoCasa
6915ae6bfe
fix: prevent duplicate worker alerts ( #4309 )
2024-08-31 13:27:59 +02:00
HugoCasa
c3ce68066c
feat: min workers in worker group alert + zombie job critical alert ( #4307 )
...
* feat: min workers in worker group alert + zombie job critical alert
* updatee ee ref
2024-08-30 17:25:53 +02:00
HugoCasa
814016687e
fix: smtp server build without parquet feature ( #4292 )
2024-08-27 11:23:06 +02:00
HugoCasa
4671e97038
feat: s3 image preview ( #4262 )
...
* feat: s3 image preview
* fix: use url in src directly
* update ee ref
2024-08-26 13:36:07 +02:00
HugoCasa
5e5b3e2b53
feat: put email triggers attachments on s3 ( #4272 )
...
* feat: put email triggers attachments on s3
* update ee ref
2024-08-26 11:06:09 +02:00
HugoCasa
44cf3f886f
feat: opt-in job args in audit logs ( #4241 )
...
* feat: job args in audit logs
* update ee ref
2024-08-14 19:00:52 +02:00
Ruben Fiszel
2101bd455d
fix compile
2024-08-13 22:53:32 +02:00
Ruben Fiszel
763a3062b3
add INSTANCE_IS_DEV
2024-08-13 21:44:14 +02:00
HugoCasa
e46c2ea513
fix: improve license key ui ( #4220 )
...
* fix: improve license key ui
* fix: stop schedules on key expiration
* update ee ref
2024-08-11 01:01:24 +02:00
HugoCasa
fc07ae93cc
fix: case insensitive encoding for email triggers ( #4211 )
...
* fix: case insensitive encoding for email triggers
* update ee ref
2024-08-08 11:59:20 +02:00
HugoCasa
be48eaaeff
fix: handle >1 num workers stats ( #4177 )
...
* fix: handle >1 num workers stats
* fix: sqlx
* fix: ee ref test
* fix: sqlx + ee ref
* update ee ref
2024-08-07 17:52:39 +02:00
wendrul
134261870a
fix: Additional tracing when pulling and uploading search index #4207
2024-08-07 16:25:41 +02:00
HugoCasa
fba0817dd5
fix: email triggers sqlx CE and improve email parsing ( #4203 )
...
* fix: CE sqlx
* update ee ref
2024-08-06 23:05:36 +02:00
HugoCasa
80a41669b2
feat: email triggers ( #4163 )
...
* feat: email triggers v0
* update docker compose to nginx with tcp reverse proxy + move smtp to private
* fix: open source build
* test: update ee ref for testing
* feat: use caddy with layer4
* fix: nit
* feat: configurable email domain
* fix: nit
* fix: nit
* fix: get l4 from main
* fix: default email domain to mail.domain
* update ee ref
2024-08-06 16:17:33 +02:00
wendrul
660a44c8f5
feat: Indexing improvements ( #4167 )
2024-08-01 16:57:42 +02:00
wendrul
5eda0267f2
improve search backup on s3
2024-07-24 11:31:37 +02:00
Ruben Fiszel
7cdd7f53f6
better split tantivy
2024-07-24 09:03:54 +02:00
Ruben Fiszel
caecbde99a
better split tantivy
2024-07-24 08:15:14 +02:00
wendrul
200e22c026
feat: job search index backed up and loaded from s3 ( #4100 )
...
* Add fn to get logs from disk and store as string
* Update dependencies
* Add async
* Update dependecies
* Add missing async
* Move JOB_RETENTION_SECS to windmill_common
* Update ee repo ref
2024-07-23 19:35:29 +02:00
HugoCasa and Ruben Fiszel
9e5c5873c8
fix: cgroupv1 mem limit + granular memory reporting ( #4119 )
...
* fix: cgroupv1 mem limit + granular memory reporting
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-23 16:24:22 +02:00
HugoCasa and Ruben Fiszel
ccf281c87a
fix: filter audit logs end user by username + complete resource filter ( #4105 )
...
* fix: filter audit logs end user by username + complete resource filter
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-23 16:23:33 +02:00