mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1209
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/binwiederhier/ntfy/pull/60
Author: @binwiederhier
Created: 12/17/2021
Status: ✅ Merged
Merged: 12/22/2021
Merged by: @binwiederhier
Base:
main← Head:cli📝 Commits (10+)
1e8421eWIP: CLI, relates to #46a1f513fWIP CLI5639cf7Docsf266afaWIP CLI2c1989bI think we're getting therefa9d644Move config files and folderse3dfea1Docblocks, a handful of tests, but not enoughddd5ce2Start CLI testsf24855cDocumentation, fix test, return JSON on publish, add --quiet flag for publishedb6b0cMore docs, still WIP📊 Changes
47 files changed (+2114 additions, -317 deletions)
View changed files
📝
.github/workflows/test.yaml(+1 -1)📝
.goreleaser.yml(+15 -5)📝
Makefile(+12 -13)➕
client/client.go(+257 -0)➕
client/client.yml(+36 -0)➕
client/client_test.go(+108 -0)➕
client/config.go(+42 -0)➕
client/config_test.go(+36 -0)➕
client/ntfy-client.service(+12 -0)➕
client/options.go(+137 -0)📝
cmd/app.go(+22 -85)➕
cmd/app_test.go(+26 -0)➕
cmd/publish.go(+93 -0)➕
cmd/publish_test.go(+18 -0)➕
cmd/serve.go(+112 -0)➕
cmd/subscribe.go(+237 -0)➖
config/config_test.go(+0 -12)📝
docs/config.md(+10 -10)➕
docs/deprecations.md(+25 -0)📝
docs/faq.md(+1 -1)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.