stable

Clone or download

Read-only

Display pull-request author

part of story #31069 Render everything that is read only How to test: - Pick up a pull-request and go to the overview tab --> Once the pull-request data has loaded, the author info is loaded --> A skeleton is displayed while data is being loaded --> The author info is displayed --> If you click on his name, you are redirected to his profile page Change-Id: Ifa406916fa5ed1a09d327f71ebc00c1ec41e3246

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-overview/po/fr_FR.po +3 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.test.ts +20 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts +5 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/types.ts +7 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue +2 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestAuthor.test.ts +78 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestAuthor.vue +79 −0 Go to diff View file