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
2022-04-29Add latest changes from gitlab-org/security/gitlab@14-10-stable-eeGitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-23Find build by sha from refMatija Čupić
2019-01-09Remove get_build method for find_by_idSteve Azzopardi
2019-01-07Create `get_build` for project modelSteve Azzopardi
2019-01-07Refactor project.latest_successful_builds_for defSteve Azzopardi
2018-12-03Revert "[Rails5] Set request.format for artifacts_controller"Douwe Maan
2018-11-07backport: Always proxy reports downloadsKamil Trzciński
2018-10-16Disable artifact validation for download actionMatija Čupić
2018-10-02CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić
2018-09-26Enable even more frozen string in app/controllersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
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