mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 14:45:50 +03:00
[PR #41] [MERGED] V2 #131
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#131
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/Finb/bark-server/pull/41
Author: @Finb
Created: 2/22/2021
Status: ✅ Merged
Merged: 2/22/2021
Merged by: @Finb
Base:
master← Head:v2📝 Commits (10+)
3c2e324feat(v2): tmp commitb6e9dd1feat(http): change http framework to fiber53dc999feat(apns): add apple CAs6bc0e96feat(apns): add private key5864e6drefactor(apns): change var to const5fb01c3docs(apns): add comment755b763chore(systemd): add pre-fork optionfc38bf8feat(log): update log format1f1fb76feat(log): update log format4ed3263style(filename): rename file📊 Changes
19 files changed (+1098 additions, -528 deletions)
View changed files
📝
.cross_compile.sh(+1 -1)➕
.github/workflows/ci.yaml(+58 -0)📝
.gitignore(+1 -0)➕
apns.go(+97 -0)➕
apns_certs.go(+225 -0)➕
database.go(+39 -0)📝
deploy/bark-server.service(+1 -1)📝
go.mod(+9 -7)📝
go.sum(+77 -126)📝
main.go(+174 -36)➕
route_auth.go(+24 -0)➕
route_misc.go(+45 -0)➕
route_push.go(+99 -0)➕
route_register.go(+104 -0)➕
router.go(+111 -0)➖
server.go(+0 -317)➕
util.go(+32 -0)📝
version(+1 -1)➖
version.go(+0 -39)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.