| Commit message (Expand) | Author | Age | Files | Lines |
* | Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42 | GitLab Bot | 2021-07-20 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -0/+2 |
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-29 | 1 | -2/+10 |
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -3/+12 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -1/+37 |
* | Find build by sha from ref | Matija Čupić | 2019-07-23 | 1 | -1/+4 |
* | Remove get_build method for find_by_id | Steve Azzopardi | 2019-01-09 | 1 | -1/+1 |
* | Create `get_build` for project model | Steve Azzopardi | 2019-01-07 | 1 | -3/+1 |
* | Refactor project.latest_successful_builds_for def | Steve Azzopardi | 2019-01-07 | 1 | -4/+1 |
* | Revert "[Rails5] Set request.format for artifacts_controller" | Douwe Maan | 2018-12-03 | 1 | -9/+0 |
* | backport: Always proxy reports downloadsalways-proxy-reports | Kamil Trzciński | 2018-11-07 | 1 | -1/+1 |
* | Disable artifact validation for download action | Matija Čupić | 2018-10-16 | 1 | -2/+2 |
* | CE Resolve "Refactor code quality similar to JUnit tests" | Matija Čupić | 2018-10-02 | 1 | -1/+3 |
* | Enable even more frozen string in app/controllers | gfyoung | 2018-09-25 | 1 | -0/+2 |
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+4 |
* | [Rails5] Set request.format for artifacts_controllerblackst0ne-rails5-expected-the-response-to-have-status-code-ok-but-it-was-404 | blackst0ne | 2018-06-16 | 1 | -0/+9 |
* | Merge branch 'zj-multiple-artifacts-ee' into 'master' | Grzegorz Bizon | 2018-02-28 | 1 | -3/+2 |
* | Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into object-storage-e... | Kamil Trzciński | 2018-02-28 | 1 | -7/+11 |
|\ |
|
| * | 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 |
* | | Merge branch 'jej/lfs-object-storage' into 'master' | Douwe Maan | 2018-02-28 | 1 | -5/+2 |
|/ |
|
* | 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 |