[PR #212] [MERGED] WIP Actions #1244

Closed
opened 2026-05-07 01:01:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/212
Author: @binwiederhier
Created: 4/16/2022
Status: Merged
Merged: 4/22/2022
Merged by: @binwiederhier

Base: mainHead: actions


📝 Commits (10+)

📊 Changes

32 files changed (+2582 additions, -1006 deletions)

View changed files

📝 Makefile (+1 -1)
📝 client/options.go (+6 -0)
📝 cmd/publish.go (+5 -0)
📝 docs/publish.md (+1119 -13)
📝 docs/releases.md (+11 -1)
docs/static/img/android-screenshot-notification-actions.png (+0 -0)
📝 go.mod (+16 -14)
📝 go.sum (+35 -32)
📝 server/errors.go (+1 -0)
📝 server/message_cache.go (+46 -9)
📝 server/server.go (+14 -0)
📝 server/server_firebase.go (+7 -0)
📝 server/server_test.go (+55 -0)
📝 server/types.go (+14 -0)
📝 server/util.go (+98 -0)
📝 server/util_test.go (+53 -0)
📝 util/util.go (+10 -0)
📝 util/util_test.go (+14 -0)
📝 web/package-lock.json (+951 -918)
📝 web/public/static/langs/bg.json (+1 -1)

...and 12 more files

📄 Description

WIP for #134


🔄 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/binwiederhier/ntfy/pull/212 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 4/16/2022 **Status:** ✅ Merged **Merged:** 4/22/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `actions` --- ### 📝 Commits (10+) - [`26efd48`](https://github.com/binwiederhier/ntfy/commit/26efd481e30140e682d4c6b9f988e4c54a92b847) WIP Actions - [`967cde1`](https://github.com/binwiederhier/ntfy/commit/967cde1fb58f6091be1c901514dfe63a8a13548a) JSON format - [`55869f5`](https://github.com/binwiederhier/ntfy/commit/55869f551ef1c1a66dd70a45b6371fd5263cd04d) Add ID - [`5a9b212`](https://github.com/binwiederhier/ntfy/commit/5a9b2122c2b99bf84b6a884be4155d571a26c7e7) Make simple actions parsing work - [`3c3b247`](https://github.com/binwiederhier/ntfy/commit/3c3b2477af43ca387fdd1fedfcaa329699ab696d) Docs (WIP), Firebase - [`85043b3`](https://github.com/binwiederhier/ntfy/commit/85043b34a4b1d3eca73c11628027d690283eb873) Merge branch 'main' into actions - [`3a7fd7a`](https://github.com/binwiederhier/ntfy/commit/3a7fd7a620750c31a62f162d192821a2124c94d7) Merge branch 'main' of https://hosted.weblate.org/git/ntfy/web into actions - [`0eb511c`](https://github.com/binwiederhier/ntfy/commit/0eb511c714019e2f4e7d4c6c3d094cf113804f8f) Merge branch 'main' into actions - [`8900df2`](https://github.com/binwiederhier/ntfy/commit/8900df27c9a677beb0ed64d9d06ef3e3140c9c5d) Docs, still WIP - [`712c292`](https://github.com/binwiederhier/ntfy/commit/712c292183bc421f9cb9a0ad207c391afaeddb1f) More docs ### 📊 Changes **32 files changed** (+2582 additions, -1006 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `client/options.go` (+6 -0) 📝 `cmd/publish.go` (+5 -0) 📝 `docs/publish.md` (+1119 -13) 📝 `docs/releases.md` (+11 -1) ➕ `docs/static/img/android-screenshot-notification-actions.png` (+0 -0) 📝 `go.mod` (+16 -14) 📝 `go.sum` (+35 -32) 📝 `server/errors.go` (+1 -0) 📝 `server/message_cache.go` (+46 -9) 📝 `server/server.go` (+14 -0) 📝 `server/server_firebase.go` (+7 -0) 📝 `server/server_test.go` (+55 -0) 📝 `server/types.go` (+14 -0) 📝 `server/util.go` (+98 -0) 📝 `server/util_test.go` (+53 -0) 📝 `util/util.go` (+10 -0) 📝 `util/util_test.go` (+14 -0) 📝 `web/package-lock.json` (+951 -918) 📝 `web/public/static/langs/bg.json` (+1 -1) _...and 12 more files_ </details> ### 📄 Description WIP for #134 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:11 +02: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/ntfy#1244
No description provided.