Success

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
3 Dec 2013

This adds a command to retrieve a list of tags for packages installed by composer and compare them against the installed version.

Current output:

$ ./cli/tracker.php get composertags
------------------------------------------------------------
              Joomla! Tracker CLI Application
                            1.1
------------------------------------------------------------
------------------------------------------------------------
                   Retrieve composer tags
------------------------------------------------------------
[2013-12-03 09:12:24] JTracker.INFO: Start getting composer tags. [] []

GitHub rate limit:... 5000 (remaining: 5000)

monolog/monolog
1.7.0
1.6.0 <= Installed

twig/twig
v1.14.2 <= Installed

filp/whoops
1.0.9 <= Installed

mustache/mustache
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.0 <= Installed

symfony/http-foundation
v2.4.0-RC1
v2.4.0-BETA2
v2.4.0-BETA1
v2.3.7 <= Installed

psr/log
1.0.0
Installed: dev-master

elkuku/console-progressbar
1.0 <= Installed

elkuku/g11n
2.1 <= Installed

raveren/kint
v0.9 <= Installed

squizlabs/php_codesniffer
1.5.0RC4
1.5.0RC3
1.5.0RC2
1.5.0RC1
1.5.0 <= Installed

joomla/framework
1.0-beta3
1.0-beta2
1.0-beta
1.0-alpha
1.0
Installed: dev-master

Available options:

--all   Show all tags or only the most recent.

e.g.

$ ./cli/tracker.php get composertags --all
...
monolog/monolog
1.7.0
1.6.0 <= Installed
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0-RC1
1.0.0
...

Note: This only works for projects hosted on GitHub (currently)

avatar elkuku elkuku - open - 3 Dec 2013
avatar b2z
b2z - comment - 3 Dec 2013

Good to merge :+1:

avatar dbhurley dbhurley - reference | d6fbf5e - 3 Dec 13
avatar dbhurley dbhurley - merge - 3 Dec 2013
avatar dbhurley dbhurley - close - 3 Dec 2013
avatar dbhurley dbhurley - change - 3 Dec 2013
The description was changed
Description <p>This adds a command to retrieve a list of tags for packages installed by composer and compare them against the installed version.</p> <p>Current output:</p> <pre><code>monolog/monolog 1.7.0 1.6.0 &lt;= Installed twig/twig v1.14.2 &lt;= Installed filp/whoops 1.0.9 &lt;= Installed mustache/mustache v2.4.1 v2.4.0 v2.3.1 v2.3.0 v2.2.0 v2.1.0 &lt;= Installed symfony/http-foundation v2.4.0-RC1 v2.4.0-BETA2 v2.4.0-BETA1 v2.3.7 &lt;= Installed psr/log 1.0.0 Installed: dev-master elkuku/console-progressbar 1.0 &lt;= Installed elkuku/g11n 2.1 &lt;= Installed raveren/kint v0.9 &lt;= Installed squizlabs/php_codesniffer 1.5.0RC4 1.5.0RC3 1.5.0RC2 1.5.0RC1 1.5.0 &lt;= Installed joomla/framework 1.0-beta3 1.0-beta2 1.0-beta 1.0-alpha 1.0 Installed: dev-master </code></pre> <p>Available options:</p> <pre><code>--all Show all tags or only the most recent. </code></pre> <p>e.g.</p> <pre><code>$ ./cli/tracker.php get composertags --all ... monolog/monolog 1.7.0 1.6.0 &lt;= Installed 1.5.0 1.4.1 1.4.0 1.3.1 1.3.0 1.2.1 1.2.0 1.1.0 1.0.2 1.0.1 1.0.0-RC1 1.0.0 ... </code></pre> <p>Note: This only works for projects hosted on GitHub (currently)</p> <p>This adds a command to retrieve a list of tags for packages installed by composer and compare them against the installed version.</p> <p>Current output:</p> <pre><code>$ ./cli/tracker.php get composertags ------------------------------------------------------------ Joomla! Tracker CLI Application 1.1 ------------------------------------------------------------ ------------------------------------------------------------ Retrieve composer tags ------------------------------------------------------------ [2013-12-03 09:12:24] JTracker.INFO: Start getting composer tags. [] [] GitHub rate limit:... 5000 (remaining: 5000) monolog/monolog 1.7.0 1.6.0 &lt;= Installed twig/twig v1.14.2 &lt;= Installed filp/whoops 1.0.9 &lt;= Installed mustache/mustache v2.4.1 v2.4.0 v2.3.1 v2.3.0 v2.2.0 v2.1.0 &lt;= Installed symfony/http-foundation v2.4.0-RC1 v2.4.0-BETA2 v2.4.0-BETA1 v2.3.7 &lt;= Installed psr/log 1.0.0 Installed: dev-master elkuku/console-progressbar 1.0 &lt;= Installed elkuku/g11n 2.1 &lt;= Installed raveren/kint v0.9 &lt;= Installed squizlabs/php_codesniffer 1.5.0RC4 1.5.0RC3 1.5.0RC2 1.5.0RC1 1.5.0 &lt;= Installed joomla/framework 1.0-beta3 1.0-beta2 1.0-beta 1.0-alpha 1.0 Installed: dev-master </code></pre> <p>Available options:</p> <pre><code>--all Show all tags or only the most recent. </code></pre> <p>e.g.</p> <pre><code>$ ./cli/tracker.php get composertags --all ... monolog/monolog 1.7.0 1.6.0 &lt;= Installed 1.5.0 1.4.1 1.4.0 1.3.1 1.3.0 1.2.1 1.2.0 1.1.0 1.0.2 1.0.1 1.0.0-RC1 1.0.0 ... </code></pre> <p>Note: This only works for projects hosted on GitHub (currently)</p>
Status New Closed
Closed_Date 0000-00-00 00:00:00 2013-12-03 14:35:53
avatar dbhurley dbhurley - close - 3 Dec 2013
avatar elkuku elkuku - head_ref_deleted - 3 Dec 2013

Add a Comment

Login with GitHub to post a comment