Ruben Fiszel
8c41100402
chore(deps): update backend dependencies
2022-07-19 10:08:02 +02:00
Ruben Fiszel
7d39f81b82
chore(main): release 1.21.0 ( #215 )
...
* chore(main): release 1.21.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-19 06:01:18 +02:00
Ruben Fiszel
6939f9d76b
fix: list with is_skipped + deno-client fix
2022-07-19 05:59:12 +02:00
Ruben Fiszel
98a5959fcc
fix(backend): clear env variables before running script
2022-07-19 05:51:19 +02:00
dependabot[bot]
e8a6a05ef5
chore(deps): bump tokio from 1.19.2 to 1.20.0 in /backend ( #222 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0 )
---
updated-dependencies:
- dependency-name: tokio
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-18 18:45:00 +00:00
dependabot[bot]
2b5fd19b55
chore(deps): bump deno_core from 0.142.0 to 0.143.0 in /backend ( #219 )
...
Bumps [deno_core](https://github.com/denoland/deno ) from 0.142.0 to 0.143.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-18 18:35:46 +00:00
Ruben Fiszel
ca66d33a42
fix: consistent exists/{resource} addition + usage in frontend
2022-07-18 17:21:34 +02:00
Ruben Fiszel
6ef3754759
feat: add run_wait_result to mimic lambda ability
2022-07-18 00:45:05 +02:00
Ruben Fiszel
7769510ea0
chore(main): release 1.20.0 ( #207 )
...
* chore(main): release 1.20.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-17 18:53:18 +02:00
Ruben Fiszel
7e846c32a6
fix: HubPicker pick from trigger scripts when relevant
2022-07-17 18:14:50 +02:00
Ruben Fiszel
af23b30c37
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
8338bf337c
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
c624460c4b
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
sqwishy
636bed8f8f
wrap array results from deno scripts in object ( #204 )
2022-07-15 19:11:56 +02:00
sqwishy
af9dec7bf4
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
3a25ed24ce
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
cd621a6285
fix(backend): create resource would fail if is_oauth was not set
2022-07-14 19:48:14 +02:00
Ruben Fiszel
fb2b8e7353
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
9a6db758c1
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
19435851de
feat: add DISABLE_NSJAIL mode
2022-07-13 12:33:37 +02:00
Ruben Fiszel
29d048c485
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
Ruben Fiszel
8403fbbc02
feat: account part II, handle refresh tokens, clarify oauth UI ( #196 )
2022-07-13 10:35:08 +02:00
Ruben Fiszel
2fd062a50a
chore(backend): update all deps
2022-07-12 10:10:47 +02:00
dependabot[bot]
d1bf1f3981
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]
1acf93ede5
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]
48a02d2809
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
Ruben Fiszel
2009bc43a8
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
cf2dfd7fe7
fix(backend): set error content-type to text
2022-07-07 18:07:56 +02:00
Ruben Fiszel
d3904fd3eb
fix: remove unnecessary v8 snapshot
2022-07-06 00:22:37 +02:00
Ruben Fiszel
5fbaa5ed2b
chore(main): release 1.17.0 ( #171 )
...
* chore(main): release 1.17.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-05 11:43:50 +02:00
Ruben Fiszel
330b373c24
feat: in-flow editor mvp
2022-07-05 11:26:13 +02:00
Ruben Fiszel
f93a5d6f99
chore(main): release 1.16.1 ( #167 )
...
* chore(main): release 1.16.1
* Apply automatic changes
* Update CHANGELOG.md
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-05 02:03:14 +02:00
Ruben Fiszel
1dcba67a1f
fix: oauth logins used incorrect scope
2022-07-04 22:57:04 +02:00
Ruben Fiszel
d092c622c4
fix: trace errors body
2022-07-04 22:14:46 +02:00
Ruben Fiszel
43cc952a15
fix: trace errors body
2022-07-04 07:58:51 +02:00
Ruben Fiszel
3b22a92947
fix: bump all backend deps by breaking cycling through not using oauth2
2022-07-03 09:21:48 +02:00
Ruben Fiszel
dd36505f44
chore(deps): backend bump
2022-07-03 01:00:46 +02:00
Ruben Fiszel
6c4d1ea350
chore(main): release 1.16.0 ( #157 )
...
* chore(main): release 1.16.0
* Apply automatic changes
* Update CHANGELOG.md
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-03 00:29:08 +02:00
Ruben Fiszel
d4e7c9e171
fix: add gitlab to connects
2022-07-02 21:06:40 +02:00
Ruben Fiszel
3636866dda
feat: OAuth "Connect an App" ( #155 )
2022-07-02 21:04:41 +02:00
dependabot[bot]
1ecbea8ad0
chore(deps): bump time from 0.3.9 to 0.3.11 in /backend ( #126 )
...
Bumps [time](https://github.com/time-rs/time ) from 0.3.9 to 0.3.11.
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.9...v0.3.11 )
---
updated-dependencies:
- dependency-name: time
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-02 19:23:45 +02:00
Ruben Fiszel
7bde7a4680
chore(main): release 1.15.1 ( #147 )
...
* chore(main): release 1.15.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-29 20:53:21 +02:00
Ruben Fiszel
b91fe85b7b
chore(main): release 1.15.0 ( #144 )
...
* chore(main): release 1.15.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-29 18:47:33 +02:00
Ruben Fiszel
8fbb42e65e
chore(main): release 1.14.6 ( #143 )
...
* chore(main): release 1.14.6
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-28 00:49:42 +02:00
Ruben Fiszel
b9ddc7e6c8
chore(main): release 1.14.5 ( #142 )
...
* chore(main): release 1.14.5
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-27 23:19:24 +02:00
Ruben Fiszel
880d98ca92
chore(main): release 1.14.4 ( #141 )
...
* chore(main): release 1.14.4
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-27 23:13:28 +02:00
Ruben Fiszel
9decbaf7a1
chore(main): release 1.14.3 ( #140 )
...
* chore(main): release 1.14.3
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-27 22:57:37 +02:00
Ruben Fiszel
315e2c7417
chore(main): release 1.14.2 ( #139 )
...
* chore(main): release 1.14.2
* Apply automatic changes
* Update CHANGELOG.md
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-27 22:45:45 +02:00
Ruben Fiszel
8c5eb4de17
chore(main): release 1.14.0 ( #128 )
...
* chore(main): release 1.14.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-06-27 21:55:54 +02:00
Ruben Fiszel
dcdb989adb
feat: internal state for script triggers mvp
2022-06-27 21:51:23 +02:00