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-05-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-26Enable even more frozen string in app/controllersgfyoung
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-24Add checks before redirect, remove status/traceLin Jen-Shin
2017-05-23Use controllers to redirectLin Jen-Shin
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
2017-05-09Merge request widget redesignFatih Acet
2017-05-05Require build to be present in the controllerGrzegorz Bizon
2017-05-05Authorize build update on per object basisGrzegorz Bizon
2017-04-28Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya
2017-04-07Count number of queriesKamil Trzcinski
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-03-27Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński
2017-03-23No need to authorize_update_build! if 'trace' requested (as same as 'raw')Shinya Maeda
2017-03-23Fix rspec failureShinya Maeda
2017-03-23with_status to only_statusShinya Maeda
2017-03-23Remove legacy def status from builds_controllerShinya Maeda
2017-03-23Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda
2017-03-23Add api points for ci cd status. Add favicon.Shinya Maeda
2017-01-24Don't override presentee methods for Gitlab::View::Presenter::DelegatedRémy Coutable
2017-01-18More improvements to presentersRémy Coutable
2017-01-18Add Presentable concernRémy Coutable
2016-09-21Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin
2016-09-21Make various trace methods take last_lines argument:Lin Jen-Shin
2016-09-19Merge branch 'master' into per-build-tokenKamil Trzcinski
2016-09-19Don't leak build tokens in build logsKamil Trzcinski
2016-09-16Fix spelling: sucessfully -> successfullyStan Hu
2016-09-01Update specs - add mocks to simulate old versionsTomasz Maczukin
2016-09-01Change 404 to 410 error when raw trace is unavailableTomasz Maczukin
2016-09-01Handle error on trace raw download with old builds (DB stored)Tomasz Maczukin
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-07-18Improve code designKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
2016-07-18Add implementation of manual actionsKamil Trzcinski
2016-07-18Add Pending Tab to Admin BuildsKatarzyna Kobierska
2016-06-11Added initial version of deploymentsKamil Trzcinski
2016-06-10CI build page UI updatePhil Hughes
2016-06-06Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski
2016-06-04Remove 'unscoped' from project builds selectionTomasz Maczukin
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-09Encode state as base64 stringKamil Trzcinski
2016-05-09Send trace to a browser incrementally when build is runningKamil Trzcinski
2016-04-20Use Rails-way to send file by X-SendfileTomasz Maczukin
2016-04-20Add feature specs for raw traceTomasz Maczukin
2016-04-20Switch raw trace to use X-Sendfile headerTomasz Maczukin
2016-04-20Add raw trace output for GitLab WorkhorseTomasz Maczukin
2016-02-19Move build erasable implementation from concern to modelGrzegorz Bizon
2016-02-19Update relevant build fields when build is erasedGrzegorz Bizon