{"id":13474512,"url":"https://github.com/sue445/chrome-tanuki-notifier","last_synced_at":"2025-03-26T21:31:41.526Z","repository":{"id":11305253,"uuid":"13721733","full_name":"sue445/chrome-tanuki-notifier","owner":"sue445","description":"Notify Gitlab Project events (Commit, Issue, MergeRequest and Milestone)","archived":true,"fork":false,"pushed_at":"2024-07-01T23:23:50.000Z","size":5502,"stargazers_count":151,"open_issues_count":18,"forks_count":36,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T07:48:03.813Z","etag":null,"topics":["chrome-extension","gitlab"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/tanuki-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi","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/sue445.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2013-10-20T15:50:32.000Z","updated_at":"2024-10-14T15:51:25.000Z","dependencies_parsed_at":"2024-02-27T04:29:03.707Z","dependency_job_id":"0b7f996f-b52b-4688-90eb-fff09b212f80","html_url":"https://github.com/sue445/chrome-tanuki-notifier","commit_stats":null,"previous_names":["sue445/chrome-tanuki-notifier"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Fchrome-tanuki-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Fchrome-tanuki-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Fchrome-tanuki-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sue445%2Fchrome-tanuki-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sue445","download_url":"https://codeload.github.com/sue445/chrome-tanuki-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245738700,"owners_count":20664330,"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","gitlab"],"created_at":"2024-07-31T16:01:12.846Z","updated_at":"2025-03-26T21:31:40.868Z","avatar_url":"https://github.com/sue445.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e This extension is scheduled for maintenance end after **July 2024**. (If nothing else)\n\u003e\n\u003e See https://github.com/sue445/chrome-tanuki-notifier/issues/816\n\n# Tanuki Notifier for Google Chrome™\n[![Build Status](https://github.com/sue445/chrome-tanuki-notifier/workflows/test/badge.svg?branch=master)](https://github.com/sue445/chrome-tanuki-notifier/actions?query=workflow%3Atest)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c7681dcd7cabdbc85ba4/maintainability)](https://codeclimate.com/github/sue445/chrome-tanuki-notifier/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/c7681dcd7cabdbc85ba4/test_coverage)](https://codeclimate.com/github/sue445/chrome-tanuki-notifier/test_coverage)\n\n\"Tanuki Notifier for Google Chrome™\" notify GitLab™ Project events (Commit, Issue, MergeRequest and Milestone)\n\n_GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions_\n\n## Requirements\n### API v3\n* GitLab v5.3.0+ and v6.0.x and v6.2.0+\n  * **only 6.1.0** is not supported\n  * v7.9.0+ is recommended\n\n### API v4\n* GitLab v9.5.0+\n\n## Usage\n1. Install this extension\n2. Open extension option\n3. Input these\n    * GitLab Path\n    * GitLab API Path\n    * Private token\n        * GitLab -\u003e Edit Profile -\u003e Account\n4. Refresh Repository List\n5. Check events\n6. Save\n7. Wait a minute\n\n## Upgrading\nOpen extension option -\u003e Clear cache\n\n## Screenshots\n### Option\n![option1](doc/option1.png)\n![option2](doc/option2.png)\n\n\n### Notification\n![notification](doc/notification.png)\n\n### Popup\n![popup1](doc/popup.png)\n\n## Dependency GitLab API\n* `GET /projects`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#list-projects\n* `GET /projects/:id/events`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#get-project-events\n* `GET /projects/:id/issues/:issue_id`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md#single-issue\n* `GET /projects/:id/merge_request/:merge_request_id`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/merge_requests.md#get-single-mr\n* `GET /projects/:id/milestones/:milestone_id`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md#get-single-milestone\n* `GET /users/:id`\n  * https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/users.md#single-user\n\n## FAQ\n### Hot to use on [GitLab.com](https://gitlab.com/) ?\nInput these to option\n\n* GitLab Path : `https://gitlab.com/`\n* GitLab API Path : `https://gitlab.com/api/v4/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsue445%2Fchrome-tanuki-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsue445%2Fchrome-tanuki-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsue445%2Fchrome-tanuki-notifier/lists"}