[PR #47] [MERGED] Cache Rest API #243

Closed
opened 2026-02-26 04:34:36 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/47


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/47 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 10/15/2017 **Status:** ✅ Merged **Merged:** 10/17/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/47` --- ### 📝 Commits (10+) - [`6842aaf`](https://github.com/mageddo/dns-proxy-server/commit/6842aafc585fe7151e4a61830f878bb43d8a9925) adding util information to log - [`11b33dd`](https://github.com/mageddo/dns-proxy-server/commit/11b33dda3099e4097c275d431ff47d31929a0cca) creating cache api - [`4c6b561`](https://github.com/mageddo/dns-proxy-server/commit/4c6b56100959d11c58f6ce23566c7cb4b2f57c31) #47 changing version - [`8fef9df`](https://github.com/mageddo/dns-proxy-server/commit/8fef9df1ad3176c8f898f704061d673710903619) #47 backing version, travis will do that - [`3482a03`](https://github.com/mageddo/dns-proxy-server/commit/3482a032ea5f17e7a0d5f1279948b252861428cf) #47 backing command - [`cf203ff`](https://github.com/mageddo/dns-proxy-server/commit/cf203ff4ca9706e82330aa75bf2ec3e50dac6e7c) #47 testing apis - [`4783eae`](https://github.com/mageddo/dns-proxy-server/commit/4783eae8ce91a9349a5be4962d3247883b21e496) #47 adding status code validation - [`9e5dce3`](https://github.com/mageddo/dns-proxy-server/commit/9e5dce3bb61d8ebcb2b825f6516de01a0c6c779c) #47 changing log - [`830e72c`](https://github.com/mageddo/dns-proxy-server/commit/830e72c5f752acf9aaefd4f8095ce8072ccbfbe6) #42 changing collection name to plural - [`45c64a7`](https://github.com/mageddo/dns-proxy-server/commit/45c64a740dfbf9852a7fffdeeb7d42eb84417c4e) #47 adding docs ### 📊 Changes **13 files changed** (+178 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#243
No description provided.