Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 1 | -168/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-26 | 1 | -1/+3 |
| | |||||
* | User link styling for commits | Marcel van Remmerden | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Remove unused avatar sizes62429-remove-unused-avatar-sizes | Annabel Dunstone Gray | 2019-05-31 | 1 | -2/+2 |
| | | | | - Update avatars to use only sizes from the 8px grid | ||||
* | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-ce | Paul Slaughter | 2019-05-16 | 1 | -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-cases | Tim Zallmann | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | Added Spec for Vue Commit Item | Tim Zallmann | 2019-01-06 | 1 | -0/+2 |
| | |||||
* | Made diff & note data consistent | Phil Hughes | 2018-11-14 | 1 | -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 files | Mike Greiling | 2018-10-17 | 1 | -1/+2 |
| | |||||
* | Add pipeline status to diffs/commit_item49329-mr-show-commit-details | Paul Slaughter | 2018-10-03 | 1 | -0/+17 |
| | | | | | **Notes:** - Also exposes commit.pipeline_status_path in diffs.json | ||||
* | Add signature badge to diffs/commit_item | Paul Slaughter | 2018-10-03 | 1 | -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 Slaughter | 2018-09-26 | 1 | -0/+128 |