Commit Graph

79 Commits

Author SHA1 Message Date
Ruben Fiszel 2692737418 fix: migrate old state env variable to new env variable 2023-11-18 17:32:41 +01:00
Ruben Fiszel 688db5d5e4 small deno-client fix 2023-08-20 12:49:36 +02:00
Ruben Fiszel c13428ad08 fix: update deno-client to use new Resource and Variable endpoints 2023-08-20 12:45:05 +02:00
Ruben Fiszel de8a7279b6 feat: migrate state path to new schema 2023-08-11 18:54:47 +02:00
Ruben Fiszel fe2464cd07 fix deno-client docs 2023-07-12 17:37:25 +02:00
Ruben Fiszel 2921649c3c feat: bun support (#1800)
* feat: bun support

* feat: bun support

* add bun support

* add bun support

* add bun support

* add bun
2023-07-06 21:19:07 +02:00
Ruben Fiszel e19fabb02f feat(cli): add resolveDefaultResource 2023-05-28 22:59:08 +02:00
Ruben Fiszel 501bb11d96 fix: add setVariable to deno-client 2023-05-21 12:42:41 +02:00
Ruben Fiszel 239f401999 fix(cli): fix cli folder sync 2023-05-08 21:13:38 +02:00
Ruben Fiszel f43920e34f add initial typescript client 2023-05-07 01:17:42 +02:00
Ruben Fiszel 3a232dbb57 feat(cli): add getFullResource 2023-04-08 21:57:40 +02:00
Ruben Fiszel f3dfad5b94 fix loading nested resource in client fetched resources 2023-03-17 20:54:37 +01:00
Ruben Fiszel c2e5afd4e0 fix(deno): fix denoify buffer handling 2023-02-24 21:09:37 +01:00
Ruben Fiszel 2f78132e08 fix(deno): remove mysql support waiting for deno fix 2023-02-24 17:11:53 +01:00
Ruben Fiszel a2fbc57025 fix(psql): update pg client 2023-02-15 12:17:42 +01:00
Ruben Fiszel cf156b0591 support BigInt serialization 2023-01-21 18:41:58 +01:00
Ruben Fiszel ab0aeb0df8 fix: support setting undefined states 2023-01-02 04:22:56 +01:00
Ruben Fiszel e24dc6de4f update all clients to use update resource value 2023-01-01 10:26:11 +01:00
Jakub Kołodziejczak e089109b50 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 cc037458ca add resume urls at the api level 2022-12-02 22:19:15 +01:00
Jakub Kołodziejczak 0e402f6a9d feat(deno-client): support mysql (#971) 2022-12-01 23:44:52 +01:00
Ruben Fiszel ac6454b383 fix(deno-client): pg 0.16.1 -> 0.17.0 2022-11-26 20:51:59 +01:00
Ruben Fiszel c8266fb8b3 feat(deno,python): get/set_shared_state 2022-11-21 19:04:14 +01:00
Ruben Fiszel e33bd1e6b2 fix(go-client): support setVariable, setResource, setState, getState 2022-11-19 16:54:12 +01:00
Ruben Fiszel 32bca1fd4c feat(clients): rename internal state as state + setters for resources/variables in python 2022-11-15 13:16:53 +01:00
Ruben Fiszel a146aa323f small UX and client fixes 2022-11-08 23:38:17 +01:00
Jakub Kołodziejczak eef7c7ff94 fix(deno-client): add missing approver encoding to hmac api request (#829)
related to 10e1de8476
2022-10-30 20:39:01 +01:00
Kai Jellinghaus 0034129a30 restructure the entire backend layout using workspaces (#815) 2022-10-29 11:58:06 +02:00
Jakub Kołodziejczak 10e1de8476 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 17d9f38d30 fix(deno-client): add approver 2022-10-24 02:24:44 +02:00
Ruben Fiszel a0b2c9e77d feat: add approver to approval step 2022-10-24 01:50:39 +02:00
Jakub Kołodziejczak a5dfd865c3 fix(deno-client): fix build.sh to have reproducible builds (#793) 2022-10-22 16:19:31 +02:00
Jakub Kołodziejczak 0b89ec79aa ci(deno-client): fix build.sh to have reproducible builds (#792) 2022-10-22 16:01:50 +02:00
Jakub Kołodziejczak 4ab547bdf4 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 884edd7715 fix: improve approval flow with approval page 2022-10-22 13:55:12 +02:00
Ruben Fiszel 5117430b16 fix(deno-client): error handling for getInternalState 2022-10-20 16:36:09 +02:00
Ruben Fiszel bb1750fd6d fix(deno-client): use proper base url 2022-10-15 18:34:07 +02:00
Ruben Fiszel 350d31fe06 fix: refactor deno client to use another openapi generator #743 2022-10-15 18:25:26 +02:00
Ruben Fiszel d354746e65 go client v0 2022-10-14 19:45:16 +02:00
Ruben Fiszel af8a4216f8 fix(deno): approval endpoints generator (#728) 2022-10-14 09:17:27 +02:00
Ruben Fiszel dabf912a5e patch(deno-client): phSql now returns list instead of objects by default 2022-08-21 17:31:01 +02:00
Ruben Fiszel 1aa28c5599 feat: PostgreSQL parametrized statement handled as typescript template 2022-08-21 17:15:56 +02:00
Ruben Fiszel 52f01b782c patch(deno-client): export pgSql, pgClient from mod 2022-08-21 14:34:30 +02:00
Ruben Fiszel 5900a03c04 fix(deno-client): pg module now supports prepared statements 2022-08-20 12:03:03 +02:00
Ruben Fiszel 68aaf3267c fix(deno-client): wrap the deno-postgres client and not the query statement 2022-08-19 13:26:35 +02:00
Ruben Fiszel a64fa1054b add pgQuery to deno-client 2022-08-17 11:53:22 +02:00
Ruben Fiszel b128388cc6 fix(deno-client): getResource can now fetch non-object values 2022-08-02 18:38:54 +02:00
Ruben Fiszel 9daff2a228 feat: add primitive sql format (#320) 2022-08-02 16:55:20 +02:00
Ruben Fiszel 5b548a0e71 fix: deno api generator now supports openflow 2022-07-31 16:39:39 +02:00
Ruben Fiszel 2cb6e6e702 feat: base64 support in schema editor 2022-07-29 11:40:28 +02:00