summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* remove Ability.abilitieshttp://jneen.net/2016-08-307-29/+26
* 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-3014-28/+363
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2640-144/+694
| |\
| * \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2450-185/+1446
| |\ \
| * | | Path could also have slashes! Feedback:Lin Jen-Shin2016-08-241-2/+20
| * | | Use only one before block, feedback:Lin Jen-Shin2016-08-241-2/+0
| * | | Make sure the branch we're testing is on the 1st page!Lin Jen-Shin2016-08-191-2/+2
| * | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1952-71/+4408
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1853-129/+3598
| |\ \ \ \
| * | | | | Fixed a missing renameLin Jen-Shin2016-08-171-1/+1
| * | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1760-286/+1404
| |\ \ \ \ \
| * | | | | | Fix test by assigning the proper SHALin Jen-Shin2016-08-161-1/+1
| * | | | | | Fix tests, explicitly set the statusLin Jen-Shin2016-08-161-1/+2
| * | | | | | Fix tests which broke in the mergeLin Jen-Shin2016-08-162-3/+3
| * | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1670-1349/+2664
| |\ \ \ \ \ \
| * | | | | | | 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-113-3/+3
| * | | | | | | This might be fixed on master already, but wellLin Jen-Shin2016-08-101-1/+0
| * | | | | | | Empty lines around blocksLin Jen-Shin2016-08-105-16/+30
| * | | | | | | 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-10303-2515/+5547
| |\ \ \ \ \ \ \
| * | | | | | | | Add four features tests for download buttons in different placesLin Jen-Shin2016-07-254-0/+150
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-2590-3603/+2848
| |\ \ \ \ \ \ \ \
| * | | | | | | | | They were moved to project_spec.rbLin Jen-Shin2016-07-211-36/+0
| * | | | | | | | | Merge shared context into controller test and update accordinglyLin Jen-Shin2016-07-212-116/+62
| * | | | | | | | | Restore to what it used to beLin Jen-Shin2016-07-211-23/+4
| * | | | | | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-2149-290/+1758
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-191-4/+4
| * | | | | | | | | | Support SHA for downloading artifacts:Lin Jen-Shin2016-07-191-0/+8
| * | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-18111-1558/+3020
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Latest success pipelines (rather than builds)Lin Jen-Shin2016-07-182-15/+39
| * | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-184-15/+13
| * | | | | | | | | | | Match against records rather than id, feedback:Lin Jen-Shin2016-07-181-2/+2
| * | | | | | | | | | | Use single line even if they're more than 80 chars, feedback:Lin Jen-Shin2016-07-181-3/+1
| * | | | | | | | | | | 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
| * | | | | | | | | | | Try to make the URL more consistent between Rails and APILin Jen-Shin2016-07-151-2/+2
| * | | | | | | | | | | It could be redirecting or downloading in Rails or APILin Jen-Shin2016-07-153-8/+8
| * | | | | | | | | | | Add a download prefix so that we could add file prefix in the futureLin Jen-Shin2016-07-151-1/+3
| * | | | | | | | | | | now we're able to merge the specLin Jen-Shin2016-07-152-48/+43
| * | | | | | | | | | | Avoid using let!Lin Jen-Shin2016-07-151-15/+47
| * | | | | | | | | | | Provide the file directly rather than redirectingLin Jen-Shin2016-07-141-3/+8
| * | | | | | | | | | | Serve artifacts from BuildsLin Jen-Shin2016-07-142-4/+4
| * | | | | | | | | | | Merge features/projects/artifacts_spec.rb backLin Jen-Shin2016-07-142-37/+17
| * | | | | | | | | | | Update routes based on feedback from:Lin Jen-Shin2016-07-141-4/+4
| * | | | | | | | | | | rubocop likes this betterLin Jen-Shin2016-07-131-2/+2