[PR #5] [MERGED] merge develop into main #13

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

📋 Pull Request Information

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

Base: mainHead: develop


📝 Commits (10+)

  • f9e7817 Add ui-payment
  • a3400d6 Add ui-dashboard
  • a488cdb Refactor, improve, and unify configs & env vars
  • fb639d2 Add PROCESSING_PAYMENT_FRONTEND_SUB_PATH env var
  • 999c6e5 Disable internal API by default
  • fce5a20 Add support for auto migrations on startup
  • 5e7ffd6 Make service fee zero by default
  • eaf7a58 Pretty print env vars
  • 4d60849 Rename commands
  • d8fc58a Minor auth refactor

📊 Changes

269 files changed (+45523 additions, -610 deletions)

View changed files

📝 .dockerignore (+6 -1)
.github/static/cover.svg (+40 -0)
.github/static/demo.jpg (+0 -0)
.github/workflows/ci.yml (+56 -0)
.github/workflows/release.yml (+100 -0)
📝 .gitignore (+4 -1)
📝 .golangci.yml (+5 -6)
Dockerfile (+22 -0)
LICENSE (+201 -0)
📝 Makefile (+11 -7)
📝 README.md (+43 -2)
📝 api/proto/merchant/dashboard-v1.yml (+6 -0)
📝 api/proto/merchant/v1/auth.yml (+64 -0)
cmd/all_in_one.go (+42 -0)
cmd/create_user.go (+52 -0)
cmd/list_wallets.go (+77 -0)
📝 cmd/migrate.go (+53 -11)
📝 cmd/root.go (+36 -23)
📝 cmd/run_scheduler.go (+5 -5)
📝 cmd/serve_kms.go (+7 -7)

...and 80 more files

📄 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/5 **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 (10+) - [`f9e7817`](https://github.com/oxygenpay/oxygen/commit/f9e78174d4c638a49171b5e4284ef26d0f8d2528) Add ui-payment - [`a3400d6`](https://github.com/oxygenpay/oxygen/commit/a3400d6b97e6e7b2ff70a871b7fce465ef75a13a) Add ui-dashboard - [`a488cdb`](https://github.com/oxygenpay/oxygen/commit/a488cdb517596c3cfffb2c19f9469e8c0fa08f51) Refactor, improve, and unify configs & env vars - [`fb639d2`](https://github.com/oxygenpay/oxygen/commit/fb639d21e35247dae9171c25c8ff28080e9d1170) Add PROCESSING_PAYMENT_FRONTEND_SUB_PATH env var - [`999c6e5`](https://github.com/oxygenpay/oxygen/commit/999c6e523efeb0be92d1d97f53cd19f720119c97) Disable internal API by default - [`fce5a20`](https://github.com/oxygenpay/oxygen/commit/fce5a20bcd9883ef566c1d931e3d3f818641c55b) Add support for auto migrations on startup - [`5e7ffd6`](https://github.com/oxygenpay/oxygen/commit/5e7ffd60094d559e97604cc09111e73c97fcce4d) Make service fee zero by default - [`eaf7a58`](https://github.com/oxygenpay/oxygen/commit/eaf7a58babb3903e6fb073dae42e63bfe57f72c1) Pretty print env vars - [`4d60849`](https://github.com/oxygenpay/oxygen/commit/4d60849bea4e188706936b3f3f8da653bfa7ec63) Rename commands - [`d8fc58a`](https://github.com/oxygenpay/oxygen/commit/d8fc58a14c4a2ea4b01c1bd13971106cbbd0f05c) Minor auth refactor ### 📊 Changes **269 files changed** (+45523 additions, -610 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+6 -1) ➕ `.github/static/cover.svg` (+40 -0) ➕ `.github/static/demo.jpg` (+0 -0) ➕ `.github/workflows/ci.yml` (+56 -0) ➕ `.github/workflows/release.yml` (+100 -0) 📝 `.gitignore` (+4 -1) 📝 `.golangci.yml` (+5 -6) ➕ `Dockerfile` (+22 -0) ➕ `LICENSE` (+201 -0) 📝 `Makefile` (+11 -7) 📝 `README.md` (+43 -2) 📝 `api/proto/merchant/dashboard-v1.yml` (+6 -0) 📝 `api/proto/merchant/v1/auth.yml` (+64 -0) ➕ `cmd/all_in_one.go` (+42 -0) ➕ `cmd/create_user.go` (+52 -0) ➕ `cmd/list_wallets.go` (+77 -0) 📝 `cmd/migrate.go` (+53 -11) 📝 `cmd/root.go` (+36 -23) 📝 `cmd/run_scheduler.go` (+5 -5) 📝 `cmd/serve_kms.go` (+7 -7) _...and 80 more files_ </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: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/oxygen#13
No description provided.