enhancement Success

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
3 Jul 2014

This will add the "merge status" from GitHub (e.g. currently the result of the Travis run)

In the future it should be possible to add our own status and push it to GitHub (This is, when the "bot account" is ready (CC @allenzhao ?))

avatar elkuku elkuku - open - 3 Jul 2014
avatar elkuku elkuku - change - 15 Jul 2014
Description <p>This will add the "merge status" from GitHub (e.g. currently the result of the Travis run)</p> <p>In the future it should be possible to add our own status and push it to GitHub (This is, when the "bot account" is ready (CC <a href="https://github.com/allenzhao" class="user-mention">@allenzhao</a> <img class="emoji" title=":wink:" alt=":wink:" src="https://assets-cdn.github.com/images/icons/emoji/wink.png" height="20" width="20" align="absmiddle">))</p> <p>This will add the "merge status" from GitHub (e.g. currently the result of the Travis run)</p> <p>In the future it should be possible to add our own status and push it to GitHub (This is, when the "bot account" is ready (CC <a href="https://github.com/allenzhao" class="user-mention">@allenzhao</a> <img class="emoji" title=":wink:" alt=":wink:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f609.png" height="20" width="20" align="absmiddle">))</p>
avatar b2z b2z - change - 16 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-16 19:30:54
avatar b2z b2z - close - 16 Jul 2014
avatar b2z b2z - reference | - 16 Jul 14
avatar b2z b2z - merge - 16 Jul 2014
avatar b2z b2z - close - 16 Jul 2014
avatar b2z
b2z - comment - 16 Jul 2014

@mbabker you will need to alter DB before deploying:

ALTER TABLE `jtr_issues`
ADD `merge_state` varchar(50) COLLATE 'utf8_general_ci' NOT NULL COMMENT 'The merge state' AFTER `easy`,
ADD `gh_merge_status` text COLLATE 'utf8_general_ci' NOT NULL COMMENT 'The GitHub merge status (JSON encoded)' AFTER `merge_state`,
COMMENT='';
avatar mbabker
mbabker - comment - 16 Jul 2014

Pushed up

avatar b2z b2z - head_ref_deleted - 16 Jul 2014
avatar elkuku
elkuku - comment - 16 Jul 2014

BTW, the status will be displayed only for new and changed issues, unless the update command is run on the server with the --force option :wink:

Add a Comment

Login with GitHub to post a comment