cli/pkg/cmd/pr/view/fixtures
Mislav Marohnić 1a980e768c Fix how teams are displayed in requested reviewers
1. The `--json` export now only renders the `login` field for User types
   and `name` and `slug` fields for Team types.
2. The `pr view` command now renders team reviewers in the format of
   `ORG/SLUG` instead of the team name. This is so that the same value
    can be used in the `pr create -r` flag.
2021-05-28 14:32:31 +02:00
..
prViewPreview.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewClosedState.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewDraftState.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewFullComments.json Do not display minimized comments 2021-01-27 08:14:46 -08:00
prViewPreviewManyReviews.json Display reviews when viewing pull requests 2021-01-20 12:15:25 -08:00
prViewPreviewMergedState.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewReviews.json Fix pr view tests broken by createdAtsubmittedAt switch 2021-04-14 19:41:55 +02:00
prViewPreviewSingleComment.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewWithMetadataByNumber.json add tests for additions and deletions 2021-03-06 15:02:16 +05:30
prViewPreviewWithReviewersByNumber.json Fix how teams are displayed in requested reviewers 2021-05-28 14:32:31 +02:00