Commit Graph

5965 Commits

Author SHA1 Message Date
Ruben Fiszel
2fa7cf8e36 change details page style 2022-08-01 02:45:23 +02:00
Ruben Fiszel
d64045edaa edited at x days ago -> edited x days ago 2022-08-01 02:37:30 +02:00
Ruben Fiszel
d119797a34 fix: displaying which group you are a member of that gave you access to item 2022-08-01 02:30:07 +02:00
Ruben Fiszel
88c49eb286 fix: refresh jobs result when hopping from flow to flow 2022-07-31 19:40:56 +02:00
Ruben Fiszel
fcae2817eb fix: encoding state now supports unicode including emojis 2022-07-31 16:17:43 +02:00
Ruben Fiszel
f8171af6f0 clean further the openapi InputTransform 2022-07-31 11:23:21 +02:00
Ruben Fiszel
c846128fbb urgent fix for frontend: flow -> newFlow 2022-07-31 10:22:30 +02:00
Ruben Fiszel
2a0d70dcbc change openflow encoding for more proper oneOf + fix all from svelte:check 2022-07-31 01:20:52 +02:00
Ruben Fiszel
b914ccab1f privilege having a parent than a schedule 2022-07-30 01:17:12 +02:00
Ruben Fiszel
2eeacc6f57 job can be triggered by a schedule and from a flow 2022-07-30 01:14:41 +02:00
Ruben Fiszel
ae2aa7b8f8 more errors 2022-07-30 01:10:01 +02:00
sqwishy
9a632befdd job duration to ms & added to /api/w/*/users/list (#261)
* add jobs_duration to /api/w/*/users/list

A few improvements on this might be considered.

- Adding the duration to /whoami and /whois
- Optionally fetching duration conditional on a query parameter.
- Using the query parameter value to select how far back to look,
  `created_at > now() - $2 * '1 day'::interval`.

Subquery might not be optimal, but performance is a bit weird to test
right now as I haven't done much with my development database to get it
to resemble a typical (production) database.  And there aren't many
indexes currently either.

And I think my rust rustfmt doesn't run because unstable options in the
rustfmt.toml or something so the formatting might be a bit wonky.

* duration -> duration_ms for completed_job

sqlx reordered keys in sqlx-data.json so the diff is quite noisy. I'm
not sure if I did it wrong or if this tool is obnoxious that way.

* don't double count job duration in flows

* job_duration_ms to Usage duration_ms jobs flows

rustfmt got carried away sorry
2022-07-30 00:02:51 +02:00
Ruben Fiszel
f83fb6355d autoscroll + status viewer auto update 2022-07-30 00:02:03 +02:00
Ruben Fiszel
ec09257bfe fix init of static step inputs 2022-07-29 17:52:45 +02:00
Ruben Fiszel
f825712ca8 fix list rendering + (s) 2022-07-29 17:39:31 +02:00
Ruben Fiszel
e898d56b89 fix: small bar mode and editor nits 2022-07-29 16:58:03 +02:00
Ruben Fiszel
f80af22241 no more infer button 2022-07-29 16:47:29 +02:00
Ruben Fiszel
449b6866ec connect an app under resource picker 2022-07-29 16:27:05 +02:00
Ruben Fiszel
0d76e5d610 nit on connect an app under resources picker 2022-07-29 15:53:56 +02:00
Ruben Fiszel
7c628f08e6 prop picker improvements 2022-07-29 15:40:42 +02:00
Ruben Fiszel
bd9343c42c feat: resource type picker in schema modal + proper initialization of raw javascript editor when applicable 2022-07-29 14:13:44 +02:00
Ruben Fiszel
87bf8d55ce feat: base64 support in schema editor 2022-07-29 11:40:28 +02:00
Ruben Fiszel
771de0990a fix: update variable and resources now return error if nothing was updated 2022-07-29 11:07:59 +02:00
Ruben Fiszel
a28a93baf1 monaco-lsp fixes 2022-07-29 01:45:53 +02:00
Ruben Fiszel
0015d6c173 monaco-lsp fixes 2022-07-29 01:41:13 +02:00
Ruben Fiszel
900eb060bc editor fixes 2022-07-28 23:13:03 +02:00
Ruben Fiszel
02038955f8 small ui fix 2022-07-28 21:10:11 +02:00
Ruben Fiszel
0b8743af71 add publish to hub buttons 2022-07-28 20:11:55 +02:00
Ruben Fiszel
70e0452aa8 fix deno on javascript input transforms 2022-07-27 22:26:34 +02:00
Ruben Fiszel
0603a45fca fix: monaco editor fixes 2022-07-27 21:07:38 +02:00
Ruben Fiszel
c95da3a29d feat: skip failures loop (#258)
* wip: forloop skip failures -- very first pass

* last iteration fix + barebone UI integration

Co-authored-by: sqwishy <somebody@froghat.ca>
2022-07-27 12:40:08 +02:00
Ruben Fiszel
07fac175a0 feat: add schedule settable from pull flows 2022-07-27 12:18:02 +02:00
Ruben Fiszel
9295d69666 fix checkboxes 2022-07-26 19:42:11 +02:00
Ruben Fiszel
cc77e07a75 convert from dynamic expr to raw 2022-07-26 19:34:59 +02:00
Ruben Fiszel
7ce816682d align language on OpenFlow 2022-07-26 19:15:34 +02:00
Ruben Fiszel
f1f1d41781 fix: import from JSON load schemas 2022-07-26 19:13:20 +02:00
Ruben Fiszel
7476021d2f fix: audit logs 2022-07-26 18:49:27 +02:00
Ruben Fiszel
231ff43aff fix: multiple UI fixes 2022-07-26 18:25:34 +02:00
Ruben Fiszel
767c0a9acf fix: multiple UI fixes 2022-07-26 17:28:36 +02:00
Ruben Fiszel
326a97a96e primary schedule in flow UI wip 2022-07-26 16:21:41 +02:00
Ruben Fiszel
668ca4d9b1 feat: prop picker functional for pull flows 2022-07-26 12:45:00 +02:00
Faton Ramadani
17dfd558d5 feat: Add flow input and current step in the prop picker (#236)
* Add flow input and current step in the prop picker

* Fix step + correctly bind pickableProperties

* Correctly make pickable properties + use popper to fix display issues

* styling

* Remove debugger

* Simplify how search works by removing one store

* preview

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-07-26 11:51:45 +02:00
Ruben Fiszel
4980be315c monaco-lsp downgrade + google-refresh fix + backend update 2022-07-25 22:53:08 +02:00
Ruben Fiszel
9da71834dc fix(frontend): badge google logo for login 2022-07-25 21:19:57 +02:00
Ruben Fiszel
faab4b7c42 feat: add google login v1 2022-07-25 21:15:46 +02:00
Ruben Fiszel
5023e0b539 fix(frontend): badge needs a little right margin 2022-07-25 20:40:35 +02:00
Ruben Fiszel
07c7982bfb fix(frontend): display number field in flows 2022-07-25 20:35:21 +02:00
Ruben Fiszel
89cdc26ecb fix(frontend): fork script from hub 2022-07-25 20:21:27 +02:00
Ruben Fiszel
f378f77f37 more icons for resource types 2022-07-25 16:02:32 +02:00
Ruben Fiszel
c5926d09dc feat(frontend): title everywhere 2022-07-25 10:46:27 +02:00