Ruben Fiszel
c80f155602
feat: dedicated workers for native-throughput performance (EE only) ( #2239 )
...
* dedicated worker
* dedicated worker
* merge
* progress
* progress
* progress
* merge
* update
* sqlx
* fix imports
2023-09-06 10:32:53 +02:00
Ruben Fiszel
03e48a4ca5
feat: add caching to flows and scripts ( #2193 )
...
* cachettl
* all
2023-08-29 13:00:20 +02:00
Ruben Fiszel
fbc62e8ca5
remove unecessary postgres transactions and improve performance
2023-08-22 00:34:44 +02:00
Ruben Fiszel
e9c19b5b98
fix: unify clients to use server-side interpolation to retrieve full resources
2023-08-17 20:16:50 +02:00
Ruben Fiszel
de8a7279b6
feat: migrate state path to new schema
2023-08-11 18:54:47 +02:00
Ruben Fiszel
4c870272d4
feat: add step's custom timeout
2023-07-30 20:42:24 +02:00
Ruben Fiszel
24b0658460
feat: add supabaze wizard
2023-07-28 12:01:31 +02:00
Ruben Fiszel
d715ec58f2
feat: add SAML support in EE
2023-07-19 08:14:08 +02: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
Guillaume Bouvignies
e2fb35a487
feat: Per script concurrency limit with time window ( #1816 )
...
* Add concurrency a per-script concurrency limit
* Add a per-script per time window concurrency limit
* Improve feature with a better estimation of the next schedule timestamp
* Add concurrency limits for inline scripts
* Fix tests
* run sqlx prepare
* Add requeue event to job logs
2023-07-11 23:35:26 +02:00
Ruben Fiszel
45d89496c0
fix docker-compose
2023-07-09 09:52:53 +02:00
Ruben Fiszel
7851e932ec
feat: smtp support to invite users ( #1777 )
...
* email support
* everyhting
* smtp
* update
* update
* update
* setup backend test
2023-06-29 10:34:44 +02:00
Ruben Fiszel
e777a79a31
docs -> www
2023-06-24 19:31:29 +02:00
Ruben Fiszel
45641cbbab
make to_i64 more resilient and clearer error message on client setup
2023-06-01 17:15:37 +02:00
Ruben Fiszel
b6c0018e2a
feat(backend): add job_id as a query arg to force set the new job_id
2023-05-15 10:50:43 +02:00
Ruben Fiszel
72d343e916
add OAUTH_JSON_AS_BASE64
2023-05-11 23:03:05 +02:00
Ruben Fiszel
722783f7f6
feat(backend): worker groups ( #1452 )
...
* tagged scripts
* tagged scripts
* fix
* fix
* fix
* all
* update sqlx
2023-04-23 16:57:23 +02:00
Ruben Fiszel
3d031c7017
feat(backend): only run fully deployed scripts
2023-04-21 12:49:47 +02:00
Ruben Fiszel
34f48aa1e3
split worker.rs into more files
2023-04-13 17:44:47 +02:00
Kai Jellinghaus
d45e6c94ab
feat(backend): Redis based queue ( #1324 )
...
* Merge?
* Fix V8 breaking change
* WIP
* WIP
* Cleanup
* Move to git reference
* Fix Merge conflict
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-11 12:24:13 +02:00
Ruben Fiszel
f2d3c8208b
feat(backend): add instance events webhook
2023-04-11 01:45:56 +02:00
Ruben Fiszel
7f9050b285
feat(backend): lowercase all emails in relevant endpoints ( #1361 )
...
* all
* also modify invite_user
2023-04-05 11:36:17 +02:00
Ruben Fiszel
9e4d90ad37
feat(frontend): add history to flows and apps
2023-03-07 14:47:17 +01:00
Ruben Fiszel
58300eb6ac
introduce root_job and leaf_jobs for efficient result_by_id
2023-03-03 12:44:44 +01:00
Ruben Fiszel
c0b87cc7d7
send a webhook on new user + lazy static refactor ( #1203 )
...
* supercharge
* supercharge
* progress
* progress
* display config
* display config
* display config
* display config
* fix extensions
* fix build
* disable nsjail = false for test
2023-02-15 10:59:50 +01:00
Ruben Fiszel
6eecae6857
chore(main): release 1.63.1 ( #1202 )
...
* chore(main): release 1.63.1
* update versions
* fix change versions
* fix change versions
* Apply automatic changes
* update base64
* fix versions
* improve app setup
* improve app setup
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-02-14 15:54:25 +01:00
Ruben Fiszel
c5c979b7d7
fix slack command
2023-02-10 01:51:42 +01:00
Ruben Fiszel
42b94947c4
small flow improvements
2023-02-09 16:44:28 +01:00
Ruben Fiszel
c0df9a5e20
update axum
2023-01-11 08:19:20 +01:00
Ruben Fiszel
48d87ab12c
various improvements
2023-01-10 11:21:16 +01:00
Ruben Fiszel
27e840ced1
improve error message for oauth
2022-12-20 08:49:23 +01:00
Ruben Fiszel
f91967c4c8
improve error message for oauth
2022-12-20 08:20:21 +01:00
Ruben Fiszel
321f8d28bb
add audit log for oauth login
2022-12-17 13:54:46 +01:00
Ruben Fiszel
09e38981ed
add visible_to_owner
2022-12-15 16:01:17 +01:00
Ruben Fiszel
2bae50f391
feat: auto-invite from same domain
2022-12-12 20:20:17 +01:00
Ruben Fiszel
fd871093f0
feat: implement usage tracker + quotas
2022-12-11 18:47:39 +01:00
Ruben Fiszel
46975aceab
add microsoft login
2022-12-10 12:18:40 +01:00
Ruben Fiszel
18c7a33b6d
add linkedin as oauth integration
2022-12-09 19:25:12 +01:00
Ruben Fiszel
dbfafda44d
add linkedin as oauth integration
2022-12-09 18:21:59 +01:00
Kai Jellinghaus
abc0ca3a5b
feat(backend): Input transform errors ( #1006 )
...
* Add pre run error & propagate input transforms there
* Handle pre-run errors
* Update SQLX data
* Update SQLX data
2022-12-08 23:56:49 +01:00
Ruben Fiszel
31c317b358
feat: add include_header to pass request headers to script
2022-12-05 23:36:31 +01:00
Ruben Fiszel
37967a7950
feat: refactor variable + resource linkage + OAuth visibility
2022-11-27 17:26:37 +01:00
Ruben Fiszel
346a7f3f47
more visibility on OAuth errors Vol 1
2022-11-27 14:00:55 +01:00
Ruben Fiszel
adc9689950
fix getting email from github
2022-11-26 15:57:55 +01:00
Ruben Fiszel
8bf4699bd6
fix getting email from github
2022-11-26 15:33:15 +01:00
Ruben Fiszel
50f193aa63
more explicit error for login
2022-11-26 14:38:45 +01:00
Ruben Fiszel
c8d5f853c5
fix removing users
2022-11-26 14:21:42 +01:00
Ruben Fiszel
776a5e54a8
support for generic userinfo_url
2022-11-25 04:54:14 +01:00
Ruben Fiszel
975a1db10e
feat(backend): add configurable custom client
2022-11-24 11:40:02 +01:00
Ruben Fiszel
5cbc87e025
add COOKIE_DOMAIN to set domain of cookies
2022-11-18 09:06:10 +01:00