Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajcrowe/sentry-gitlab
GitLab Sentry Issue Plugin
https://github.com/ajcrowe/sentry-gitlab
gitlab-plugin python sentry-plugin
Last synced: 3 months ago
JSON representation
GitLab Sentry Issue Plugin
- Host: GitHub
- URL: https://github.com/ajcrowe/sentry-gitlab
- Owner: ajcrowe
- License: isc
- Created: 2013-11-28T11:54:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T14:23:34.000Z (over 8 years ago)
- Last Synced: 2024-10-14T01:19:11.907Z (3 months ago)
- Topics: gitlab-plugin, python, sentry-plugin
- Language: Python
- Size: 65.4 KB
- Stars: 53
- Watchers: 4
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sentry Gitlab
=============A plugin for Sentry which allow you to create issues in your GitLab repositories from Sentry errors.
This module used the [sentry-github](https://github.com/getsentry/sentry-github) module as a basis for it structure.
Install
-------Install the package via `pip`
```
pip install sentry-gitlab
```Or you can clone to repository to your sentry install.
git clone https://github.com/pancentric/sentry-gitlab.git
Then run the setup script to install the plugin and it's dependencies.
python setup.py install
Restart Sentry and you should see a new plugin under `manage integrations` for your projects.
Configure
---------Once enabled you can configure your settings for the project. You can also include default tags you wish to apply to issues created.
![settings](https://github.com/pancentric/sentry-gitlab/raw/master/docs/images/settings.png)
I would recommend you create a specific user for Sentry to use with only `Reporter` priviledges to your projects.
Bugs & Issues
-------------If you find something that doesn't work please create an issue or even better fix it and submit a pull request!
Dependencies
------------* [python-gitlab](https://github.com/gpocentek/python-gitlab)
* [requests](http://www.python-requests.org)