summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOGfix/speed-up-group-milestone-showAhmad Sherif2016-09-231-2/+3
* Use select(:foo) instead of map(&:foo) in GlobalMilestoneAhmad Sherif2016-09-231-3/+3
* Ensure milestones passed to GlobalMilestone is an ActiveRecord::RelationAhmad Sherif2016-09-232-15/+7
* Reduce number of queries when calling GlobalMilestone#{labels,participants}Ahmad Sherif2016-09-232-2/+13
* Eager-load assignee and labels associations for GlobalMilestore issuablesAhmad Sherif2016-09-231-2/+2
* Add index on labels titleAhmad Sherif2016-09-232-1/+13
* Merge branch 'fork-svg' into 'master' Fatih Acet2016-09-231-3/+1
|\
| * Compress fork SVG codefork-svgAnnabel Dunstone Gray2016-09-031-3/+1
* | Merge branch 'search-filters-label-fix' into 'master' Jacob Schatz2016-09-233-2/+35
|\ \
| * | Fixed search dropdown labels not displayingsearch-filters-label-fixPhil Hughes2016-09-123-2/+35
* | | Merge branch 'fix-variable-and-comments' into 'master' Jacob Schatz2016-09-232-2/+1
|\ \ \
| * | | Remove unused attributesfix-variable-and-commentsAlfredo Sumaran2016-09-222-2/+1
* | | | Merge branch 'fix-find-file-links' into 'master' Fatih Acet2016-09-223-21/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix find file navigation linksClement Ho2016-09-093-21/+13
* | | | Merge branch 'rs-sign-up-sign-in' into 'master' Jacob Schatz2016-09-221-2/+2
|\ \ \ \
| * | | | Change "Please register or login" to "Please sign up or sign in"rs-sign-up-sign-inRobert Speicher2016-09-211-2/+2
* | | | | Update VERSION to 8.13.0-prev8.13.0.preRémy Coutable2016-09-221-1/+1
* | | | | Merge branch 'revert-6455-and-4960' into 'master' Douwe Maan2016-09-2210-94/+23
|\ \ \ \ \
| * | | | | Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-229-72/+18
| * | | | | Revert "Merge branch '22421-fix-issuable-counter-when-more-than-one-label-is-...Rémy Coutable2016-09-222-26/+9
* | | | | | Merge branch 'ci-permissions-documentation' into 'master' Achilleas Pipinellis2016-09-224-0/+325
|\ \ \ \ \ \
| * | | | | | Copyedit the CI build permissions docAchilleas Pipinellis2016-09-221-3/+3
| * | | | | | Small fixes in CI build permissions docsAchilleas Pipinellis2016-09-222-17/+17
| * | | | | | s/project/buildAchilleas Pipinellis2016-09-221-1/+1
| * | | | | | Added a note about build triggers [ci skip]Kamil Trzcinski2016-09-222-0/+12
| * | | | | | Make 'build permissions' consistentAchilleas Pipinellis2016-09-222-3/+3
| * | | | | | Add a small description mentioning submodules/LFSAchilleas Pipinellis2016-09-221-2/+1
| * | | | | | Move document on CI build permissions to new locationAchilleas Pipinellis2016-09-223-16/+16
| * | | | | | Refactor new CI build permissions model docsAchilleas Pipinellis2016-09-222-158/+211
| * | | | | | Update permissions tableKamil Trzcinski2016-09-221-6/+23
| * | | | | | Describe how the recent changes of CI permissions affect buildsKamil Trzcinski2016-09-223-0/+244
| |/ / / / /
* | | | | | Merge branch 'fix-mr-version-dropdowns' into 'master' Fatih Acet2016-09-221-34/+38
|\ \ \ \ \ \
| * | | | | | fix dropdowns for mr-versionsfix-mr-version-dropdownstauriedavis2016-09-221-34/+38
* | | | | | | Merge branch 'search-field-ignores' into 'master' Rémy Coutable2016-09-222-17/+25
|\ \ \ \ \ \ \
| * | | | | | | Intercept issues search form submit to preserve filters.search-field-ignoresBryce2016-09-222-17/+25
* | | | | | | | Merge branch 'hotfix-gl-dropdown-field-undefined' into 'master' Rémy Coutable2016-09-221-12/+13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Added checks for field before field.length and removed unneeded fieldNamehotfix-gl-dropdown-field-undefinedLuke Bennett2016-09-201-12/+13
* | | | | | | | Merge branch '22417-api-fork-fix' into 'master' Rémy Coutable2016-09-222-3/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | API: Return 404 when trying to fork to unaccessible namespaceRémy Coutable2016-09-222-3/+5
* | | | | | | | Merge branch 'fix-pipeline-for-empty-merge-request-diff' into 'master' Rémy Coutable2016-09-223-7/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test for MergeRequestDiff#commits_sha, feedback:Lin Jen-Shin2016-09-221-0/+22
| * | | | | | | | So that st_commits could never be nilLin Jen-Shin2016-09-221-4/+6
| * | | | | | | | For empty merge_request_diff st_commits would be nilfix-pipeline-for-empty-merge-request-diffLin Jen-Shin2016-09-222-7/+24
* | | | | | | | | Merge branch 'bpj-merge-request-diff-fixes' into 'master' Rémy Coutable2016-09-223-9/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Stop disabling jump_to_next buttons, when not on latest MR diff.bpj-merge-request-diff-fixesBryce Johnson2016-09-221-3/+1
| * | | | | | | | Remove colons in dropdowns, use icon helper, and fix 'Show original' link.Bryce Johnson2016-09-222-6/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dz-improve-mr-versions-doc' into 'master' Rémy Coutable2016-09-224-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Update merge request versions documentation with new screenshotsdz-improve-mr-versions-docDmitriy Zaporozhets2016-09-214-1/+5
* | | | | | | | | Merge branch '22421-fix-issuable-counter-when-more-than-one-label-is-selected...Rémy Coutable2016-09-222-9/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Hotfix the issuable counters when filtering by multiple labels22421-fix-issuable-counter-when-more-than-one-label-is-selectedRémy Coutable2016-09-222-9/+26
| | |/ / / / / / / | |/| | | | | | |