summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski2016-08-155-4/+9
| | * | | | | | | | | | | | It's project, not @projectLin Jen-Shin2016-08-161-1/+1
| | * | | | | | | | | | | | Use URL helper, feedback:Lin Jen-Shin2016-08-161-3/+7
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1682-551/+1128
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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-111-4/+0
| | * | | | | | | | | | | | | Fetch the current SHA if SHA was not passedLin Jen-Shin2016-08-111-1/+2
| | * | | | | | | | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin2016-08-113-5/+7
| | * | | | | | | | | | | | | It's latest_for, not just latestLin Jen-Shin2016-08-101-1/+1
| | * | | | | | | | | | | | | Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin2016-08-101-2/+10
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-10225-1341/+2052
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-25352-10886/+13475
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-21131-1857/+2604
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Link to pipeline instead of source tree, feedback:Lin Jen-Shin2016-07-194-4/+4
| | * | | | | | | | | | | | | | | | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-197-14/+14
| | * | | | | | | | | | | | | | | | Support SHA for downloading artifacts:Lin Jen-Shin2016-07-191-3/+6
| | * | | | | | | | | | | | | | | | Just use order(id: :desc) for latest stuffs:Lin Jen-Shin2016-07-193-11/+3
| | * | | | | | | | | | | | | | | | Fix links and add not latest noticeLin Jen-Shin2016-07-191-7/+11
| | * | | | | | | | | | | | | | | | Add artifacts to view branch page download dropdownAnnabel Dunstone2016-07-182-17/+14
| | * | | | | | | | | | | | | | | | Actually should use tree pathLin Jen-Shin2016-07-183-3/+3
| | * | | | | | | | | | | | | | | | Links to search_namespace_project_artifacts_path insteadLin Jen-Shin2016-07-183-3/+3
| | * | | | | | | | | | | | | | | | Show notice if builds are not from latest pipelineLin Jen-Shin2016-07-185-31/+52
| | * | | | | | | | | | | | | | | | Should be branch.name, not root refLin Jen-Shin2016-07-181-1/+1
| | * | | | | | | | | | | | | | | | Use Project#latest_success_builds_forLin Jen-Shin2016-07-183-3/+3
| | * | | | | | | | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-18181-811/+1335
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | We should actually give latest success builds as wellLin Jen-Shin2016-07-181-1/+1
| | * | | | | | | | | | | | | | | | | Latest success pipelines (rather than builds)Lin Jen-Shin2016-07-183-7/+12
| | * | | | | | | | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-181-9/+2
| | * | | | | | | | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id:Lin Jen-Shin2016-07-181-3/+4
| | * | | | | | | | | | | | | | | | | Use find_by, feedback:Lin Jen-Shin2016-07-181-1/+1
| | * | | | | | | | | | | | | | | | | Fix dropdown caretAnnabel Dunstone2016-07-171-1/+1
| | * | | | | | | | | | | | | | | | | Add artifacts download button on project page and branches pageAnnabel Dunstone2016-07-173-2/+40
| | * | | | | | | | | | | | | | | | | Add artifacts to tagsAnnabel Dunstone2016-07-171-18/+7
| | * | | | | | | | | | | | | | | | | Add artifacts buttonAnnabel Dunstone2016-07-161-4/+22
| | * | | | | | | | | | | | | | | | | Introduce Project#latest_success_builds_for:Lin Jen-Shin2016-07-152-5/+8
| | * | | | | | | | | | | | | | | | | Update routes based on feedback from:Lin Jen-Shin2016-07-141-1/+1
| | * | | | | | | | | | | | | | | | | More descriptive local variable, feedback:Lin Jen-Shin2016-07-141-3/+3
| | * | | | | | | | | | | | | | | | | Remove blank line between if/else clause, feedback:Lin Jen-Shin2016-07-141-1/+0
| | * | | | | | | | | | | | | | | | | Avoid shadowing CommitStatus#id, feedback:Lin Jen-Shin2016-07-141-2/+2
| | * | | | | | | | | | | | | | | | | Rename to ref_name so it's aligning with APILin Jen-Shin2016-07-131-2/+2
| | * | | | | | | | | | | | | | | | | save some lines and a local variableLin Jen-Shin2016-07-121-3/+1
| | * | | | | | | | | | | | | | | | | Could be faster when params[:path] is missingLin Jen-Shin2016-07-121-2/+2
| | * | | | | | | | | | | | | | | | | Add all the tests and fix stuffs along the way:Lin Jen-Shin2016-07-121-1/+1
| | * | | | | | | | | | | | | | | | | Prefer if over returnLin Jen-Shin2016-07-121-5/+9
| | * | | | | | | | | | | | | | | | | Prefer empty relation rather than arraysLin Jen-Shin2016-07-121-1/+1
| | * | | | | | | | | | | | | | | | | Test for Project#builds_for and return empty array for nothingLin Jen-Shin2016-07-121-0/+3
| | * | | | | | | | | | | | | | | | | Remove redundant returnLin Jen-Shin2016-07-111-1/+1
| | * | | | | | | | | | | | | | | | | Using plain if/else is much easier to understandLin Jen-Shin2016-07-111-4/+4
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-11124-905/+1588
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \