David Stotijn
16910bb637
Add lexer for reqlog search
2020-12-20 13:13:12 +01:00
Michał Załęcki
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
David Stotijn
efc115e961
Fix docs dir
2020-11-09 21:20:49 +01:00
David Stotijn
471fa212ef
Add links to docs website in README
2020-11-09 21:16:56 +01:00
David Stotijn
07ef2f9090
Add OG meta tags
2020-11-09 21:06:40 +01:00
David Stotijn
f7550d649a
Add static asset for header image for README
2020-11-09 20:50:56 +01:00
David Stotijn
dbc25774c2
Small doc fixes for mobile/lighthouse
2020-11-09 20:44:01 +01:00
David Stotijn
430670ab54
Add docs
2020-11-09 20:28:10 +01:00
David Stotijn
f6789fa245
Tidy up manual build process
2020-11-01 19:01:07 +01:00
David Stotijn
81fbfe4cb3
Tidy up .gitignore
2020-11-01 18:31:08 +01:00
David Stotijn
6931d63250
Remove GitHub workflows
2020-11-01 17:19:17 +01:00
David Stotijn
71e87d3cd3
Remove modd.conf
2020-11-01 17:13:13 +01:00
David Stotijn
0ffbb618fa
Update README
2020-11-01 17:05:36 +01:00
David Stotijn
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
David Stotijn
ad98dd7f01
Add .release-env and .vscode to .gitignore
2020-10-29 21:21:47 +01:00
David Stotijn
0d04996f06
Add scope support
2020-10-29 20:55:22 +01:00
Martin Holst Swende
98dacbe849
sqlite: fix nil deref on missing response ( #32 )
2020-10-11 19:12:04 +02:00
David Stotijn
fedb425381
Add project management
2020-10-11 17:09:39 +02:00
dependabot[bot]
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
Tom
13240109b6
Documenting CA certificates setup for hetty ( #21 )
...
* Documenting CA certificates setup for hetty
- Provides more accessible instructions on CA certificates
- New sections provided for "Certificate Setup and Installation"
- Configuring certificates for hetty using defaults and direct CLI
arguments
- Trusting CA certificates on Windows, macOS, and Ubuntu
- Mention for additional Linux distros not covered by Ubuntu
Ref: #12
* Updated README to show instructions for generating CA cert/key with both Hetty and OpenSSL
* Update README.md
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* Apply suggestions from code review
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* Removed suggestion on possible HSTS error from README as it could be irrelevant or misleading
Co-authored-by: David Stotijn <dstotijn@gmail.com>
2020-10-08 19:04:57 +02:00
Martin Holst Swende
fa41e9c46c
pkg/scope: add mutexes around scope ( #33 )
2020-10-08 17:49:36 +02:00
David Stotijn
5f4bff0155
Selectively query DB based on GraphQL query field collection
...
Fixes #5
2020-10-05 18:40:37 +02:00
Dwi Siswanto
073bcea565
Add db & pem's to gitignore ( #29 )
2020-10-04 16:32:33 +02:00
David Stotijn
6244d4aa74
Link to discussions via issue templates
2020-10-04 14:08:08 +02:00
David Stotijn
cf687f0bd3
Update issue templates
2020-10-04 13:26:37 +02:00
David Stotijn
6fad74c0a5
Add contributing guidelines
2020-10-04 13:21:43 +02:00
David Stotijn
248001ec8a
Create CODE_OF_CONDUCT.md
2020-10-04 12:33:53 +02:00
David Stotijn
ba7d88dfc5
Replace Cayley with SQLite3
2020-10-04 11:50:03 +02:00
David Stotijn
d48f1f058d
Add scaffolding for scope
package
2020-10-01 21:46:35 +02:00
Rick Rackow
46caa05d20
Add initial GitHub actions
...
Update .github/workflows/build_run.yml
Co-authored-by: David Stotijn <dstotijn@gmail.com>
Update .github/workflows/go.yml
Co-authored-by: David Stotijn <dstotijn@gmail.com>
Update .github/workflows/build_run.yml
Co-authored-by: David Stotijn <dstotijn@gmail.com>
Update .github/workflows/go.yml
Co-authored-by: David Stotijn <dstotijn@gmail.com>
Update .github/workflows/go.yml
Co-authored-by: David Stotijn <dstotijn@gmail.com>
Co-authored-by: David Stotijn <dstotijn@gmail.com>
2020-09-28 22:56:26 +02:00
David Stotijn
c5bfb96454
Fix link to Hacker101 Discord
2020-09-28 22:01:19 +02:00
David Stotijn
f97e0526d7
Fix usage snippet in README
2020-09-28 21:58:25 +02:00
David Stotijn
ce4805452f
Add support for ~
expansion for DB filepath
2020-09-28 21:53:51 +02:00
HAHWUL
b17c70bc0a
Update README, .gitignore ( #10 )
...
* update readme
* update gitignore (test binary, built with go test -c)
* update readme
2020-09-28 21:07:24 +02:00
David Stotijn
8712151e8f
Change default location of DB
2020-09-28 20:43:43 +02:00
David Stotijn
05b08f7097
Remove stray file
2020-09-28 20:42:13 +02:00
David Stotijn
5c7165ebf3
Change default port to :8080
2020-09-28 20:41:43 +02:00
David Stotijn
8b04747855
Add support for CA key and certificate generation
2020-09-28 20:37:25 +02:00
David Stotijn
81ae8f55da
Create FUNDING.yml
2020-09-27 21:05:30 +02:00
David Stotijn
5159c860d1
Update README.md
2020-09-27 20:45:00 +02:00
David Stotijn
76b78d43e2
Update README.md
2020-09-27 20:43:53 +02:00
David Stotijn
83f1439a6a
Add README and LICENSE
2020-09-27 20:38:30 +02:00
David Stotijn
8c4d4d134d
Run go mod tidy
2020-09-27 19:10:49 +02:00
David Stotijn
ab90bfe4e9
Tidy up proxy logs, add copy action for headers
2020-09-27 18:59:38 +02:00
David Stotijn
854839daf8
Remove stray file
2020-09-27 14:59:22 +02:00
David Stotijn
914650df42
Add polling for req logs, store them async, fix sort order
2020-09-27 14:58:37 +02:00
David Stotijn
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
David Stotijn
adba24b78f
Fix file path for db/cayley
pkg
2020-09-27 10:48:16 +02:00
David Stotijn
2e88b4abc8
Add initial (rough) database support
2020-09-26 23:36:48 +02:00
David Stotijn
618ed61314
Fix package name
2020-09-26 00:15:10 +02:00