Commit Graph

61 Commits

Author SHA1 Message Date
Jakub Kołodziejczak
c8c285729c feat(frontend): introduce mysql as a script language (#982)
* fix(deno-client): export mysql from mod.ts + improve robustness

* feat(frontend): introduce mysql as a script language
2022-12-04 19:56:51 +01:00
Ruben Fiszel
a3f6a810bd add resume urls at the api level 2022-12-02 22:19:15 +01:00
Jakub Kołodziejczak
3bbc60cfa0 feat(deno-client): support mysql (#971) 2022-12-01 23:44:52 +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
f4507033a3 feat(deno,python): get/set_shared_state 2022-11-21 19:04:14 +01:00
Ruben Fiszel
f85c7f0f87 fix(go-client): support setVariable, setResource, setState, getState 2022-11-19 16:54:12 +01:00
Ruben Fiszel
e75aacc7db feat(clients): rename internal state as state + setters for resources/variables in python 2022-11-15 13:16:53 +01:00
Ruben Fiszel
af1d1191ee small UX and client fixes 2022-11-08 23:38:17 +01:00
Jakub Kołodziejczak
f7c314b246 fix(deno-client): add missing approver encoding to hmac api request (#829)
related to 17064138c2
2022-10-30 20:39:01 +01:00
Kai Jellinghaus
6263e90735 restructure the entire backend layout using workspaces (#815) 2022-10-29 11:58:06 +02:00
Jakub Kołodziejczak
17064138c2 fix(deno-client): automatically encode approver param + refactor: use URL class to format urls (#809) 2022-10-24 22:12:47 +02:00
Ruben Fiszel
77c114f037 fix(deno-client): add approver 2022-10-24 02:24:44 +02:00
Ruben Fiszel
7a4bcd98f6 feat: add approver to approval step 2022-10-24 01:50:39 +02:00
Jakub Kołodziejczak
ec8d742432 fix(deno-client): fix build.sh to have reproducible builds (#793) 2022-10-22 16:19:31 +02:00
Jakub Kołodziejczak
5f8ba50800 ci(deno-client): fix build.sh to have reproducible builds (#792) 2022-10-22 16:01:50 +02:00
Jakub Kołodziejczak
759425bbac feat(deno-client): improve docs by extending function signatures (#791)
> as a windmill script developer I want to know what type/data structure is returned from the windmill sdk
2022-10-22 14:04:38 +02:00
Ruben Fiszel
a9359dada7 fix: improve approval flow with approval page 2022-10-22 13:55:12 +02:00
Ruben Fiszel
655ad7be4f fix(deno-client): error handling for getInternalState 2022-10-20 16:36:09 +02:00
Ruben Fiszel
b25733d6ae fix(deno-client): use proper base url 2022-10-15 18:34:07 +02:00
Ruben Fiszel
9fb4e20e21 fix: refactor deno client to use another openapi generator #743 2022-10-15 18:25:26 +02:00
Ruben Fiszel
d33829ff03 go client v0 2022-10-14 19:45:16 +02:00
Ruben Fiszel
7a4ceb318e fix(deno): approval endpoints generator (#728) 2022-10-14 09:17:27 +02:00
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
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
dadbac7240 fix(deno-client): pg module now supports prepared statements 2022-08-20 12:03:03 +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
4b0896e0cc add pgQuery to deno-client 2022-08-17 11:53:22 +02:00
Ruben Fiszel
9c8f68cc5c fix(deno-client): getResource can now fetch non-object values 2022-08-02 18:38:54 +02:00
Ruben Fiszel
5e14b6dfb3 feat: add primitive sql format (#320) 2022-08-02 16:55:20 +02:00
Ruben Fiszel
f9240488af fix: deno api generator now supports openflow 2022-07-31 16:39:39 +02:00
Ruben Fiszel
87bf8d55ce feat: base64 support in schema editor 2022-07-29 11:40:28 +02:00
Ruben Fiszel
771de0990a fix: update variable and resources now return error if nothing was updated 2022-07-29 11:07:59 +02:00
Ruben Fiszel
3beb66a7c3 fix internal state path 2022-07-29 00:52:55 +02:00
Ruben Fiszel
d4c9d7d18c make Resource an any to avoid error on field access 2022-07-29 00:36:54 +02:00
Ruben Fiszel
c18089dbb5 fix(deno-client): make hack for patching openapi-generator more stable 2022-07-19 11:02:26 +02:00
Ruben Fiszel
05a1bd5dd9 fix(deno-client): make hack for patching openapi-generator more stable 2022-07-19 10:59:07 +02:00
Ruben Fiszel
8360c03df8 fix: list with is_skipped + deno-client fix 2022-07-19 05:59:12 +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
518b36c265 fix(deno-client): do not create resource for createInternalPath 2022-07-15 20:26:49 +02:00
Ruben Fiszel
fb17d77a9d fix(deno-client): handle text/plain parse 2022-07-15 19:23:32 +02:00
Ruben Fiszel
109e8e1280 fix(deno-client): handle text/plain serialize 2022-07-14 19:53:12 +02:00
Ruben Fiszel
8116980f51 fix(deno-client): fix stringify 2022-07-08 12:45:51 +02:00
Ruben Fiszel
2a6818b629 fix: databaseUrlFromResource uses proper database field 2022-06-29 20:47:08 +02:00
Ruben Fiszel
1632600a01 fix: add databaseUrlFromResource to deno 2022-06-28 00:46:14 +02:00
Ruben Fiszel
b7b75b5d9b fix: index.ts -> mod.ts 2022-06-27 23:17:31 +02:00
Ruben Fiszel
4fb4b089ca fix: windmill deno package index.ts -> mod.ts 2022-06-27 23:12:22 +02:00
Ruben Fiszel
8724e23045 fix: internal state for script triggers v4 2022-06-27 22:55:18 +02:00
Ruben Fiszel
90f843970f fix: internal state for script triggers v3 2022-06-27 22:53:40 +02:00
Ruben Fiszel
d45b4882d9 fix: internal state for script triggers v3 2022-06-27 22:53:00 +02:00