{"id":13615837,"url":"https://github.com/NirmalScaria/le-git-graph","last_synced_at":"2025-04-13T21:31:40.744Z","repository":{"id":50310970,"uuid":"518486100","full_name":"NirmalScaria/le-git-graph","owner":"NirmalScaria","description":"Browser extension to add git graph to GitHub website.","archived":false,"fork":false,"pushed_at":"2025-01-15T03:55:27.000Z","size":975,"stargazers_count":4258,"open_issues_count":25,"forks_count":28,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T15:56:41.258Z","etag":null,"topics":["chrome-extension","collaborate","git-graph","github","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NirmalScaria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["NirmalScaria"]}},"created_at":"2022-07-27T14:13:07.000Z","updated_at":"2025-04-10T08:41:08.000Z","dependencies_parsed_at":"2024-01-01T01:21:51.272Z","dependency_job_id":"f3e20cbe-9878-49b9-b6ca-b62e412bb73e","html_url":"https://github.com/NirmalScaria/le-git-graph","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NirmalScaria%2Fle-git-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NirmalScaria%2Fle-git-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NirmalScaria%2Fle-git-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NirmalScaria%2Fle-git-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NirmalScaria","download_url":"https://codeload.github.com/NirmalScaria/le-git-graph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248786362,"owners_count":21161436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","collaborate","git-graph","github","hacktoberfest"],"created_at":"2024-08-01T20:01:18.844Z","updated_at":"2025-04-13T21:31:35.732Z","avatar_url":"https://github.com/NirmalScaria.png","language":"JavaScript","readme":"## Le Git Graph - Commits Graph for GitHub\n\n\u003cimg src = \"https://drive.google.com/uc?export=download\u0026id=12bnQqy4cm2vQcZSKWo2INBv-69iqkF_p\" width = \"150\"\u003e\n\nA browser extension that displays the git graph for any GitHub repository.\n\n[![Version](https://img.shields.io/badge/License-MIT-yellow)]()\n[![Version](https://img.shields.io/badge/Version-1.2.8-yellowgreen)]()\n[![Version](https://img.shields.io/badge/Chrome_CI/CD-Success-green)]()\n[![Version](https://img.shields.io/badge/Firefox_CI/CD-Success-green)]()\n\n## Demo\n![Demo Image](https://user-images.githubusercontent.com/46727865/218700103-c26082db-a696-435c-934c-cc66e1c067bd.png)\n\n\n\n## Installation\n\nInstall the extension from the link -\n\nFor Google Chrome, Opera, Vivaldi, Brave, and Microsoft Edge:\n\n[https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff](https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff)\n\nFor Mozilla Firefox:\n\n[https://addons.mozilla.org/firefox/addon/le-git-graph-github-git-graph/](https://addons.mozilla.org/firefox/addon/le-git-graph-github-git-graph/)\n\n\nAfter installation, open any GitHub repository and a new 'Commits' tab will be visible.\n\nOpen the commits tab and follow the prompt to authenticate with your GitHub account.\n\n## Setup for Private Repos owned by an Organization\n\nAccess to private repositories owned by an organization is restricted by default. To access the commits graph for such repositories, you need to follow the following steps.\n\n1. Go to [https://github.com/settings/tokens](https://github.com/settings/tokens) \n2. Create a Personal Access Token (PAT)  with the following scopes -\n    - repo |  Full control of private repositories\n  \u003e For a more secure option, use a Fine-Grained token (beta) with the following scopes - \n  \u003e - repo |  Read access to code, commit statuses, and metadata\n3. Go back to the commits tab of a repo owned by the organization.\n4. From the dropdown for \"Authorize with GitHub\", select \"Custom Personal Access Token\".\n5. Enter the PAT and click on \"Add PAT\".\n\n(Full access to repo is required to fetch the commits graph, because there is no read only access level for GitHub OAuth scopes as of now.)\n\n## Tech Stack\n\n**Client:** JavaScript, Manifest V3\n\n**Server:** GitHub GraphQL, GitHub OAuth, FireBase Cloud Functions\n\n\n## Features\n\n- Authentication with GitHub OAuth  ✓\n- Connection to GitHub GraphQL ✓\n- Fetch the commits data from API ✓\n- Fetch further commits on demand ✓\n- Option to specify access level (public only or private too) ✓\n- Hover on the commit dot to see details ✓\n- Option to add custom PAT ✓\n- Filter the commits based on branch - Pending\n\n## Contact\n\nFeel free to drop a mail at scaria@scaria.dev or nirmalscaria1@gmail.com\n","funding_links":["https://github.com/sponsors/NirmalScaria"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNirmalScaria%2Fle-git-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNirmalScaria%2Fle-git-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNirmalScaria%2Fle-git-graph/lists"}