[PR #6] [MERGED] Ensure config files/directories for sessions & KMS #14

Closed
opened 2026-03-03 18:51:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/6
Author: @swift1337
Created: 7/2/2023
Status: Merged
Merged: 7/2/2023
Merged by: @swift1337

Base: mainHead: develop


📝 Commits (2)

  • e464a33 Ensure config files/directories for sessions & KMS
  • a10d1f9 Merge branch 'main' into develop

📊 Changes

7 files changed (+131 additions, -4 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 internal/db/connection/bolt/bolt.go (+7 -0)
📝 internal/server/http/middleware/middleware.go (+8 -0)
internal/util/fs.go (+50 -0)
internal/util/fs_test.go (+65 -0)
tmp/.gitignore (+0 -2)
tmp/sessions/.gitignore (+0 -2)

📄 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/oxygenpay/oxygen/pull/6 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (2) - [`e464a33`](https://github.com/oxygenpay/oxygen/commit/e464a33eb0f0e2a9b9627fe8f56dc7bb5baf36d0) Ensure config files/directories for sessions & KMS - [`a10d1f9`](https://github.com/oxygenpay/oxygen/commit/a10d1f96149cda4e7a65a0704d89446198ac9e66) Merge branch 'main' into develop ### 📊 Changes **7 files changed** (+131 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `internal/db/connection/bolt/bolt.go` (+7 -0) 📝 `internal/server/http/middleware/middleware.go` (+8 -0) ➕ `internal/util/fs.go` (+50 -0) ➕ `internal/util/fs_test.go` (+65 -0) ➖ `tmp/.gitignore` (+0 -2) ➖ `tmp/sessions/.gitignore` (+0 -2) </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-03-03 18:51: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/oxygen#14
No description provided.