[PR #165] [MERGED] feat(gitlab): branches, issueAdd, router path fix #269

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

📋 Pull Request Information

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

Base: mainHead: gitlab-update


📝 Commits (2)

  • 6e33dc4 feat(gitlab): branches
  • 8371ba8 feat(gitlab):issueAdd, fix:incorrect router paths

📊 Changes

7 files changed (+180 additions, -22 deletions)

View changed files

📝 lib/models/gitlab.dart (+9 -0)
📝 lib/models/gitlab.g.dart (+12 -0)
📝 lib/router.dart (+26 -9)
📝 lib/screens/gl_commits.dart (+4 -4)
lib/screens/gl_issue_form.dart (+76 -0)
📝 lib/screens/gl_issues.dart (+7 -3)
📝 lib/screens/gl_project.dart (+46 -6)

📄 Description

  • gitlab branches
  • IssueAdd
  • fix: incorrect router paths

🔄 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/165 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/18/2021 **Status:** ✅ Merged **Merged:** 1/18/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `gitlab-update` --- ### 📝 Commits (2) - [`6e33dc4`](https://github.com/pd4d10/git-touch/commit/6e33dc4ac23cf3fc09811693167b35d4628ca51b) feat(gitlab): branches - [`8371ba8`](https://github.com/pd4d10/git-touch/commit/8371ba8d22bf0a17d054931ce39665a98de5db92) feat(gitlab):issueAdd, fix:incorrect router paths ### 📊 Changes **7 files changed** (+180 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/gitlab.dart` (+9 -0) 📝 `lib/models/gitlab.g.dart` (+12 -0) 📝 `lib/router.dart` (+26 -9) 📝 `lib/screens/gl_commits.dart` (+4 -4) ➕ `lib/screens/gl_issue_form.dart` (+76 -0) 📝 `lib/screens/gl_issues.dart` (+7 -3) 📝 `lib/screens/gl_project.dart` (+46 -6) </details> ### 📄 Description - gitlab branches - IssueAdd - fix: incorrect router paths --- <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:39 -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#269