mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #47] [MERGED] Cache Rest API #243
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/47
Author: @mageddo
Created: 10/15/2017
Status: ✅ Merged
Merged: 10/17/2017
Merged by: @mageddo
Base:
master← Head:feature/47📝 Commits (10+)
6842aafadding util information to log11b33ddcreating cache api4c6b561#47 changing version8fef9df#47 backing version, travis will do that3482a03#47 backing commandcf203ff#47 testing apis4783eae#47 adding status code validation9e5dce3#47 changing log830e72c#42 changing collection name to plural45c64a7#47 adding docs📊 Changes
13 files changed (+178 additions, -17 deletions)
View changed files
📝
README.md(+5 -1)📝
cache/cache.go(+2 -0)📝
cache/lru/lru.go(+8 -0)📝
cache/lru/lru_test.go(+23 -0)📝
cache/timed/timedvalue.go(+7 -7)➕
controller/cache.go(+47 -0)➕
controller/cache_test.go(+43 -0)📝
docker-compose.yml(+1 -1)➕
docs/api/v1/caches/README.md(+34 -0)📝
proxy/docker.go(+1 -1)📝
proxy/local.go(+2 -2)📝
proxy/remote.go(+2 -2)📝
utils/utils.go(+3 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.