1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-07-12 22:20:55 +02:00
Commit Graph

223 Commits

Author SHA1 Message Date
604391e55e extend tests for tricky cases 2021-04-27 01:57:04 -05:00
66eb3ffe4a support d units in cache duration 2021-04-27 01:40:46 -05:00
a4cffbe922 Mime cache (#59)
* support different caching duration for different mime types #58

* extract main code to run func

* lint: err shadowing
2021-04-26 18:51:48 -05:00
f5c5c61349 add header example 2021-04-25 12:57:11 -05:00
c4f3752350 remove negative duration sample 2021-04-24 19:00:20 -05:00
89b562e059 add details about cache duration 2021-04-24 18:59:55 -05:00
22a97a6476 make header thiner and remove build from repo 2021-04-24 15:14:11 -05:00
a0b56580e2 fiх absolute link in docs 2021-04-24 13:53:33 -05:00
9a7a92fc41 make deadlock test on health handler more realistic v0.4.0 2021-04-24 04:03:29 -05:00
8279b1a8ea change gcr link 2021-04-23 23:42:43 -05:00
a36c64fca4 remove some EOLs 2021-04-23 23:39:07 -05:00
0914bbe9a2 minor typos 2021-04-23 16:46:35 -05:00
efded2cf5e flip order in docker proxy+static labels #55
we want proxy rule to have priority over assets rule
2021-04-23 04:05:14 -05:00
c590c3246d Assets cache (#54)
* add caching control for assets
* regen site
2021-04-23 02:02:36 -05:00
ef8298bb9c Test to catch a deadlock in healthHandler() 2021-04-21 17:30:34 -05:00
38af32f37c Fix a deadlock 2021-04-21 17:30:34 -05:00
7e89e35e48 Fix typo in assets example 2021-04-21 03:55:36 -05:00
6096db3ff0 typo and regen site 2021-04-21 02:03:19 -05:00
4c79c3b239 rename endpoint to /metrics 2021-04-21 01:28:07 -05:00
f16d92b774 lint: minor warns 2021-04-20 19:22:46 -05:00
aef3040b60 fix tests regression 2021-04-20 19:22:46 -05:00
f47b16e426 revendor 2021-04-20 19:22:46 -05:00
8ea0052228 implement basic support of metrics via mgmt server #35 2021-04-20 19:22:46 -05:00
bece2938f0 Fix typo 2021-04-20 10:47:23 -05:00
3499836b90 fix typo in help msg 2021-04-19 03:25:59 -05:00
f2e9701d0d regen site 2021-04-18 15:43:19 -05:00
087a0b7873 make clear multiple hosts support 2021-04-18 12:19:03 -05:00
f7b24e1058 fix health counts calculation 2021-04-17 23:41:44 -05:00
1695532aa5 add ping test 2021-04-17 23:32:54 -05:00
f246618622 don't health check asset mappers 2021-04-17 23:28:12 -05:00
afbcc6c7bb removed unneded atomic in health check 2021-04-17 23:24:41 -05:00
e8988bacc6 extend main test 2021-04-17 23:17:05 -05:00
f304a2f0e6 add total number of services to health error 2021-04-17 23:06:48 -05:00
1aa89cfbd6 fix docker resp struct 2021-04-17 22:55:32 -05:00
7b8d1bb1c8 add site deploy target 2021-04-17 22:52:39 -05:00
d387b860d4 regen site 2021-04-17 22:41:18 -05:00
ecc96142ca Merge pull request #47 from akellbl4/master
[site] Better adaptive behavior
2021-04-17 22:39:22 -05:00
1e686ab5b0 Merge branch 'master' into master 2021-04-17 22:39:07 -05:00
e7121846da Handle docker API errors 2021-04-17 22:37:32 -05:00
813ed6df3d Set minimal supported docker version 2021-04-17 22:37:32 -05:00
f43e9092df regen site v0.3.0 2021-04-17 13:17:02 -05:00
bbbd24dd53 fix missing url.Host forward 2021-04-17 13:11:10 -05:00
34c1510c8c fix docker paths in docs 2021-04-17 12:49:47 -05:00
401375b8d7 bump go-pkgz/rest to show hostname in stdout logs 2021-04-17 12:46:22 -05:00
7bf691c7e2 Better adaptive behavior
- fixed size of logo on mobile
- smaller paddings on small phones
2021-04-17 13:17:15 +03:00
0a9051d528 lint: unneeded fmt 2021-04-17 02:36:49 -05:00
2b492d840a fix tests 2021-04-17 02:35:23 -05:00
ee4f8919e1 allow docker to provide static with proxy at the same time #27 2021-04-17 02:17:23 -05:00
6ad288afd0 drop docker api version 2021-04-17 02:16:43 -05:00
2ffb9644a7 drop massive deps from removed docker client 2021-04-16 17:39:30 -05:00