stable

Clone or download

Read-only

Fetch pullrequest info and display its title

part of story #31069 Render everything that is ready only How to test: - Go to the overview tab of a pull request --> The pull request info are loaded --> During the loading, a skeleton is displayed at the title's place --> When the loading is finished, the title is displayed Change-Id: Ibd5b1e8818db51b3dd1e39b529604bfc743924bd

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-overview/package.json +3 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/pnpm-lock.yaml +10 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/po/fr_FR.po +1 −4 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.test.ts +49 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts +29 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/api/types.ts +22 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.test.ts +64 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue +30 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewTabs.test.ts +5 −20 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewTabs.vue +6 −6 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/constants.ts +1 −0 Go to diff View file