[PR #147] [MERGED] bitbucket update #873

Closed
opened 2026-04-13 13:55:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: bitbucket-update


📝 Commits (3)

  • 00c128f feat: create issue
  • 0f8cce3 feat: issue screen, comment on issue
  • 7ade825 fix: remove refs from pullScreen uri

📊 Changes

10 files changed (+362 additions, -17 deletions)

View changed files

📝 lib/models/auth.dart (+22 -3)
📝 lib/models/bitbucket.dart (+21 -0)
📝 lib/models/bitbucket.g.dart (+33 -0)
📝 lib/router.dart (+19 -7)
lib/screens/bb_issue.dart (+113 -0)
lib/screens/bb_issue_comment.dart (+65 -0)
lib/screens/bb_issue_form.dart (+78 -0)
📝 lib/screens/bb_issues.dart (+8 -3)
📝 lib/screens/bb_pulls.dart (+1 -2)
📝 lib/screens/bb_repo.dart (+2 -2)

📄 Description

Added:

  • Create an issue
  • Issue Screen
  • Comment on Issue
  • removed the unnecessary refs prop from the uri of Issues and Pulls

🔄 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/147 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/6/2021 **Status:** ✅ Merged **Merged:** 1/6/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `bitbucket-update` --- ### 📝 Commits (3) - [`00c128f`](https://github.com/pd4d10/git-touch/commit/00c128f1d276b321fd6c4aa96973103f011c5cad) feat: create issue - [`0f8cce3`](https://github.com/pd4d10/git-touch/commit/0f8cce335dba6aa8cda7a5858faed1275056488d) feat: issue screen, comment on issue - [`7ade825`](https://github.com/pd4d10/git-touch/commit/7ade8258e2978b9bcb89c70f2c2968dda56d5d15) fix: remove refs from pullScreen uri ### 📊 Changes **10 files changed** (+362 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/auth.dart` (+22 -3) 📝 `lib/models/bitbucket.dart` (+21 -0) 📝 `lib/models/bitbucket.g.dart` (+33 -0) 📝 `lib/router.dart` (+19 -7) ➕ `lib/screens/bb_issue.dart` (+113 -0) ➕ `lib/screens/bb_issue_comment.dart` (+65 -0) ➕ `lib/screens/bb_issue_form.dart` (+78 -0) 📝 `lib/screens/bb_issues.dart` (+8 -3) 📝 `lib/screens/bb_pulls.dart` (+1 -2) 📝 `lib/screens/bb_repo.dart` (+2 -2) </details> ### 📄 Description Added: - Create an issue - Issue Screen - Comment on Issue - removed the unnecessary `refs` prop from the uri of `Issues` and `Pulls` --- <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 2026-04-13 13:55:33 -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#873