Ruben Fiszel
0b4da1a97c
minor schedule nits
2023-04-05 19:21:13 +02:00
Ruben Fiszel
f6d14f7fc3
minor schedule nits
2023-04-05 19:16:00 +02:00
Ruben Fiszel
449e7de71a
fix search outputs in apps with null object
2023-04-05 18:53:57 +02:00
Ruben Fiszel
95ed99a1d2
fix search outputs in apps with null object
2023-04-05 18:52:41 +02:00
Ruben Fiszel
8c72722710
fix(backend): inline script app python fix
2023-04-05 18:26:27 +02:00
Oliver Veal
17176bb8d1
feat: improved cron/schedule editor ( #1362 )
...
* basic cron schedule editing ui
* schedules run in a user-specified timezone
* fix other uses of CronInput component
* use now() from database to schedule next job
* offset -> IANA timezone conversion on db migration
* sqlx ci
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-05 16:37:24 +02:00
Ruben Fiszel
4fb7468cf3
do no keep tar around and move it from the tmp folder
2023-04-05 15:02:37 +02:00
Faton Ramadani
51fc436456
fix(frontend): Fix flow templateEditor ( #1367 )
2023-04-05 13:06:56 +02:00
Ruben Fiszel
7f9050b285
feat(backend): lowercase all emails in relevant endpoints ( #1361 )
...
* all
* also modify invite_user
2023-04-05 11:36:17 +02:00
Ruben Fiszel
94eecea02b
feat(backend): add /ready endpoint for workers
2023-04-05 10:34:25 +02:00
jneeee
4ec035b09a
fix: no need to map internal ports to hosts ( #1365 )
2023-04-05 08:01:43 +02:00
Ruben Fiszel
922682c4d0
initialize cache if from tar
2023-04-04 16:31:47 +02:00
Faton Ramadani
831ff60bdf
App input ( #1353 )
...
* feat(frontend): record frontend errors
* feat(frontend): display result
* feat(frontend): Fix name shadowing
* feat(frontend): fix typo
* fix(frontend): better display frontend errors
* fix(frontend): wip
* wip
* feat(frontend): text input
* feat(frontend): enable double click to open + disabled mode when input is computed or connected
* feat(frontend): fix monaco setCode
* feat(frontend): revert package.json changes
* feat(frontend): fix syncing issues
* feat(frontend): adapt style
* feat(frontend): fix event propagation
2023-04-04 16:00:50 +02:00
Ruben Fiszel
b86ca29fde
fix polar handling
2023-04-04 14:25:27 +02:00
Ruben Fiszel
15c75d9d00
feat(backend): add GET endpoint to trigger scripts
2023-04-04 13:56:55 +02:00
Ruben Fiszel
096bf2022c
kill the background bucket sync if necessary
2023-04-04 11:33:07 +02:00
Ruben Fiszel
bc4dd0eeaa
only sync after the cache has been initialized
2023-04-04 11:03:25 +02:00
Ruben Fiszel
ae219eb3be
create the first dirs properly
2023-04-04 09:29:08 +02:00
Ruben Fiszel
b851a5c65a
first sync of the cache is at least after the first sync duration
2023-04-04 09:06:19 +02:00
Ruben Fiszel
bc36f5b309
log the entirecache.tar length
2023-04-04 08:32:20 +02:00
Ruben Fiszel
5b0a4d7838
only copy cache from bucket in background the first time
2023-04-04 08:24:02 +02:00
dependabot[bot]
f358aa5fe2
chore(deps-dev): bump cssnano from 5.1.15 to 6.0.0 in /frontend ( #1359 )
...
Bumps [cssnano](https://github.com/cssnano/cssnano ) from 5.1.15 to 6.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases )
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.0 )
---
updated-dependencies:
- dependency-name: cssnano
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 01:34:22 +02:00
Ruben Fiszel
3e5ff8682a
feat: do cache bucket syncing in background + check tar before pushing it ( #1360 )
...
* all
* improve tar caching
2023-04-04 01:34:11 +02:00
dependabot[bot]
0cbefd8214
chore(deps-dev): bump @sveltejs/adapter-static in /frontend ( #1357 )
...
Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static ) from 1.0.6 to 2.0.1.
- [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@2.0.1/packages/adapter-static )
---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-static"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 21:07:56 +02:00
Ruben Fiszel
517b2c9cca
fix(backend): always flush bash output
2023-04-03 20:07:43 +02:00
Ruben Fiszel
7a9091fed6
fix(backend): always flush bash output
2023-04-03 19:56:55 +02:00
Faton Ramadani
2819b09ce5
fix(frontend): Add FlowGraph display on Safari ( #1351 )
2023-04-03 16:39:57 +02:00
Ruben Fiszel
ef0165e419
chore(main): release 1.85.0 ( #1348 )
...
* chore(main): release 1.85.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.85.0
2023-04-03 13:30:18 +02:00
Ruben Fiszel
be97be2c58
update lsp to not report imports errors
2023-04-03 13:26:00 +02:00
Ádám Kovács
daf827666b
fix(frontend): PDF reader header positioning ( #1350 )
2023-04-03 11:56:38 +02:00
Ruben Fiszel
8c53598aba
fix(backend): improve handling subflow with many depth using tailrec
2023-04-03 08:37:24 +02:00
Ruben Fiszel
6f33d549f0
improve mem handling for update_flow_status
2023-04-03 01:13:39 +02:00
Ruben Fiszel
390a988d4c
fix(backend): improve subflow processing
2023-04-03 00:32:13 +02:00
Ruben Fiszel
8a8316c316
remove unecessary debug inputtransform
2023-04-02 22:20:05 +02:00
Ruben Fiszel
c638c511ca
set ready to undefined for agGridTable
2023-04-02 18:29:49 +02:00
dependabot[bot]
59403fbe5d
chore(deps): bump actions/setup-go from 3 to 4 ( #1309 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-02 17:42:56 +02:00
Ruben Fiszel
7eed0b4666
update highlight + fix transform editor suggestions
2023-04-02 17:41:43 +02:00
Ruben Fiszel
4127ffe00c
chore: update search library
2023-04-02 17:16:23 +02:00
Ruben Fiszel
3d9dfa645b
update svelte-awsome
2023-04-02 17:08:37 +02:00
Ruben Fiszel
7c0de93b3d
remove all frontend warnings and unused imports
2023-04-02 17:02:57 +02:00
Ruben Fiszel
de1e29492c
feat(frontend): add agGrid api hooks + ready
2023-04-02 16:21:04 +02:00
Ádám Kovács
0b8a08cb49
feat(frontend): Add ID renaming popup ( #1344 )
...
* feat(frontend): Add id renaming popup
* fix(frontend): State reset
* actually do it
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-02 15:46:24 +02:00
Ruben Fiszel
4f7c45118b
remove backend warnings & fix test
2023-04-02 13:56:16 +02:00
Ruben Fiszel
cdbab5c807
remove all frontend warnings
2023-04-02 13:52:15 +02:00
Ruben Fiszel
d4927cf757
signatures that cannot be parsed return 200
2023-04-02 12:47:38 +02:00
Ruben Fiszel
492f22526a
refresh folders more aggressively in case a non non just created one
2023-04-02 12:08:52 +02:00
Ruben Fiszel
89c2fb41dd
can read all folders if admin or superadmin + refresh user in background
2023-04-02 10:35:22 +02:00
Ruben Fiszel
018b051781
feat: add local cache for folder path used + invalidate cache on folder creation
2023-04-01 19:17:29 +02:00
Ruben Fiszel
c19be7a2fa
ci: extract to s3 directly
2023-04-01 15:38:58 +02:00
Ruben Fiszel
aa3a3f6612
ci: extract to s3 directly
2023-04-01 15:36:26 +02:00