Since the fix here: #656 by @b2z it looks better but now we have a reversed behavior.
The milestone gets removed on github (and it looks i don't get synced):
http://issues.joomla.org/tracker/joomla-cms/6966
joomla/joomla-cms#6966
George added the milestone.
Moving to RTC
Peter added a commit
The bot adds the RTC label
and remove the milestone
Labels |
Added:
bug
GitHub sync
|
Labels |
Added:
bug
|
Labels |
Added:
GitHub sync
|
Well as you can see here all is synced
@zero-24 can you make a test in the CMS repo - add milestone/remove milestone?
For example here:
joomla/joomla-cms#6859 (Issue)
and here:
joomla/joomla-cms#6968 (Pull request)
Thanks :)
Yeah thanks. Now we will wait and see what will happen
Crons might be hitting limits again or something. The log file shows a couple of the repos not finishing. I might need to start writing the raw output from the jobs to the filesystem again.
And in general the crons shouldn't be removing the milestones unless this line has a bug in its logic.
Crons should be fine, I've tested several times (see my tests above).
Crons might be hitting limits again or something.
I think we should increase time between them for some projects. For example for JTracker or JTests we might run it every 2 hours or something.
The time won't matter if it's hitting the rate limits. It'll just cause one hour to not be limited and another will. If it's another error, catching the output for the cron jobs will help figure out what to do.
Ok lets try I have add the 3.4.0 milestone again to
Still nothing...
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-17 22:50:14 |
Closed_By | ⇒ | zero-24 |
Nasty bot :(
What bothers me is that the milestone is not synced back. I am testing it now here:
http://jissues.j4devs.ru/tracker/jissues-test/2
b2z/jissues-test#2
You can see that it is synced. I have a cron job running there once per hour, lets see in the next hour will it sync back the removal of the milestone.
P.S.
Still labels are duplicating after the cron job. But that's the next task for me in #655