Track when your features are shipped to production in Redmine.
Project description
Redmine releasedate
===================
Track when your features are shipped to production in Redmine.
Currently supports git & jenkins.
.. image:: https://travis-ci.org/futurecolors/redmine-releasedate.png?branch=master
:target: https://travis-ci.org/futurecolors/redmine-releasedate
.. image:: https://coveralls.io/repos/futurecolors/redmine-releasedate/badge.png?branch=master
:target: https://coveralls.io/r/futurecolors/redmine-releasedate
.. image:: https://pypip.in/v/redmine-releasedate/badge.png
:target: https://crate.io/packages/redmine-releasedate/
How it works
------------
Upon finishing deploy job, jenkins creates a git tag, so it can track commits that refer to the build.
We can use these tags to track which tickets were deployed.
Date of deploy is stored in custom field of each ticket that was mentioned in commit.
A comment is left for every ticket in release as well for readability.
Installation
------------
Server
~~~~~~
Install it where your git repo resides. We only support local git repos, so make sure you have enough permissions.
* ``pip install redmine-releasedate``
* Specify redmine access options in ``releasedate.cfg``
* run ``redmine-release-server`` and make it available via http
::
# releasedate.cfg
[redmine]
url = http://example.com
token = your_api_token_goes_here
released_at_id = 42 ;custom field id goes here
[releasedate]
message = Deployed on %(instance)s at %(date)s in release "%(release_id)s":%(release_url)s
address = 0.0.0.0 ; optional
port = 8080 ; optional
Jenkins
~~~~~~~
* Pip install ``redmine-releasedate`` on your jenkins server. No configuration is needed.
* Add this to your Jenkins build step (preferably, in `post-build task`_)::
git push --tags
redmine-release http://releasedate_url/ /path/to/repo/ [instance_url]
.. _post-build task: https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task
Redmine
~~~~~~~
Create a user with permissions to edit tickets and post notes in your project.
Obtain his API token and put it into ``releasedate.cfg``.
Add custom field to store releasedate information.
Limitations
-----------
* second run of client command will make second comment and overwrite release date, so please make sure
you run ``redmine-release`` only once per deploy.
See also
--------
* `Redmine hudson plugin`_
* `Jenkins redmine plugin`_
.. _Redmine hudson plugin: http://www.r-labs.org/projects/r-labs/wiki/Hudson_En
.. _Jenkins redmine plugin: https://wiki.jenkins-ci.org/display/JENKINS/Redmine+Plugin
Changelog
=========
0.1.2 (01-07-2013)
------------------
* Fixed setup.py
0.1.1 (01-07-2013)
-----------------
* Added 3rd optional ``instance_url`` argument to ``redmine-release`` command
* Fixed redmine-release-server cli command
* Fixed unicode message handling in config
* Improved logging
0.1 (01-07-2013)
----------------
* Initial release
===================
Track when your features are shipped to production in Redmine.
Currently supports git & jenkins.
.. image:: https://travis-ci.org/futurecolors/redmine-releasedate.png?branch=master
:target: https://travis-ci.org/futurecolors/redmine-releasedate
.. image:: https://coveralls.io/repos/futurecolors/redmine-releasedate/badge.png?branch=master
:target: https://coveralls.io/r/futurecolors/redmine-releasedate
.. image:: https://pypip.in/v/redmine-releasedate/badge.png
:target: https://crate.io/packages/redmine-releasedate/
How it works
------------
Upon finishing deploy job, jenkins creates a git tag, so it can track commits that refer to the build.
We can use these tags to track which tickets were deployed.
Date of deploy is stored in custom field of each ticket that was mentioned in commit.
A comment is left for every ticket in release as well for readability.
Installation
------------
Server
~~~~~~
Install it where your git repo resides. We only support local git repos, so make sure you have enough permissions.
* ``pip install redmine-releasedate``
* Specify redmine access options in ``releasedate.cfg``
* run ``redmine-release-server`` and make it available via http
::
# releasedate.cfg
[redmine]
url = http://example.com
token = your_api_token_goes_here
released_at_id = 42 ;custom field id goes here
[releasedate]
message = Deployed on %(instance)s at %(date)s in release "%(release_id)s":%(release_url)s
address = 0.0.0.0 ; optional
port = 8080 ; optional
Jenkins
~~~~~~~
* Pip install ``redmine-releasedate`` on your jenkins server. No configuration is needed.
* Add this to your Jenkins build step (preferably, in `post-build task`_)::
git push --tags
redmine-release http://releasedate_url/ /path/to/repo/ [instance_url]
.. _post-build task: https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task
Redmine
~~~~~~~
Create a user with permissions to edit tickets and post notes in your project.
Obtain his API token and put it into ``releasedate.cfg``.
Add custom field to store releasedate information.
Limitations
-----------
* second run of client command will make second comment and overwrite release date, so please make sure
you run ``redmine-release`` only once per deploy.
See also
--------
* `Redmine hudson plugin`_
* `Jenkins redmine plugin`_
.. _Redmine hudson plugin: http://www.r-labs.org/projects/r-labs/wiki/Hudson_En
.. _Jenkins redmine plugin: https://wiki.jenkins-ci.org/display/JENKINS/Redmine+Plugin
Changelog
=========
0.1.2 (01-07-2013)
------------------
* Fixed setup.py
0.1.1 (01-07-2013)
-----------------
* Added 3rd optional ``instance_url`` argument to ``redmine-release`` command
* Fixed redmine-release-server cli command
* Fixed unicode message handling in config
* Improved logging
0.1 (01-07-2013)
----------------
* Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redmine-releasedate-0.1.2.zip
(10.7 kB
view details)
File details
Details for the file redmine-releasedate-0.1.2.zip
.
File metadata
- Download URL: redmine-releasedate-0.1.2.zip
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de7fce61ce46052e62df589d166653ba05aa1d74bce2f66bad27d9ab6acb596 |
|
MD5 | 89cbba6cf45d121e9f63ff7b95cbfbe6 |
|
BLAKE2b-256 | e610b1e640d59e0b1d18499c02e89ab77baf0d2b575956898652216af5f01718 |