Ruben Fiszel
e76a9816ee
feat: remove res1 wrapping
2022-08-05 19:47:00 +02:00
Faton Ramadani
c62d708993
Fix flow preview + correct stylee ( #346 )
2022-08-05 19:02:14 +02:00
Ruben Fiszel
80e28dbba3
fix: improve flow viewer with retrieving hub script
2022-08-05 17:13:05 +02:00
Faton Ramadani
7b235bcc8e
Fix breadcrumb ( #344 )
...
* Add Toggl connect
* Fix Schedule args
* Fix breadcrumb
2022-08-05 14:19:00 +02:00
Faton Ramadani
350a25c837
fix(frontend): schedule args in flow ( #343 )
...
* Add Toggl connect
* Fix Schedule args
2022-08-05 13:16:49 +02:00
Faton Ramadani
b94895f24e
fix(frontend): add toggl connect ( #341 )
2022-08-05 11:54:15 +02:00
Faton Ramadani
c6c0837c9b
Check whether flow is defined before rendering the preview button ( #337 )
2022-08-05 09:11:55 +02:00
Ruben Fiszel
3cc9e8d172
fix flowstatusviewer and updating to in_progress much sooner
2022-08-05 01:38:33 +02:00
Ruben Fiszel
6b129b213b
fix flowstatusviewer and updating to in_progress much sooner
2022-08-05 00:46:10 +02:00
Ruben Fiszel
7c3704cad4
gif support + _value preview in object viewer
2022-08-04 23:45:27 +02:00
Faton Ramadani
721ab62ad9
Bug fix for whole flow preview ( #335 )
...
* Fix connect a ressource + preview on pull mode
* Remove code duplication
2022-08-04 21:31:07 +02:00
Faton Ramadani
0fbd5209fc
Fix previous results in Flow preview ( #332 )
2022-08-04 20:14:32 +02:00
Ruben Fiszel
afb831a8fb
fix no app integration for in connect app
2022-08-04 18:54:19 +02:00
Ruben Fiszel
0b17411ae3
tooltip for why python not supported for trigger scripts
2022-08-04 18:44:00 +02:00
Ruben Fiszel
a9a4b9b21d
fix(api): add discord webhook manual instructions
2022-08-04 17:49:13 +02:00
Faton Ramadani
615f69e935
feat(frontend): global flow preview ( #329 )
...
* Added flow preview
* Fix blue
* Disable preview button is not inputs are valid
* Fix layout top margin
2022-08-04 17:46:40 +02:00
Ruben Fiszel
6332910dd2
fix(backend): generalize oauth clients to take in extra params
2022-08-04 14:32:04 +02:00
Faton Ramadani
05324bd356
fix(frontend): Use the bracket notation when an identifier is not a valid JS expression ( #327 )
2022-08-04 10:13:03 +02:00
Ruben Fiszel
0e8552ba80
fix(frontend): add jpeg support
2022-08-04 01:22:48 +02:00
Faton Ramadani
07f5023bf8
Flow fix property picker ( #326 )
...
* Fix property picker
* Fix property picker
2022-08-04 00:28:46 +02:00
Faton Ramadani
2f0b128897
Flow: Input connect ( #325 )
...
* Fix EditorBar in the script editor
* Rework ArgInput
* Add a button to link a property
* Adapt style
* Clean up
* Clean up Toggle
* Clean up Toggleclear
* Fix editor
* Fix login test
* Fix login test
* Done
* Fix toggling issues
2022-08-03 19:51:58 +02:00
Ruben Fiszel
893ee941d7
fix: migrate to new style radio button
2022-08-02 17:30:12 +02:00
Ruben Fiszel
9daff2a228
feat: add primitive sql format ( #320 )
2022-08-02 16:55:20 +02:00
Faton Ramadani
f384ea98ab
Fix EditorBar in the script editor ( #299 )
...
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-08-01 16:53:01 +02:00
Faton Ramadani
6b30969ae5
improve Flow UI ( #297 )
...
* Improve flow ui
* Finish reworking
* Fix formating
* Fix naviation
* Fix navigaion + adjust icon sizes
* Remove duplicate code
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-08-01 15:07:29 +02:00
Ruben Fiszel
e2788a2003
fix loading flow from blank state
2022-08-01 13:36:09 +02:00
Ruben Fiszel
1bd026924b
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
c86abe6ae0
fix: refresh jobs result when hopping from flow to flow
2022-07-31 19:40:56 +02:00
Ruben Fiszel
6b61227481
fix: encoding state now supports unicode including emojis
2022-07-31 16:17:43 +02:00
Ruben Fiszel
19d15cf453
clean further the openapi InputTransform
2022-07-31 11:23:21 +02:00
Ruben Fiszel
85b67f1aea
urgent fix for frontend: flow -> newFlow
2022-07-31 10:22:30 +02:00
Ruben Fiszel
d6305e8c6b
change openflow encoding for more proper oneOf + fix all from svelte:check
2022-07-31 01:20:52 +02:00
sqwishy
e1d16860e4
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
93a18b2c4d
autoscroll + status viewer auto update
2022-07-30 00:02:03 +02:00
Ruben Fiszel
d1a3f7162f
fix init of static step inputs
2022-07-29 17:52:45 +02:00
Ruben Fiszel
32f8132b39
fix list rendering + (s)
2022-07-29 17:39:31 +02:00
Ruben Fiszel
4e3a02a8e4
fix: small bar mode and editor nits
2022-07-29 16:58:03 +02:00
Ruben Fiszel
22cb810913
no more infer button
2022-07-29 16:47:29 +02:00
Ruben Fiszel
50902366e5
connect an app under resource picker
2022-07-29 16:27:05 +02:00
Ruben Fiszel
dd4618b8bb
nit on connect an app under resources picker
2022-07-29 15:53:56 +02:00
Ruben Fiszel
9ee60fd86c
prop picker improvements
2022-07-29 15:40:42 +02:00
Ruben Fiszel
01bb107a0f
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
2cb6e6e702
feat: base64 support in schema editor
2022-07-29 11:40:28 +02:00
Ruben Fiszel
0faabdbc40
fix: update variable and resources now return error if nothing was updated
2022-07-29 11:07:59 +02:00
Ruben Fiszel
fa2af935f8
monaco-lsp fixes
2022-07-29 01:45:53 +02:00
Ruben Fiszel
1249ca1420
monaco-lsp fixes
2022-07-29 01:41:13 +02:00
Ruben Fiszel
5a0fc96f7b
editor fixes
2022-07-28 23:13:03 +02:00
Ruben Fiszel
9d131e6622
add publish to hub buttons
2022-07-28 20:11:55 +02:00
Ruben Fiszel
f0b76f2600
fix deno on javascript input transforms
2022-07-27 22:26:34 +02:00
Ruben Fiszel
f255cc253f
fix: monaco editor fixes
2022-07-27 21:07:38 +02:00