summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Optimize branch lookups and force a repository reload for Repository#find_branchsh-reload-find-branchStan Hu2016-09-011-0/+18
* don't use a deprecated api in ability_spechttp://jneen.net/2016-08-301-2/+2
* add project_policy_spec to replace .project_abilities spechttp://jneen.net/2016-08-301-64/+0
* remove Ability.abilitieshttp://jneen.net/2016-08-302-14/+11
* remove six, and use a Set insteadhttp://jneen.net/2016-08-302-4/+2
* delete project_security_spechttp://jneen.net/2016-08-301-112/+0
* Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-304-17/+63
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-266-17/+114
| |\
| * \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-247-10/+106
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-195-1/+1108
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-186-0/+258
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1717-65/+235
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1612-333/+375
| |\ \ \ \ \ \
| * | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin2016-08-111-21/+7
| * | | | | | | Fix mockLin Jen-Shin2016-08-111-2/+2
| * | | | | | | Fetch the current SHA if SHA was not passedLin Jen-Shin2016-08-111-12/+26
| * | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin2016-08-111-1/+1
| * | | | | | | Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin2016-08-101-2/+46
| * | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1052-311/+1162
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-257-78/+283
| |\ \ \ \ \ \ \ \
| * | | | | | | | | They were moved to project_spec.rbLin Jen-Shin2016-07-211-36/+0
| * | | | | | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-218-57/+701
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-191-4/+4
| * | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-1822-102/+209
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Latest success pipelines (rather than builds)Lin Jen-Shin2016-07-181-8/+27
| * | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-181-2/+3
| * | | | | | | | | | | Match against records rather than id, feedback:Lin Jen-Shin2016-07-181-2/+2
| * | | | | | | | | | | Use RSpec helpers, feedback from:Lin Jen-Shin2016-07-181-5/+6
| * | | | | | | | | | | Introduce Project#latest_success_builds_for:Lin Jen-Shin2016-07-151-4/+8
| * | | | | | | | | | | Prefer empty relation rather than arraysLin Jen-Shin2016-07-121-0/+6
| * | | | | | | | | | | Doh. I already wrote that test and I forgot.Lin Jen-Shin2016-07-122-16/+2
| * | | | | | | | | | | Test for Project#builds_for and return empty array for nothingLin Jen-Shin2016-07-121-1/+15
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-119-29/+484
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Multiline for before blockLin Jen-Shin2016-07-071-2/+6
| * | | | | | | | | | | | Avoid ambiguous syntaxLin Jen-Shin2016-07-071-2/+2
| * | | | | | | | | | | | Introduce Project#builds_for(build_name, ref = 'HEAD'):Lin Jen-Shin2016-07-071-2/+10
* | | | | | | | | | | | | Merge branch '19315-can-edit-merge-request-with-deleted-fork' into 'master' Douwe Maan2016-08-301-0/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Change method nameKatarzyna Kobierska2016-08-301-4/+4
| * | | | | | | | | | | | | Improve grammarKatarzyna Kobierska2016-08-301-7/+7
| * | | | | | | | | | | | | Improve codeKatarzyna Kobierska2016-08-301-4/+16
| * | | | | | | | | | | | | User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-0/+64
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix "Wiki" link not appearing in navigation for projects with external wiki21446-service-external-wiki-only-works-when-project-wiki-is-enabledAlejandro Rodríguez2016-08-262-0/+25
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'capitalize-mentioned-issue-notes' into 'master' Douwe Maan2016-08-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Capitalize mentioned issue timeline notesClement Ho2016-08-251-1/+1
* | | | | | | | | | | | | Merge branch '21275-getting-500-error-when-viewing-a-merge-request'Douwe Maan2016-08-251-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Don't show conflicts when there are noneSean McGivern2016-08-251-0/+6
| * | | | | | | | | | | | | Handle case where conflicts aren't on disk yetSean McGivern2016-08-251-0/+7
* | | | | | | | | | | | | | Merge branch 'statuseable-hasstatus' into 'master' Robert Speicher2016-08-251-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-3/+3
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'dz-merge-request-version'Douwe Maan2016-08-252-13/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |