mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #5] [MERGED] merge develop into main #13
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:develop📝 Commits (10+)
f9e7817Add ui-paymenta3400d6Add ui-dashboarda488cdbRefactor, improve, and unify configs & env varsfb639d2Add PROCESSING_PAYMENT_FRONTEND_SUB_PATH env var999c6e5Disable internal API by defaultfce5a20Add support for auto migrations on startup5e7ffd6Make service fee zero by defaulteaf7a58Pretty print env vars4d60849Rename commandsd8fc58aMinor 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.