[PR #5] [MERGED] Caching/purging #8

Closed
opened 2026-02-26 01:35:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jtsalva/cloudmare/pull/5
Author: @jtsalva
Created: 10/30/2019
Status: Merged
Merged: 10/30/2019
Merged by: @jtsalva

Base: masterHead: caching/purging


📝 Commits (3)

  • b663353 added purge cache request
  • 854fe66 add button to purge all cache
  • 8dcfcf9 fix missing data fields

📊 Changes

5 files changed (+71 additions, -1 deletions)

View changed files

📝 app/src/main/java/dev/jtsalva/cloudmare/CachingActivity.kt (+26 -0)
📝 app/src/main/java/dev/jtsalva/cloudmare/api/Request.kt (+1 -0)
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/PurgeCacheRequest.kt (+25 -0)
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/PurgeCacheResponse.kt (+12 -0)
📝 app/src/main/res/layout/activity_caching.xml (+7 -1)

📄 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/jtsalva/cloudmare/pull/5 **Author:** [@jtsalva](https://github.com/jtsalva) **Created:** 10/30/2019 **Status:** ✅ Merged **Merged:** 10/30/2019 **Merged by:** [@jtsalva](https://github.com/jtsalva) **Base:** `master` ← **Head:** `caching/purging` --- ### 📝 Commits (3) - [`b663353`](https://github.com/jtsalva/cloudmare/commit/b66335332c70f43b64e7a91a4f509e326a88de63) added purge cache request - [`854fe66`](https://github.com/jtsalva/cloudmare/commit/854fe666a711f9745661436799fb4960e4858206) add button to purge all cache - [`8dcfcf9`](https://github.com/jtsalva/cloudmare/commit/8dcfcf97990514ffca26c75f61d758cd71860f7b) fix missing data fields ### 📊 Changes **5 files changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/dev/jtsalva/cloudmare/CachingActivity.kt` (+26 -0) 📝 `app/src/main/java/dev/jtsalva/cloudmare/api/Request.kt` (+1 -0) ➕ `app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/PurgeCacheRequest.kt` (+25 -0) ➕ `app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/PurgeCacheResponse.kt` (+12 -0) 📝 `app/src/main/res/layout/activity_caching.xml` (+7 -1) </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 01:35:37 +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/cloudmare-jtsalva#8
No description provided.