{"id":18550948,"url":"https://github.com/mikescops/git-notify-extension","last_synced_at":"2025-04-05T08:07:47.321Z","repository":{"id":38819282,"uuid":"251234085","full_name":"Mikescops/git-notify-extension","owner":"Mikescops","description":"🦊🐙 Browser Extension for GitLab (Chrome, Edge \u0026 Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.","archived":false,"fork":false,"pushed_at":"2025-01-21T14:34:38.000Z","size":3182,"stargazers_count":121,"open_issues_count":10,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T07:08:00.412Z","etag":null,"topics":["browser-extension","chrome","edge","firefox","git","gitlab","typescript"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/git-notify/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mikescops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"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":["mikescops"]}},"created_at":"2020-03-30T07:37:11.000Z","updated_at":"2025-03-07T17:39:35.000Z","dependencies_parsed_at":"2024-01-08T15:02:17.298Z","dependency_job_id":"cf388839-34a9-4a87-ada0-1bb3a9959eb9","html_url":"https://github.com/Mikescops/git-notify-extension","commit_stats":{"total_commits":152,"total_committers":11,"mean_commits":"13.818181818181818","dds":0.5526315789473684,"last_synced_commit":"f4f5494865de14bb1f5263ee6ae9610be7e96ff2"},"previous_names":["mikescops/gitlab-notify-extension"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikescops%2Fgit-notify-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikescops%2Fgit-notify-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikescops%2Fgit-notify-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mikescops%2Fgit-notify-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mikescops","download_url":"https://codeload.github.com/Mikescops/git-notify-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305934,"owners_count":20917208,"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":["browser-extension","chrome","edge","firefox","git","gitlab","typescript"],"created_at":"2024-11-06T21:06:16.994Z","updated_at":"2025-04-05T08:07:47.291Z","avatar_url":"https://github.com/Mikescops.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mikescops"],"categories":[],"sub_categories":[],"readme":"# Git Notify Extension For GitLab\n\n\u003cimg src=\"./assets/icons/git-ghost.png\" align=\"left\" alt=\"image\" style=\"width:150px;height:auto;float:left;padding-right:20px;\"\u003e\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/mikescops/git-notify-extension) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mikescops/git-notify-extension/pr-validation.yml?branch=master) ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekfpkkhpemajcbniegjicehdphdabhop) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/ekfpkkhpemajcbniegjicehdphdabhop) ![Mozilla Add-on](https://img.shields.io/amo/v/git-notify) ![Mozilla Add-on](https://img.shields.io/amo/users/git-notify)\n\n_Don't miss any GitLab merge requests or issues and rocket up your productivity._\n\n[Chrome Web Store](https://chrome.google.com/webstore/detail/ekfpkkhpemajcbniegjicehdphdabhop) | [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/git-notify/) | [Microsoft Edge Add-on](https://microsoftedge.microsoft.com/addons/detail/jjnpgaeopmlbaacjkedohiehmeopjoed)\n\n\u003cbr clear=\"left\"/\u003e\n\n**Git Notify for GitLab is able to:**\n\n-   List Merge Requests you are assigned to\n-   List Merge Requests you created\n-   List your draft Merge Requests\n-   List Issues you are assigned to\n-   Display your To-Do List\n-   Pick a random contributor of a repository to assign them to a MR :rage1:\n-   Display the pipelines statuses and unresolved threads for merges requests\n\nIt comes with a bunch of features to let you access easily the information you're looking for and is customizable so it fits your needs.\n\n![Preview of the browser extension: 23/09/2020](./previews/preview-reviews.png)\n\n## Screenshots\n\nList of issues:\n\n![Preview of the issues: 23/09/2020](./previews/preview-issues.png)\n\nTo-Do list:\n\n![Preview of the todo: 23/09/2020](./previews/preview-todo.png)\n\n## Setup\n\nInstall dependencies:\n\n`pnpm ci`\n\nCopy dev config file and set your personal GitLab token in it:\n\n`pnpm run copy-config:setup`\n\nTo build **prod**:\n\n`pnpm run build:prod \u0026\u0026 pnpm run zip`\n\nThen, you get zipped packages for each browser that are supported.\n\n## Assets and Documentation\n\n-   React https://reactjs.org/docs\n-   Primer Components https://primer.style/components/\n-   Octoicons https://octicons.github.com/\n-   Mozilla Documentation for WebExtensions https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions\n\n## Maintainer\n\n| [![twitter/mikescops](https://avatars0.githubusercontent.com/u/4266283?s=100\u0026v=4)](https://pixelswap.fr 'Personal Website') |\n| --------------------------------------------------------------------------------------------------------------------------- |\n| [Corentin Mors](https://pixelswap.fr/)                                                                                      |\n\n## Contributors (thanks for your help!)\n\n| [Paola Ducolin](https://github.com/pducolin) | [Bradley Cushing](https://github.com/bradcush) | [Bastien Granger](https://github.com/bastienGranger) | [Quentin Barbe](https://github.com/forty) |\n| -------------------------------------------- | ---------------------------------------------- | ---------------------------------------------------- | ----------------------------------------- |\n\n\u003e [!TIP]\n\u003e Original logo credits to [misutakitto](https://www.instagram.com/misutakitto/), use is strictly limited to this project.\n\n## Disclaimer\n\n\u003e [!NOTE]\n\u003e This project is not affiliated with GitLab. It is an open-source project maintained by volunteers.\n\u003e \"GITLAB\" wordmark and \"GITLAB\" logo are the property of GitLab Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikescops%2Fgit-notify-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikescops%2Fgit-notify-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikescops%2Fgit-notify-extension/lists"}