enhancement Success

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
29 Jun 2013

This will add the labels assigned by GitHub to the issues list.

Currently only labels for new added issues are displayed.

Required updates:

  • Database update
  • Executing the CLI script to fetch labels for a given project:
    tracker.php get project
  • Re-import the issues

Demo here

There is also an admin management view to list, create and delete labels for a repository.

avatar elkuku elkuku - open - 29 Jun 2013
avatar elkuku elkuku - open - 29 Jun 2013
avatar elkuku
elkuku - comment - 30 Jun 2013

BTW I have a funny problem here... currently the code sniffer complains about a class named Delete... apparently Mrs. CodeSniffer got confused with the somewhat deprecated PHP wrapper function delete().... see Travis: https://travis-ci.org/joomla/jissues/jobs/8582549

avatar mbabker
mbabker - comment - 22 Jul 2013

PHPCS isn't my strong suit to argue with, but if you want to take a look at https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php to see why it's causing the problem, you're more than welcome.

Get this synced up and it shall be merged.

avatar - close - 23 Jul 2013
avatar mbabker mbabker - reference | ec34f8d - 23 Jul 13
avatar mbabker mbabker - merge - 23 Jul 2013
avatar mbabker mbabker - close - 23 Jul 2013
avatar b2z
b2z - comment - 24 Jul 2013

:+1:

Add a Comment

Login with GitHub to post a comment