ptth/crates/ptth_relay/src
_ 0e4839e146 🐳 build: add Tini to Docker image, simplify Git version injection
Building the Git version into the code meant that Cargo had to recompile
ptth_relay every time I built. This is annoying and it doesn't add anything.

I changed it to read the Git version from a text file which is absent by
default, and present in the Docker image.
2020-12-13 02:20:12 +00:00
..
config.rs test: add end-to-end test for scraper API 2020-12-13 01:55:47 +00:00
errors.rs ♻️ Splitting tests for file server into their own tests.rs 2020-11-29 18:50:51 +00:00
git_version.rs 🐳 build: add Tini to Docker image, simplify Git version injection 2020-12-13 02:20:12 +00:00
key_validity.rs test: add end-to-end test for scraper API 2020-12-13 01:55:47 +00:00
lib.rs test: add end-to-end test for scraper API 2020-12-13 01:55:47 +00:00
main.rs 🐳 build: add Tini to Docker image, simplify Git version injection 2020-12-13 02:20:12 +00:00
server_endpoint.rs 👕 refactor: merge the servers' config file and runtime representations 2020-12-12 15:57:22 +00:00
tests.rs ♻️ Get rid of more unwraps and panics 2020-11-29 21:38:23 +00:00