hoc/src
Valentin Brandl c9a54eda49 Allow requesting badges for branches != master
This changed the cache structure to allow caching data for multiple
branches. The service still assumes a default branch named `master` but
using the `branch` get parameter, the default branch can be changed.

The 404 page for the missing `master` branch was changed to explain the
new parameter.
2020-07-20 20:14:22 +02:00
..
cache.rs Allow requesting badges for branches != master 2020-07-20 20:14:22 +02:00
config.rs Allow requesting badges for branches != master 2020-07-20 20:14:22 +02:00
count.rs Create folders to fix test 2020-05-15 13:34:48 +02:00
error.rs Allow requesting badges for branches != master 2020-07-20 20:14:22 +02:00
main.rs Allow requesting badges for branches != master 2020-07-20 20:14:22 +02:00
service.rs Add service enum for form data 2019-05-04 15:37:29 +02:00
statics.rs Update futures, actix and request to next major version, refactor to use async/await 2020-02-12 19:45:18 +01:00
template.rs Allow requesting badges for branches != master 2020-07-20 20:14:22 +02:00
tests.rs Implement simple integration test 2020-05-15 12:15:18 +02:00