Commit Graph

376 Commits

Author SHA1 Message Date
Gregory Schier
0cfec0ada6 Fix GraphQL body handling 2024-11-18 07:17:19 -08:00
Gregory Schier
c5e6d6f2cb Some tweaks to request deletion 2024-10-23 06:27:38 -07:00
Gregory Schier
e216214085 Custom JSON formatter that works with template syntax (#128) 2024-10-21 15:17:14 -07:00
Gregory Schier
52ac41b0c6 Move elapsed calculation 2024-10-18 10:53:04 -07:00
Gregory Schier
741ccbe741 Add labels to plugin event subscribers 2024-10-18 10:46:30 -07:00
Gregory Schier
516dfd1f19 Fix GraphQL introspection 2024-10-18 06:57:44 -07:00
Gregory Schier
0cd08499aa Render sending gRPC events 2024-10-17 12:03:35 -07:00
Gregory Schier
c8342fb0a9 Delete send history for workspace 2024-10-17 11:17:27 -07:00
Gregory Schier
0d982057a5 Add proxy setting for HTTP requests (#127) 2024-10-12 20:55:09 -07:00
Gregory Schier
d754e7233d Server sent event response viewer (#126) 2024-10-11 06:52:32 -07:00
Gregory Schier
da6baf72f5 Response Streaming (#124) 2024-10-09 16:27:37 -07:00
Gregory Schier
c7eccddac9 Fix performance related to having 100s of requests (#123) 2024-10-08 14:16:57 -07:00
Gregory Schier
7e62bb6b68 Fix prompt 2024-10-02 12:19:43 -07:00
Gregory Schier
3b2ee25d75 Fix tauri dialog API usage 2024-10-02 11:45:42 -07:00
Gregory Schier
4160e5b1c4 Make prompt() to return null on cancel 2024-10-02 05:54:44 -07:00
Gregory Schier
7e4f807f75 Add prompt() plugin API (#121) 2024-10-01 08:32:42 -07:00
Gregory Schier
be60e4648a Apply Request path parameters during render (#120) 2024-10-01 08:26:59 -07:00
Gregory Schier
6060ddcd87 Add aliases field to template functions 2024-09-30 18:28:52 -07:00
Gregory Schier
9915c57817 Plugin execution context (#119) 2024-09-30 17:45:51 -07:00
Gregory Schier
917adcfb2e Better plugin development experience (#118) 2024-09-29 10:41:07 -07:00
Gregory Schier
598bbd6f69 Prevent theme flashing on initial window load (#115) 2024-09-25 14:01:24 -07:00
Gregory Schier
b19748c42e Make settings menu a regular window (#113) 2024-09-25 12:52:12 -07:00
Gregory Schier
d2c33f821c Preserve invalid GraphQL variables (#111) 2024-09-25 09:02:31 -07:00
Gregory Schier
296221a22e Lazily render variables (#108) 2024-09-24 10:18:56 -07:00
Gregory Schier
101b6284d6 [WIP] Refactor to NPM workspaces (#104) 2024-09-22 21:27:10 -07:00
Gregory Schier
93633875ac snake_case icons and better toast styles 2024-09-20 07:30:11 -07:00
Gregory Schier
1d9a001036 Only replace path params when starting with :
Fixes #99
2024-09-19 06:07:19 -07:00
Gregory Schier
6247603cec Fix gRPC basic auth encoding
Fixes #98
2024-09-19 06:00:33 -07:00
Gregory Schier
a3b64423fd Refactor plugin manager and gRPC server (#96) 2024-09-19 05:58:12 -07:00
Gregory Schier
e0c00579af Reload template functions on window focus 2024-09-17 09:48:53 -07:00
Michal Polko
65b7db873e Use padding for Basic auth (#77) 2024-09-11 22:26:03 -07:00
Gregory Schier
7907dcc220 Don't notify twice 2024-09-09 15:44:35 -07:00
Gregory Schier
36890b9a32 Show toast after plugin reload 2024-09-09 12:36:05 -07:00
Gregory Schier
c0707bb246 Reload plugins on change 2024-09-09 11:34:52 -07:00
Gregory Schier
c02aa4f2d0 Dynamic plugins (#68) 2024-09-06 10:43:25 -07:00
Gregory Schier
74edadf7c4 Remove prints 2024-09-06 06:21:21 -07:00
Gregory Schier
021dceeac5 Fix import order for nested folders to prevent foreign key constraint error 2024-09-06 06:20:27 -07:00
Gregory Schier
bdc0ecfcd8 Rename var 2024-08-30 05:39:58 -07:00
Gregory Schier
71d9e7ddb5 Check for updates less often on stable 2024-08-30 05:39:29 -07:00
Gregory Schier
737da7e0ae Only check for updates once per day 2024-08-30 05:36:30 -07:00
Gregory Schier
afa64acf83 URL path placeholders 2024-08-30 05:24:07 -07:00
Gregory Schier
a92a85be0d Kill plugin manager before NSIS update on Windows 2024-08-28 09:14:39 -07:00
Gregory Schier
ffd0010a59 Hotfix for window focusing 2024-08-27 16:56:04 -07:00
Gregory Schier
9320162e22 Special case Response()->response() 2024-08-26 15:26:43 -07:00
Gregory Schier
55122b042b Default template fn args 2024-08-26 13:10:22 -07:00
Gregory Schier
f404aa53c6 Option to disable telemetry 2024-08-26 12:06:56 -07:00
Gregory Schier
ad81d35c71 Fix recursive plugin call locking 2024-08-23 13:20:48 -07:00
Gregory Schier
9cdc13b632 Pass render purpose to render 2024-08-22 11:27:55 -07:00
Gregory Schier
e35f34eaf5 Fix compile 2024-08-22 06:30:19 -07:00
Gregory Schier
503b7f1c87 Fix deadlock on getting the focused window 2024-08-22 05:46:09 -07:00