[PR #316] Rhodecode #305

Open
opened 2025-10-31 17:09:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/316
Author: @Tostis
Created: 6/3/2025
Status: 🔄 Open

Base: mainHead: rhodecode


📝 Commits (2)

  • bfd3ad6 initial Rhodecode support
  • a384d68 fix 'Cannot change an unmodifiable set'

📊 Changes

17 files changed (+1278 additions, -6 deletions)

View changed files

📝 README.md (+4 -2)
📝 lib/home.dart (+13 -0)
📝 lib/models/auth.dart (+68 -1)
lib/models/rhodecode.dart (+246 -0)
lib/models/rhodecode.g.dart (+307 -0)
📝 lib/router.dart (+75 -0)
📝 lib/screens/login.dart (+21 -0)
lib/screens/rh_blob.dart (+48 -0)
lib/screens/rh_commit.dart (+101 -0)
lib/screens/rh_commits.dart (+51 -0)
lib/screens/rh_explore.dart (+30 -0)
lib/screens/rh_repo.dart (+160 -0)
lib/screens/rh_tree.dart (+58 -0)
lib/screens/rh_user.dart (+76 -0)
📝 lib/widgets/files_item.dart (+1 -1)
📝 lib/widgets/object_tree.dart (+2 -2)
📝 lib/widgets/repo_item.dart (+17 -0)

📄 Description

Initial Rhodecode support.


🔄 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/316 **Author:** [@Tostis](https://github.com/Tostis) **Created:** 6/3/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `rhodecode` --- ### 📝 Commits (2) - [`bfd3ad6`](https://github.com/pd4d10/git-touch/commit/bfd3ad6be8ffb69d1101f43e313a688ace09d03e) initial Rhodecode support - [`a384d68`](https://github.com/pd4d10/git-touch/commit/a384d6866fa6bd088340bbc1cf6aae1dbe5f857e) fix 'Cannot change an unmodifiable set' ### 📊 Changes **17 files changed** (+1278 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -2) 📝 `lib/home.dart` (+13 -0) 📝 `lib/models/auth.dart` (+68 -1) ➕ `lib/models/rhodecode.dart` (+246 -0) ➕ `lib/models/rhodecode.g.dart` (+307 -0) 📝 `lib/router.dart` (+75 -0) 📝 `lib/screens/login.dart` (+21 -0) ➕ `lib/screens/rh_blob.dart` (+48 -0) ➕ `lib/screens/rh_commit.dart` (+101 -0) ➕ `lib/screens/rh_commits.dart` (+51 -0) ➕ `lib/screens/rh_explore.dart` (+30 -0) ➕ `lib/screens/rh_repo.dart` (+160 -0) ➕ `lib/screens/rh_tree.dart` (+58 -0) ➕ `lib/screens/rh_user.dart` (+76 -0) 📝 `lib/widgets/files_item.dart` (+1 -1) 📝 `lib/widgets/object_tree.dart` (+2 -2) 📝 `lib/widgets/repo_item.dart` (+17 -0) </details> ### 📄 Description Initial Rhodecode support. --- <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:09:22 -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#305