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
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-05Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-04-04Create metadata object on build object creationTomasz Maczukin
2018-04-02Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński
2018-03-30Improve naming and optimize methods of the build classGrzegorz Bizon
2018-03-29Memoize environment-specific methods in build classGrzegorz Bizon
2018-03-29Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza
2018-03-29Extract build variables that depend on persistenceGrzegorz Bizon
2018-03-29Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon
2018-03-28Remove Ci::Build#timeoutTomasz Maczukin
2018-03-28Add explicit primary key for ci_builds_metadata tableTomasz Maczukin
2018-03-28Change and rename behavior of save_timeout_state!Tomasz Maczukin
2018-03-28Refactor build_metadataTomasz Maczukin
2018-03-28Add validation for max_timeout in Ci::RunnerTomasz Maczukin
2018-03-28Add project_id column to Ci::BuildMetadataTomasz Maczukin
2018-03-28Rename metadata relation and methodsTomasz Maczukin
2018-03-28BuildMetadata styling improvementsTomasz Maczukin
2018-03-28Rename used_timeout to timeoutTomasz Maczukin
2018-03-28Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin
2018-03-28Refactorize Ci::Build and Ci::BuildMetadata modelsTomasz Maczukin
2018-03-28Fix transition failure when metadata not existsTomasz Maczukin
2018-03-28Move job timeout information to new ci_builds_metadata tableTomasz Maczukin
2018-03-28Change timeout_source to enumTomasz Maczukin
2018-03-28Downcase timeout_source valueTomasz Maczukin
2018-03-28Remove unused methodTomasz Maczukin
2018-03-28Refactor timeout selection mechanismTomasz Maczukin
2018-03-28Replace user_readable with human_readableTomasz Maczukin
2018-03-28Rename chronic_duration_attribute* to chronic_duration_attr*Tomasz Maczukin
2018-03-28Show timeout information on job's pageTomasz Maczukin
2018-03-28Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin
2018-03-28Add ChroniDurationAttribute concernTomasz Maczukin
2018-03-28Add UI support for per-runner job timeoutTomasz Maczukin
2018-03-28Override project-defined timeout with runner-defined oneTomasz Maczukin
2018-03-27Add specs for method that exposes build variables hashGrzegorz Bizon
2018-03-27Decouple build variables from persisted environmentGrzegorz Bizon
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
2018-03-27Merge branch 'master' into feature/gb/variables-expressions-in-only-exceptGrzegorz Bizon
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
2018-03-26Merge branch '43316-controller-parameters-handling-sensitive-information-shou...Kamil Trzciński
2018-03-23Remove outdates TODOs from pipeline classGrzegorz Bizon
2018-03-23Expose evaluable variables method from build objectGrzegorz Bizon
2018-03-23Make it possible to access static builds variablesGrzegorz Bizon
2018-03-22Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-22Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-22Decouple YAML processor from pipeline objectsGrzegorz Bizon
2018-03-22Make Variable key not secretMatija Čupić
2018-03-22Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon