mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
[PR #170] [MERGED] feat(gogs): setup #272
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/170
Author: @shreyas1599
Created: 1/22/2021
Status: ✅ Merged
Merged: 1/23/2021
Merged by: @pd4d10
Base:
main← Head:gogs-setup📝 Commits (1)
5702ca4feat(gogs): setup📊 Changes
18 files changed (+1165 additions, -1 deletions)
View changed files
📝
lib/home.dart(+17 -0)📝
lib/main.dart(+4 -1)📝
lib/models/auth.dart(+105 -0)➕
lib/models/gogs.dart(+133 -0)➕
lib/models/gogs.g.dart(+228 -0)📝
lib/router.dart(+68 -0)➕
lib/screens/go_commits.dart(+43 -0)➕
lib/screens/go_issues.dart(+62 -0)➕
lib/screens/go_object.dart(+66 -0)➕
lib/screens/go_orgs.dart(+43 -0)➕
lib/screens/go_repo.dart(+152 -0)➕
lib/screens/go_repos.dart(+44 -0)➕
lib/screens/go_search.dart(+9 -0)➕
lib/screens/go_user.dart(+105 -0)➕
lib/screens/go_users.dart(+43 -0)📝
lib/screens/login.dart(+20 -0)📝
lib/widgets/repository_item.dart(+16 -0)📝
lib/widgets/user_item.dart(+7 -0)📄 Description
#117
fetchGogsuses the template of bitbucket. Will refactor when I refactor thatname: p.fullName.split('/')[1]. I'm not sure whether I should perform the processing while building the widget or create a getter ingogs.dartand move this there?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.