Skip to content

Commit

Permalink
Bump cloud_controller_ng
Browse files Browse the repository at this point in the history
Changes in cloud_controller_ng:

- Update deploy_v3_docs workflow
    PR: cloudfoundry/cloud_controller_ng#3893
    Author: Philipp Thun <philipp.thun@sap.com>

- Enable new RuboCops
    PR: cloudfoundry/cloud_controller_ng#3904
    Author: Philipp Thun <philipp.thun@sap.com>
  • Loading branch information
ari-wg-gitbot committed Jul 30, 2024
1 parent b8afc27 commit 4fcdebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud_controller_ng
Submodule cloud_controller_ng updated 36 files
+2 −1 .github/workflows/deploy_v3_docs.yml
+10 −0 .rubocop_cc.yml
+24 −2 .rubocop_todo.yml
+1 −1 app/controllers/runtime/app_usage_events_controller.rb
+2 −2 app/controllers/runtime/organizations_controller.rb
+1 −1 app/controllers/runtime/routes_controller.rb
+1 −1 app/controllers/runtime/shared_domains_controller.rb
+1 −1 app/controllers/runtime/space_quota_definitions_controller.rb
+1 −1 app/controllers/runtime/spaces_controller.rb
+1 −1 app/controllers/runtime/users_controller.rb
+2 −2 app/controllers/services/service_instances_controller.rb
+1 −1 app/controllers/services/service_plans_controller.rb
+1 −1 app/controllers/services/service_usage_events_controller.rb
+4 −4 app/controllers/services/user_provided_service_instances_controller.rb
+1 −1 app/fetchers/base_service_list_fetcher.rb
+1 −1 app/fetchers/service_offering_list_fetcher.rb
+1 −1 app/fetchers/service_plan_list_fetcher.rb
+1 −1 app/jobs/error_translator_job.rb
+1 −1 app/messages/base_message.rb
+1 −1 app/messages/list_message.rb
+1 −1 app/messages/manifest_process_update_message.rb
+1 −1 app/messages/process_update_message.rb
+1 −1 app/messages/route_destination_update_message.rb
+1 −1 app/models/runtime/organization.rb
+1 −1 app/models/runtime/process_model.rb
+2 −2 app/models/services/managed_service_instance.rb
+1 −1 app/models/services/service_instance.rb
+1 −1 app/presenters/v2/service_key_presenter.rb
+1 −1 app/presenters/v2/user_presenter.rb
+1 −1 app/presenters/v3/package_presenter.rb
+1 −1 app/presenters/v3/route_presenter.rb
+1 −1 lib/cloud_controller/db.rb
+1 −1 lib/cloud_controller/paging/pagination_options.rb
+1 −1 lib/sequel_plugins/vcap_normalization.rb
+1 −1 spec/support/fake_front_controller.rb
+2 −2 spec/unit/actions/update_route_destinations_spec.rb

0 comments on commit 4fcdebe

Please sign in to comment.