summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-021-2/+2
* Actually converted code to following suggestions.Michael Chmielewski2015-10-281-1/+1
* Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-281-1/+1
* Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-281-2/+2
* Trailing new lines at ends of files are important.Michael Chmielewski2015-10-281-1/+1
* 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-281-0/+11
* Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-281-22/+0
* Fix CI badgefix-ci-badgeKamil Trzcinski2015-10-261-2/+3
* Merge branch 'dirceu/gitlab-ce-fix-project-search-with-unmatched-parentheses'Douwe Maan2015-10-251-2/+2
|\
| * Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-211-2/+2
* | Merge branch 'fix-wiki-clone-over-http' into 'master' Robert Speicher2015-10-231-0/+16
|\ \
| * | Add spec for cloning Wiki over HTTPStan Hu2015-10-221-0/+16
* | | Merge branch 'comments_fix' into 'master' Dmitriy Zaporozhets2015-10-231-0/+6
|\ \ \
| * | | Fix: Inability to reply to code comments in the MR view, if the MR comes from...comments_fixValery Sizov2015-10-221-0/+6
* | | | Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-...Stan Hu2015-10-221-13/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-13/+13
* | | | Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher2015-10-221-6/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Only postgres does case sensitive comparesproject-path-case-sensitivityDouwe Maan2015-10-221-1/+1
| * | | Don't load entire spec with MySQLDouwe Maan2015-10-211-8/+10
| * | | Disable case sensitive spec for MySQL.Douwe Maan2015-10-211-0/+3
| * | | Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-201-6/+24
* | | | Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-221-0/+14
* | | | Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan2015-10-211-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-arc...git-archive-improvements-2Jacob Vosmaer2015-10-2028-344/+722
| |\ \ \ \ | | |/ / /
| * | | | Clear archive cache asynchronouslyJacob Vosmaer2015-10-201-1/+1
* | | | | Merge branch 'reference-filter-replace-text-nodes-performance' into 'master' Dmitriy Zaporozhets2015-10-201-0/+41
|\ \ \ \ \
| * | | | | Added benchmark for ReferenceFilterreference-filter-replace-text-nodes-performanceYorick Peterse2015-10-201-0/+41
| | |/ / / | |/| | |
* | | | | Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-203-15/+91
|/ / / /
* | | | Fix duplicate repositories in GitHub import pageStan Hu2015-10-191-1/+1
* | | | Merge branch 'master' into jrochkind/gitlab-ce-fix_2839_send_abuse_report_notifyDouwe Maan2015-10-198-23/+223
|\ \ \ \
| * | | | Improve performance of sorting milestone issuesYorick Peterse2015-10-192-0/+45
| * | | | Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into 'm...Douwe Maan2015-10-193-22/+103
| |\ \ \ \
| | * | | | Fix spechanloong/gitlab-ce-remove-forks-from-projects-settingsDouwe Maan2015-10-181-1/+1
| | * | | | Tweak wording.Douwe Maan2015-10-181-2/+2
| | * | | | Merge branch 'master' into remove-forks-from-projects-settingsHan Loong Liauw2015-10-1750-494/+1385
| | |\ \ \ \
| | * | | | | Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-143-31/+51
| | * | | | | Adds ability to remove the forked relationshipHan Loong Liauw2015-10-132-4/+65
| * | | | | | Merge branch 'cristianbica/gitlab-ce-user-project-view-files' into 'master' Dmitriy Zaporozhets2015-10-191-0/+28
| |\ \ \ \ \ \
| | * | | | | | Make spec names more clearDouwe Maan2015-10-171-3/+6
| | * | | | | | Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-17132-1467/+3199
| | |\ \ \ \ \ \
| | * | | | | | | Allow users to select the Files view as default project viewCristian Bica2015-10-011-0/+25
| * | | | | | | | Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan2015-10-183-1/+47
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Merge branch 'master' into cross-reference-mr-on-issueszj/gitlab-ce-cross-reference-mr-on-issuesZeger-Jan van de Weg2015-10-163-0/+41
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-163-1/+47
* | | | | | | | | Satisfy Rubocopjrochkind/gitlab-ce-fix_2839_send_abuse_report_notifyDouwe Maan2015-10-181-7/+6
* | | | | | | | | Fix spec.Douwe Maan2015-10-181-33/+53
* | | | | | | | | Merge branch 'master' into jrochkind/gitlab-ce-fix_2839_send_abuse_report_notifyDouwe Maan2015-10-1899-1246/+2898
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'rs-redactor-filter' into 'master' Douwe Maan2015-10-1717-315/+426
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-1618-325/+513
| | |\ \ \ \ \ \ \ | | | |/ / / / / /