Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'anakashima/gitlab-ce-fix_wiki_toc_indent' into 'master' | Sean McGivern | 2017-09-06 | 1 | -0/+36 |
|\ | |||||
| * | Space before closing brace | Robert Speicher | 2017-09-06 | 1 | -2/+2 |
| * | Refactor TableOfContentsFilter's nested table of contents | Robert Speicher | 2017-09-06 | 1 | -30/+34 |
| * | Fix indentation level in Wiki's TOC items to regard header level | Akihiro Nakashima | 2017-09-06 | 1 | -6/+38 |
* | | Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-object | Robert Speicher | 2017-09-06 | 2 | -30/+57 |
|\ \ | |||||
| * | | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitaly | Ahmad Sherif | 2017-09-06 | 2 | -30/+57 |
* | | | Merge branch '34509-improves-markdown-rendering-performance-for-commits-list'... | Douwe Maan | 2017-09-06 | 4 | -50/+186 |
|\ \ \ | |||||
| * | | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-list | Tiago Botelho | 2017-09-06 | 4 | -50/+186 |
* | | | | Merge branch '35161_first_time_contributor_badge' into 'master' | Sean McGivern | 2017-09-06 | 4 | -8/+97 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | fix the failing spec35161_first_time_contributor_badge | micael.bergeron | 2017-09-06 | 1 | -2/+2 |
| * | | | add controller spec | micael.bergeron | 2017-09-06 | 3 | -24/+25 |
| * | | | remove lint | micael.bergeron | 2017-09-06 | 1 | -2/+2 |
| * | | | rework the contributor badge | micael.bergeron | 2017-09-06 | 1 | -10/+2 |
| * | | | round of fixes after code review | micael.bergeron | 2017-09-06 | 2 | -19/+42 |
| * | | | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 2 | -71/+79 |
| * | | | fix #35161, add a first-time contributor badge | micael.bergeron | 2017-09-06 | 1 | -0/+65 |
| |/ / | |||||
* | | | Merge branch '35441-fix-division-by-zero' into 'master' | Robert Speicher | 2017-09-06 | 1 | -10/+17 |
|\ \ \ | |||||
| * | | | Refactor blame helper age class tests | Jeff Stubler | 2017-09-05 | 1 | -22/+15 |
| * | | | Fix division by zero for blame age map | Jeff Stubler | 2017-08-24 | 1 | -1/+15 |
* | | | | Merge branch 'url-sanitizer-fixes' into 'master' | Douwe Maan | 2017-09-06 | 1 | -50/+129 |
|\ \ \ \ | |||||
| * | | | | Remove blank passwords from sanitized URLs | Nick Thomas | 2017-09-06 | 1 | -51/+129 |
| * | | | | Backport EE fixes to Gitlab::UrlSanitizer to CE | Nick Thomas | 2017-09-06 | 1 | -0/+1 |
* | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master' | Kamil TrzciĆski | 2017-09-06 | 3 | -15/+151 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into feature/gb/downl... | Grzegorz Bizon | 2017-09-06 | 90 | -2620/+9396 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix artifacts controller specs | Grzegorz Bizon | 2017-09-06 | 1 | -8/+0 |
| * | | | | | | Extract job artifacts API code to a separate file | Grzegorz Bizon | 2017-09-06 | 1 | -2/+3 |
| * | | | | | | Do not require API authentication if artifacts are public | Grzegorz Bizon | 2017-09-05 | 1 | -7/+38 |
| * | | | | | | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -8/+0 |
| * | | | | | | Extract a class that represents artifacts file path | Grzegorz Bizon | 2017-09-05 | 1 | -0/+64 |
| * | | | | | | Use API helper to send artifact file through Workhorse | Grzegorz Bizon | 2017-09-05 | 1 | -3/+2 |
| * | | | | | | Set project / pipeline before context in job API specs | Grzegorz Bizon | 2017-09-04 | 1 | -2/+2 |
| * | | | | | | Add API endpoint for downloading single job artifact | Grzegorz Bizon | 2017-09-04 | 1 | -0/+57 |
* | | | | | | | Merge branch 'tc-test-admin-log-links' into 'master' | Dmitriy Zaporozhets | 2017-09-06 | 1 | -3/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Put loggers in before_action for easier overriding in EEtc-test-admin-log-links | Toon Claes | 2017-09-06 | 1 | -3/+5 |
* | | | | | | | | Merge branch '35942_api_binary_encoding' into 'master' | Sean McGivern | 2017-09-06 | 2 | -0/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [ci-skip] spec for an instance method35942_api_binary_encoding | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| * | | | | | | | | renames ambiguous methods and add spec | micael.bergeron | 2017-09-06 | 1 | -0/+6 |
| * | | | | | | | | add .json_safe_diff spec | micael.bergeron | 2017-09-06 | 1 | -0/+19 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'generalize-profile-updates' into 'master' | Douwe Maan | 2017-09-06 | 5 | -24/+307 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 5 | -24/+307 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'breadcrumbs-improvements' into 'master' | Filipa Lacerda | 2017-09-06 | 4 | -12/+7 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into breadcrumbs-improvements | Phil Hughes | 2017-09-06 | 18 | -294/+813 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into breadcrumbs-improvements | Phil Hughes | 2017-09-05 | 5 | -13/+152 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fixed karma spec | Phil Hughes | 2017-09-05 | 1 | -1/+10 |
| * | | | | | | | | | Merge branch 'master' into breadcrumbs-improvements | Phil Hughes | 2017-09-05 | 25 | -209/+1497 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | removed comment from helper spec | Phil Hughes | 2017-09-05 | 1 | -1/+0 |
| * | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvements | Phil Hughes | 2017-09-05 | 27 | -1956/+6332 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | test fixes | Phil Hughes | 2017-09-05 | 2 | -45/+1 |
| * | | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvements | Phil Hughes | 2017-09-05 | 16 | -65/+614 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | remove project title karma test | Phil Hughes | 2017-09-04 | 1 | -59/+0 |