Commit Graph

6608 Commits

Author SHA1 Message Date
Ruben Fiszel d1be3192ea remove references to starter workspace' 2023-02-22 13:56:24 +01:00
Ruben Fiszel dcc670afde remove extra_perms from being encoded in non-folder zip export 2023-02-22 12:55:40 +01:00
Ruben Fiszel a131fca977 removed edited_by from zip metadata 2023-02-22 09:53:45 +01:00
Ruben Fiszel 0e27bd3c8b remove archived from zip 2023-02-22 09:23:23 +01:00
Ruben Fiszel 8338301899 remove metadata from zip 2023-02-22 09:18:01 +01:00
Ruben Fiszel 0fd26cf4fe remove metadata from zip 2023-02-22 09:12:22 +01:00
Ruben Fiszel 29d0cc620f feat: add delete flows 2023-02-22 08:40:11 +01:00
Ruben Fiszel 81bb580222 remove versions from serialized apps 2023-02-22 01:13:42 +01:00
Ruben Fiszel 9fc186764f v0 of cli refactor 2023-02-22 00:15:32 +01:00
Ruben Fiszel cd69c185d7 extend zip permissions 2023-02-22 00:06:22 +01:00
Ruben Fiszel 8612d55ca8 chore(main): release 1.65.0 (#1210)
* chore(main): release 1.65.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-21 10:17:35 +01:00
Kai Jellinghaus 908e7e5ba2 CLI fixes (#1204)
* Add default workspace URL

* R1 WIP

* Improve help docs slightly

* Rework tracking state

* WIP Rework
Remaining bug: Not returning state-only files (no local file) from *getFiles()

* Create newly found files

* Finish ZIP & new tracking code

* Fix two minor bugs

* do not consider conflict if same content

* add more logs to cli writing

* progress

* progress

* iteration

* Add most basic App support

* fix folder frontend bug

* fix folder frontend bug

* init done by default

* sqlx merge

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-21 10:13:21 +01:00
Kai Jellinghaus 75bb170b71 feat(backend): Zip Workspace Export (#1201)
* Allow different formats

* Allow Zip format in workspace export

* Fix axum error

* Use ZIP in frontend

* File ending fix

* Fix empty query
2023-02-17 19:21:06 +01:00
Ruben Fiszel 34c34fa998 new app component: currency + improved select 2023-02-16 23:40:58 +01:00
Ruben Fiszel 6373011b6c chore(main): release 1.64.0 (#1206)
* chore(main): release 1.64.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-16 04:31:32 +01:00
Ruben Fiszel b7b47bcba7 chore(main): release 1.63.2 (#1205)
* chore(main): release 1.63.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-15 12:21:27 +01:00
Ruben Fiszel 5e6cf55bc5 fix ee 2023-02-15 11:27:53 +01:00
Ruben Fiszel 69d4a23b4f 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 07bf0d66cd 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 e1635ec762 fix: update hub sync script 2023-02-14 15:00:10 +01:00
Ruben Fiszel 8c3ace631e implement goto for app buttons 2023-02-14 03:33:08 +01:00
Ruben Fiszel e7e4e955c1 fix initialization app 2023-02-13 17:18:01 +01:00
Kai Jellinghaus 64f0fe9232 Setup Experience (#1194)
* Squash

* Update SQLX
2023-02-13 02:32:29 +01:00
Ruben Fiszel 062632ba48 fix(python): return none if argument is missing 2023-02-10 18:47:45 +01:00
Ruben Fiszel 4494dbe917 fix slack command 2023-02-10 01:51:42 +01:00
Ruben Fiszel e1374bfd06 small flow improvements 2023-02-09 16:44:28 +01:00
Ruben Fiszel 8f156d49ef add MAX_RESULT_SIZE for CLOUD_HOSTED 2023-02-07 01:52:55 +01:00
Ruben Fiszel 20ea3424e0 use VmHwm mem instead of VmPeak for more accurate memory report 2023-02-05 15:30:02 +01:00
Ruben Fiszel 5ce8dc6a80 mem_peak use greatest 2023-02-05 14:59:31 +01:00
Ruben Fiszel 0ecfec2577 feat: add mem peak info 2023-02-04 20:26:15 +01:00
Ruben Fiszel 934d9ab6bd feat(worker): set oom_adj to 1000 to prioritize killing subprocess 2023-02-04 16:17:47 +01:00
Ruben Fiszel ea3e4d1b69 chore(main): release 1.62.0 (#1170)
* chore(main): release 1.62.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-03 22:52:54 +01:00
Ruben Fiszel 4c4a90907b increase max concurrent runs 2023-02-03 22:39:36 +01:00
Ruben Fiszel f56a4aa999 prune args and not kwargs for function call 2023-02-03 22:37:26 +01:00
Kai Jellinghaus f0e3bc090e feat: Add workspace webhook (#1158)
* Add workspace webhook

* Update SQLX

* Add webhook request histogram

* Move workspace webhook retrieval OOP

* Add removal to frontend, cache removed webhooks

* Remove WebhookUtil

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-03 19:50:18 +01:00
Ruben Fiszel 1623ba1658 feat: adding worker_busy 2023-02-02 23:57:53 +01:00
Ruben Fiszel 8d31165333 feat: add WHITELIST_WORKSPACES and BLACKLIST_WORKSPACES 2023-02-02 07:57:03 +01:00
Ruben Fiszel 80aab43028 feat: add INCLUDE_HEADERS env variable to pass value from request headers 2023-02-01 02:22:28 +01:00
Ruben Fiszel 16cc99ee58 feat(python): add ADDITIONAL_PYTHON_PATHS 2023-02-01 02:04:53 +01:00
Ruben Fiszel 5e5fa25922 chore(main): release 1.61.1 (#1169)
* chore(main): release 1.61.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-01-31 20:02:29 +01:00
Ruben Fiszel f193a8c889 fix(backend): compile issue 2023-01-31 19:50:22 +01:00
Ruben Fiszel b62fc6b941 chore(main): release 1.61.0 (#1091)
* chore(main): release 1.61.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-01-31 18:51:42 +01:00
Ruben Fiszel 51a9b1c5ca more folders permission 2023-01-31 16:01:13 +01:00
Ruben Fiszel a4d397548b feat: add sync webhook for flows 2023-01-31 10:21:48 +01:00
Ruben Fiszel 90324fb557 feat(python): add support for extra args in python 2023-01-31 09:52:29 +01:00
Ruben Fiszel 9030cb1862 allow whitespace in requirements override 2023-01-30 05:06:13 +01:00
Ruben Fiszel 6907f98363 fix entirecachetar path 2023-01-28 18:54:04 +01:00
Ruben Fiszel aea3a1bb3d add support for openbb 2023-01-28 03:57:25 +01:00
Ruben Fiszel efaf1407b0 feat: add PIP_LOCAL_DEPENDENCIES 2023-01-28 03:09:47 +01:00
Ruben Fiszel 124ad0faf1 grant all privilege to table favorite 2023-01-27 22:08:46 +01:00