about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* NEWS: init 1.1.0Alyssa Ross2021-06-06
|
* Cargo.toml: graphql_client: 0.8.0 -> 0.9.0Alyssa Ross2021-06-06
| | | | | Only breaking change is apparently to the CLI that is versioned with the crate.
* Cargo.lock: regenerateAlyssa Ross2021-06-06
|
* branches: update for staging-next-21.05Alyssa Ross2021-06-06
| | | | 21.05 is the first release to use a staging-next-* branch.
* README.license: add missing dateAlyssa Ross2021-05-24
|
* Add title to PR information displaySumner Evans2021-05-24
| | | | | | | Also refactor MergeInfo -> PrInfo. Reviewed-by: Alyssa Ross <hi@alyssa.is> Tested-by: Alyssa Ross <hi@alyssa.is>
* README: update instructions for runningSumner Evans2021-05-22
| | | | | Add instructions to the README for how to run the project using systemd-socket-activate. The s6-tcpserver command was incorrect.
* .editorconfig: set max_line_length for READMESumner Evans2021-05-22
|
* README: add missing line breakAlyssa Ross2021-03-25
|
* deny.toml: createAlyssa Ross2021-03-16
|
* README: fix non-systemd socket activation exampleAlyssa Ross2021-03-16
| | | | This is why I like execline. :P
* Version 1.0.0 1.0.0Alyssa Ross2021-02-27
|
* README: link to my instanceAlyssa Ross2021-02-18
|
* github: check for bogus merge commit data by dateAlyssa Ross2021-02-18
| | | | Reported-by: Graham Christensen <graham@grahamc.com>
* branches: stable doesn't have a staging-next equivAlyssa Ross2021-02-17
| | | | Reported-by: WORLDofPEACE <worldofpeace@protonmail.ch>
* templates: clean up HTML outputAlyssa Ross2021-02-17
| | | | | | | | | The main issue was that the license header from the tree template was being repeated in the generated HTML every time it was included. Use an askama comment to avoid that. Additionally, reduce the amount of unnecessary whitespace generated a bit.
* Initial commitAlyssa Ross2021-02-17