Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikescops/git-notify-extension
🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
https://github.com/mikescops/git-notify-extension
browser-extension chrome edge firefox git gitlab typescript
Last synced: 2 days ago
JSON representation
🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
- Host: GitHub
- URL: https://github.com/mikescops/git-notify-extension
- Owner: Mikescops
- Created: 2020-03-30T07:37:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T10:01:03.000Z (about 1 month ago)
- Last Synced: 2025-01-13T04:05:22.131Z (9 days ago)
- Topics: browser-extension, chrome, edge, firefox, git, gitlab, typescript
- Language: TypeScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/
- Size: 2.92 MB
- Stars: 123
- Watchers: 5
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Git Notify Extension For GitLab
![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)
_Don't miss any GitLab merge requests or issues and rocket up your productivity._
[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)
**Git Notify for GitLab is able to:**
- List Merge Requests you are assigned to
- List Merge Requests you created
- List your draft Merge Requests
- List Issues you are assigned to
- Display your To-Do List
- Pick a random contributor of a repository to assign them to a MR :rage1:
- Display the pipelines statuses and unresolved threads for merges requestsIt 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.
![Preview of the browser extension: 23/09/2020](./previews/preview-reviews.png)
## Screenshots
List of issues:
![Preview of the issues: 23/09/2020](./previews/preview-issues.png)
To-Do list:
![Preview of the todo: 23/09/2020](./previews/preview-todo.png)
## Setup
Install dependencies:
`pnpm ci`
Copy dev config file and set your personal GitLab token in it:
`pnpm run copy-config:setup`
To build **prod**:
`pnpm run build:prod && pnpm run zip`
Then, you get zipped packages for each browser that are supported.
## Assets and Documentation
- React https://reactjs.org/docs
- Primer Components https://primer.style/components/
- Octoicons https://octicons.github.com/
- Mozilla Documentation for WebExtensions https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions## Maintainer
| [![twitter/mikescops](https://avatars0.githubusercontent.com/u/4266283?s=100&v=4)](https://pixelswap.fr 'Personal Website') |
| --------------------------------------------------------------------------------------------------------------------------- |
| [Corentin Mors](https://pixelswap.fr/) |## Contributors (thanks for your help!)
| [Paola Ducolin](https://github.com/pducolin) | [Bradley Cushing](https://github.com/bradcush) | [Bastien Granger](https://github.com/bastienGranger) | [Quentin Barbe](https://github.com/forty) |
| -------------------------------------------- | ---------------------------------------------- | ---------------------------------------------------- | ----------------------------------------- |> [!TIP]
> Original logo credits to [misutakitto](https://www.instagram.com/misutakitto/), use is strictly limited to this project.## Disclaimer
> [!NOTE]
> This project is not affiliated with GitLab. It is an open-source project maintained by volunteers.
> "GITLAB" wordmark and "GITLAB" logo are the property of GitLab Inc.