Commit Graph

6608 Commits

Author SHA1 Message Date
Ruben Fiszel 8d98a0eb70 update stripe products references 2023-01-27 20:59:05 +01:00
Ruben Fiszel 2a9ca487e5 increase token size for refresh token 2023-01-27 18:56:42 +01:00
Ruben Fiszel 61bde2a600 add stripe integration 2023-01-27 07:29:51 +01:00
Ruben Fiszel e320a8cead restrict number of jobs in the queue for free users 2023-01-25 13:34:08 +01:00
Ruben Fiszel ae23830f2a implement MAX_FREE_CONCURRENT_RUNS 2023-01-25 12:58:29 +01:00
Ruben Fiszel e1786eea57 worker client should use internal url 2023-01-25 00:10:37 +01:00
Ruben Fiszel db72d54ebf UX improvements for flows 2023-01-24 21:53:41 +01:00
Ruben Fiszel 7276244d68 improve cancel approval error message 2023-01-24 12:11:39 +01:00
Ruben Fiszel 86aeb8fb5f fix: improvements for error handling as first step of flow 2023-01-24 11:16:44 +01:00
Ruben Fiszel 6c3e2e4c5e error handler improvements 2023-01-24 07:30:07 +01:00
Ruben Fiszel 004593539f feat: add sql as a valid type in Python 2023-01-23 15:58:33 +01:00
Ruben Fiszel 1bc97cd73b add import_map to nsjail 2023-01-21 23:28:11 +01:00
Ruben Fiszel 6a6c9759f1 feat(deno): allow overriding deno sandboxing with DENO_FLAGS' 2023-01-21 22:54:14 +01:00
Ruben Fiszel 7150f8f25e implement relative imports for deno 2023-01-21 19:12:22 +01:00
Ruben Fiszel e869e40ed7 fix compile 2023-01-21 18:49:26 +01:00
Ruben Fiszel 4d22bc5809 feat(deno): add support for DENO_AUTH_TOKENS 2023-01-21 18:36:17 +01:00
Ruben Fiszel 98c362a1db description at bottom 2023-01-21 17:33:23 +01:00
Ruben Fiszel 10a9d73075 remove square from oauth 2023-01-21 09:37:10 +01:00
Ruben Fiszel b827d761ff square use req_body_auth 2023-01-21 09:26:39 +01:00
Felipe Albertao 5f93cb6770 Added Square API OAuth (#1141) 2023-01-21 07:41:52 +01:00
Ruben Fiszel 421d87dfde add support for python import shopifyAPI 2023-01-20 19:52:18 +01:00
Ruben Fiszel d8897d8054 feat: add QUEUE_LIMIT_WAIT_RESULT 2023-01-20 19:39:31 +01:00
Ruben Fiszel ac94b57726 fix deno nsjail vmem 2023-01-20 11:49:08 +01:00
Ruben Fiszel ddef8e30e9 bump default bash tmp size 2023-01-19 20:32:08 +01:00
Ruben Fiszel 779f98455a add more details about signals termination 2023-01-19 18:20:24 +01:00
Ruben Fiszel 5250532043 relax nsjail limits 2023-01-19 14:51:43 +01:00
Ruben Fiszel 13300be1ac relax nsjail limits 2023-01-19 14:35:06 +01:00
Ruben Fiszel bcad6a34fb handle empty flow module input transforms 2023-01-19 12:22:37 +01:00
Ruben Fiszel e893db6a97 fix reporting duration above 60s 2023-01-18 11:23:25 +01:00
Ruben Fiszel 40f32e644e feat(backend): add queue_limit + configurable timeout + fix timeout cancel 2023-01-18 09:02:38 +01:00
Ruben Fiszel 470fb51d13 fix all cases where schema has been set to undefined 2023-01-18 06:56:44 +01:00
Ruben Fiszel 49aeed88fa fix permissioned_as from username 2023-01-17 12:49:24 +01:00
Ruben Fiszel a71e6f27ec various fixes 2023-01-17 11:30:22 +01:00
Ruben Fiszel e216ea44e5 all 2023-01-17 08:09:46 +01:00
Ruben Fiszel bb4ca8c99f playwright against uffizzi (#1109)
* all

* fix perms

* move build to depot

* login

* revert to docker build

* revert to docker build

* fix playwright
2023-01-16 18:01:45 +01:00
Ruben Fiszel e19fcce575 fix schedule permissions 2023-01-16 16:42:42 +01:00
Ruben Fiszel 7940b04723 add selenium-wire exception 2023-01-15 22:48:49 +01:00
Ruben Fiszel e0d02e8f40 add license key check 2023-01-15 12:06:37 +01:00
Ruben Fiszel 3f0caa9153 error improvements 2023-01-15 01:28:13 +01:00
Ruben Fiszel 41ff90d41d fix tests wrt to new error handling 2023-01-14 18:47:37 +01:00
Ruben Fiszel ec2e0fdc33 error handling improvements 2023-01-14 17:46:03 +01:00
Ruben Fiszel a14cc80dfe improve error handling 2023-01-14 15:08:47 +01:00
Ruben Fiszel 64d16f3eff sqlx fix 2023-01-13 22:27:18 +01:00
Ruben Fiszel 12347b7ea4 run_wait_result improvements: cancel + early tx drop 2023-01-13 21:30:29 +01:00
Ruben Fiszel d0e7d7ac91 clarify run detail page + allow i64 for MAX_LOG_SIZE 2023-01-13 18:39:17 +01:00
Ruben Fiszel 35493896f4 add MAX_LOG_SIZE env params 2023-01-13 14:46:07 +01:00
Ruben Fiszel 15aef1dd7c add psycopg-pool to psycopg default install 2023-01-13 12:16:48 +01:00
Ruben Fiszel c32e113ea7 add psycopg3 to the list of support imports 2023-01-13 07:54:05 +01:00
Ruben Fiszel d931001ac0 feat: add openapi viewer (#1094)
* all

* all

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix typecheck

* fix tests

* fix tests

* fix tests

* all
2023-01-11 20:28:50 +01:00
Ruben Fiszel 8d4b085c54 fix backend tests 2023-01-11 14:56:05 +01:00