summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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-21259-8435/+15475
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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-199-19/+19
| * | | | | | | | | | Support SHA for downloading artifacts:Lin Jen-Shin2016-07-192-3/+14
| * | | | | | | | | | 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-18371-3526/+5728
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-185-22/+51
| * | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-185-24/+15
| * | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id:Lin Jen-Shin2016-07-181-3/+4
| * | | | | | | | | | | Just use find_by! and we're rescuing ActiveRecord::RecordNotFoundLin Jen-Shin2016-07-181-6/+2
| * | | | | | | | | | | 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
| * | | | | | | | | | | Remove blank lines between clauses, feedback:Lin Jen-Shin2016-07-181-2/+0
| * | | | | | | | | | | Use find_by, feedback:Lin Jen-Shin2016-07-181-1/+1
| * | | | | | | | | | | Use RSpec helpers, feedback from:Lin Jen-Shin2016-07-181-5/+6
| * | | | | | | | | | | 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-154-12/+18
| * | | | | | | | | | | Try to make the URL more consistent between Rails and APILin Jen-Shin2016-07-152-4/+4
| * | | | | | | | | | | Fix outdated commentLin Jen-Shin2016-07-151-1/+1
| * | | | | | | | | | | 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-152-5/+6
| * | | | | | | | | | | 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-142-7/+10
| * | | | | | | | | | | Serve artifacts from BuildsLin Jen-Shin2016-07-145-43/+35
| * | | | | | | | | | | Merge features/projects/artifacts_spec.rb backLin Jen-Shin2016-07-142-37/+17
| * | | | | | | | | | | Update routes based on feedback from:Lin Jen-Shin2016-07-143-12/+13
| * | | | | | | | | | | Prefer if so it's more clear what's going onLin Jen-Shin2016-07-141-6/+7
| * | | | | | | | | | | Introduce get_build! so we could omit one early returnLin Jen-Shin2016-07-141-14/+12
| * | | | | | | | | | | 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
| * | | | | | | | | | | rubocop likes this betterLin Jen-Shin2016-07-131-2/+2
| * | | | | | | | | | | Share more stuffsLin Jen-Shin2016-07-133-24/+22
| * | | | | | | | | | | Implement API for downloading artifacts from ref and build name:Lin Jen-Shin2016-07-135-99/+188
| * | | | | | | | | | | Introduce path_from_ref and save some typingLin Jen-Shin2016-07-131-18/+8
| * | | | | | | | | | | Rename to ref_name so it's aligning with APILin Jen-Shin2016-07-132-4/+4