summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix HousekeepingService testsno-gc-retryJacob Vosmaer2016-03-181-2/+2
* Merge branch 'auto-gc' into 'master' revert-01160fc0Douwe Maan2016-03-152-0/+87
|\
| * Use an exception to pass messagesJacob Vosmaer2016-03-152-9/+21
| * Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
| * Run 'git gc' every 10 pushesJacob Vosmaer2016-03-142-1/+36
| * Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40
* | Merge branch 'rs-issue-14220' into 'master' Douwe Maan2016-03-151-0/+20
|\ \
| * | Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-0/+20
* | | Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher2016-03-152-91/+19
|\ \ \
| * | | Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-18/+18
| * | | Fix commit_spec: invalid validationKamil Trzcinski2016-03-141-1/+1
| * | | Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-142-75/+3
| | |/ | |/|
* | | 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