Commit Graph

971 Commits

Author SHA1 Message Date
Ruben Fiszel
db075f2ca1 feat(backend): add instance events webhook 2023-04-11 01:45:56 +02:00
Ruben Fiszel
613cd64003 improve metrics 2023-04-10 11:58:44 +02:00
Ruben Fiszel
621bb282af improve metrics 2023-04-10 11:53:32 +02:00
Ruben Fiszel
415be7c70f perf: parallelize more operations for deno jobs 2023-04-10 10:55:56 +02:00
Ruben Fiszel
b7b26dc9c7 improve token lock 2023-04-10 08:00:41 +02:00
Ruben Fiszel
6ab4f30026 fetch token in the background 2023-04-10 01:16:15 +02:00
Ruben Fiszel
a23a14f9f2 make create_token_for_owner not a transaction anymore 2023-04-09 21:47:05 +02:00
Ruben Fiszel
bbb6a15da7 only register prometheus metrics if they are enabled 2023-04-09 15:39:25 +02:00
Ruben Fiszel
ff22759a43 deno optimization v0 2023-04-09 14:10:56 +02:00
Ruben Fiszel
adcfab6194 fix backend tests 2023-04-09 11:20:15 +02:00
Ruben Fiszel
36e338c461 feat(backend): extend cached resolution for go 2023-04-09 10:58:45 +02:00
Ruben Fiszel
130ddbbf85 feat(python): cache dependency resolution 2023-04-08 23:25:46 +02:00
Ruben Fiszel
fdb321969f chore(main): release 1.86.0 (#1352)
* chore(main): release 1.86.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-04-08 22:01:22 +02:00
Ruben Fiszel
a59cdeff11 show status code when possible 2023-04-08 20:09:27 +02:00
Ruben Fiszel
917e0f7549 reduce verbosity of cache sync 2023-04-08 15:55:09 +02:00
Ruben Fiszel
1b15de87a3 reduce verbosity of cache sync 2023-04-08 15:48:07 +02:00
Ruben Fiszel
198dd9e8ff remove deno nsjail in favor of deno sandboxing 2023-04-08 15:25:10 +02:00
Ruben Fiszel
f940eab5de feat(frontend): add impersonate api + local resolution of import by lsp v0 2023-04-07 22:54:55 +02:00
Ruben Fiszel
0a06e89ff0 add GOPATH to go mod tidy 2023-04-07 00:49:57 +02:00
Ruben Fiszel
796632abb5 fix(frontend): make croninput a builder rather than a tab 2023-04-06 23:57:42 +02:00
Ruben Fiszel
8864593eed set schema on script template change 2023-04-06 23:28:03 +02:00
Ruben Fiszel
ec93b59e53 fix(backend): allow longer name/company 2023-04-05 22:01:18 +02:00
Ruben Fiszel
da288205b1 fix(backend): allow cors 2023-04-05 20:36:01 +02:00
Ruben Fiszel
48046f631b fix(backend): inline script app python fix 2023-04-05 18:26:27 +02:00
Oliver Veal
0b444ce395 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
b81868e025 do no keep tar around and move it from the tmp folder 2023-04-05 15:02:37 +02:00
Ruben Fiszel
54b9e532a1 feat(backend): lowercase all emails in relevant endpoints (#1361)
* all

* also modify invite_user
2023-04-05 11:36:17 +02:00
Ruben Fiszel
b64c9f6569 feat(backend): add /ready endpoint for workers 2023-04-05 10:34:25 +02:00
Ruben Fiszel
ca8e6c0da8 initialize cache if from tar 2023-04-04 16:31:47 +02:00
Ruben Fiszel
970f8ea6da fix polar handling 2023-04-04 14:25:27 +02:00
Ruben Fiszel
d477a1e704 feat(backend): add GET endpoint to trigger scripts 2023-04-04 13:56:55 +02:00
Ruben Fiszel
c08d8c4d9d kill the background bucket sync if necessary 2023-04-04 11:33:07 +02:00
Ruben Fiszel
13cfef1a05 only sync after the cache has been initialized 2023-04-04 11:03:25 +02:00
Ruben Fiszel
13c1fc3f0a create the first dirs properly 2023-04-04 09:29:08 +02:00
Ruben Fiszel
873af06911 first sync of the cache is at least after the first sync duration 2023-04-04 09:06:19 +02:00
Ruben Fiszel
43a7b7b4b9 log the entirecache.tar length 2023-04-04 08:32:20 +02:00
Ruben Fiszel
6e2d99ead3 only copy cache from bucket in background the first time 2023-04-04 08:24:02 +02:00
Ruben Fiszel
0bec54edfd 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
Ruben Fiszel
4307c2b957 fix(backend): always flush bash output 2023-04-03 20:07:43 +02:00
Ruben Fiszel
820a4c83d2 fix(backend): always flush bash output 2023-04-03 19:56:55 +02:00
Ruben Fiszel
94c1c14a91 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>
2023-04-03 13:30:18 +02:00
Ruben Fiszel
8f496e83b6 fix(backend): improve handling subflow with many depth using tailrec 2023-04-03 08:37:24 +02:00
Ruben Fiszel
76a809e035 improve mem handling for update_flow_status 2023-04-03 01:13:39 +02:00
Ruben Fiszel
0b70212c6d fix(backend): improve subflow processing 2023-04-03 00:32:13 +02:00
Ruben Fiszel
3f1fd31e1b remove backend warnings & fix test 2023-04-02 13:56:16 +02:00
Ruben Fiszel
5f2e2b0926 signatures that cannot be parsed return 200 2023-04-02 12:47:38 +02:00
Ruben Fiszel
124775a26d refresh folders more aggressively in case a non non just created one 2023-04-02 12:08:52 +02:00
Ruben Fiszel
2ab13cb1ec feat: add local cache for folder path used + invalidate cache on folder creation 2023-04-01 19:17:29 +02:00
Ruben Fiszel
3e2292e9fb chore(main): release 1.84.1 (#1345)
* chore(main): release 1.84.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-03-31 21:07:04 +02:00
Ruben Fiszel
73986f5329 chore(main): release 1.84.0 (#1336)
* chore(main): release 1.84.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-03-31 20:53:24 +02:00