Ruben Fiszel
e60a1a51aa
fix(frontend): createInlineScript only create trigger script if step = 0
2022-07-17 18:48:36 +02:00
Ruben Fiszel
09236dd15c
fix(frontend): chrome columns-2 fix for pull/push
2022-07-17 18:46:13 +02:00
Ruben Fiszel
eeacad12ad
fix: flow UI back and forth pull/push fix
2022-07-17 18:40:21 +02:00
Ruben Fiszel
835cf49f55
fix: flow UI back and forth pull/push fix
2022-07-17 18:38:57 +02:00
Ruben Fiszel
36de76e8b3
fix: HubPicker pick from trigger scripts when relevant
2022-07-17 18:14:50 +02:00
Ruben Fiszel
738d429f2f
feat: trigger scripts and have flows being triggered by checking new external events regularly ( #200 )
...
* v1 trigger scripts
* progress
* stop early condition
* backend execution model
* progress
* progress
* progress
* works but todo: collect result, render forloop, convert forloopraw to seq for frontend
* collect result
* v1
* that's enough
* sed
2022-07-17 13:17:45 +02:00
Ruben Fiszel
080207318e
chore(main): release 1.19.3 ( #206 )
...
* chore(main): release 1.19.3
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-15 20:28:08 +02:00
Ruben Fiszel
518b36c265
fix(deno-client): do not create resource for createInternalPath
2022-07-15 20:26:49 +02:00
Ruben Fiszel
6b5a37691c
chore(main): release 1.19.2 ( #205 )
...
* chore(main): release 1.19.2
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-15 19:26:38 +02:00
Ruben Fiszel
fb17d77a9d
fix(deno-client): handle text/plain parse
2022-07-15 19:23:32 +02:00
sqwishy
b2808a1ab9
wrap array results from deno scripts in object ( #204 )
2022-07-15 19:11:56 +02:00
sqwishy
75ee922127
deno script args spread to array ( #203 )
...
smol issue where a deno script with parameters named `main` or `run`
will try to assign over imported main or the run function.
This uses the spread syntax to unpack the arguments and arrange them in
an array in argument order. Instead of making assignments to the scope.
2022-07-14 21:30:31 +02:00
Ruben Fiszel
f85bd8510e
chore(main): release 1.19.1 ( #202 )
...
* chore(main): release 1.19.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-14 19:54:49 +02:00
Ruben Fiszel
109e8e1280
fix(deno-client): handle text/plain serialize
2022-07-14 19:53:12 +02:00
Ruben Fiszel
d3cbe19c73
fix(backend): create resource would fail if is_oauth was not set
2022-07-14 19:48:14 +02:00
Ruben Fiszel
c692236b17
chore(main): release 1.19.0 ( #197 )
...
* chore(main): release 1.19.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-14 18:44:51 +02:00
sqwishy
45827e82dc
fix: write job arguments to file ( #199 )
...
Job arguments are serialized to JSON and then parsed by the Python/Deno
script. The current code tries to escape the JSON and include it as a
string in either of those languages. It doesn't quite work right and
there are some issues with escaping. This writes the JSON string to a
file and loads the file from those scripts instead.
2022-07-14 18:42:29 +02:00
Ruben Fiszel
43f1d6e1de
fix(frontend): add arbitrary scopes to connect an app
2022-07-14 14:40:06 +02:00
Faton Ramadani
022522a9eb
Fix initial input transform ( #198 )
2022-07-13 13:02:24 +02:00
Ruben Fiszel
87b4493272
feat: add DISABLE_NSJAIL mode
2022-07-13 12:33:37 +02:00
Ruben Fiszel
ac2a501d21
fix: add new ca-certificates folders for nsjail
2022-07-13 11:40:13 +02:00
Ruben Fiszel
e34dc93d31
chore(main): release 1.18.0 ( #174 )
...
* chore(main): release 1.18.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-13 11:34:07 +02:00
Faton Ramadani
6498c84a90
Refactor flow UI/UX + added fork and create script from inline script ( #175 )
...
* Refactor flow UI/UX + added fork and create script from inline script
* Prevent infinite loop when remove steps
* Fix forking a script from the Hub
* Fix viewing code of a script from the Hub
* Fix PR comments
* Fix code highlight
* Fix path
* Find next available path
* Fix copy first step schema
2022-07-13 11:29:43 +02:00
Ruben Fiszel
670e55b34b
feat: account part II, handle refresh tokens, clarify oauth UI ( #196 )
2022-07-13 10:35:08 +02:00
dependabot[bot]
4a1a2e5db8
chore(deps-dev): bump @tailwindcss/typography in /frontend ( #186 )
...
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography ) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/tailwindcss/typography/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindcss/typography/compare/v0.5.2...v0.5.3 )
---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
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-12 08:14:43 +00:00
Ruben Fiszel
c229c12c5f
chore(backend): update all deps
2022-07-12 10:10:47 +02:00
dependabot[bot]
a64bbd7f21
chore(deps-dev): bump @typescript-eslint/parser in /frontend ( #188 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.30.5 to 5.30.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.6/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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-12 10:01:46 +02:00
dependabot[bot]
ccd5ea93d6
chore(deps-dev): bump @playwright/test in /frontend ( #191 )
...
Bumps [@playwright/test](https://github.com/Microsoft/playwright ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/Microsoft/playwright/releases )
- [Commits](https://github.com/Microsoft/playwright/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
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-12 10:01:15 +02:00
dependabot[bot]
75182340f0
chore(deps-dev): bump tailwindcss from 3.1.4 to 3.1.6 in /frontend ( #192 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.4...v3.1.6 )
---
updated-dependencies:
- dependency-name: tailwindcss
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-11 23:12:58 +00:00
dependabot[bot]
bee69d5418
chore(deps-dev): bump @sveltejs/adapter-node in /frontend ( #189 )
...
Bumps [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node ) from 1.0.0-next.78 to 1.0.0-next.79.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/adapter-node/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@1.0.0-next.79/packages/adapter-node )
---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-node"
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-11 23:03:35 +00:00
dependabot[bot]
3f4b4db8ae
chore(deps-dev): bump svelte from 3.48.0 to 3.49.0 in /frontend ( #190 )
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0 )
---
updated-dependencies:
- dependency-name: svelte
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-11 22:57:01 +00:00
dependabot[bot]
b13fc704a8
chore(deps-dev): bump @typescript-eslint/eslint-plugin in /frontend ( #179 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.30.5 to 5.30.6.
- [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.30.6/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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-11 22:35:15 +00:00
dependabot[bot]
0c441df441
chore(deps): bump serde from 1.0.138 to 1.0.139 in /backend ( #180 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139 )
---
updated-dependencies:
- dependency-name: serde
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-12 00:04:51 +02:00
dependabot[bot]
d23478249c
chore(deps): bump deno_core from 0.141.0 to 0.142.0 in /backend ( #181 )
...
Bumps [deno_core](https://github.com/denoland/deno ) from 0.141.0 to 0.142.0.
- [Release notes](https://github.com/denoland/deno/releases )
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md )
- [Commits](https://github.com/denoland/deno/commits )
---
updated-dependencies:
- dependency-name: deno_core
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-12 00:04:21 +02:00
dependabot[bot]
78354aeb2d
chore(deps-dev): bump @sveltejs/adapter-static in /frontend ( #182 )
...
Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static ) from 1.0.0-next.34 to 1.0.0-next.35.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/adapter-static/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@1.0.0-next.35/packages/adapter-static )
---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-static"
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-12 00:03:39 +02:00
dependabot[bot]
473f842534
chore(deps): bump regex from 1.5.6 to 1.6.0 in /backend ( #183 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.6 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.6...1.6.0 )
---
updated-dependencies:
- dependency-name: regex
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-12 00:03:02 +02:00
dependabot[bot]
bfacd89c0b
chore(deps-dev): bump @types/vscode from 1.68.1 to 1.69.0 in /frontend ( #184 )
...
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode ) from 1.68.1 to 1.69.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode )
---
updated-dependencies:
- dependency-name: "@types/vscode"
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-12 00:02:26 +02:00
dependabot[bot]
4df4391257
chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.3.3 ( #176 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.1.1 to 1.3.3.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.1.1...v1.3.3 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
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-11 18:36:32 +00:00
Ruben Fiszel
77903c37b8
fix(frontend): fix path group refresh & create variable path reset
2022-07-08 16:52:06 +02:00
Ruben Fiszel
e986e05f5a
chore(main): release 1.17.1 ( #172 )
...
* chore(main): release 1.17.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-08 12:52:21 +02:00
Ruben Fiszel
8116980f51
fix(deno-client): fix stringify
2022-07-08 12:45:51 +02:00
Ruben Fiszel
2c8046d957
fix(frontend): fix sendRequest
2022-07-08 12:32:55 +02:00
Ruben Fiszel
1bc3b67882
fix(frontend): change lsp behavior
2022-07-08 11:12:25 +02:00
Ruben Fiszel
8c6f4ad4eb
fix(backend): set error content-type to text
2022-07-07 18:07:56 +02:00
Ruben Fiszel
864fdce8c5
fix(frontend): reload editor when language changes for in-flow editor
2022-07-07 17:19:10 +02:00
Ruben Fiszel
19d0519654
fix(frontend): sveltekit prerender enabled -> default
2022-07-07 17:10:40 +02:00
Ruben Fiszel
7fb18d93c5
fix(frontend): connect an app resource creation
2022-07-07 11:06:22 +02:00
Ruben Fiszel
93e2ee5a4d
fix(frontend): connect an app resource creation
2022-07-07 10:51:17 +02:00
Ruben Fiszel
0cbd222082
fix(frontend): current hash link
2022-07-07 09:10:02 +02:00
Ruben Fiszel
56bc9b666a
ci: publish lsp only on new releases
2022-07-06 00:29:46 +02:00