Ruben Fiszel
2b712e6ce5
feat: add run_wait_result to mimic lambda ability
2022-07-18 00:45:05 +02:00
Ruben Fiszel
3d356456c0
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
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
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
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
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
87b4493272
feat: add DISABLE_NSJAIL mode
2022-07-13 12:33:37 +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
Ruben Fiszel
670e55b34b
feat: account part II, handle refresh tokens, clarify oauth UI ( #196 )
2022-07-13 10:35:08 +02:00
Ruben Fiszel
c229c12c5f
chore(backend): update all deps
2022-07-12 10:10:47 +02: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]
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
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
8c6f4ad4eb
fix(backend): set error content-type to text
2022-07-07 18:07:56 +02:00
Ruben Fiszel
064144199c
fix: remove unnecessary v8 snapshot
2022-07-06 00:22:37 +02:00
Ruben Fiszel
9b40c7328c
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
c2e9ef1ca0
feat: in-flow editor mvp
2022-07-05 11:26:13 +02:00
Ruben Fiszel
e9897d2540
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
a9dd7cac55
fix: oauth logins used incorrect scope
2022-07-04 22:57:04 +02:00
Ruben Fiszel
2e96c79179
fix: trace errors body
2022-07-04 22:14:46 +02:00
Ruben Fiszel
01db9f75fb
fix: trace errors body
2022-07-04 07:58:51 +02:00
Ruben Fiszel
dd1d7c4c72
fix: bump all backend deps by breaking cycling through not using oauth2
2022-07-03 09:21:48 +02:00
Ruben Fiszel
e2db2ef2d6
chore(deps): backend bump
2022-07-03 01:00:46 +02:00
Ruben Fiszel
81c789d3a3
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
4a0e68a049
fix: add gitlab to connects
2022-07-02 21:06:40 +02:00
Ruben Fiszel
60d48708f6
feat: OAuth "Connect an App" ( #155 )
2022-07-02 21:04:41 +02:00
dependabot[bot]
660896f9d8
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
a354af62ce
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
9c669a1b39
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
8795092244
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
6bd96ed509
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
177780454a
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
6ffc9a9972
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
644190c9b8
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
524ee4dfcf
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
ab7a09cb62
feat: internal state for script triggers mvp
2022-06-27 21:51:23 +02:00
Ruben Fiszel
d7bd6d213e
pass email to script hub fetching
2022-06-25 21:42:28 +02:00
Ruben Fiszel
c7cd6b59bd
fix: deno exit after result logging
2022-06-24 21:57:55 +02:00
Ruben Fiszel
37c145811d
grant workspace read
2022-06-24 20:18:22 +02:00
Ruben Fiszel
430179fe58
sqlx fix
2022-06-24 19:32:38 +02:00
Ruben Fiszel
b9118d4ad3
feat: deno run with --unstable
2022-06-24 19:22:17 +02:00
Ruben Fiszel
c22f0f2740
remove quotas for premium workspaces
2022-06-24 19:20:27 +02:00
Ruben Fiszel
5bcb9f1db7
fix: change default per page to 100
2022-06-23 21:16:17 +02:00