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-02-19Merge branch 'commit-status-fix' into 'master' Kamil Trzciński
2016-02-19Fix missing ignored? for GenericCommitStatusKamil Trzcinski
2016-02-19Move build erasable implementation from concern to modelGrzegorz Bizon
2016-02-19Fix name of build erasable, remove superfluous method from itGrzegorz Bizon
2016-02-19Remove boolean erase column from ci build and foreign keyGrzegorz Bizon
2016-02-19Update relevant build fields when build is erasedGrzegorz Bizon
2016-02-19Add build eraseable columns to ci builds tableGrzegorz Bizon
2016-02-19Make CI build eraseable only if build is completedGrzegorz Bizon
2016-02-19Move eraseable implementation to build concernGrzegorz Bizon
2016-02-19Add methods to build eraseable componentGrzegorz Bizon
2016-01-20Add method that calculates total size for artifacts subfolderKamil Trzcinski
2016-01-14Let the CI runner know about builds that this build depends onKamil Trzcinski
2016-01-14Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon
2016-01-14Improvements, readability for artifacts browserGrzegorz Bizon
2016-01-14Render only valid paths in artifacts metadataGrzegorz Bizon
2016-01-14Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon
2016-01-14Extract artifacts metadata implementation to separate classGrzegorz Bizon
2016-01-14Improve path sanitization in `StringPath`Grzegorz Bizon
2016-01-14Parse artifacts metadata stored in JSON formatGrzegorz Bizon
2016-01-14Use metadata stored in artifacats metadata fileGrzegorz Bizon
2016-01-14Add artifacts metadata uploader filedGrzegorz Bizon
2016-01-14Make some conditions in `Ci::Build` more readableGrzegorz Bizon
2016-01-14Add method that checks if artifacts browser is supportedGrzegorz Bizon
2016-01-14Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon
2016-01-14Rename method that returns url to CI build artifacts downloadGrzegorz Bizon
2016-01-14Mix `url_helpers` into `Ci::Build`Grzegorz Bizon
2016-01-14Add button to CI build artifacts browser into build summaryGrzegorz Bizon
2016-01-14Remove artifacts metadata column from databaseGrzegorz Bizon
2016-01-14Add view action to artifacts controllerGrzegorz Bizon
2016-01-14Move build artifacts implementation to separate controllerGrzegorz Bizon
2016-01-14Add `artifacts_metadata` field to `Ci::Build`Grzegorz Bizon
2016-01-11Fix Error 500 when visiting build page of project with nil runners_tokenStan Hu
2016-01-06Annotate modelsStan Hu
2016-01-05Fix project destroy callbackGrzegorz Bizon
2015-12-29Add hotfix that allows to access build artifacts created before 8.3Grzegorz Bizon
2015-12-28Hotfix for builds trace data integrityGrzegorz Bizon
2015-12-21Merge branch 'issue_3452'Douwe Maan
2015-12-20Fix build coverage regex.Jared Szechy
2015-12-17Fix build coverage regex matching to allow captures.Jared Szechy
2015-12-16Add link to MR from Build detail page. #3452Rubén Dávila
2015-12-11Fix after column renameKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Add runners tokenKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-11-23Fix 500 when using CIKamil Trzcinski
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-05CI details cleanupKamil Trzcinski
2015-10-16Implement when syntax in .gitlab-ci.ymlKamil Trzcinski