mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-22 14:09:41 -05:00
[PR #316] Rhodecode #305
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pd4d10/git-touch/pull/316
Author: @Tostis
Created: 6/3/2025
Status: 🔄 Open
Base:
main← Head:rhodecode📝 Commits (2)
bfd3ad6initial Rhodecode supporta384d68fix '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.