mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-22 14:09:41 -05:00
[PR #64] [MERGED] feat: contributor screen #230
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/64
Author: @shreyas1599
Created: 4/22/2020
Status: ✅ Merged
Merged: 4/25/2020
Merged by: @pd4d10
Base:
master← Head:contributor-screen📝 Commits (3)
698e753feat: contributor screen0e379a9Merge branch 'master' into contributor-screen57a2c65fix: ci step, contributor length📊 Changes
6 files changed (+178 additions, -3 deletions)
View changed files
📝
lib/models/github.dart(+12 -0)📝
lib/models/github.g.dart(+26 -1)📝
lib/router.dart(+6 -0)➕
lib/screens/gh_contributors.dart(+49 -0)📝
lib/screens/gh_repo.dart(+19 -2)➕
lib/widgets/contributor_item.dart(+66 -0)📄 Description
Partially completes #53
/repos/:owner/:repo/stats/contributorsor/repos/:owner/:repo/contributors. The former could not be paginated which resulted in problems. The only benefit of the former was getting number of additions and deletions on a weekly basis. The latter provides information only about total commits which I hope is enough. Attaching pictures for reference.Let me know if there are any changes to be made. Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.