Oliver Veal
92a293488e
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
Kai Jellinghaus
d45e6c94ab
feat(backend): Redis based queue ( #1324 )
...
* Merge?
* Fix V8 breaking change
* WIP
* WIP
* Cleanup
* Move to git reference
* Fix Merge conflict
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-11 12:24:13 +02:00
Ruben Fiszel
72c8d3921d
improve metrics
2023-04-10 11:53:32 +02:00
Ruben Fiszel
3097510550
only register prometheus metrics if they are enabled
2023-04-09 15:39:25 +02:00
Ruben Fiszel
facb67093c
feat(python): cache dependency resolution
2023-04-08 23:25:46 +02:00
Oliver Veal
17176bb8d1
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
94eecea02b
feat(backend): add /ready endpoint for workers
2023-04-05 10:34:25 +02:00
Ruben Fiszel
2e7871439a
consistent sort + minor nits
2023-03-30 17:27:21 +02:00
Ruben Fiszel
fbe5c18da0
feat: add force cancel
2023-03-30 00:42:13 +02:00
Ruben Fiszel
70a7089352
make superadmin_email permission be inherited by ephemeral tokens
2023-03-24 13:22:56 +01:00
Ruben Fiszel
ce323709a9
fix(cli): many small fixes
2023-03-11 20:16:56 +01:00
Ruben Fiszel
58300eb6ac
introduce root_job and leaf_jobs for efficient result_by_id
2023-03-03 12:44:44 +01:00
Ruben Fiszel
0085b46c1e
fix(cli): add --fail-conflicts to ci push
2023-02-22 21:00:48 +01:00
Ruben Fiszel
441f087d42
remove references to starter workspace'
2023-02-22 13:56:24 +01:00
Ruben Fiszel
c0b87cc7d7
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
8ad2344ec6
improve cancel approval error message
2023-01-24 12:11:39 +01:00
Ruben Fiszel
d85f550611
handle empty flow module input transforms
2023-01-19 12:22:37 +01:00
Ruben Fiszel
d708b6faa5
fix permissioned_as from username
2023-01-17 12:49:24 +01:00
Ruben Fiszel
acff87a09f
all
2023-01-17 08:09:46 +01:00
Ruben Fiszel
0f26a3b111
playwright against uffizzi ( #1109 )
...
* all
* fix perms
* move build to depot
* login
* revert to docker build
* revert to docker build
* fix playwright
2023-01-16 18:01:45 +01:00
Ruben Fiszel
c0df9a5e20
update axum
2023-01-11 08:19:20 +01:00
Ruben Fiszel
39e2bf39e9
make app public page not require login at all
2023-01-02 13:02:45 +01:00
Kai Jellinghaus
3b8356cf9a
Allow RUST_LOG_STYLE ( #1036 )
2022-12-20 16:19:18 +01:00
Ruben Fiszel
876e140626
change the default number of connections to 3 for workers
2022-12-19 18:59:46 +01:00
Ruben Fiszel
43732d2fb5
require ownership to move items && automatically edit schedule paths
2022-12-18 18:45:32 +01:00
Ruben Fiszel
fd871093f0
feat: implement usage tracker + quotas
2022-12-11 18:47:39 +01:00
Ruben Fiszel
0d421f1506
display account without refresh tokens as non refreshed
2022-12-09 20:17:39 +01:00
Ruben Fiszel
8bcf4952a2
display errors much better in the error handler
2022-12-08 11:07:44 +01:00
Ruben Fiszel
8c1c508358
feat: implement flow as a flow step
2022-12-06 23:38:06 +01:00
Ruben Fiszel
9a029f46af
fix flowmodule_serde test
2022-12-06 17:48:56 +01:00
Ruben Fiszel
799fa925b3
feat: add lockable version to scripts inside flows ( #972 )
...
* add it to openflow
* push
* push
* final
2022-12-06 13:11:11 +01:00
Kai Jellinghaus
1bac23785c
fix(cli): Fix cli pull push ( #985 )
...
* Fix workspace tar
* Ignore dotfolders
2022-12-04 13:24:31 +01:00
Ruben Fiszel
c55fae54dd
feat: refactor favorite menu
2022-12-04 13:23:29 +01:00
Kai Jellinghaus
d3a171c283
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
f3f694e925
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
37967a7950
feat: refactor variable + resource linkage + OAuth visibility
2022-11-27 17:26:37 +01:00
Ruben Fiszel
346a7f3f47
more visibility on OAuth errors Vol 1
2022-11-27 14:00:55 +01:00
Ruben Fiszel
e33bd1e6b2
fix(go-client): support setVariable, setResource, setState, getState
2022-11-19 16:54:12 +01:00
Kai Jellinghaus
47c9ff1edc
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
40183ce4e4
feat: deprecate previous_result in favor of results per id
2022-11-10 01:58:52 +01:00
Ruben Fiszel
3c09275960
feat: support bash as 4th language ( #865 )
...
* bash support
* bash backend working
* frontend part
* bash backend working
2022-11-06 23:48:18 +01:00
Ruben Fiszel
14c296dbb8
fix: implement require admin differently than unauthorized
2022-11-02 12:18:44 +01:00
Ruben Fiszel
b830dffc20
remove tokio-console
2022-11-02 12:04:35 +01:00
Ruben Fiszel
39937e6a83
feat(backend): add parallel option for forloop and branchall ( #840 )
...
* parallel
* parallel
* fix 1
* fix 2
* fix 3
* fix 3
* fix 4
* sqlx
* add parallel toggle on frontend
* parallel in frontend
* serde
* fix everything
* fix everything
2022-11-01 06:09:00 +01:00
Ruben Fiszel
c1168a4903
UX nits
2022-10-31 12:46:07 +01:00
Ruben Fiszel
fe61f23d6a
handle errors prior to first step better
2022-10-30 19:03:22 +01:00
Ruben Fiszel
12026318b5
fix full hub script
2022-10-30 17:01:12 +01:00
Ruben Fiszel
4bd74ad723
fix(backend): fix error handler progress update
2022-10-30 13:47:28 +01:00
Ruben Fiszel
2e8211d41f
revert switching metrics to tiny-http
2022-10-30 01:55:44 +02:00
Kai Jellinghaus
0034129a30
restructure the entire backend layout using workspaces ( #815 )
2022-10-29 11:58:06 +02:00