summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-027-41/+11
* Actually converted code to following suggestions.Michael Chmielewski2015-10-282-7/+4
* Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-282-2/+7
* Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-283-7/+8
* Trailing new lines at ends of files are important.Michael Chmielewski2015-10-281-1/+1
* Moved changelog entry to 8.2Michael Chmielewski2015-10-281-1/+3
* Added @commits to list of tags.Mike Chmielewski2015-10-281-3/+3
* Make subject of spec line up on one line to satisfy rubocop requirementsMike Chmielewski2015-10-281-4/+2
* Add support for searching commit log messagesJonathan Schoeffling2015-10-288-3/+72
* Merge branch 'closing-issue-tracker' into 'master' Dmitriy Zaporozhets2015-10-281-0/+7
|\
| * Add copy paste text for closing down the Github issue trackerclosing-issue-trackerJeroen van Baarsen2015-10-281-0/+7
* | Merge branch 'edit-new-cross-references' into 'master' Dmitriy Zaporozhets2015-10-280-0/+0
|\ \
* \ \ Merge branch 'rs-update-nprogress-rails' into 'master' Dmitriy Zaporozhets2015-10-282-3/+3
|\ \ \
| * | | Bump nprogress-rails to 0.1.6.7rs-update-nprogress-railsRobert Speicher2015-10-262-3/+3
* | | | Merge branch 'edit-new-cross-references'Dmitriy Zaporozhets2015-10-284-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Use issue editor as cross reference comment author when issue is edited with ...edit-new-cross-referencesDouwe Maan2015-10-284-3/+4
* | | | Merge branch 'cleanup-ci-integration' into 'master' Dmitriy Zaporozhets2015-10-288-83/+1
|\ \ \ \
| * | | | Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-288-83/+1
* | | | | Merge branch 'fix_permission_doc' into 'master' Achilleas Pipinellis2015-10-281-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed the permission docHannes Rosenögger2015-10-281-2/+2
| | |/ / | |/| |
* | | | Merge branch 'gitlab-shell-v2.6.6' into 'master' Dmitriy Zaporozhets2015-10-282-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Bump gitlab-shell to v2.6.6Artem V. Navrotskiy2015-10-222-2/+2
* | | | Merge branch 'rs-update-jquery-atwho-rails' into 'master' Dmitriy Zaporozhets2015-10-272-3/+3
|\ \ \ \
| * | | | Bump jquery-atwho-rails to ~> 1.3.2rs-update-jquery-atwho-railsRobert Speicher2015-10-262-3/+3
| | |/ / | |/| |
* | | | Merge branch 'add-project-path-index' into 'master' Robert Speicher2015-10-272-1/+11
|\ \ \ \
| * | | | Add projects path indexadd-project-path-indexKamil Trzcinski2015-10-262-1/+11
* | | | | Merge branch 'builds_to_backup_doc' into 'master' Kamil Trzciński2015-10-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add builds to the docs as a valid skip option for backups.builds_to_backup_docMarin Jankovski2015-10-221-1/+1
* | | | | Merge pull request #9771 from kazubu/fix_error_destroy_without_refererStan Hu2015-10-262-5/+2
|\ \ \ \ \
| * | | | | modify to use redirect_back_or_default functionkazubu2015-10-261-5/+1
| * | | | | Fix: 500 error returned if destroy request without HTTP refererkazubu2015-10-262-1/+2
| | |/ / / | |/| | |
* | | | | Update CHANGELOG for 8.1.1Robert Speicher2015-10-261-7/+10
* | | | | Merge branch 'fix-ci-badge' into 'master' Robert Speicher2015-10-264-15/+11
|\ \ \ \ \
| * | | | | Fix CI badgefix-ci-badgeKamil Trzcinski2015-10-264-15/+11
* | | | | | Merge branch 'fix-specific-runner-visibility' into 'master' Robert Speicher2015-10-264-14/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix specific runner visibilityKamil Trzcinski2015-10-264-14/+20
| |/ / / /
* | | | | Merge branch 'remove-satellites' into 'master' Robert Speicher2015-10-264-4/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove the contents of the satellites dirremove-satellitesJacob Vosmaer2015-10-234-4/+25
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2015-10-2612-12/+47
|\ \ \ \ \
| * \ \ \ \ Merge branch 'dirceu/gitlab-ce-fix-project-search-with-unmatched-parentheses'Douwe Maan2015-10-253-4/+4
| |\ \ \ \ \
| | * | | | | Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-213-4/+4
| * | | | | | Merge branch 'ci-status-mr-index' into 'master' Dmitriy Zaporozhets2015-10-259-8/+43
| |\ \ \ \ \ \
| | * | | | | | Fix rubocop issuesci-status-mr-indexDmitriy Zaporozhets2015-10-232-7/+9
| | * | | | | | Move rendering CI status to helperDmitriy Zaporozhets2015-10-234-8/+10
| | * | | | | | Add tests for MR index pageDmitriy Zaporozhets2015-10-233-1/+21
| | * | | | | | Render CI status on merge requests index pageDmitriy Zaporozhets2015-10-234-3/+14
* | | | | | | | Merge pull request #9769 from jannickfahlbusch/fixTyposStan Hu2015-10-264-7/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix some grammatical issuesJannick Fahlbusch2015-10-244-7/+6
* | | | | | | | Merge remote-tracking branch 'github/master'Robert Speicher2015-10-241-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #9767 from jannickfahlbusch/patch-1Robert Schilling2015-10-241-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |