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-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-20Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin
2016-04-20Make sure that appending is done on a valid lengthTomasz Maczukin
2016-04-20Add range checkingTomasz Maczukin
2016-04-20Add incremental build trace update APITomasz Maczukin
2016-04-19Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-18Remove code that removes duplicate CI variablesGrzegorz Bizon
2016-04-18Rename method that returns global envs in CI confGrzegorz Bizon
2016-04-18Read job variables directly from gitlab CI configGrzegorz Bizon
2016-04-18Make it possible to override build variablesGrzegorz Bizon
2016-04-18Add `variables` keyword to job in CI config YAMLGrzegorz Bizon
2016-04-13Update handling of skipped statusKamil Trzcinski
2016-04-13Remove the use of default scope for BuildsKamil Trzcinski
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-03-14Fix review commentsKamil Trzcinski
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
2016-02-20Fix Merge When Succeeded for multiple stagesKamil Trzcinski
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