[PR #55] [MERGED] Refactor backups and add a backup api endpoint #75

Closed
opened 2026-02-27 22:07:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sibprogrammer/owp/pull/55
Author: @punkeel
Created: 3/18/2015
Status: Merged
Merged: 4/12/2015
Merged by: @sibprogrammer

Base: masterHead: patch-add-backups-api_endpoint


📝 Commits (1)

  • 7566f45 Refactor backups and add a backup api endpoint

📊 Changes

5 files changed (+129 additions, -73 deletions)

View changed files

📝 app/controllers/admin/backups_controller.rb (+2 -70)
app/controllers/api/backups_controller.rb (+51 -0)
📝 app/controllers/application.rb (+12 -0)
📝 app/models/backup.rb (+62 -1)
📝 app/models/virtual_server.rb (+2 -2)

📄 Description

Linked issue: #51
Former PR: #53

Hope this one is better done, and might be merged ! (Y)


🔄 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/sibprogrammer/owp/pull/55 **Author:** [@punkeel](https://github.com/punkeel) **Created:** 3/18/2015 **Status:** ✅ Merged **Merged:** 4/12/2015 **Merged by:** [@sibprogrammer](https://github.com/sibprogrammer) **Base:** `master` ← **Head:** `patch-add-backups-api_endpoint` --- ### 📝 Commits (1) - [`7566f45`](https://github.com/sibprogrammer/owp/commit/7566f456a831785dd354c252c7926be3a5a8f263) Refactor backups and add a backup api endpoint ### 📊 Changes **5 files changed** (+129 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `app/controllers/admin/backups_controller.rb` (+2 -70) ➕ `app/controllers/api/backups_controller.rb` (+51 -0) 📝 `app/controllers/application.rb` (+12 -0) 📝 `app/models/backup.rb` (+62 -1) 📝 `app/models/virtual_server.rb` (+2 -2) </details> ### 📄 Description Linked issue: #51 Former PR: #53 Hope this one is better done, and might be merged ! (Y) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:07:30 +03:00
Sign in to join this conversation.
No labels
pull-request
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/owp#75
No description provided.