Commit Graph

25 Commits

Author SHA1 Message Date
ed9a539ce3 Remove stray console.log calls 2022-03-02 07:52:17 +01:00
8269af9478 Fix missing HTTP/1.0 proto enums 2022-02-27 17:55:41 +01:00
d2858a2be4 Fix input fields for key-value pair tables losing focus 2022-02-26 09:58:00 +01:00
7e43479b54 Reuse components across Proxy and Sender modules 2022-02-25 21:08:15 +01:00
11f70282d7 Tidy up admin structure 2022-02-23 15:20:23 +01:00
efc20564c1 Add Sender module 2022-02-22 14:10:39 +01:00
aa8ddf4122 Update Next.js, Material UI 2022-01-28 20:20:15 +01:00
d84d2d0905 Replace SQLite with BadgerDB 2022-01-21 11:45:54 +01:00
ad3fa7d379 Handle req log filter I/O when no project is set 2020-12-29 20:46:42 +01:00
194d727f4f Add search expression support to admin interface 2020-12-22 12:35:14 +01:00
e59b9d6663 Clear all HTTP request logs (#49)
* Create mutation to clear request logs

* Add UI for clearing all HTTP request logs

* Use consistent naming

* Explicitly delete only from http_requests

* Check if datebase is open

* Add confirmation dialog
2020-11-28 15:48:19 +01:00
0d04996f06 Add scope support 2020-10-29 20:55:22 +01:00
fedb425381 Add project management 2020-10-11 17:09:39 +02:00
5f4bff0155 Selectively query DB based on GraphQL query field collection
Fixes #5
2020-10-05 18:40:37 +02:00
ba7d88dfc5 Replace Cayley with SQLite3 2020-10-04 11:50:03 +02:00
ab90bfe4e9 Tidy up proxy logs, add copy action for headers 2020-09-27 18:59:38 +02:00
914650df42 Add polling for req logs, store them async, fix sort order 2020-09-27 14:58:37 +02:00
91947b9ffa Enforce trailing slashes on API paths
This ensures that the Next.js app works consistently both when running in dev mode as well as when it has been exported to static HTML/JS.
2020-09-27 11:33:10 +02:00
8828a586a1 Scaffold homepage, small style tweaks 2020-09-24 17:43:20 +02:00
71de41e6e6 Add headers to log details, add Monaco Editor 2020-09-24 00:13:14 +02:00
e9367f7186 Polish admin styles 2020-09-23 18:10:32 +02:00
a3c22b7f1f Rename project to "Hetty" 2020-09-22 18:33:02 +02:00
7defc19d1a Add Proto to request detail, update theme 2020-09-21 22:27:10 +02:00
fe1ddabda3 Add Layout component, syntax highlighting and tidy up 2020-09-21 21:53:00 +02:00
21c78cdc23 First rough version of proxy logs frontend 2020-09-20 22:30:17 +02:00