| Commit message (Expand) | Author | Age | Files | Lines |
| * | Test against public projects | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+1 |
| * | Redirect to pages daemon | Zeger-Jan van de Weg | 2017-10-03 | 1 | -7/+11 |
| * | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -5/+7 |
| * | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -1/+1 |
| * | Merge branch 'dm-collapsed-blob' into 'master' | Sean McGivern | 2017-06-01 | 1 | -1/+1 |
| |\ |
|
| | * | Consistent diff and blob size limit names | Douwe Maan | 2017-05-29 | 1 | -1/+1 |
| * | | Rename BuildsController to JobsController | Lin Jen-Shin | 2017-05-17 | 1 | -2/+2 |
| |/ |
|
| * | Add artifact file page that uses the blob viewerdm-artifact-blob-viewer | Douwe Maan | 2017-05-04 | 1 | -5/+23 |
| * | Add breadcrumb, build header and pipelines submenu to artifacts browser | Douwe Maan | 2017-05-03 | 1 | -2/+6 |
| * | Extract ref_name and path in before_action, feedback: | Lin Jen-Shin | 2016-08-26 | 1 | -5/+10 |
| * | Just use instance variable instead, feedback: | Lin Jen-Shin | 2016-08-25 | 1 | -7/+2 |
| * | Path could also have slashes! Feedback: | Lin Jen-Shin | 2016-08-24 | 1 | -3/+11 |
| * | Not sure why I missed this renaming | Lin Jen-Shin | 2016-08-18 | 1 | -1/+1 |
| * | Use path rather than URL because it should work for http 302: | Lin Jen-Shin | 2016-08-18 | 1 | -2/+2 |
| * | Use switch case in a helper, feedback: | Lin Jen-Shin | 2016-08-17 | 1 | -7/+3 |
| * | Rename to latest_succeeded, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -1/+1 |
| * | Use URL helper, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -3/+7 |
| * | Rename latest_success* to latest_successful: | Lin Jen-Shin | 2016-07-19 | 1 | -1/+1 |
| * | Merge branch 'master' into artifacts-from-ref-and-build-name | Lin Jen-Shin | 2016-07-18 | 1 | -3/+2 |
| |\ |
|
| | * | Just give regular 404, feedback: | Lin Jen-Shin | 2016-07-11 | 1 | -1/+1 |
| | * | Use Gitlab-Workhorse-Send-Data to send entry: | Lin Jen-Shin | 2016-07-05 | 1 | -2/+1 |
| * | | Use find_by, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| * | | Introduce Project#latest_success_builds_for: | Lin Jen-Shin | 2016-07-15 | 1 | -2/+2 |
| * | | Update routes based on feedback from: | Lin Jen-Shin | 2016-07-14 | 1 | -1/+1 |
| * | | Rename to ref_name so it's aligning with API | Lin Jen-Shin | 2016-07-13 | 1 | -2/+2 |
| * | | 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 |
| * | | 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 |
| * | | Give latest succeeded one, don't give pending/running ones | Lin Jen-Shin | 2016-07-11 | 1 | -1/+3 |
| * | | Introduce Projects::ArtifactsController#search: | Lin Jen-Shin | 2016-07-11 | 1 | -2/+22 |
| |/ |
|
| * | Test controllers if they allow to keep artifacts | Kamil Trzcinski | 2016-06-13 | 1 | -0/+1 |
| * | Validate existence of artifacts in ArtifactsController, render 404 if not found | Kamil Trzcinski | 2016-06-13 | 1 | -6/+5 |
| * | Move keep to ArtifactsController | Kamil Trzcinski | 2016-06-13 | 1 | -0/+5 |
| * | Remove 'unscoped' from project builds selection | Tomasz Maczukin | 2016-06-04 | 1 | -1/+1 |
| * | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -11/+1 |
| * | Fix nonexistent method in artifacts controller | Grzegorz Bizon | 2016-01-15 | 1 | -1/+1 |
| * | Improve readability of artifacts browser `Entry` related code | Grzegorz Bizon | 2016-01-14 | 1 | -5/+5 |
| * | Improvements, readability for artifacts browser | Grzegorz Bizon | 2016-01-14 | 1 | -7/+7 |
| * | Check if file exists in metadata in download action | Grzegorz Bizon | 2016-01-14 | 1 | -3/+8 |
| * | Render only valid paths in artifacts metadata | Grzegorz Bizon | 2016-01-14 | 1 | -1/+4 |
| * | Simplify implementation of build artifacts browser (refactoring) | Grzegorz Bizon | 2016-01-14 | 1 | -1/+7 |
| * | Add method that checks if path exists in `StringPath` | Grzegorz Bizon | 2016-01-14 | 1 | -1/+1 |
| * | Render 404 when artifacts path is invalid | Grzegorz Bizon | 2016-01-14 | 1 | -0/+1 |
| * | Extract artifacts metadata implementation to separate class | Grzegorz Bizon | 2016-01-14 | 1 | -4/+1 |
| * | Parse artifacts metadata stored in JSON format | Grzegorz Bizon | 2016-01-14 | 1 | -2/+2 |
| * | Use metadata stored in artifacats metadata file | Grzegorz Bizon | 2016-01-14 | 1 | -2/+2 |
| * | Add artifacts metadata uploader filed | Grzegorz Bizon | 2016-01-14 | 1 | -1/+1 |
| * | Update specs for CI Build, add `artifacts?` method | Grzegorz Bizon | 2016-01-14 | 1 | -0/+2 |
| * | Remove artifacts metadata column from database | Grzegorz Bizon | 2016-01-14 | 1 | -4/+1 |