Commit Graph

13594 Commits

Author SHA1 Message Date
Ruben Fiszel b43bc82de9 patch(deno-client): phSql now returns list instead of objects by default 2022-08-21 17:31:01 +02:00
Ruben Fiszel 2782e1c60d chore(main): release 1.33.0 (#455)
* chore(main): release 1.33.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-08-21 17:21:54 +02:00
Ruben Fiszel 7fcb374ecb feat: PostgreSQL parametrized statement handled as typescript template 2022-08-21 17:15:56 +02:00
Ruben Fiszel 26be1bd2da patch(deno-client): export pgSql, pgClient from mod 2022-08-21 14:34:30 +02:00
Ruben Fiszel 52a5cb31a1 chore(main): release 1.32.0 (#444)
* chore(main): release 1.32.0

* Apply automatic changes

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2022-08-21 14:10:42 +02:00
Ruben Fiszel e18f814d77 fix: restart zombie jobs was restarting all jobs 2022-08-21 12:19:31 +02:00
Ruben Fiszel 59140a570c remove unecessary comment in worker 2022-08-21 12:10:03 +02:00
Ruben Fiszel c265e1a385 remove unecessary transaction in worker 2022-08-21 12:08:15 +02:00
Ruben Fiszel f1c8f593da optimize python parsing + adding tests 2022-08-21 10:53:41 +02:00
Ruben Fiszel c9e0afd652 fix: cancel a flow now does the expected behavior 2022-08-20 19:23:43 +02:00
Ruben Fiszel f01991b7a4 fix(backend): clear_schedule only clear non running jobs 2022-08-20 19:14:16 +02:00
Ruben Fiszel feb49e9561 fix(backend): started_at info for completed_job is no more completed_at 2022-08-20 17:06:13 +02:00
Ruben Fiszel 8f15bc1543 optimize for python code having no imports 2022-08-20 16:21:04 +02:00
Ruben Fiszel 0caf7e4070 fix collection on forloops + increase number of tests 2022-08-20 16:08:11 +02:00
Ruben Fiszel 091e4224fc sqlx offline 2022-08-20 15:21:15 +02:00
Ruben Fiszel f679e67de8 feat: rely on PG time rather than worker time 2022-08-20 15:16:08 +02:00
Ruben Fiszel d76eefe573 fix(frontend): link to schedule in runs discriminate isFlows 2022-08-20 13:04:42 +02:00
Ruben Fiszel 3a44316749 fix(frontend): input checks refresh when schema change 2022-08-20 12:55:51 +02:00
Ruben Fiszel 7072e4be49 fix import from json 2022-08-20 12:44:20 +02:00
Ruben Fiszel dadbac7240 fix(deno-client): pg module now supports prepared statements 2022-08-20 12:03:03 +02:00
sqwishy 84fd2e2532 feat(backend): failure_module (#452)
* run failure_module

- renames FlowModule.input_transform to input_transforms
- parse_deno_signature prints source on failure instead of debug
  representation of AST

* s/should_continue_job/should_continue_flow
2022-08-19 20:18:07 +02:00
Sebastian Kurfürst dfd57b4778 docs: improve development getting started (#453) 2022-08-19 20:14:43 +02:00
sqwishy e42355b27c fix(backend): fixes forloop with 257 items only iterates once (#446)
usize as u8 will mask out the higher bits, so 0x100 as u8 is 0x00, 0x101
is 0x01 and only iterates once, etc....

refactors push_next_flow_job a bit
2022-08-19 17:14:46 +02:00
Faton Ramadani 52ba367898 fix(frontend): simplify flow preview logic(#450) 2022-08-19 17:14:27 +02:00
Ruben Fiszel d1b9e0c602 fix(deno-client): wrap the deno-postgres client and not the query statement 2022-08-19 13:26:35 +02:00
Ruben Fiszel 131483751f pass BASE_INTERNAL_URL to the python process 2022-08-19 07:09:50 +02:00
Ruben Fiszel 8329e1ab95 pass BASE_INTERNAL_URL to the deno process 2022-08-19 07:02:10 +02:00
Ruben Fiszel f26ace0cf1 fix export to tarball 2022-08-19 00:55:38 +02:00
Ruben Fiszel a8db3e9fbe fix flowmodueheader path 2022-08-19 00:02:49 +02:00
Ruben Fiszel 0abd5f1f54 fix wmill imports for resource and var in deno 2022-08-18 22:38:03 +02:00
Ruben Fiszel 7564901a84 use ts extension for private imports 2022-08-18 22:18:57 +02:00
Ruben Fiszel d2f5505589 feat: private imports 2022-08-18 21:49:24 +02:00
Ruben Fiszel d3e0982bac fix behavior of disable nsjail and disable nuser 2022-08-18 17:22:16 +02:00
Ruben Fiszel 6654474501 allow longer name for created_by 2022-08-18 15:01:17 +02:00
Christian Paul 6ea0e3d34d Changes to the Deno trigger script template (#448) 2022-08-18 14:20:33 +02:00
Ruben Fiszel b1e6c827e4 icon for paths 2022-08-18 13:46:12 +02:00
Ruben Fiszel 7911b79548 handle loading erronous code in flows 2022-08-18 13:26:52 +02:00
Ruben Fiszel 4db0a2e9ed update code binding in background to avoid stutter 2022-08-18 13:19:10 +02:00
Ruben Fiszel a890c842d8 QoL path and editor improvements 2022-08-18 12:58:49 +02:00
Ruben Fiszel 255cde6236 change default typescript 2022-08-18 09:43:11 +02:00
Ruben Fiszel 3a60f38fa6 change default typescript 2022-08-18 09:30:24 +02:00
Ruben Fiszel e1e8eaa229 change default typescript 2022-08-18 09:28:25 +02:00
Ruben Fiszel 3b466cdc7b change default typescript 2022-08-18 09:24:35 +02:00
Ruben Fiszel dcf55dbeb0 change sql editor to few lines editor 2022-08-18 00:05:46 +02:00
Ruben Fiszel 79ec90acfc fix forloop empty no step afterward 2022-08-18 00:01:04 +02:00
Ruben Fiszel 775a0e95da fix prop picker key selection 2022-08-17 19:38:07 +02:00
Faton Ramadani db69c82247 feat(frontend): Open/Close UI (#445)
* feat(frontend): Properly open/close and highlight a flowbox

* feat(frontend): Fix removing first step
2022-08-17 17:24:57 +02:00
Faton Ramadani 32508e5d4a fix(frontend): Fix loops pickable properties (#441) 2022-08-17 16:53:41 +02:00
Ruben Fiszel 47169f9c0b fix: handle 0 length for-loops in the backend (#440)
* wip

* TODO

* my fix works I think
2022-08-17 15:56:49 +02:00
Ruben Fiszel 3cf0efc7b4 fix postgresql new script reference 2022-08-17 13:54:28 +02:00