App-gh

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - let IO::Pager be in requires.
    - Add -l option to search.
    - Add IO::Pager for Pull request command (list and show)
    - Improvements for recent command printing.
    - Improvements for help messages.

0.53
    - Improvements for issue printing layout.
    - Improvements for pull request show command printing.

0.521
    - Fix error printing

0.52
    - Improve pullrequest list layout, better printing.

0.51
    - Fix double list query.

0.50
    - Improve API error message printint
    - Refactor command "all" conditions
    - Preventing API rate exceed
    - Add --skip-forks option
    - Issue command from @mattn.
    - Documentation update.

0.49
    - Update pods for pull request command. @mattn++

0.48
    - Merge pull request from @mattn++, added pull request commands.

0.47
    - Merge pull request #22 from zakame/master. API request fixes, @zakame++.

0.46
    - Update fix & refactoring from @tyru++.

0.45
    - gh list command default to current github user id.

0.44
    - Remove Error::Simple from Makefile.PL, Add Error.pm instead.
    - Automatically adding --ssh option for owner's repos (gfx)
    - Clean up dependencies; JSON is no longer required (gfx)

0.43
    - Thanks to @garu++, patches:

       From @garu:
       > This patch does 3 things:
       > * Improves documentation on how to let "gh" see your authentication data;

       > * Fixes an "uninitialized" warning in App::gh::Utils::print_list(),
       > while also showing a (nicer, I think) "[no description available]"
       > message instead, quite similar to what github does on the web;

       > * Patches App::gh::API::request() to allow users without
       > authentication information in their .gitconfig to use "gh". This was
       > probably working before, but I think github updated the API and, if
       > you try to fetch data by posting the request with empty login/token
       > values, github returns 401 Forbidden instead of assuming anonymous.
       > With this patch, "gh" works for most commands even when the user
       > doesn't have a .gitconfig file.

       > I hope this helps!

       > (That said, I think you should really consider Net::GitHub for proper
       > Github API handling. For instance, the documents in develop.github.com
       > are pretty strict regarding what should be a GET request and what
       > should be POST, while the simplistic approach in App::gh uses POST for
       > everything. If github decides to enforce that API, App::gh will break.
       > Also, some (most?) of the functionality in the TODO file is already
       > implemented there, e.g. the issues tracker)

0.42
    - Fix Git.pm test.

0.41
    - Bundle Git.pm package file into App::gh::Git

0.4
    - Added --prefix option for "all" command.

0.31-TRIAL
    - Testing RTHOMPSON's improvents to gh import

0.30
    - support --bare option for 'all' command.
    - fix the bug of 'clone' -k option.

0.29
    - update makefile for gh recent.

0.28

    - Add setup command.

0.272

    - Fix info command.

0.271

    - fix drop command.

0.27

    - new Import command for importing repository to github.

0.261

    - api class doc update

0.26

    - Added info command.
    - Refactor api,config stuff.




( run in 0.887 second using v1.01-cache-2.11-cpan-99c4e6809bf )