| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | Merge shared context into controller test and update accordingly | Lin Jen-Shin | 2016-07-21 | 2 | -116/+62 |
| * | | | | | | | | | Restore to what it used to be | Lin Jen-Shin | 2016-07-21 | 1 | -23/+4 |
| * | | | | | | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-... | Lin Jen-Shin | 2016-07-21 | 259 | -8435/+15475 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Link to pipeline instead of source tree, feedback: | Lin Jen-Shin | 2016-07-19 | 4 | -4/+4 |
| * | | | | | | | | | | Rename latest_success* to latest_successful: | Lin Jen-Shin | 2016-07-19 | 9 | -19/+19 |
| * | | | | | | | | | | Support SHA for downloading artifacts: | Lin Jen-Shin | 2016-07-19 | 2 | -3/+14 |
| * | | | | | | | | | | Just use order(id: :desc) for latest stuffs: | Lin Jen-Shin | 2016-07-19 | 3 | -11/+3 |
| * | | | | | | | | | | Fix links and add not latest notice | Lin Jen-Shin | 2016-07-19 | 1 | -7/+11 |
| * | | | | | | | | | | Add artifacts to view branch page download dropdown | Annabel Dunstone | 2016-07-18 | 2 | -17/+14 |
| * | | | | | | | | | | Actually should use tree path | Lin Jen-Shin | 2016-07-18 | 3 | -3/+3 |
| * | | | | | | | | | | Links to search_namespace_project_artifacts_path instead | Lin Jen-Shin | 2016-07-18 | 3 | -3/+3 |
| * | | | | | | | | | | Show notice if builds are not from latest pipeline | Lin Jen-Shin | 2016-07-18 | 5 | -31/+52 |
| * | | | | | | | | | | Should be branch.name, not root ref | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | Use Project#latest_success_builds_for | Lin Jen-Shin | 2016-07-18 | 3 | -3/+3 |
| * | | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-name | Lin Jen-Shin | 2016-07-18 | 371 | -3526/+5728 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | We should actually give latest success builds as well | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | | Latest success pipelines (rather than builds) | Lin Jen-Shin | 2016-07-18 | 5 | -22/+51 |
| * | | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find builds | Lin Jen-Shin | 2016-07-18 | 5 | -24/+15 |
| * | | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id: | Lin Jen-Shin | 2016-07-18 | 1 | -3/+4 |
| * | | | | | | | | | | | Just use find_by! and we're rescuing ActiveRecord::RecordNotFound | Lin Jen-Shin | 2016-07-18 | 1 | -6/+2 |
| * | | | | | | | | | | | Match against records rather than id, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -2/+2 |
| * | | | | | | | | | | | Use single line even if they're more than 80 chars, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -3/+1 |
| * | | | | | | | | | | | Remove blank lines between clauses, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -2/+0 |
| * | | | | | | | | | | | Use find_by, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | | Use RSpec helpers, feedback from: | Lin Jen-Shin | 2016-07-18 | 1 | -5/+6 |
| * | | | | | | | | | | | Fix dropdown caret | Annabel Dunstone | 2016-07-17 | 1 | -1/+1 |
| * | | | | | | | | | | | Add artifacts download button on project page and branches page | Annabel Dunstone | 2016-07-17 | 3 | -2/+40 |
| * | | | | | | | | | | | Add artifacts to tags | Annabel Dunstone | 2016-07-17 | 1 | -18/+7 |
| * | | | | | | | | | | | Add artifacts button | Annabel Dunstone | 2016-07-16 | 1 | -4/+22 |
| * | | | | | | | | | | | Introduce Project#latest_success_builds_for: | Lin Jen-Shin | 2016-07-15 | 4 | -12/+18 |
| * | | | | | | | | | | | Try to make the URL more consistent between Rails and API | Lin Jen-Shin | 2016-07-15 | 2 | -4/+4 |
| * | | | | | | | | | | | Fix outdated comment | Lin Jen-Shin | 2016-07-15 | 1 | -1/+1 |
| * | | | | | | | | | | | It could be redirecting or downloading in Rails or API | Lin Jen-Shin | 2016-07-15 | 3 | -8/+8 |
| * | | | | | | | | | | | Add a download prefix so that we could add file prefix in the future | Lin Jen-Shin | 2016-07-15 | 2 | -5/+6 |
| * | | | | | | | | | | | now we're able to merge the spec | Lin Jen-Shin | 2016-07-15 | 2 | -48/+43 |
| * | | | | | | | | | | | Avoid using let! | Lin Jen-Shin | 2016-07-15 | 1 | -15/+47 |
| * | | | | | | | | | | | Provide the file directly rather than redirecting | Lin Jen-Shin | 2016-07-14 | 2 | -7/+10 |
| * | | | | | | | | | | | Serve artifacts from Builds | Lin Jen-Shin | 2016-07-14 | 5 | -43/+35 |
| * | | | | | | | | | | | Merge features/projects/artifacts_spec.rb back | Lin Jen-Shin | 2016-07-14 | 2 | -37/+17 |
| * | | | | | | | | | | | Update routes based on feedback from: | Lin Jen-Shin | 2016-07-14 | 3 | -12/+13 |
| * | | | | | | | | | | | Prefer if so it's more clear what's going on | Lin Jen-Shin | 2016-07-14 | 1 | -6/+7 |
| * | | | | | | | | | | | Introduce get_build! so we could omit one early return | Lin Jen-Shin | 2016-07-14 | 1 | -14/+12 |
| * | | | | | | | | | | | More descriptive local variable, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -3/+3 |
| * | | | | | | | | | | | Remove blank line between if/else clause, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -1/+0 |
| * | | | | | | | | | | | Avoid shadowing CommitStatus#id, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -2/+2 |
| * | | | | | | | | | | | rubocop likes this better | Lin Jen-Shin | 2016-07-13 | 1 | -2/+2 |
| * | | | | | | | | | | | Share more stuffs | Lin Jen-Shin | 2016-07-13 | 3 | -24/+22 |
| * | | | | | | | | | | | Implement API for downloading artifacts from ref and build name: | Lin Jen-Shin | 2016-07-13 | 5 | -99/+188 |
| * | | | | | | | | | | | Introduce path_from_ref and save some typing | Lin Jen-Shin | 2016-07-13 | 1 | -18/+8 |
| * | | | | | | | | | | | Rename to ref_name so it's aligning with API | Lin Jen-Shin | 2016-07-13 | 2 | -4/+4 |