We're pulling the label data but not using it. Somewhere after v1.0 is done, let's change that.
Yep. Doing a full database reinstall right now on the server and pulling in all of the activity for this project. Unless there's a specific order I need to do it in, I don't have the labels showing up.
And that's the issue. For my own reference:
On fresh install:
get project
get issues
get comments
Looks like this needs some automation..
When changing the labels on GitHub, it would be required to run get project
again.
So I "refactored" the get project
command. - Now it batch runs the tasks in the "correct order"
⇒ Documentation
While I remember, I looked at one of the logs the other day and noted that label data is pushed with hooks. So that needs to be factored into the payload processing too.
Hooks are now processing labels, this one's good to go.
Nice!
Best,
Matt Thomas
Founder betweenbrain™
Lead Developer Construct Template Development Framework
Phone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
Sent from mobile. Please excuse any typos and brevity.
On Nov 2, 2013 1:35 PM, "Michael Babker" notifications@github.com wrote:
Hooks are now processing labels, this one's good to go.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/142#issuecomment-27626860
.
I get this:
There is a hidden "trick" here... did you run
cli/tracker.php get project
?