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
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
2016-02-19Add build eraseable feature implementationGrzegorz Bizon
2016-02-19Add build remove button to build summary viewGrzegorz Bizon
2016-02-11Move builds badge implementation to new badges controllerGrzegorz Bizon
2016-02-11Inherit build badge access permissions from projectGrzegorz Bizon
2016-02-11Respond to proper format for build badge requestGrzegorz Bizon
2016-02-11Move badge implementation to builds controllerGrzegorz Bizon
2016-02-02Make the CI permission model simplerKamil Trzcinski
2016-01-15Give reporters the ability to download artifacts.Andrew Johnson
2016-01-14Move build artifacts implementation to separate controllerGrzegorz Bizon
2016-01-04Show 'All' tab by default in the builds pageDouglas Barbosa Alexandre
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-05CI details cleanupKamil Trzcinski
2015-10-23Allow developer to manage buildsKamil Trzcinski
2015-10-23Fix small CI UI regressionsKamil Trzcinski
2015-10-15Fix builds view count indicatorKamil Trzcinski
2015-10-14Fix specsKamil Trzcinski
2015-10-14Refactor builds viewKamil Trzcinski
2015-10-14Added builds viewKamil Trzcinski
2015-10-07Remove Ci::Commit and Ci::Build controllersDmitriy Zaporozhets
2015-10-06Cleanup CI code after refactoring and fix several 500 errorsDmitriy Zaporozhets
2015-10-06Move CI build page to CE projectDmitriy Zaporozhets