Ruben Fiszel
9afc38e610
job can be triggered by a schedule and from a flow
2022-07-30 01:14:41 +02:00
Ruben Fiszel
ee08b2b352
more errors
2022-07-30 01:10:01 +02:00
Ruben Fiszel and rubenfiszel
3ad02f294f
chore(main): release 1.26.0 ( #264 )
...
* chore(main): release 1.26.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-30 00:08:16 +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 and rubenfiszel
d2347dd5b9
chore(main): release 1.25.0 ( #263 )
...
* chore(main): release 1.25.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-29 11:44:03 +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 and rubenfiszel
6fca7859ab
chore(main): release 1.24.2 ( #260 )
...
* chore(main): release 1.24.2
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-29 00:55:47 +02:00
Ruben Fiszel
5a0fc96f7b
editor fixes
2022-07-28 23:13:03 +02:00
Ruben Fiszel
a1d1c1bed7
small ui fix
2022-07-28 21:10:11 +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
Ruben Fiszel and rubenfiszel
b33515c80a
chore(main): release 1.24.1 ( #259 )
...
* chore(main): release 1.24.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-27 15:50:18 +02:00
Ruben Fiszel and rubenfiszel
c8a442eefe
chore(main): release 1.24.0 ( #238 )
...
* chore(main): release 1.24.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-27 12:41:35 +02:00
Ruben Fiszel and sqwishy
de3fe69908
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
caecbfd0d9
feat: add schedule settable from pull flows
2022-07-27 12:18:02 +02:00
Ruben Fiszel
e85c60ffa3
fix checkboxes
2022-07-26 19:42:11 +02:00
Ruben Fiszel
3b31aec36d
convert from dynamic expr to raw
2022-07-26 19:34:59 +02:00
Ruben Fiszel
6027b7e687
align language on OpenFlow
2022-07-26 19:15:34 +02:00
Ruben Fiszel
88dd7b0abb
fix: import from JSON load schemas
2022-07-26 19:13:20 +02:00
Ruben Fiszel
ca4bed34a6
fix: audit logs
2022-07-26 18:49:27 +02:00
Ruben Fiszel
a334029787
fix: multiple UI fixes
2022-07-26 18:25:34 +02:00
Ruben Fiszel
904f0f3e69
fix: multiple UI fixes
2022-07-26 17:28:36 +02:00
Ruben Fiszel
85b8399fe5
primary schedule in flow UI wip
2022-07-26 16:21:41 +02:00
Ruben Fiszel
010acfe7e3
feat: prop picker functional for pull flows
2022-07-26 12:45:00 +02:00
Faton Ramadani and Ruben Fiszel
6fbeeae84a
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
2c02442b39
monaco-lsp downgrade + google-refresh fix + backend update
2022-07-25 22:53:08 +02:00
dependabot[bot]
a926eeb076
chore(deps): bump monaco-languageclient from 2.0.2 to 2.1.0 in /frontend ( #255 )
...
Bumps [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/client ) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/TypeFox/monaco-languageclient/releases )
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/client/CHANGELOG.md )
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/mlc-v2.1.0/packages/client )
---
updated-dependencies:
- dependency-name: monaco-languageclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:56:42 +00:00
dependabot[bot]
19f5c61692
chore(deps): bump vscode-ws-jsonrpc from 1.0.1 to 1.0.2 in /frontend ( #251 )
...
Bumps [vscode-ws-jsonrpc](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/vscode-ws-jsonrpc ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/TypeFox/monaco-languageclient/releases )
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/vscode-ws-jsonrpc/CHANGELOG.md )
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/vwj-v1.0.2/packages/vscode-ws-jsonrpc )
---
updated-dependencies:
- dependency-name: vscode-ws-jsonrpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:30:39 +00:00
dependabot[bot]
8315cdfe9c
chore(deps-dev): bump @sveltejs/kit in /frontend ( #254 )
...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ) from 1.0.0-next.384 to 1.0.0-next.393.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.0.0-next.393/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:27:25 +00:00
Ruben Fiszel
cfec7a97b8
fix(frontend): badge google logo for login
2022-07-25 21:19:57 +02:00
Ruben Fiszel
fc918a24cc
feat: add google login v1
2022-07-25 21:15:46 +02:00
dependabot[bot]
89cb7805b9
chore(deps-dev): bump @typescript-eslint/eslint-plugin in /frontend ( #249 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.30.7 to 5.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:11:27 +00:00
dependabot[bot]
ee50f3ab1d
chore(deps): bump @fortawesome/free-brands-svg-icons in /frontend ( #243 )
...
Bumps [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.1.1...6.1.2 )
---
updated-dependencies:
- dependency-name: "@fortawesome/free-brands-svg-icons"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:03:16 +00:00
dependabot[bot]
9bc142840f
chore(deps-dev): bump svelte2tsx from 0.5.11 to 0.5.12 in /frontend ( #250 )
...
Bumps [svelte2tsx](https://github.com/sveltejs/language-tools ) from 0.5.11 to 0.5.12.
- [Release notes](https://github.com/sveltejs/language-tools/releases )
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.11...svelte2tsx-0.5.12 )
---
updated-dependencies:
- dependency-name: svelte2tsx
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 18:58:48 +00:00
dependabot[bot]
af482f19e2
chore(deps-dev): bump @playwright/test in /frontend ( #246 )
...
Bumps [@playwright/test](https://github.com/Microsoft/playwright ) from 1.23.4 to 1.24.0.
- [Release notes](https://github.com/Microsoft/playwright/releases )
- [Commits](https://github.com/Microsoft/playwright/compare/v1.23.4...v1.24.0 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 18:52:50 +00:00
Ruben Fiszel
c846ed76c4
fix(frontend): badge needs a little right margin
2022-07-25 20:40:35 +02:00
Ruben Fiszel
a23289563d
fix(frontend): display number field in flows
2022-07-25 20:35:21 +02:00