Commit graph

19 commits

Author SHA1 Message Date
GitLab Bot
e689e858ed Add latest changes from gitlab-org/gitlab@master 2020-05-13 18:08:47 +00:00
GitLab Bot
aaf5961054 Add latest changes from gitlab-org/gitlab@master 2020-03-18 15:09:45 +00:00
GitLab Bot
e3764d340e Add latest changes from gitlab-org/gitlab@master 2019-12-19 12:07:35 +00:00
GitLab Bot
0a850868df Add latest changes from gitlab-org/gitlab@master 2019-10-09 12:06:13 +00:00
GitLab Bot
80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Ezekiel Kigbo
834f1f974a Disable vue-i18n for non-autofix files
Disables the vue-i18n eslint rules for files
that are not able to be autofixed, this will
stop these offences causing pipeline failures
but they will need manual fixing.
2019-08-08 06:29:24 +00:00
Ezekiel Kigbo
8057ac7566 Vue-i18n: app/assets/javascripts/diffs directory
i18n linting for .vue files under the
app/assets/javascripts/diffs directory
2019-06-26 07:33:14 +00:00
Marcel van Remmerden
a8eedd0a09 User link styling for commits 2019-06-10 17:43:41 +00:00
Annabel Dunstone Gray
cc8e7ea205 Remove unused avatar sizes
- Update avatars to use only sizes from the 8px grid
2019-05-31 19:34:26 -05:00
Scott Hampton
dbeb7b21d3 Fix commits.scss style-lint errors
Updating class names, and using existing utility classes.
2019-04-25 11:49:13 -07:00
Tim Zallmann
33cfeea176 Dryed code in commit_item by adding another computed prop 2019-01-07 11:04:59 +01:00
Tim Zallmann
1484a7eb7d Added User Popovers to Commit Items and Member Lists 2019-01-04 16:34:01 +01:00
George Tsiolis
02e7497166 Replace tooltip directive with gl-tooltip directive in badges, cycle analytics, and diffs 2018-11-21 23:11:41 +02:00
Mike Greiling
5b9495c5db
Prettify all the things 2018-11-20 09:30:01 -06:00
Phil Hughes
234563ba30
Made diff & note data consistent
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.
2018-11-14 19:16:46 +00:00
Mike Greiling
4d0db16f97
Prettify diff_notes diffs and droplab modules 2018-10-16 11:52:35 -05:00
Paul Slaughter
becb86ea4e Add pipeline status to diffs/commit_item
**Notes:**
- Also exposes commit.pipeline_status_path in diffs.json
2018-10-03 13:18:21 -05:00
Paul Slaughter
5a286eb7a3 Add signature badge to diffs/commit_item
**Notes:**
- Also exposes commit.signature_html in diffs.json
2018-10-03 13:18:20 -05:00
Paul Slaughter
f390184249 Resolve "Commit details are not displayed when reviewing an MR commit by commit" 2018-09-26 08:28:50 +00:00