Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Favor writing .md extensions firstindexer-minor-fixups | Joseph Hunkeler | 2025-02-18 | 1 | -2/+2 |
| | | | | | * .md is replaced with .html when --web is enabled * Pad horizontal line with linefeeds | ||||
* | Do not show docker line if no image exists | Joseph Hunkeler | 2025-02-18 | 1 | -9/+23 |
| | | | | | * Fix docker_images free call * Inject horizontal lines between RCs | ||||
* | Match harder | Joseph Hunkeler | 2025-02-15 | 1 | -1/+3 |
| | |||||
* | Plug a few leaks | Joseph Hunkeler | 2025-02-14 | 1 | -2/+2 |
| | |||||
* | indexer: current release now displays the python version | Joseph Hunkeler | 2024-12-22 | 1 | -4/+5 |
| | |||||
* | Show current release followed by all available releases | Joseph Hunkeler | 2024-12-07 | 1 | -60/+87 |
| | | | | * Include link to archived docker image (i.e. curl -L [..] | docker load) | ||||
* | Improved markdown output and presentation | Joseph Hunkeler | 2024-12-06 | 1 | -4/+14 |
| | |||||
* | Fix pointers to Delivery struct | Joseph Hunkeler | 2024-12-06 | 1 | -11/+11 |
| | | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses. | ||||
* | Break down indexer into independent source files | Joseph Hunkeler | 2024-11-18 | 1 | -0/+75 |
* Generate test result output * Add helper function to manage changing file extensions |