Commit Graph

87 Commits

Author SHA1 Message Date
Ruben Fiszel cd435fa07c resuming suspended flows as owner is now through flow id 2022-12-24 09:44:05 +01:00
Ruben Fiszel d652531881 fix navigation on index list rows 2022-12-23 17:40:19 +01:00
Ruben Fiszel 12979223b5 allow resuming as owner suspended job only for path owners 2022-12-23 13:44:41 +01:00
Ruben Fiszel 079fbd55ee feat(backend): resume from owner directly in flow status viewer (#1042)
* foo

* progress
2022-12-23 13:04:31 +01:00
Ruben Fiszel 81c5828668 schedule next job in transaction to avoid race condition 2022-12-23 06:53:26 +01:00
Kai Jellinghaus adf991cd2d feat!(cli): Folders support & Less Tarball nesting (#1040)
* Basic folder support

* Proper Folder Support + deps.ts

* Upgrade Versions

* Add folder meta to tarball

* Remove tarball folders

* Minor fixes

* Fix typo

* Remove extra_perms check

* Use new endpoint

* Use new untar location

* Fix shrinking files
2022-12-23 03:06:12 +01:00
Ruben Fiszel f9b7901d8e make ownership check more consistent, expose ownership api, expose update folder api 2022-12-22 14:48:57 +01:00
Ruben Fiszel 1ddb1f2f59 feat(backend): add SUPERADMIN_SECRET as an env set superadmin 2022-12-22 10:35:10 +01:00
Ruben Fiszel cb20d795a2 improve error message for already existing items 2022-12-20 12:52:18 +01:00
Ruben Fiszel fb7e8681b4 improve folder UX 2022-12-20 10:47:29 +01:00
Ruben Fiszel 8d009c076d improve error message for oauth 2022-12-20 08:49:23 +01:00
Ruben Fiszel 2e9be133ee improve error message for oauth 2022-12-20 08:20:21 +01:00
Ruben Fiszel e6e7dfffac fix folders queries on RDS 2022-12-19 21:01:12 +01:00
Ruben Fiszel 48a1399362 feat: introduce folders, deprecate items owned by groups 2022-12-19 19:11:23 +01:00
Ruben Fiszel 2ff914edd3 feat: introduce folders, deprecate items owned by groups 2022-12-19 18:59:46 +01:00
Ruben Fiszel ef95d02bbc change the default number of connections to 3 for workers 2022-12-19 18:59:46 +01:00
Ruben Fiszel 6e2890f0f1 require ownership to move items && automatically edit schedule paths 2022-12-18 18:45:32 +01:00
Ruben Fiszel bb89e5798c path improvements v1 2022-12-18 05:55:29 +01:00
Ruben Fiszel f7be06f2e6 add audit log for oauth login 2022-12-17 13:54:46 +01:00
Ruben Fiszel 8d7dd7359c group refactoring 2022-12-16 20:02:13 +01:00
Ruben Fiszel 59a3ba0a25 add visible_to_owner 2022-12-15 16:01:17 +01:00
Ruben Fiszel 57536585bb team plan 2022-12-14 01:17:17 +01:00
Ruben Fiszel a85705e8c9 feat: add operator mode 2022-12-13 20:16:57 +01:00
Ruben Fiszel db4fcfdbec feat: auto-invite from same domain 2022-12-12 20:20:17 +01:00
Ruben Fiszel 567a404355 usage tracker v3 2022-12-12 01:11:44 +01:00
Ruben Fiszel f7c5759054 usage tracker v2 2022-12-11 22:48:09 +01:00
Ruben Fiszel 039e1fa1e6 feat: implement usage tracker + quotas 2022-12-11 18:47:39 +01:00
Ruben Fiszel 7397e99e55 split states from resources on resources page 2022-12-10 18:47:43 +01:00
Ruben Fiszel 97bcdc8e3d add microsoft login 2022-12-10 12:18:40 +01:00
Kai Jellinghaus b0baa07579 feat: Superadmins workspace (#1003)
* Add auto-invite superadmins workspace

* Revert "Add auto-invite superadmins workspace"

This reverts commit 768ae31857.

* Add Admin Workspace

* Show unable to delete info in UI

* Add Hub sync

* Update Migration

* Add Starter workspace

* Add workspace_key for admins workspace

* Remove schedule

* Update CI
2022-12-10 01:46:26 +01:00
Ruben Fiszel 4c75f243b6 display account without refresh tokens as non refreshed 2022-12-09 20:17:39 +01:00
Ruben Fiszel 972387c4fb add linkedin as oauth integration 2022-12-09 19:25:12 +01:00
Ruben Fiszel 02b19ee693 add linkedin as oauth integration 2022-12-09 18:21:59 +01:00
Ruben Fiszel 4099007a9f fix list jobs 2022-12-09 14:52:49 +01:00
Kai Jellinghaus b87fc7796a 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 fa7e8d107b feat: add lockable version to scripts inside flows (#972)
* add it to openflow

* push

* push

* final
2022-12-06 13:11:11 +01:00
Ruben Fiszel 018f8896bc feat: add include_header to pass request headers to script 2022-12-05 23:36:31 +01:00
Kai Jellinghaus aa3a354304 fix(cli): Fix cli pull push (#985)
* Fix workspace tar

* Ignore dotfolders
2022-12-04 13:24:31 +01:00
Ruben Fiszel 4a9e3ef983 feat: refactor favorite menu 2022-12-04 13:23:29 +01:00
Ruben Fiszel 25b50f1a49 add unique path and rls to apps 2022-12-03 09:21:26 +01:00
Ruben Fiszel a3f6a810bd add resume urls at the api level 2022-12-02 22:19:15 +01:00
Kai Jellinghaus 31ac1ddf39 feat(cli): improved setup & allow workspace in base url & refactor workspaces/remotes to unify (#966)
* Setup V2 & Allow Workspace in base url

* Handle login conflict information

* Rework workspace & remote logic

* Add login logic

* Add token storage logic

* 🚀 finish refactor

* :Fix Pull

* Remove setup

* Add create-token

* Remove legacy typesc

* Fix change

* Fix warns

* fix warning

* Update README

* Switch to new workspace by default

* Update demo video

* Update Images

* remove duplicate

* Change wording

* Add to main README

* Fix main readme

* Fix videos
2022-12-01 22:56:57 +01:00
Ruben Fiszel fed2b2105d feat: unify resources under a single connect API 2022-12-01 19:28:00 +01:00
Ruben Fiszel 7d7e862672 fix list apps 2022-11-30 21:43:32 +01:00
Ruben Fiszel bc22391faa readme: nits and toc 2022-11-30 20:01:01 +01:00
Ruben Fiszel 89376e852f add favorites for app 2022-11-30 13:04:05 +01:00
Ruben Fiszel b40f9a0475 favorites on the sidebar 2022-11-30 01:47:29 +01:00
Ruben Fiszel 751dca0d28 feat: add favorite/star + remove flows/scripts page in favor of unified home page (#968)
* favorites

* favorites

* favorites

* feat(frontend): add favorite + refactor homepage
2022-11-30 00:15:43 +01:00
Ruben Fiszel 7c3126efc0 feat: refactor variable + resource linkage + OAuth visibility 2022-11-27 17:26:37 +01:00
Ruben Fiszel f1725c7eb9 more visibility on OAuth errors Vol 1 2022-11-27 14:00:55 +01:00