Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Create settings structure | Dan Goodliffe | 2025-09-24 |
| | | | | | | | Holds all the settings and their defaults for use in program_options and tests. Disables missing-field-initializers in tests because its over sensitive to structures with defaults where you only provide some values specifically. | ||
* | Add test over mocked user agent fetch | Dan Goodliffe | 2025-09-09 |
| | | | | Uses a file:// URL to curl fetch a local fixture. | ||
* | Add an ingestor performance test | Dan Goodliffe | 2025-08-25 |
| | | | | Generates a random long file of random data and then ingests it. | ||
* | Move common test code to its own library | Dan Goodliffe | 2025-08-25 |
| | |||
* | Add DB schema and setup a mock of it in testing | Dan Goodliffe | 2025-08-25 |
| | |||
* | Initial commit; basic Apache log parsing | Dan Goodliffe | 2025-08-25 |