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 (Collapse)Author
2017-11-01Revert back FetchKubernetesTokenServiceKamil Trzcinski
2017-10-23Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski
2017-10-16Don't create build failed todo when build is retriedSean McGivern
When a build is retried automatically, we close any open todos. However, we do that _before_ creating a new build failed todo. To solve this, we check if the build is retried before creating the todo. We also ensure that the build _instance_ has the correct attribute set, without needing to reload it from the database.
2017-10-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-10-06Extract `Ci::Build#parse_trace_sections!` into a serviceAlessio Caiazza
2017-10-05Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski
2017-10-05Added cluster controller specsKamil Trzcinski
2017-10-05fetch_kubernetes_token_service_spec. Fix static analysys.Shinya Maeda
2017-10-05integrate_cluster_service_spec. provision_cluster_service_spec. ↵Shinya Maeda
update_cluster_service_spec.
2017-10-04Remove status enum from Gcp::Cluster, use state_machine#stateKamil Trzcinski
2017-10-04Fix cluster event names to be prefixed with: `make_`Kamil Trzcinski
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda
static analysys.
2017-10-04Specify defaults, fix policies, fix db columnsKamil Trzcinski
2017-10-04Gcp::Cluster improvementsKamil Trzcinski
- introduce state machine - use before transitions to clear data - introduce namespace validation
2017-10-04Rename to ClusterProvisionWorker and CreateGkeClusterService.new.executeKamil Trzcinski
2017-10-03Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda
dry up workers
2017-10-02PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda
2017-10-01Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda
2017-09-30Replace reactive_cache by multipel sidekiq workersShinya Maeda
2017-09-28Databse foreing key, index, encrypt password. Use short path. Improve error ↵Shinya Maeda
handling. Polish.
2017-09-28Multithreading cluster creation is done with `reactive_cache`Shinya Maeda
2017-09-27Add some minor improvements to pipeline creation chainGrzegorz Bizon
2017-09-26Fix coding style offenses in pipeline chain classesGrzegorz Bizon
2017-09-26Add specs for pipeline builder abilities validatorGrzegorz Bizon
2017-09-26Move pipeline builder validation chain to a moduleGrzegorz Bizon
2017-09-26Split pipeline chain builder validation classGrzegorz Bizon
2017-09-26Add class that handles pipeline creation sequenceGrzegorz Bizon
2017-09-26Extract pipeline persistence to a separate chain classGrzegorz Bizon
2017-09-26Fix code style offenses in pipeline create servicesGrzegorz Bizon
2017-09-25Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon
2017-09-25Extract pipeline chain builder classes from serviceGrzegorz Bizon
2017-09-13Fix PipelineTriggerService to associate trigger_request with buildsShinya Maeda
2017-09-07refactor Ci::CreatePipelineService#allowed_to_create?Maxim Rydkin
2017-09-07refactor app/services/ci/create_pipeline_service.rb:50:5Maxim Rydkin
2017-09-04Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda
Ci::TriggerRequest
2017-09-03Add validation for protected attributesShinya Maeda
2017-09-03Remove access_level index from runner. Add protected on ci_pipelines. Add ↵Shinya Maeda
protected index on ci_builds.
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Update application code by the db schema changeShinya Maeda
2017-09-03Tweak only new_builds. Revert the rest.Shinya Maeda
2017-09-03Solution 1. Persists protected(ref) flag on ci_pipelines table. ↵Shinya Maeda
builds_for_shared_runner and builds_for_specific_runner read the flag instead of executing protected_for? one by one.
2017-08-28Remove trigger_request.trigger.ownerShinya Maeda
2017-08-18Update merge request pipeline even if if has errorsGrzegorz Bizon
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-08-10Fix wrong method call on prometheus histogramZ.J. van de Weg
2017-07-31Add two more metrics for CI/CDZ.J. van de Weg
As its hard right now to determine what is a good metric and whats not, these two are not listed in the docs, nor will they get a CHANGELOG entry.
2017-07-28Fix revert missShinya Maeda
2017-07-28Revert "Move validate to begin/rescue block"Shinya Maeda
This reverts commit 5ec3b63bfc6f341df040ae08be4858c7181bcacf.
2017-07-28Remove is_a?(Hash) from unless params[:variables] in create_pipeline_variablesShinya Maeda