Dale Lakes

Results 12 issues of Dale Lakes

Would it be possible to expose the writeups in the API? I see that you have the rankings, teams, and events in the API, but not the writeups.

Main fix is fixing the pagination of messages so that the ordering of messages is called prior to the startAtDocument function. Also had to update the dependencies because cached_network_image dependency...

Might be a dumb question, but I'm curious why mContext needs to be saved as a class variable in `GeoFencingService`? Since `JobIntentService` has its own context, why do you use...

Because we are lazily reading in the entire JSON log file each time we want to add a new entry, the amount of memory we use also grows with the...

enhancement
good first issue

In order to implement more sophisticated analyzers like JA3, self-signed cert detection, etc., we first need a basic TLS analyzer. gopacket has a TLS Layer already defined, but it does...

enhancement

If a user only wants to log Connection objects that have at least one analyzer, and ignore everything else, they should be able to. For example, if someone wants to...

enhancement

Right now, as of writing this issue, Gourmet has no unit testing or code coverage. For a brief overview of Go testing, [here](https://golang.org/pkg/testing/) [are](https://blog.alexellis.io/golang-writing-unit-tests/) [some](https://blog.golang.org/cover) [resources](https://www.elastic.co/blog/code-coverage-for-your-golang-system-tests) This issue will stay...

help wanted

Got a cool analyzer idea? Submit a pull request updating the README.md with a link to your analyzer repo!

good first issue

Go's built-in plugin package, part of the standard library as of Go 1.8, is very finicky with dependency versions across plugins. If a plugin is built using Go Modules, and...

Create CI/CD pipeline using GitHub Actions to validate pull requests