[PR #225] [MERGED] WIP: More advanced action parsing #1243

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/225
Author: @binwiederhier
Created: 4/27/2022
Status: Merged
Merged: 4/27/2022
Merged by: @binwiederhier

Base: mainHead: actions-parsing


📝 Commits (4)

  • 574e72a WIP: More advanced action parsing
  • 1f6118f Finish up better parsing
  • 6bd4e4b User actions docs, tests and release notes
  • 72aea26 Remove superflous if statement

📊 Changes

8 files changed (+519 additions, -189 deletions)

View changed files

📝 docs/publish.md (+33 -28)
📝 docs/releases.md (+16 -0)
server/actions.go (+307 -0)
server/actions_test.go (+155 -0)
📝 server/server.go (+1 -1)
📝 server/types.go (+7 -0)
📝 server/util.go (+0 -107)
📝 server/util_test.go (+0 -53)

📄 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/binwiederhier/ntfy/pull/225 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 4/27/2022 **Status:** ✅ Merged **Merged:** 4/27/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `actions-parsing` --- ### 📝 Commits (4) - [`574e72a`](https://github.com/binwiederhier/ntfy/commit/574e72a974ff95d2d4de9b888bda45d76c892707) WIP: More advanced action parsing - [`1f6118f`](https://github.com/binwiederhier/ntfy/commit/1f6118f068c302719f89a2cc914a1d604d34eb7a) Finish up better parsing - [`6bd4e4b`](https://github.com/binwiederhier/ntfy/commit/6bd4e4bd7cdd5d3fd39b75d25fb0c75145335c66) User actions docs, tests and release notes - [`72aea26`](https://github.com/binwiederhier/ntfy/commit/72aea2613ac35598f75b11c3f938e35c2106766c) Remove superflous if statement ### 📊 Changes **8 files changed** (+519 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `docs/publish.md` (+33 -28) 📝 `docs/releases.md` (+16 -0) ➕ `server/actions.go` (+307 -0) ➕ `server/actions_test.go` (+155 -0) 📝 `server/server.go` (+1 -1) 📝 `server/types.go` (+7 -0) 📝 `server/util.go` (+0 -107) 📝 `server/util_test.go` (+0 -53) </details> ### 📄 Description _No description provided_ --- <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#1243
No description provided.