summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs/components/commit_item_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-168/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-1/+3
|
* User link styling for commitsMarcel van Remmerden2019-06-101-1/+1
|
* Remove unused avatar sizes62429-remove-unused-avatar-sizesAnnabel Dunstone Gray2019-05-311-2/+2
| | | | - Update avatars to use only sizes from the 8px grid
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-1/+1
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Fixed Data Attribute Test54981-extended-user-centric-tooltips-add-missing-casesTim Zallmann2019-01-061-1/+1
|
* Added Spec for Vue Commit ItemTim Zallmann2019-01-061-0/+2
|
* Made diff & note data consistentPhil Hughes2018-11-141-15/+15
| | | | | | | | | | This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
* Prettify all spec filesMike Greiling2018-10-171-1/+2
|
* Add pipeline status to diffs/commit_item49329-mr-show-commit-detailsPaul Slaughter2018-10-031-0/+17
| | | | | **Notes:** - Also exposes commit.pipeline_status_path in diffs.json
* Add signature badge to diffs/commit_itemPaul Slaughter2018-10-031-0/+18
| | | | | **Notes:** - Also exposes commit.signature_html in diffs.json
* Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-261-0/+128