GitHub sync
avatar zero-24
zero-24
18 Feb 2015

Hi,

current behavior

  • add a milestone on github
    => JTacker gets it too (i think with the cron job)
  • add a milestone on JTracker
    => It don't get synced back to github.

expected behavior

If we add a milestone on JTracker and save the issue the milestone gets synced.

A way to fix it

I think we can add some code to the updateGithub methode here:
https://github.com/joomla/jissues/blob/master/src/App/Tracker/Controller/Issue/Save.php#L271

Or should this also wait? As it is to projekt specific?

avatar zero-24 zero-24 - open - 18 Feb 2015
avatar b2z
b2z - comment - 22 Feb 2015

Yeap it's again the same situation. We do not need to put it into main controllers.

avatar elkuku
elkuku - comment - 22 Feb 2015

I wonder if this is not something we want to do for all projects managed on GitHub?...

avatar elkuku elkuku - change - 22 Feb 2015
Labels Added: GitHub sync
avatar mbabker
mbabker - comment - 22 Feb 2015

I think I'd add it to a pool of actions and probably make it more of an opt-out thing at the project level.

All this action stuff might make for a good GSoC project...

avatar b2z
b2z - comment - 23 Feb 2015

And what about #596. I have a feeling that it might work?

avatar b2z
b2z - comment - 23 Mar 2015

I wonder if this is not something we want to do for all projects managed on GitHub?...

Agree it is not too project specific as I thought. That is why I've made it in the #425. It will sync along with the labels. And yes - it is in the main controller currently ?

I think I'd add it to a pool of actions and probably make it more of an opt-out thing at the project level.

This should be the second phase. At least we have it abstracted in the separate method.

avatar zero-24 zero-24 - close - 10 Apr 2015
avatar zero-24
zero-24 - comment - 10 Apr 2015

Closing as this gets fixed with: #425 Thanks!

avatar zero-24 zero-24 - change - 10 Apr 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-04-10 11:42:24

Add a Comment

Login with GitHub to post a comment