summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/reports/components/grouped_test_reports_app.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+25
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-19/+21
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-4/+16
|
* Prettify all the thingsMike Greiling2018-11-201-11/+3
|
* Merge branch 'master' into 'prettify-all-the-things-4'prettify-all-the-things-4Mike Greiling2018-10-261-1/+1
|\ | | | | | | # Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
| * Fixes broken borders in reports section MR widgetFilipa Lacerda2018-10-171-1/+1
| |
* | Prettify registry and reports modulesMike Greiling2018-10-171-67/+60
|/
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-2/+2
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Moves report components to reports folderFilipa Lacerda2018-08-071-4/+4
|
* Show resolved failuresFilipa Lacerda2018-08-071-1/+1
|
* Adds a css class for mr reports to render them correctlyLukas Eipert2018-08-031-1/+1
|
* Changes after review:Filipa Lacerda2018-08-021-10/+12
| | | | | | | - 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/+114
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