Commit 016c42b
committed
Bump cloud_controller_ng
Changes in cloud_controller_ng:
- Add ability to set user on Tasks
PR: cloudfoundry/cloud_controller_ng#4433
Author: Tim Downey <tcdowney@users.noreply.github.com>1 parent e5dc8ef commit 016c42b
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule cloud_controller_ng updated 31 files
- app/actions/task_create.rb+8
- app/messages/task_create_message.rb+10-1
- app/models/runtime/app_model.rb+2
- app/models/runtime/droplet_model.rb+16
- app/models/runtime/process_model.rb+4-15
- app/models/runtime/task_model.rb+24
- app/presenters/v3/task_presenter.rb+1
- config/cloud_controller.yml+1-1
- db/migrations/20250630170610_add_user_to_tasks.rb+13
- docs/v3/source/includes/api_resources/_tasks.erb+4
- docs/v3/source/includes/resources/tasks/_create.md.erb+11-10
- docs/v3/source/includes/resources/tasks/_object.md.erb+1
- lib/cloud_controller/config_schemas/base/api_schema.rb+1-1
- lib/cloud_controller/config_schemas/base/clock_schema.rb+1-1
- lib/cloud_controller/config_schemas/base/deployment_updater_schema.rb+1-1
- lib/cloud_controller/config_schemas/base/worker_schema.rb+1-1
- lib/cloud_controller/diego/buildpack/lifecycle_protocol.rb+1-1
- lib/cloud_controller/diego/cnb/lifecycle_protocol.rb+1-1
- lib/cloud_controller/diego/docker/task_action_builder.rb+1-1
- spec/migrations/20250630170610_add_user_to_tasks_spec.rb+55
- spec/request/tasks_spec.rb+17-1
- spec/support/fakes/blueprints.rb+14
- spec/unit/actions/task_create_spec.rb+32
- spec/unit/lib/cloud_controller/diego/buildpack/lifecycle_protocol_spec.rb+2-2
- spec/unit/lib/cloud_controller/diego/cnb/lifecycle_protocol_spec.rb+25
- spec/unit/lib/cloud_controller/diego/docker/task_action_builder_spec.rb+1-1
- spec/unit/messages/task_create_message_spec.rb+53
- spec/unit/models/runtime/droplet_model_spec.rb+53
- spec/unit/models/runtime/process_model_spec.rb+17-4
- spec/unit/models/runtime/task_model_spec.rb+151
- spec/unit/presenters/v3/task_presenter_spec.rb+1
0 commit comments