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-11-22Merge branch 'fix/ci-linter-undefined-error' into 'master' Kamil Trzciński
2016-11-22Fix entry lookup in CI config inheritance rulesGrzegorz Bizon
2016-11-21Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński
2016-11-21Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin
2016-11-21Send credentials array with build dataTomasz Maczukin
2016-11-18Remove CI config helper with same name as an entryGrzegorz Bizon
2016-11-18Make CI job script a required configuration entryGrzegorz Bizon
2016-11-14Fix indentation in CI variables entry classGrzegorz Bizon
2016-11-14Change name of method for setting CI config entriesGrzegorz Bizon
2016-11-14Improve naming convention in ci configuration moduleGrzegorz Bizon
2016-10-19Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable
2016-10-17Add specs to test on_stop and action on environmentsKamil Trzcinski
2016-10-17Improve after code reviewKamil Trzcinski
2016-10-17Add `action` and `on_stop` to `environment` in .gitlab-ci.ymlKamil Trzcinski
2016-10-06Initial support for closing environmentsKamil Trzcinski
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-19Fix scope of the CI config key nodes in jobs entryGrzegorz Bizon
2016-09-19Restore validation of CI job environment nameGrzegorz Bizon
2016-09-19Fix CI job environment configuration attributesGrzegorz Bizon
2016-09-19Fix CI job environment configuration entry classGrzegorz Bizon
2016-09-19Cleanup changesKamil Trzcinski
2016-09-19Update support for dynamic environmentsKamil Trzcinski
2016-09-19Add validation of URL and validation of nameKamil Trzcinski
2016-09-19Add new CI configuration entry for the environmentGrzegorz Bizon
2016-09-19Add support for dynamic environmentsKamil Trzcinski
2016-09-08Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable
2016-09-08Struct.new could take a block for defining methods, feedback:Lin Jen-Shin
2016-09-08Split try_merge_period into overlap? and merge:Lin Jen-Shin
2016-09-06Be more specific since it's not needed to be generic now,Lin Jen-Shin
2016-09-06Sort by database, feedback:Lin Jen-Shin
2016-09-06Just use module because there's nothing to save, feedback:Lin Jen-Shin
2016-09-06Use sum, feedback:Lin Jen-Shin
2016-09-05Forget about pending duration for now, need more discussionLin Jen-Shin
2016-09-03Merge branch 'master' into refactor/ci-config-add-logical-validationGrzegorz Bizon
2016-09-02Just sum all the queuing time, indication for needing more runnersLin Jen-Shin
2016-09-02Actually we still need to use total - running to get:Lin Jen-Shin
2016-09-02Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin
2016-09-02Calculate real queueing time to exclude gaps from:Lin Jen-Shin
2016-08-31Use guard clause, feedback:Lin Jen-Shin
2016-08-30Introduction to PipelineDurationLin Jen-Shin
2016-08-30Fix renamingLin Jen-Shin
2016-08-30Avoid shadowing method name. Just use existing methodLin Jen-Shin
2016-08-30Rename to periods since it's easier to understandLin Jen-Shin
2016-08-30Use algorithm from Kamil:Lin Jen-Shin
2016-08-29build might not start yetLin Jen-Shin
2016-08-29no builds no pendingLin Jen-Shin
2016-08-29Smartly calculate real running time and pending timeLin Jen-Shin
2016-08-29Add method that returns commands for ci job entryGrzegorz Bizon
2016-08-29Make it possible to inherit global ci config nodesGrzegorz Bizon