summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gitlab-ci-yaml-updates' into 'master' Douwe Maan2016-03-141-1/+83
|\
| * Merge branch 'master' into gitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-1225-440/+459
| |\
| * \ Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski2016-03-112-3/+42
| |\ \
| * | | Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-0/+45
| * | | Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-1/+9
| * | | Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski2016-03-111-0/+29
* | | | Merge branch 'rs-note-active-spec' into 'master'Robert Speicher2016-03-141-1/+61
|\ \ \ \
| * | | | Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-1/+61
* | | | | Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-145-1/+136
|\ \ \ \ \
| * | | | | Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+36
| * | | | | Bring shared project feature tests from EEDmitriy Zaporozhets2016-03-122-1/+77
| * | | | | Bring ProjectGroupLink model and migrations from EEDmitriy Zaporozhets2016-03-112-0/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs-snippet-expires-api' into 'master' Robert Speicher2016-03-141-0/+18
|\ \ \ \ \
| * | | | | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+18
* | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2016-03-141-2/+2
|\ \ \ \ \ \
| * | | | | | Fix denting and specZeger-Jan van de Weg2016-03-131-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-0/+30
* | | | | | Remove unnecessary go-get test (superseded by middleware)Stan Hu2016-03-121-13/+0
* | | | | | Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-30/+0
* | | | | | Merge branch 'support-go-subpackages' into 'master' Douwe Maan2016-03-121-0/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add spec for go-import middlewareStan Hu2016-03-121-0/+30
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix-gh-pr-import' into 'master' Douwe Maan2016-03-121-36/+28
|\ \ \ \ \
| * | | | | Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-101-36/+28
* | | | | | Merge branch 'rs-disallow-blank-line-code' into 'master' Douwe Maan2016-03-121-0/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-codeRobert Speicher2016-03-111-0/+8
* | | | | | Merge branch 'rs-issue-12944' into 'master' Douwe Maan2016-03-111-13/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944Robert Speicher2016-03-081-13/+24
* | | | | | Use a UNION in MergeRequest.in_projectsYorick Peterse2016-03-111-0/+6
* | | | | | Corrected spec title for Namespace.searchYorick Peterse2016-03-111-1/+1
* | | | | | Make Namespace.search case-insensitiveYorick Peterse2016-03-111-5/+24
* | | | | | Fixed a few spec typosYorick Peterse2016-03-112-6/+6
* | | | | | Fixed ProjectSearchResults spec to use a ProjectYorick Peterse2016-03-111-2/+2
* | | | | | Refactor Gitlab::SnippetSearchResultsYorick Peterse2016-03-111-0/+25
* | | | | | Refactor Gitlab::SearchResultsYorick Peterse2016-03-111-0/+55
* | | | | | Use ILIKE/LIKE for searching milestonesYorick Peterse2016-03-111-0/+30
* | | | | | Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-1/+46
* | | | | | Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-0/+28
* | | | | | Use ILIKE/LIKE for searching groupsYorick Peterse2016-03-111-0/+26
* | | | | | Use ILIKE/LIKE for searching usersYorick Peterse2016-03-111-11/+37
* | | | | | Use ILIKE/LIKE for searching notesYorick Peterse2016-03-111-3/+9
* | | | | | Use ILIKE/LIKE for searching snippetsYorick Peterse2016-03-111-0/+44
* | | | | | Use ILIKE in Project.search_by_titleYorick Peterse2016-03-111-0/+16
* | | | | | Use ILIKE/LIKE + UNION in Project.searchYorick Peterse2016-03-111-0/+51
* | | | | | Merge branch 'remove-benchmark-suite' into 'master' Douwe Maan2016-03-1110-369/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Removed benchmark suite and its documentationremove-benchmark-suiteYorick Peterse2016-03-1010-369/+0
* | | | | | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-111-3/+3
|\ \ \ \ \ \
| * | | | | | Fixed tests for comment formsPhil Hughes2016-03-041-3/+3
* | | | | | | Merge branch 'gitlab-ci-yaml-alias' into 'master' Kamil TrzciƄski2016-03-111-0/+39
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Support YAML alias/anchor usage in .gitlab-ci.ymlPascal Bach2016-03-081-0/+39
* | | | | | | web hooks to webhooksashleys2016-03-105-7/+7