Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | Fixed bug when a pipeline for latest SHA does not exist | Kamil Trzcinski | 2016-08-15 | 5 | -4/+9 | |
| | * | | | | | | | | | | | | It's project, not @project | Lin Jen-Shin | 2016-08-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Use URL helper, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-16 | 82 | -551/+1128 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Show latest pipeline status if what provided artifacts aren't latest | Lin Jen-Shin | 2016-08-11 | 4 | -4/+16 | |
| | * | | | | | | | | | | | | | Make Pipeline.latest_successful_for return the record | Lin Jen-Shin | 2016-08-11 | 6 | -11/+7 | |
| | * | | | | | | | | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref) | Lin Jen-Shin | 2016-08-11 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | Fetch the current SHA if SHA was not passed | Lin Jen-Shin | 2016-08-11 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_for | Lin Jen-Shin | 2016-08-11 | 3 | -5/+7 | |
| | * | | | | | | | | | | | | | It's latest_for, not just latest | Lin Jen-Shin | 2016-08-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Introduce Pipeline#latest and Pipeline.latest_for: | Lin Jen-Shin | 2016-08-10 | 1 | -2/+10 | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-10 | 225 | -1341/+2052 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-25 | 352 | -10886/+13475 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-... | Lin Jen-Shin | 2016-07-21 | 131 | -1857/+2604 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | 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 | 7 | -14/+14 | |
| | * | | | | | | | | | | | | | | | | Support SHA for downloading artifacts: | Lin Jen-Shin | 2016-07-19 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | | | | | 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 | 181 | -811/+1335 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | 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 | 3 | -7/+12 | |
| | * | | | | | | | | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find builds | Lin Jen-Shin | 2016-07-18 | 1 | -9/+2 | |
| | * | | | | | | | | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id: | Lin Jen-Shin | 2016-07-18 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | Use find_by, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | 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 | 2 | -5/+8 | |
| | * | | | | | | | | | | | | | | | | | Update routes based on feedback from: | Lin Jen-Shin | 2016-07-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | | | | | Rename to ref_name so it's aligning with API | Lin Jen-Shin | 2016-07-13 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | save some lines and a local variable | Lin Jen-Shin | 2016-07-12 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | Could be faster when params[:path] is missing | Lin Jen-Shin | 2016-07-12 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | Add all the tests and fix stuffs along the way: | Lin Jen-Shin | 2016-07-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Prefer if over return | Lin Jen-Shin | 2016-07-12 | 1 | -5/+9 | |
| | * | | | | | | | | | | | | | | | | | Prefer empty relation rather than arrays | Lin Jen-Shin | 2016-07-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Test for Project#builds_for and return empty array for nothing | Lin Jen-Shin | 2016-07-12 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | Remove redundant return | Lin Jen-Shin | 2016-07-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Using plain if/else is much easier to understand | Lin Jen-Shin | 2016-07-11 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-11 | 124 | -905/+1588 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |