gitlab-ce/spec
João Cunha f8234d9a08 Creates Clusterss::ApplciationsController update endpoint
- Creates new route
- Creates new controller action
- Creates call stack:
  Clusterss::ApplciationsController calls -->
  Clusters::Applications::UpdateService calls -->
  Clusters::Applications::ScheduleUpdateService calls -->
  ClusterUpdateAppWorker calls -->
  Clusters::Applications::PatchService -->
  ClusterWaitForAppInstallationWorker

DRY req params

Adds gcp_cluster:cluster_update_app queue

Schedule_update_service is uneeded

Extract common logic to a parent class (UpdateService will need it)

Introduce new UpdateService

Fix rescue class namespace

Fix RuboCop offenses

Adds BaseService for create and update services

Remove request_handler code duplication

Fixes update command

Move update_command to ApplicationCore so all apps can use it

Adds tests for Knative update_command

Adds specs for PatchService

Raise error if update receives an unistalled app

Adds update_service spec

Fix RuboCop offense

Use subject in favor of go

Adds update endpoint specs for project namespace

Adds update endpoint specs for group namespace
2019-03-05 08:32:51 +02:00
..
bin
config Filter note parameters 2019-02-14 10:46:27 +02:00
controllers Creates Clusterss::ApplciationsController update endpoint 2019-03-05 08:32:51 +02:00
db
dependencies
factories Add suffix for merge request event 2019-03-01 22:52:38 +09:00
features Show commands applied message when promoting issues 2019-03-04 09:21:47 +00:00
finders Merge branch '54643-lower_issuable_finder_complexity' into 'master' 2019-03-01 09:17:29 +00:00
fixtures Fix misspellings in app/spec executable lines 2019-02-27 22:41:34 +09:00
frontend Add tests for labels dropdown to gfm_auto_complete_spec.js 2019-02-27 09:08:41 +01:00
graphql Improve GraphQL Authorization DSL 2019-02-26 10:22:12 +13:00
helpers Refactor model and spec 2019-03-01 14:51:54 +00:00
initializers
javascripts Add ability to edit Knative domain 2019-03-05 08:31:43 +02:00
lib Merge branch 'sh-rugged-find-commit' into 'master' 2019-03-04 09:22:44 +00:00
mailers Show header and footer system messages in email 2019-02-27 22:07:50 +02:00
migrations Clean up `noteable_id` for notes on commits 2019-03-01 14:37:11 +08:00
models Creates Clusterss::ApplciationsController update endpoint 2019-03-05 08:32:51 +02:00
policies Merge branch '42086-project-fetch-statistics-api-http-only' into 'master' 2019-02-27 12:07:05 +00:00
presenters Expose refspec and depth to runner 2019-02-25 13:40:15 +09:00
rack_servers
requests Add suffix for merge request event 2019-03-01 22:52:38 +09:00
routing Improve the GitHub and Gitea import feature table interface 2019-02-13 00:15:57 +00:00
rubocop
serializers Fix misspellings in app/spec executable lines 2019-02-27 22:41:34 +09:00
services Creates Clusterss::ApplciationsController update endpoint 2019-03-05 08:32:51 +02:00
sidekiq/cron
support Show header and footer system messages in email 2019-02-27 22:07:50 +02:00
tasks Prepare test suite for switch to Gitaly-embedded Git hooks 2019-02-27 10:58:21 +00:00
uploaders
validators
views Refactor model and spec 2019-03-01 14:51:54 +00:00
workers Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' into 'master' 2019-03-01 16:51:49 +00:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00