Commit Graph

23 Commits

Author SHA1 Message Date
fcf0e1c51e Replace BadgerDB with bbolt 2025-01-13 23:15:18 +01:00
aa9822854d Rename search package to filter package 2022-03-31 15:12:54 +02:00
857aa0c49e Misc lint fixes 2022-02-28 16:21:01 +01:00
af26987601 Fix sort order of request logs 2022-02-28 15:40:13 +01:00
d438f93ee0 Fix incorrect var names 2022-02-28 09:41:55 +01:00
f15438e10b Fix stray outdated enum values 2022-02-28 09:21:43 +01:00
bef52d956e Add support to launch Chrome 2022-02-27 19:00:11 +01:00
2ddf2a77e8 Add logger 2022-02-27 14:28:28 +01:00
efc20564c1 Add Sender module 2022-02-22 14:10:39 +01:00
d84d2d0905 Replace SQLite with BadgerDB 2022-01-21 11:45:54 +01:00
ca3a729c36 Add linter, fix linting issue 2021-04-25 16:23:53 +02:00
8c2efdb285 Add support for string literal expressions in sqlite pkg 2020-12-24 18:58:04 +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
c01f190fc8 Use Go instead of C for regexp sqlite func
While less performant, this (for now) simplifies
compiling and building the project.
2020-10-31 15:19:17 +01:00
0d04996f06 Add scope support 2020-10-29 20:55:22 +01:00
98dacbe849 sqlite: fix nil deref on missing response (#32) 2020-10-11 19:12:04 +02: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
d48f1f058d Add scaffolding for scope package 2020-10-01 21:46:35 +02:00
914650df42 Add polling for req logs, store them async, fix sort order 2020-09-27 14:58:37 +02:00
adba24b78f Fix file path for db/cayley pkg 2020-09-27 10:48:16 +02:00