HugoCasa
e0b34edcc8
feat: add workspace free-tier usage ( #3489 )
...
* feat: separate workspace and user usage
* fix: sqlx build
2024-03-29 10:56:44 +01:00
HugoCasa
0e0d964fc8
feat: add visible to runner only default value ( #3472 )
2024-03-26 19:07:21 +01:00
Ruben Fiszel
6b842b3c53
feat: add set_flow_user_states and get_flow_user_states api and sdk support
2024-03-26 17:31:17 +01:00
Ruben Fiszel
8d51cfcadc
fix: use webhook id as username
2024-03-26 10:06:01 +01:00
Ruben Fiszel
d63f5ee26e
fix: add support for azure storage on distributed cache/logs
2024-03-23 18:42:38 +01:00
Ruben Fiszel
3279996fd2
feat(frontend): fetch logs just-in-time only when necessary
2024-03-23 15:57:23 +01:00
HugoCasa
6b719fecea
feat: add workspace environment vars (custom contextual vars) ( #3455 )
...
* feat: custom contextual variables
* chore: sqlx prepare
* fix: main merge
2024-03-23 11:40:55 +01:00
Ruben Fiszel
7714221f3e
feat: large log disk and distributed storage compaction
2024-03-23 10:55:29 +01:00
HugoCasa
c34cd42605
feat: workspace renaming ( #3452 )
...
* feat: workspace renaming
* feat: openapi spec
* chore: sqlx prepare
2024-03-22 18:54:29 +01:00
HugoCasa
c2d18a6d6f
feat keep sql columns ordering ( #3444 )
...
* feat: keep pg columns ordering
* feat: pass column order through flow status
* feat: sql ordering for all sql langs
* fix: sqlx build on mac + rename to _metadata
* Update JobPreview.svelte
* Update +page.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update JobPreview.svelte
* fix: build
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-03-22 10:34:32 +01:00
Ruben Fiszel
2027d1886e
fix tests
2024-03-21 14:12:10 +01:00
Ruben Fiszel
7e09d94aac
fix tests
2024-03-21 13:56:58 +01:00
Ruben Fiszel
16b3b659e9
chore: update deps
2024-03-21 13:37:17 +01:00
Ruben Fiszel
f8d3ba12af
generalize cache object store
2024-03-21 08:50:10 +01:00
Ruben Fiszel
8718d038f4
fix compile on non ee
2024-03-20 15:18:54 +01:00
Ruben Fiszel
7dafa3d62a
fix compile on non ee
2024-03-20 15:09:28 +01:00
Ruben Fiszel
a0a42067fb
feat: s3 cache config added to instance settings + parallelized tar pulling
2024-03-20 14:19:34 +01:00
Ruben Fiszel
1d78902906
remove unecessary log
2024-03-19 14:08:41 +01:00
Ruben Fiszel
6854728569
fix: disapproval does not trigger flow error handler anymore
2024-03-17 11:08:02 +01:00
Ruben Fiszel
6f2f9b7ec2
nits logging
2024-03-16 18:30:51 +01:00
Ruben Fiszel
4740657867
nits logging
2024-03-16 18:06:29 +01:00
Ruben Fiszel
958df4f62c
feat: refactor logging to improve performance by order of magnitude for longer jobs
2024-03-16 17:55:34 +01:00
HugoCasa
bbce38490a
feat: wmill sync workspace settings ( #3425 )
...
* feat: wmill sync workspace settings
* fix: build
* fix: nit
2024-03-15 20:07:48 +01:00
Ruben Fiszel
6320cc9ce5
fix: use try_lock instead of lock to wait for global pg lock
2024-03-14 14:28:13 +01:00
Ruben Fiszel
c2e743bb67
fix: show current pid before acquiring lock
2024-03-14 01:02:55 +01:00
HugoCasa
62661601f6
feat: git sync users groups ( #3391 )
...
* feat: git sync users groups
* fix: sqlx build
* chore: set ee ref + hub sync script
2024-03-12 23:42:59 +01:00
Ruben Fiszel
16c615e038
feat: configurable languages and orders
2024-03-12 21:50:24 +01:00
HugoCasa
a7144cf244
fix: prevent auto add duplicate user ( #3395 )
2024-03-12 13:31:53 +01:00
HugoCasa
cf4358a14b
feat: instance usernames ( #3382 )
...
* feat: instance usernames
* fix: sqlx + ee ref
* feat: make one-off button for enabling
* chore: set ee ref
* fix: permissions and nits
* fix: admin instance username + sqlx build
* fix: revert stupid change
* fix: only create instance username when setting enabled
* chore: update to ee latest
2024-03-12 11:55:18 +01:00
Ruben Fiszel
ffcfe5b124
fix: add include_query to all endpoints
2024-03-10 15:50:12 +01:00
Ruben Fiszel
a3a874d56d
fix warnings
2024-03-08 23:20:54 +01:00
Ruben Fiszel
f4fd7afbb3
fix: improve custom concurrency key handling
2024-03-06 15:53:01 +01:00
Ruben Fiszel
426c2a87b5
feat: workflow as code with timelines
2024-03-05 12:45:24 +01:00
Ruben Fiszel
8c15c653c2
workflow as code endpoint set proper parent job
2024-03-04 21:57:23 +01:00
Ruben Fiszel
ff3aa8ab06
feat: workflow as code v0
2024-03-04 20:19:34 +01:00
HugoCasa
b4ed0ecd03
feat: sync users and groups ( #3328 )
...
* feat: wmil sync for users and groups
* fix: sort admins
* fix: sqlx build
* chore: update to latest deno client
2024-03-01 19:25:14 +01:00
Ruben Fiszel
00c79a54ff
fix: improve dev mode for flows
2024-03-01 01:12:20 +01:00
Audrius Butkevicius
6f8a8bfe1e
feat: Use ACCEPT_INVALID_CERTS for SMTP ( #3318 )
...
The library currently loads fixed set of certificates from a rust package, does not
use OS certificate store. Providing a custom CA would need to be done via a
custom tls connector.
2024-02-29 22:27:46 +01:00
Ruben Fiszel
3c1e4b09a8
feat: implement progress monitor for parallel branches last transition
2024-02-28 08:49:35 +01:00
Ruben Fiszel
51269e4652
fix: fix scheduling of overlapping flows
2024-02-27 00:50:03 +01:00
Ruben Fiszel
931bd47d9b
improve runs filter
2024-02-27 00:08:37 +01:00
Ruben Fiszel
1571ab2339
fix: clarify pg migration logs
2024-02-26 20:43:23 +01:00
HugoCasa
88d1f7aa83
chore: stats in EE ( #3296 )
...
* feat: switch stats to closed source
* fix: remove symlink
* fix: add emptied stats
* fix: remove unneeded imports
* fix: embedding feature flag
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-02-26 20:08:22 +01:00
Ruben Fiszel
ad79ef636c
reactive embedding feature
2024-02-24 17:28:36 +01:00
Ruben Fiszel
b603d63bd5
revert ee
2024-02-24 17:26:35 +01:00
Ruben Fiszel
c3ef987e28
chore: fasten compilation time
2024-02-24 17:10:55 +01:00
Ruben Fiszel
82c8b1d1dd
chore: fasten compilation time
2024-02-24 16:29:35 +01:00
Ruben Fiszel
02951b4815
fix: improve completed_job index
2024-02-24 00:13:28 +01:00
Ruben Fiszel
81be9c4d60
fix: make setting owner for folders a transaction
2024-02-23 23:12:50 +01:00
Ruben Fiszel
36b51cb1d7
remove use of singlescript flow job kinds
2024-02-23 21:45:23 +01:00