summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor GitHub importing documentationupdate-github-doc-pageAchilleas Pipinellis2016-08-314-43/+91
* Update GitHub importer documentation to reflect current importer stateDouglas Barbosa Alexandre2016-08-301-0/+10
* Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-3034-109/+501
|\
| * Fix CHANGELOGartifacts-from-ref-and-build-nameLin Jen-Shin2016-08-261-2/+0
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-26145-750/+1721
| |\
| * | Fix testsLin Jen-Shin2016-08-261-3/+1
| * | Extract ref_name and path in before_action, feedback:Lin Jen-Shin2016-08-261-5/+10
| * | Add a download icon for artifacts, too. Feedback:Lin Jen-Shin2016-08-251-0/+1
| * | Just use instance variable instead, feedback:Lin Jen-Shin2016-08-251-7/+2
| * | Update CHANGELOG from v8.11.0 to v8.12.0Lin Jen-Shin2016-08-241-1/+1
| * | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-24250-663/+3388
| |\ \
| * | | Aggressively merge views, feedback:Lin Jen-Shin2016-08-2410-85/+37
| * | | Path could also have slashes! Feedback:Lin Jen-Shin2016-08-244-10/+36
| * | | 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
| * | | Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback:Lin Jen-Shin2016-08-191-1/+4
| * | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-19191-443/+7859
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-18213-465/+20807
| |\ \ \ \
| * | | | | Not sure why I missed this renamingLin Jen-Shin2016-08-181-1/+1
| * | | | | Use path rather than URL because it should work for http 302:Lin Jen-Shin2016-08-182-6/+6
| * | | | | Use switch case in a helper, feedback:Lin Jen-Shin2016-08-172-7/+18
| * | | | | Use partials for downloading artifacts buttonLin Jen-Shin2016-08-175-63/+26
| * | | | | 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-17191-792/+3532
| |\ \ \ \ \
| * | | | | | Not sure why missed this oneLin Jen-Shin2016-08-161-1/+1
| * | | | | | Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-165-7/+8
| * | | | | | An empty line after guard, feedback:Lin Jen-Shin2016-08-161-0/+1
| * | | | | | Add unclickable state to running build artifactsAnnabel Dunstone2016-08-155-4/+10
| * | | | | | Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski2016-08-155-4/+9
| * | | | | | Fix test by assigning the proper SHALin Jen-Shin2016-08-161-1/+1
| * | | | | | It's project, not @projectLin Jen-Shin2016-08-161-1/+1
| * | | | | | Use URL helper, feedback:Lin Jen-Shin2016-08-161-3/+7
| * | | | | | 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-16241-3263/+5279
| |\ \ \ \ \ \
| * | | | | | | Add a CHANGELOG entryLin Jen-Shin2016-08-111-0/+1
| * | | | | | | Show latest pipeline status if what provided artifacts aren't latestLin Jen-Shin2016-08-114-4/+16
| * | | | | | | Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-116-11/+7
| * | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin2016-08-112-25/+7
| * | | | | | | Fix mockLin Jen-Shin2016-08-111-2/+2
| * | | | | | | Fetch the current SHA if SHA was not passedLin Jen-Shin2016-08-112-13/+28
| * | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin2016-08-118-10/+12
| * | | | | | | It's latest_for, not just latestLin Jen-Shin2016-08-101-1/+1
| * | | | | | | 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-102-4/+56
| * | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-10799-6839/+13568
| |\ \ \ \ \ \ \
| * | | | | | | | 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-25512-15224/+17286
| |\ \ \ \ \ \ \ \
| * | | | | | | | | They were moved to project_spec.rbLin Jen-Shin2016-07-211-36/+0