summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/code_block.vue
Commit message (Collapse)AuthorAgeFilesLines
* Changes after review:Filipa Lacerda2018-08-021-2/+2
| | | | | | | - Cleans up CSS to use common classes - Removes getters to use mapState instead - Makes the first request even when tab is not visible - Show loading state in 204
* Adds frontend support to render test reports on theMR widgetFilipa Lacerda2018-08-021-0/+16
Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store