Commit Graph

139 Commits

Author SHA1 Message Date
2a833aab98 Bump mime_guess from 2.0.0-alpha.6 to 2.0.1 in /backend
Bumps [mime_guess](https://github.com/abonander/mime_guess) from 2.0.0-alpha.6 to 2.0.1.
- [Release notes](https://github.com/abonander/mime_guess/releases)
- [Commits](https://github.com/abonander/mime_guess/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 20:54:21 +00:00
ee148689cb Request only sha from GitHub API
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 22:42:48 +02:00
da90b45b67 Add optional accept header 2019-08-09 22:38:46 +02:00
b9dc926978 Add badges
[skip ci]
2019-08-09 20:59:31 +02:00
bc5115ba56 Change header
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 20:49:07 +02:00
8ae30269c8 Rename js output 2019-08-09 20:48:54 +02:00
3f5b118ac5 Rename project
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 19:43:58 +02:00
99eb44d618 Enable CI
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 19:22:30 +02:00
86705df03d Put parser in fieldset 2019-08-09 18:22:27 +02:00
9cab2942bf Move static information to HTML template 2019-08-09 17:54:24 +02:00
8b1184c439 Describe caching of redirects 2019-08-09 17:37:21 +02:00
44cf0c93a2 Cleanup and a bit less heap allocation 2019-08-09 16:19:55 +02:00
16a5ac7553 Fix caching issue 2019-08-09 14:40:26 +02:00
13077eb5cd Fix caching issue 2019-08-09 14:28:25 +02:00
048069760f Fix caching issue 2019-08-09 14:26:51 +02:00
ffb47656f2 Test 2019-08-09 12:41:30 +02:00
fe7134c3a3 Test 2019-08-09 12:40:40 +02:00
4d8a296244 Fix Dockerfile 2019-08-09 12:39:58 +02:00
f3bfffd0a9 Fix dockerfile 2019-08-09 12:39:04 +02:00
4fa11bced1 Change workdir after copying 2019-08-07 22:28:36 +02:00
97b4d087a8 Use user rust 2019-08-07 22:27:37 +02:00
c50813409a Use user rust 2019-08-07 22:26:34 +02:00
f874c336ef Merge branch 'chore/extract-cache' 2019-08-07 22:24:47 +02:00
da3592f82c Link dockerignore 2019-08-07 22:24:38 +02:00
d97e392a93 Copy cache crate 2019-08-07 22:24:20 +02:00
501257684e Implement tests 2019-08-07 22:19:41 +02:00
1e806ef4f0 Add docs 2019-08-07 22:18:52 +02:00
28296a0f6e Fix logic bug 2019-08-07 22:18:26 +02:00
4985c497df Extract cache into own crate 2019-08-07 21:44:20 +02:00
2ef81fb75b Add missing import 2019-08-07 21:27:19 +02:00
312d9360c3 Cache redirects for 5 minutes in CDN and local 2019-08-07 21:26:12 +02:00
e81136b045 CacheControl private 2019-08-07 21:10:04 +02:00
733c6135da CacheControl private 2019-08-07 21:05:06 +02:00
bef5f70eab Revert "Don't cache redirects"
This reverts commit 2778b3ac84.
2019-08-07 21:01:09 +02:00
2778b3ac84 Don't cache redirects 2019-08-07 20:57:23 +02:00
9ae990e9c8 Merge branch 'feature/cow' 2019-08-07 20:41:23 +02:00
2cb49c6875 Use arc to minimize clone overhead 2019-08-07 20:41:01 +02:00
ee99c59319 Enable rc feature 2019-08-07 20:40:39 +02:00
49d3055d76 Merge branch 'feature/redirect-cache' 2019-08-07 18:51:52 +02:00
902bad4ca5 Use redirect cache for tags and branches 2019-08-07 18:51:28 +02:00
b65df17a4e Helper methods 2019-08-07 18:50:52 +02:00
566f4c0e01 Add cache struct and implementation 2019-08-07 18:50:28 +02:00
0c22e5662a Remove ribbon 2019-08-05 21:16:09 +02:00
493b5e8111 Serve gists 2019-08-05 21:15:51 +02:00
851697f900 Make input readonly instead of disabled 2019-08-05 18:17:29 +02:00
ac9da4d245 Add some documentation 2019-08-04 23:25:17 +02:00
7e90aec5d9 Remove unnecessary boxing 2019-08-02 23:54:35 +02:00
ced6c7dc46 Remove unused code 2019-08-02 23:53:23 +02:00
befd7ca3f0 Formatting 2019-07-29 23:17:41 +02:00
30970e9610 Move update script 2019-07-29 22:38:13 +02:00