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
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
2017-10-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil TrzciƄski
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. update_cluste...Shinya Maeda
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 stat...Shinya Maeda
2017-10-04Specify defaults, fix policies, fix db columnsKamil Trzcinski
2017-10-04Gcp::Cluster improvementsKamil Trzcinski
2017-10-04Rename to ClusterProvisionWorker and CreateGkeClusterService.new.executeKamil Trzcinski
2017-10-03Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda
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 h...Shinya Maeda
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 Ci::Trigge...Shinya Maeda
2017-09-03Add validation for protected attributesShinya Maeda
2017-09-03Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda
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. builds_for_sh...Shinya Maeda
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
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
2017-07-28Fix revert missShinya Maeda
2017-07-28Revert "Move validate to begin/rescue block"Shinya Maeda
2017-07-28Remove is_a?(Hash) from unless params[:variables] in create_pipeline_variablesShinya Maeda