Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-16[Rails5] Set request.format for artifacts_controllerblackst0ne
2018-02-28Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon
2018-02-28Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into object-storage-e...Kamil TrzciƄski
2018-02-28Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan
2017-10-05Test against public projectsZeger-Jan van de Weg
2017-10-03Redirect to pages daemonZeger-Jan van de Weg
2017-09-05Do not use artifacts metadata to access single artifactGrzegorz Bizon
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
2017-05-04Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan
2016-08-26Extract ref_name and path in before_action, feedback:Lin Jen-Shin
2016-08-25Just use instance variable instead, feedback:Lin Jen-Shin
2016-08-24Path could also have slashes! Feedback:Lin Jen-Shin
2016-08-18Not sure why I missed this renamingLin Jen-Shin
2016-08-18Use path rather than URL because it should work for http 302:Lin Jen-Shin
2016-08-17Use switch case in a helper, feedback:Lin Jen-Shin
2016-08-16Rename to latest_succeeded, feedback:Lin Jen-Shin
2016-08-15Use URL helper, feedback:Lin Jen-Shin
2016-07-19Rename latest_success* to latest_successful:Lin Jen-Shin
2016-07-18Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin
2016-07-18Use find_by, feedback:Lin Jen-Shin
2016-07-14Introduce Project#latest_success_builds_for:Lin Jen-Shin
2016-07-14Update routes based on feedback from:Lin Jen-Shin
2016-07-13Rename to ref_name so it's aligning with APILin Jen-Shin
2016-07-12Could be faster when params[:path] is missingLin Jen-Shin
2016-07-12Add all the tests and fix stuffs along the way:Lin Jen-Shin
2016-07-11Just give regular 404, feedback:Lin Jen-Shin
2016-07-11Remove redundant returnLin Jen-Shin
2016-07-11Using plain if/else is much easier to understandLin Jen-Shin
2016-07-11Give latest succeeded one, don't give pending/running onesLin Jen-Shin
2016-07-11Introduce Projects::ArtifactsController#search:Lin Jen-Shin
2016-07-05Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin
2016-06-13Test controllers if they allow to keep artifactsKamil Trzcinski
2016-06-13Validate existence of artifacts in ArtifactsController, render 404 if not foundKamil Trzcinski
2016-06-13Move keep to ArtifactsControllerKamil Trzcinski
2016-06-04Remove 'unscoped' from project builds selectionTomasz Maczukin
2016-02-02Make the CI permission model simplerKamil Trzcinski
2016-01-15Fix nonexistent method in artifacts controllerGrzegorz Bizon
2016-01-14Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon
2016-01-14Improvements, readability for artifacts browserGrzegorz Bizon
2016-01-14Check if file exists in metadata in download actionGrzegorz Bizon
2016-01-14Render only valid paths in artifacts metadataGrzegorz Bizon
2016-01-14Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon
2016-01-14Add method that checks if path exists in `StringPath`Grzegorz Bizon
2016-01-14Render 404 when artifacts path is invalidGrzegorz Bizon
2016-01-14Extract artifacts metadata implementation to separate classGrzegorz Bizon
2016-01-14Parse artifacts metadata stored in JSON formatGrzegorz Bizon