Ruben Fiszel
|
d14578fb65
|
fix cli.svelte
|
2022-11-29 19:24:41 +01:00 |
|
Kai Jellinghaus
|
1b39f92cee
|
feat(cli): Login via Frontend (#956)
* CLI login page
* Add Success Page
* Change redirect on decline
* Center & Size Loading Windmill Icon
* Fix goto debug
* fix spinner
* Workspace from URL
* Handle login --token & --workspace
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2022-11-29 16:01:53 +01:00 |
|
Marty S
|
0a73faabd2
|
Remove postgres wording from mysql resource (#964)
|
2022-11-29 16:00:38 +01:00 |
|
Ruben Fiszel
|
ea96fcfa7d
|
quicker log feedback on resolving dependencies
|
2022-11-28 23:57:02 +01:00 |
|
Ruben Fiszel
|
cecc5a9d73
|
fix(backend): support PIP_INDEX_URL
|
2022-11-28 23:48:42 +01:00 |
|
Ruben Fiszel
|
6d037f92d1
|
fix(backend): support PIP_INDEX_URL
|
2022-11-28 23:12:05 +01:00 |
|
Ruben Fiszel
|
b93a54c279
|
feat(python): add support for parsing resource type in python
|
2022-11-28 21:47:25 +01:00 |
|
Ruben Fiszel
|
07bbccbf83
|
fix editor popover for apps
|
2022-11-28 20:58:30 +01:00 |
|
Jakub Kołodziejczak
|
679d4162d3
|
chore(frontend): (opinionated) description improvement (#965)
|
2022-11-28 20:42:40 +01:00 |
|
Jakub Kołodziejczak
|
d85f322a39
|
fix(frontend): psql demo expects integers as a key (#958)
|
2022-11-28 19:33:49 +01:00 |
|
dependabot[bot]
|
8fdc1d122b
|
chore(deps-dev): bump @typescript-eslint/eslint-plugin in /frontend (#961)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.1 to 5.45.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.45.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-28 18:24:09 +00:00 |
|
dependabot[bot]
|
2d0bc69715
|
chore(deps-dev): bump eslint from 8.26.0 to 8.28.0 in /frontend (#962)
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.28.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-28 18:15:08 +00:00 |
|
dependabot[bot]
|
2e798f51fb
|
chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 in /frontend (#960)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-28 18:13:57 +00:00 |
|
dependabot[bot]
|
0979d44f37
|
chore(deps-dev): bump @types/vscode from 1.73.0 to 1.73.1 in /frontend (#959)
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.73.0 to 1.73.1.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-28 18:13:30 +00:00 |
|
Ruben Fiszel
|
385382fcad
|
increase failure loglines capture
|
2022-11-28 17:52:32 +01:00 |
|
Ruben Fiszel
|
9724fe7c16
|
remove mailchimp from oauth native support
|
2022-11-28 17:32:47 +01:00 |
|
Ruben Fiszel
|
36274ff019
|
add mailchimp to oauth
|
2022-11-28 15:25:08 +01:00 |
|
Kai Jellinghaus
|
48ab8df68e
|
Resource Type Push (#955)
|
2022-11-28 14:15:17 +01:00 |
|
Faton Ramadani
|
ef7eff397a
|
App editor preview (#954)
* fix(frontend): Fix refresh button
* fix(frontend): remove preview border
|
2022-11-28 11:49:47 +01:00 |
|
Faton Ramadani
|
d7bf6f06d8
|
fix(frontend): Fix pie animation + actions wrap (#953)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2022-11-28 11:31:17 +01:00 |
|
Ruben Fiszel
|
1e5e173173
|
fix script detail page
|
2022-11-28 11:29:16 +01:00 |
|
Ruben Fiszel
|
de2f3e119b
|
feat: overhaul scripts and flows page
|
2022-11-28 11:18:32 +01:00 |
|
Ruben Fiszel
|
66ff51ae5f
|
feat: overhaul scripts and flows page
|
2022-11-28 11:16:10 +01:00 |
|
Faton Ramadani
|
fa2ae6d8fc
|
feat(frontend): rework script detail (#952)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2022-11-28 10:19:49 +01:00 |
|
Ruben Fiszel
|
ffa74a3d30
|
fix frontend errors
|
2022-11-27 21:29:13 +01:00 |
|
Ruben Fiszel
|
4ef76c20bb
|
iteration 1 on the hub script picker
|
2022-11-27 19:58:48 +01:00 |
|
Ruben Fiszel
|
ff14534e90
|
ensure we always load the secret value in the variable editor
|
2022-11-27 19:05:35 +01:00 |
|
Faton Ramadani
|
cd98c92917
|
feat(frontend): Add actions to tables (#951)
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): Sub runnable
* fix(frontend): revert changes
* fix(frontend): fix build
|
2022-11-27 17:47:19 +01:00 |
|
Ruben Fiszel
|
b0a8cea077
|
ensure we always load the secret value in the variable editor
|
2022-11-27 17:45:11 +01:00 |
|
dependabot[bot]
|
891e11fe13
|
chore(deps-dev): bump prettier-plugin-svelte in /frontend (#926)
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/sveltejs/prettier-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)
---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-27 16:36:09 +00:00 |
|
Ruben Fiszel
|
7c3126efc0
|
feat: refactor variable + resource linkage + OAuth visibility
|
2022-11-27 17:26:37 +01:00 |
|
Ruben Fiszel
|
f1446cd93e
|
fix cloudflare pages hostname redirection
|
2022-11-27 14:17:09 +01:00 |
|
Ruben Fiszel
|
f1725c7eb9
|
more visibility on OAuth errors Vol 1
|
2022-11-27 14:00:55 +01:00 |
|
Ruben Fiszel
|
5b618ec1d0
|
feat(frontend): flow status viewer include a graph
|
2022-11-27 09:49:16 +01:00 |
|
Ruben Fiszel
|
dc6bcae03d
|
fix flowmodule splitpane size
|
2022-11-27 02:04:07 +01:00 |
|
Ruben Fiszel
|
d04d081369
|
allow admins to override the c_ prefix
|
2022-11-27 01:17:07 +01:00 |
|
Ruben Fiszel
|
3153ec481f
|
fix deno_flow_same_worker test
|
2022-11-27 00:50:09 +01:00 |
|
Ruben Fiszel
|
c959f77b9e
|
chore(main): release 1.51.0 (#930)
* chore(main): release 1.51.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2022-11-27 00:41:29 +01:00 |
|
github-actions[bot]
|
087c43ad09
|
sync hub items with community (#949)
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2022-11-27 00:40:54 +01:00 |
|
Ruben Fiszel
|
b0ccbe22ee
|
UX improvements
|
2022-11-27 00:07:44 +01:00 |
|
Ruben Fiszel
|
2585fff8da
|
increase description length for resource types
|
2022-11-26 23:10:46 +01:00 |
|
Ruben Fiszel
|
2dad606422
|
UX improvements
|
2022-11-26 23:09:21 +01:00 |
|
Ruben Fiszel
|
9d80a46297
|
fix(deno-client): pg 0.16.1 -> 0.17.0
|
2022-11-26 20:51:59 +01:00 |
|
Ruben Fiszel
|
ce3f2cc71f
|
pg migration
|
2022-11-26 19:39:37 +01:00 |
|
Ruben Fiszel
|
3f728b35ea
|
fix no color without nsjail
|
2022-11-26 19:06:36 +01:00 |
|
Ruben Fiszel
|
010185df04
|
fix same_worker/shared to work with and without nsjail
|
2022-11-26 19:02:49 +01:00 |
|
Ruben Fiszel
|
f329b495c4
|
use caching for dockerfile
|
2022-11-26 17:17:10 +01:00 |
|
Ruben Fiszel
|
55f25645e7
|
fix adding nsjail based on arg
|
2022-11-26 17:13:14 +01:00 |
|
Ruben Fiszel
|
be8673b2e3
|
fix adding nsjail based on arg
|
2022-11-26 16:52:25 +01:00 |
|
Ruben Fiszel
|
26aa27452e
|
fix overflow for dropdown on resources
|
2022-11-26 16:47:01 +01:00 |
|