Commit Graph

6608 Commits

Author SHA1 Message Date
Ruben Fiszel 3f234280c1 feat(backend): add configurable custom client 2022-11-24 11:40:02 +01:00
Ruben Fiszel 0d7973d230 no error message on canceling a completed job 2022-11-24 10:18:29 +01:00
Kai Jellinghaus d33d465d3a fix(backend): bash flow lock & add flow lock tests (#933)
* Fix Bash flow lock

* Tests w/ fixes

* Add Sequence privileges
2022-11-23 19:17:19 +01:00
Ruben Fiszel 0640df275d add ld.so.cache to bash path 2022-11-23 15:20:50 +01:00
Ruben Fiszel dbe1ada3a9 nits on nsjail config 2022-11-23 14:00:49 +01:00
Kai Jellinghaus 0194a09641 Fix Python flow lock (#931) 2022-11-22 22:56:06 +01:00
Ruben Fiszel 2e70496ae3 fix enterprise code 2022-11-21 19:19:42 +01:00
Ruben Fiszel 6d24369c8d chore(main): release 1.50.0 (#921)
* chore(main): release 1.50.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-21 19:06:13 +01:00
Ruben Fiszel 3eedb7901e distribute the sync from workers more evenly 2022-11-21 18:30:58 +01:00
Ruben Fiszel 8835659796 fix tarring the entire cache back to s3 + UX nits 2022-11-21 09:25:22 +01:00
Ruben Fiszel 4bacd8f28b fix(caching): preserve permissions 2022-11-20 21:39:57 +01:00
Ruben Fiszel b90c0220ab chore(main): release 1.49.1 (#920)
* chore(main): release 1.49.1

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-20 20:10:02 +01:00
Ruben Fiszel 5c3b07addf fix(caching): add a second caching mechanism by tarring the entire cache for fast startup 2022-11-20 19:46:01 +01:00
Ruben Fiszel 01400c571e better logging for worker 2022-11-20 18:06:53 +01:00
Ruben Fiszel b1c4a18ede improve distributed caching 2022-11-20 17:48:49 +01:00
Ruben Fiszel f5269bfe61 improve distributed caching 2022-11-20 17:48:46 +01:00
Ruben Fiszel ba826a8365 chore(main): release 1.49.0 (#918)
* chore(main): release 1.49.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-20 15:01:49 +01:00
Ruben Fiszel c2e9dff784 feat(go): improve cold start of 200ms by building outside of nsjail 2022-11-20 14:40:29 +01:00
Ruben Fiszel 66f5698c3f fix enterprise sync 2022-11-20 11:12:53 +01:00
Ruben Fiszel 001ee86425 resync even for later steps 2022-11-20 04:34:38 +01:00
Ruben Fiszel 71380b5588 chore(main): release 1.48.2 (#916)
* chore(main): release 1.48.2

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-19 18:54:47 +01:00
Ruben Fiszel f85c7f0f87 fix(go-client): support setVariable, setResource, setState, getState 2022-11-19 16:54:12 +01:00
Ruben Fiszel ab2d480910 chore(main): release 1.48.1 (#915)
* chore(main): release 1.48.1

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-19 15:17:11 +01:00
Ruben Fiszel c45d39d717 add resolver backtracking to silence error 2022-11-19 10:17:36 +01:00
Ruben Fiszel 1d6a62fe00 force creating initial cache dirs after resync 2022-11-18 21:17:38 +01:00
Ruben Fiszel e406da9452 cleanup logs 2022-11-18 21:08:29 +01:00
Ruben Fiszel 118fe0f763 chore(main): release 1.48.0 (#910)
* chore(main): release 1.48.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-18 20:40:49 +01:00
Ruben Fiszel 0a8fd771b0 feat: supercache extended to all version 2022-11-18 20:17:23 +01:00
Kai Jellinghaus 7efdb3af6b feat(backend): sync cache features on all workers [enterprise] (#907)
* Periodic Job

* Add write lock & bash execution

* Use env for bash script

* Enterprise Feature

* Only time based

* Cleanup

* Move code

* Use rclone sync

* WIP

* Use buildarg

* Remove unecessary deps

* 10 Minute Intervals

* Revert testing change

* Manually pull rclone

* fix rclone

* Initial sync

* Update worker.rs

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-18 17:20:39 +01:00
Ruben Fiszel 3fb5c7b5c7 add COOKIE_DOMAIN to set domain of cookies 2022-11-18 09:06:10 +01:00
Ruben Fiszel 255c7a14bd improve same_worker UX clarity 2022-11-17 18:03:07 +01:00
Ruben Fiszel 8a6d840f81 fix: support flows to be triggered by slack commands 2022-11-16 21:50:51 +01:00
Ruben Fiszel 9f7ed2bb88 add build-essential to base image + pip install has path as env variable 2022-11-16 18:47:11 +01:00
Ruben Fiszel 27b638b611 feat(python): add Resource[resource_type] as a parsed parameter 2022-11-16 14:08:55 +01:00
Ruben Fiszel 99ec8787a8 feat: add slack_bot token on connecting workspace to slack 2022-11-16 00:27:21 +01:00
Ruben Fiszel c7b0ba43a3 fix(backend): saving bash script does not require dep job 2022-11-15 17:20:15 +01:00
Ruben Fiszel 6aaa075748 chore(main): release 1.47.3 (#905)
* chore(main): release 1.47.3

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-15 14:05:26 +01:00
Ruben Fiszel 43958f4ad3 chore(main): release 1.47.2 (#904)
* chore(main): release 1.47.2

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-15 14:02:02 +01:00
Ruben Fiszel ea20f2c4fd chore(main): release 1.47.1 (#903)
* chore(main): release 1.47.1

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-15 13:45:09 +01:00
Ruben Fiszel f83141daf6 chore(main): release 1.47.0 (#892)
* chore(main): release 1.47.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-15 13:28:27 +01:00
Ruben Fiszel e75aacc7db feat(clients): rename internal state as state + setters for resources/variables in python 2022-11-15 13:16:53 +01:00
Ruben Fiszel 3872b1097b menu redesign 2022-11-15 11:57:05 +01:00
Ruben Fiszel f17ef49137 fix digest for createapp 2022-11-14 18:00:51 +01:00
Faton Ramadani 31f6e47390 fix(frontend): App Editor v0 (#886) 2022-11-14 17:30:49 +01:00
Ruben Fiszel 5211eb6738 add cache dir for deno even when nsjail disabled 2022-11-14 11:43:56 +01:00
Ruben Fiszel f5b78d5e57 fix listApps 2022-11-14 10:26:39 +01:00
Ruben Fiszel e03b61f31a fix(backend): go use windmill cache dir even if nsjail disabled 2022-11-14 09:20:09 +01:00
Kai Jellinghaus 937e16c2af feat(backend): Flow lock (#868)
* Add lockfile information

* Allow Lockfiles to be pushed to queue

* Handle raw_lock on worker

* Flow Lock Job

* Allow RawScript path

* Simplify handle_code_execution_job

* Regenerate SQLX

* Fix tests

* fix test

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-13 18:31:08 +01:00
Ruben Fiszel 541ac1e74d feat(backend): remove go.sum from go lockfile (#891) 2022-11-13 17:36:35 +01:00
Ruben Fiszel e3d78dd7ac chore(main): release 1.46.2 (#890)
* chore(main): release 1.46.2

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-11-12 20:59:31 +01:00