[PR #49] [MERGED] completed handling all event types #224

Closed
opened 2025-10-31 17:07:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/49
Author: @shreyas1599
Created: 4/7/2020
Status: Merged
Merged: 4/8/2020
Merged by: @pd4d10

Base: masterHead: master


📝 Commits (1)

  • b5fe2ce completed handling all event types

📊 Changes

3 files changed (+439 additions, -34 deletions)

View changed files

📝 lib/models/github.dart (+98 -1)
📝 lib/models/github.g.dart (+178 -1)
📝 lib/widgets/event_item.dart (+163 -32)

📄 Description

Fixes #2
The following event types were removed as they do not appear in user timelines or are no longer delivered:

  1. DeploymentEvent
  2. DeploymentStatusEvent
  3. DownloadEvent
  4. FollowEvent
  5. ForkApplyEvent
  6. GitHubAppAuthorizationEvent
  7. GistEvent
  8. LabelEvent
  9. MembershipEvent
  10. MilestoneEvent
  11. OrganizationEvent
  12. OrgBlockEvent
  13. PageBuildEvent
  14. StatusEvent
  15. TeamEvent
  16. TeamAddEvent
  17. RepositoryEvent

🔄 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/pd4d10/git-touch/pull/49 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 4/7/2020 **Status:** ✅ Merged **Merged:** 4/8/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b5fe2ce`](https://github.com/pd4d10/git-touch/commit/b5fe2ce9be2a7cd63ecd067d0e7d98376b6229d1) completed handling all event types ### 📊 Changes **3 files changed** (+439 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/github.dart` (+98 -1) 📝 `lib/models/github.g.dart` (+178 -1) 📝 `lib/widgets/event_item.dart` (+163 -32) </details> ### 📄 Description Fixes #2 The following event types were removed as they do not appear in user timelines or are no longer delivered: 1. `DeploymentEvent` 2. `DeploymentStatusEvent` 3. `DownloadEvent` 4. `FollowEvent` 5. `ForkApplyEvent` 6. `GitHubAppAuthorizationEvent` 7. `GistEvent` 8. `LabelEvent` 9. ` MembershipEvent` 10. `MilestoneEvent` 11. `OrganizationEvent` 12. `OrgBlockEvent` 13. `PageBuildEvent` 14. `StatusEvent` 15. `TeamEvent` 16. `TeamAddEvent` 17. `RepositoryEvent` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:07:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#224