stable

Clone or download

Read-only

Frontent: show artifact semantics fields

Part of epic #12142 Baseline v1 How to test: - Query with your brother: plugins/baseline/project-sogilis?artifact_id=`ID`&date=`YYYY-MM-DD` --> Show title, description, status and last modification date when artifact_id and date match with an artifact --> Show `Cannot fetch data` error when artifact_id or date do not match with an artifact --> Show skeleton component when fetching baseline Change-Id: I40ca8bbaf39a12d3e194fc0c5ef9d02dd26c4c3d

Modified Files

Name
A build-manifest.json +38 −0 Go to diff View file
A scripts/baseline/api/rest-querier.js +31 −0 Go to diff View file
A scripts/baseline/api/rest-querier.spec.js +49 −0 Go to diff View file
A scripts/baseline/components/App.spec.js +117 −0 Go to diff View file
M scripts/baseline/components/App.vue +70 −2 Go to diff View file
A scripts/baseline/components/SimplifiedBaseline.vue +52 −0 Go to diff View file
A scripts/baseline/components/SkeletonBaseline.vue +40 −0 Go to diff View file
M scripts/baseline/index.js +16 −3 Go to diff View file
A scripts/baseline/po/fr.po +17 −0 Go to diff View file
A scripts/baseline/po/template.pot +9 −0 Go to diff View file
A scripts/baseline/support/local-vue.js +30 −0 Go to diff View file
A scripts/karma.conf.js +42 −0 Go to diff View file
A scripts/test-results.xml +34 −0 Go to diff View file
A themes/BurningParrot/baseline-blue-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-blue.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-green-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-green.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-grey-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-grey.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-orange-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-orange.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-purple-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-purple.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-red-condensed.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline-red.scss +20 −0 Go to diff View file
A themes/BurningParrot/baseline/_baseline.scss +22 −0 Go to diff View file