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-03-23Merge branch 'fix-ci-job-auto-retry' into 'master'Grzegorz Bizon
2018-03-19Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński
2018-02-23Include CI Variable Key in its uniqueness validation error messageMatija Čupić
2018-02-21Change cache index delimiter to character not recognizable as variable partTomasz Maczukin
2018-02-12Merge branch '40994-fix-ee-ce-compatible-test' into 'master'Kamil Trzciński
2018-02-09Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński
2018-02-09Make GITLAB_FEATURES in build_spec compatible with EEDylan Griffith
2018-02-08Merge branch '40994-expose-features-as-ci-cd-variable' into 'master'Kamil Trzciński
2018-02-07Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński
2018-02-07Expose GITLAB_FEATURES as CI/CD variable (fixes #40994)Dylan Griffith
2018-02-06Refactor :trace to :trace_live in specShinya Maeda
2018-02-06Finish all testsShinya Maeda
2018-02-06Add essential testsShinya Maeda
2018-02-05Improve runner attribute cachineMatija Čupić
2018-02-05Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić
2018-02-04Expect instead of allow Redis get stub for online? specMatija Čupić
2018-02-04Refactor runner attribute caching implementationMatija Čupić
2018-01-30Use faster model updates in #update_runner_info specMatija Čupić
2018-01-30Make Ci::Runner#online? slightly more performantMatija Čupić
2018-01-29Generelized cached attribute usage in runnerMatija Čupić
2018-01-29Move info update implementation to Ci::Runner modelMatija Čupić
2018-01-29Check cache in Ci::Runner#online?Matija Čupić
2018-01-26Replace : with _ in cache key versioningMatija Čupić
2018-01-15Add specs for CI builds and pipeline relationshipsStan Hu
2018-01-08Remove soft removals related codeYorick Peterse
2018-01-05Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić
2018-01-05Fix faulty Ci::Build#cache specMatija Čupić
2018-01-05Rename Project#cache_index to jobs_cache_indexMatija Čupić
2017-12-23Use Project.cache_index in Build#cacheMatija Čupić
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-18Fix job count in pipeline success mailChristiaan Van den Poel
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
2017-12-14Dependencies Validator fails when depended job is `manual`Shinya Maeda
2017-12-11Backport a spec fix done in EE (5dbecb8e) to CERémy Coutable
2017-12-07Test for both ci_disable_validates_dependencies true/falseShinya Maeda
2017-12-07Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda
2017-12-06Fix pipelineShinya Maeda
2017-12-06Fix testsShinya Maeda
2017-12-06Fix /build_spec.rbShinya Maeda
2017-12-06Fix lintShinya Maeda
2017-12-06Add case when artifacts have not existed on dependenciesShinya Maeda
2017-12-06Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda
2017-12-06Fail jobs if its dependency is missingShinya Maeda
2017-12-05Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski
2017-12-03Fix RubocopKamil Trzcinski
2017-12-03Store expire_at in ci_job_artifactsKamil Trzcinski
2017-12-03Remove hook set by carrierwave tooZeger-Jan van de Weg
2017-12-03Add coverage on legacy artifacts for Ci::BuildZeger-Jan van de Weg
2017-12-03Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski
2017-12-03Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg