[PR #155] [MERGED] feat(Gitea): issue, issueComment, labels, refactor(GeIssueComment) #265

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/155
Author: @shreyas1599
Created: 1/9/2021
Status: Merged
Merged: 1/10/2021
Merged by: @pd4d10

Base: mainHead: gitea-update


📝 Commits (4)

  • 6133631 feat(gitea): issue, issueAdd, issueComment
  • ef6a023 rollback grade.properties change
  • e31fe17 refactor: GeIssueComment, fix: url GtIssueComment
  • bbd60e9 feat: labels

📊 Changes

9 files changed (+489 additions, -51 deletions)

View changed files

📝 lib/models/auth.dart (+49 -5)
📝 lib/models/gitea.dart (+25 -0)
📝 lib/models/gitea.g.dart (+48 -1)
📝 lib/router.dart (+20 -0)
📝 lib/screens/ge_issue_comment.dart (+15 -43)
lib/screens/gt_issue.dart (+153 -0)
lib/screens/gt_issue_comment.dart (+81 -0)
lib/screens/gt_issue_form.dart (+78 -0)
📝 lib/screens/gt_issues.dart (+20 -2)

📄 Description

  • issue, issueAdd, issueComment, labels
  • refactor GeIssueComment
  • PR endpoints is still under development by Gitea. files, comments, commits data are missing. Hence I didn't add PR screen,Single Commit Screen. For commit screen too - no API for files of a commit.
  • refactor fetchGitea to handle different HTTP request types

🔄 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/155 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/9/2021 **Status:** ✅ Merged **Merged:** 1/10/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `gitea-update` --- ### 📝 Commits (4) - [`6133631`](https://github.com/pd4d10/git-touch/commit/61336314f08ae05791dfbb4b6f4c075ef66ef40a) feat(gitea): issue, issueAdd, issueComment - [`ef6a023`](https://github.com/pd4d10/git-touch/commit/ef6a02379a935fcba260bc87f47d39aa3c1e19f9) rollback grade.properties change - [`e31fe17`](https://github.com/pd4d10/git-touch/commit/e31fe17d62f4b37d4794f22699b2ed38ab21b3b6) refactor: GeIssueComment, fix: url GtIssueComment - [`bbd60e9`](https://github.com/pd4d10/git-touch/commit/bbd60e93aecb53f4e13fe2760b1be583d2044998) feat: labels ### 📊 Changes **9 files changed** (+489 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/auth.dart` (+49 -5) 📝 `lib/models/gitea.dart` (+25 -0) 📝 `lib/models/gitea.g.dart` (+48 -1) 📝 `lib/router.dart` (+20 -0) 📝 `lib/screens/ge_issue_comment.dart` (+15 -43) ➕ `lib/screens/gt_issue.dart` (+153 -0) ➕ `lib/screens/gt_issue_comment.dart` (+81 -0) ➕ `lib/screens/gt_issue_form.dart` (+78 -0) 📝 `lib/screens/gt_issues.dart` (+20 -2) </details> ### 📄 Description - issue, issueAdd, issueComment, labels - refactor GeIssueComment - PR endpoints is still under development by Gitea. files, comments, commits data are missing. Hence I didn't add PR screen,Single Commit Screen. For commit screen too - no API for files of a commit. - refactor fetchGitea to handle different HTTP request types --- <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:08:34 -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#265