cli/pkg/cmd/pr/shared
Nate Smith 126b498e9f
Actions Support Phase 1 (#2923)
* Implement first round of support for GitHub Actions

This commit adds:

gh actions
gh run list
gh run view
gh job view

as part of our first round of actions support. These commands are
unlisted and considered in beta.

* review feedback

* tests for exit status on job view

* spinner tracks io itself

* review feedback

* fix PR matching

* enable pager for job log viewing

* add more colorf functions

* add AnnotationSymbol

* hide job, run

* do not add method to api.Client

* remove useless cargo coded copypasta
2021-03-16 13:59:34 -07:00
..
commentable.go Remove unnecessary BodyFile field 2021-03-15 15:12:41 +01:00
comments.go Actions Support Phase 1 (#2923) 2021-03-16 13:59:34 -07:00
display.go try passing iostreams around instead of writer+colorscheme 2020-11-02 11:44:50 -08:00
display_test.go Isolate pr list command 2020-08-04 18:38:06 +02:00
editable.go Add pr edit --base to change the base branch of a PR 2021-02-24 00:15:04 +08:00
lookup.go Allow PullRequestForBranch to search in closed pull requests 2020-10-28 15:50:59 +01:00
params.go Extend @me replacing behavior to issue list 2021-01-22 22:05:33 +01:00
params_test.go Extend @me replacing behavior to issue list 2021-01-22 22:05:33 +01:00
preserve.go Exit with status code "2" on user cancellation errors 2021-03-02 13:48:44 +01:00
preserve_test.go Deprecate test.ExpectLines 2021-01-18 23:25:45 +01:00
reaction_groups.go Extract shared comment and reaction group code 2020-12-09 14:35:29 -05:00
state.go switch to recover instead of resubmit 2020-11-23 11:21:34 -08:00
survey.go Merge pull request #2539 from divyaramanathan/issue-create-template 2021-02-17 17:59:42 +01:00
survey_test.go Make MetadataSurvey testable by accepting an interface 2020-12-03 17:47:40 +01:00
templates.go Un-export HasAPI leaky abstraction 2021-02-17 17:08:50 +01:00
templates_test.go Add tests for templateManager 2021-02-17 17:35:04 +01:00