summaryrefslogtreecommitdiffstats
path: root/pkg/commands/pull_request.go
AgeCommit message (Expand)Author
2021-12-29refactor to rename pull_request to hosting_service and apply SRPJesse Duffield
2021-12-29allow opening a commit in the browserJesse Duffield
2021-12-26handle ssh protocolJesse Duffield
2021-12-26refactor to use regex for matching git service URLJesse Duffield
2021-07-27Minor refactorJesse Duffield
2021-07-27review fixes: PR URL refactoring, target branch selection promptDenis Palashevskii
2021-07-27Fix translations, make formatter happyDenis Palashevskii
2021-07-27Remove doubled string formatting in pull request URL generationDenis Palashevskii
2021-07-27Apply suggestions from code reviewDenis Palashevskii
2021-07-27Implement pull request options menuDenis Palashevskii
2021-07-27Extract git service URL formatting to a separate methodDenis Palashevskii
2021-04-11full coverage for logging commandsJesse Duffield
2020-11-19Add mapping to copy a pull request URL to the clipboardFarzad Majidfayyaz
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-03-01chore: keeping coverage up :DWilliam Wagner Moraes Artero
2020-03-01fix: accidentally escaped %sWilliam Wagner Moraes Artero
2020-03-01fix: owner groups (GitLab)William Wagner Moraes Artero
2020-03-01feat: flexible service configurationWilliam Wagner Moraes Artero
2020-03-01feat: configurable servicesWilliam Wagner Moraes Artero
2019-03-16Update bitbucket pull request url.Kristijan Husak
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-10-20Add separate open command for links and check if branch exists on remote befo...Kristijan Husak
2018-10-15Remove unnecessary nil error in NewPullRequest.Kristijan Husak
2018-10-13Add option to create pull request form branches panel.Kristijan Husak