Commit Graph

29 Commits

Author SHA1 Message Date
d84d2d0905 Replace SQLite with BadgerDB 2022-01-21 11:45:54 +01:00
e42e1c212b Bump elliptic from 6.5.3 to 6.5.4 in /admin (#65)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 20:18:17 +02:00
a42f003919 Bump y18n from 4.0.0 to 4.0.1 in /admin (#68)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 20:16:52 +02:00
4ead501f53 Bump ssri from 6.0.1 to 6.0.2 in /admin (#70)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 20:16:11 +02: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
ca707d17ea Bump next from 9.5.3 to 9.5.4 in /admin (#36)
Bumps [next](https://github.com/vercel/next.js) from 9.5.3 to 9.5.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v9.5.3...v9.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 18:10:27 +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
28ae2b6efb Add Dockerfile 2020-09-24 22:28:37 +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
c5cf6ef867 Update admin deps 2020-09-19 01:29:06 +02:00
42b5d9032a Bump elliptic from 6.5.2 to 6.5.3 in /admin
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 06:14:58 +00:00
72e5b8eb64 Bump lodash from 4.17.15 to 4.17.19 in /admin
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 22:59:06 +00:00
592402d102 Bump acorn from 6.4.0 to 6.4.1 in /admin
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-01 06:48:27 +00:00
a8c0b1686d Bump next from 9.1.4 to 9.3.2 in /admin
Bumps [next](https://github.com/zeit/next.js) from 9.1.4 to 9.3.2.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/v9.1.4...v9.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-31 21:36:24 +00:00
94363fe196 Scaffold admin app 2019-11-30 12:43:55 +01:00