summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-git-bin-path' into 'master' Douwe Maan2015-11-043-7/+7
|\
| * Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-033-7/+7
* | Merge branch 'create-project-performance' into 'master' Yorick Peterse2015-11-041-0/+28
|\ \
| * | Added benchmark for Projects::CreateServiceYorick Peterse2015-10-291-0/+28
* | | Merge branch 'remove-duplicate-orders' into 'master' Yorick Peterse2015-11-042-6/+16
|\ \ \ | |_|/ |/| |
| * | Fixed User sorting specsremove-duplicate-ordersYorick Peterse2015-11-031-6/+6
| * | Added benchmark for User.allYorick Peterse2015-11-031-0/+10
* | | Merge branch 'drop-old-builds' into 'master' Kamil Trzciński2015-11-031-0/+44
|\ \ \
| * | | Cleanup stuck CI builds dailydrop-old-buildsKamil Trzcinski2015-11-031-0/+44
* | | | Merge branch 'web_hook_repo_changes'Valery Sizov2015-11-031-0/+6
|\ \ \ \
| * | | | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-0/+6
* | | | | Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-031-79/+220
|\ \ \ \ \
| * | | | | Fix testsonly-syntaxKamil Trzcinski2015-11-031-15/+11
| * | | | | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-79/+224
* | | | | | Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets2015-11-031-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets2015-11-031-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
| | |_|/ | |/| |
* | | | Merge branch 'api_file_touched_at' into 'master' Dmitriy Zaporozhets2015-11-021-0/+1
|\ \ \ \
| * | | | Add ability to fetch the commit ID of the last commit that actually touched a...api_file_touched_atValery Sizov2015-11-021-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'backup-improvements' into 'master' Kamil Trzciński2015-11-021-7/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | One more backup spec fixJacob Vosmaer2015-10-061-0/+1
| * | | Spec fixes for new backup contentsJacob Vosmaer2015-10-061-7/+7
* | | | Merge branch 'rs-dev-issue-2613' into 'master' Douwe Maan2015-11-021-10/+91
|\ \ \ \ | |_|/ / |/| | |
| * | | Add custom protocol whitelisting to SanitizationFilterrs-dev-issue-2613Robert Speicher2015-10-011-10/+91
* | | | Adjusted ips/sec for find_by_any_email benchmarksoptimize-user-find-by-any-emailYorick Peterse2015-10-301-2/+2
* | | | Improve performance of User.find_by_any_emailYorick Peterse2015-10-301-0/+26
| |_|/ |/| |
* | | 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
| |\ \ \ \ \ \ | | |/ / / / /