martiis/bitbucket-cli

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.gitignore
.travis.yml
LICENSE
README.md
bin/bitbucket
codeception.yml
composer.json
parameters.yml.dist
src/Resources/config/cache.yml
src/Resources/config/guzzle.yml
src/Resources/config/oauth2.yml
src/Resources/config/services.yml
src/Client/BitbucketClientInterface.php22
src/Client/GuzzleBitbucketClient.php102
src/Command/PullRequestApproveCommand.php28
src/Command/PullRequestDeclineCommand.php28
A
2 hrs
src/Command/PullRequestListCommand.php95
src/Command/PullRequestMergeCommand.php59
A
2 hrs
src/Command/RepositoryListCommand.php73
src/Command/TeamListCommand.php50
src/Command/TeamProjectListCommand.php53
src/Command/Traits/CommentFormatterTrait.php17
src/Command/Traits/PageAwareCommandTrait.php20
src/Command/Traits/QueryAwareCommandTrait.php19
src/Command/Traits/RoleAwareCommandTrait.php19
src/DependencyInjection/Extension.php23
src/Security/AccessTokenFactory.php41
src/Security/Guzzle/BearerMiddleware.php23