Commit Graph

99 Commits

Author SHA1 Message Date
Ruben Fiszel
7a355a6bbf feat(backend): webhook specific tokens 2023-05-29 23:39:50 +02:00
Ruben Fiszel
d12c42c58d update all_runnables 2023-05-27 17:22:56 +02:00
Ruben Fiszel
76173233a6 update hub sync cli version 2023-05-27 15:07:21 +02:00
Ruben Fiszel
470650e504 fix migration break 2023-05-25 11:07:54 +02:00
Ruben Fiszel
453351fcc2 fix(cli): fix hub pull 2023-05-24 18:31:28 +02:00
Ruben Fiszel
cee50708f8 update cli sync script 2023-05-24 15:46:58 +02:00
Ruben Fiszel
e9e4fa0a6d overwrite buggy migration 3 2023-05-24 10:56:24 +02:00
Ruben Fiszel
5d55229569 overwrite buggy migration 2 2023-05-24 10:52:54 +02:00
Ruben Fiszel
436983e3aa fix buggy migration 2 2023-05-24 10:52:12 +02:00
Ruben Fiszel
c003507bc0 overwrite buggy migration 2023-05-24 10:44:10 +02:00
Ruben Fiszel
a3f900de32 remove demo and starter if empty 2023-05-24 10:10:46 +02:00
Ruben Fiszel
c93393d5c0 feat: schedule error handler (#1636)
* handleError

* revert

* all
2023-05-23 20:25:41 +02:00
Ruben Fiszel
2914d51a2d fix capture payload too big check typo 2023-05-16 16:17:26 +02:00
Ruben Fiszel
5e472b6911 increase payload size from 10kb to 512kb for capture endpoint 2023-05-16 16:10:28 +02:00
Ruben Fiszel
4ba2321d27 add rls raw up migration 2023-05-16 13:02:29 +02:00
Ruben Fiszel
cb856858e3 fix: update setup step 2023-05-12 23:47:39 +02:00
Ruben Fiszel
5b6a2c3c82 app jsonb to json to preserve order for drafts too 2023-05-10 12:42:11 +02:00
Ruben Fiszel
d70aa12159 app jsonb to json to preserve order 2023-05-10 12:21:57 +02:00
Ruben Fiszel
1b8489256c fix(backend): grant all on raw_app 2023-05-09 15:02:04 +02:00
Ruben Fiszel
143a30661c feat: add support for full fleged apps (react, svelte, vue) (#1536)
* add react support

* use whoami

* update

* update

* update

* create react app

* all

* sqlx
2023-05-08 19:10:45 +02:00
Ruben Fiszel
ec89b656b6 feat: introduce backend persisted draft systems for scripts 2023-04-30 15:56:52 +02:00
Ruben Fiszel
02ba82064f 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
69ba08ce21 fix grant for input table 2023-04-14 18:34:41 +02:00
Oliver Veal
4e74266761 feat: inputs library on run page
* display previous script inputs on script run page

* parallelise loading

* parallelise loading

* also working for flows

* separate endpoints for scripts and flows

* Splitpanes and Saved Inputs (UI)

* Saved inputs API endpoints

* Editable Input name

* Narrow width styling

* feat(frontend): Add a toggle to open the saved inputs (#1401)

* feat(frontend): Add a toggle to open the saved inputs

* feat(frontend): Add a toggle to open the saved inputs

* feat(frontend): Move toggle

* update all

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
2023-04-12 17:29:06 +02:00
Ruben Fiszel
130ddbbf85 feat(python): cache dependency resolution 2023-04-08 23:25:46 +02:00
Ruben Fiszel
ec93b59e53 fix(backend): allow longer name/company 2023-04-05 22:01:18 +02:00
Oliver Veal
0b444ce395 feat: improved cron/schedule editor (#1362)
* basic cron schedule editing ui

* schedules run in a user-specified timezone

* fix other uses of CronInput component

* use now() from database to schedule next job

* offset -> IANA timezone conversion on db migration

* sqlx ci

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-04-05 16:37:24 +02:00
Ruben Fiszel
0a9c8d9df6 minor backend fixes 2023-03-27 22:57:29 +02:00
Ruben Fiszel
4ea40eef2a improve app setup 2023-03-27 15:24:13 +02:00
Ruben Fiszel
0263c20a5b introduce root_job and leaf_jobs for efficient result_by_id 2023-03-03 12:44:44 +01:00
Ruben Fiszel
21e5e99a76 fix setup app to use updated version of the CLI 2023-02-27 14:16:57 +01:00
Ruben Fiszel
72836b7b96 feat(backend): use counter for sleep/execution/pull durations 2023-02-27 12:00:32 +01:00
Ruben Fiszel
fe1dca1123 fix: app setup and sync now uses 1.69.3 2023-02-26 14:09:16 +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
0ecfec2577 feat: add mem peak info 2023-02-04 20:26:15 +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
51a9b1c5ca more folders permission 2023-01-31 16:01:13 +01:00
Ruben Fiszel
124ad0faf1 grant all privilege to table favorite 2023-01-27 22:08:46 +01:00
Ruben Fiszel
2a9ca487e5 increase token size for refresh token 2023-01-27 18:56:42 +01:00
Ruben Fiszel
98c362a1db description at bottom 2023-01-21 17:33:23 +01:00
Ruben Fiszel
62f1956694 feat: add archive/unarchive/delete workspace 2023-01-07 09:39:50 +01:00
Ruben Fiszel
a7070260d3 deprecate starters workspace by pointing resource types to admins 2023-01-01 09:00:56 +01:00
Ruben Fiszel
48a1399362 feat: introduce folders, deprecate items owned by groups 2022-12-19 19:11:23 +01:00
Ruben Fiszel
ec6afe07cc rework default visibility of runs of scripts not belonging to oneself 2022-12-15 18:55:30 +01:00
Ruben Fiszel
59a3ba0a25 add visible_to_owner 2022-12-15 16:01:17 +01:00
Ruben Fiszel
a85705e8c9 feat: add operator mode 2022-12-13 20:16:57 +01:00