cloudfoundry / cloudfoundry/cloud_controller_ng

Should `updated_at` for service instances be updated when the last operation changes?

Open
#4,087 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
207
Forks
373
Avg merge
2d 12h
Merged PRs (30d)
56

Description

Example service instance:

{
  "guid": "3a2f5713-c979-45cc-9524-f513f9ad1238",
  "created_at": "2024-10-17T15:57:46Z",
  "updated_at": "2024-10-17T15:57:46Z",
  "name": "my-service-instance",
  "tags": [],
  "last_operation": {
    "type": "update",
    "state": "succeeded",
    "description": "",
    "updated_at": "2024-10-28T08:39:15Z",
    "created_at": "2024-10-28T08:39:15Z"
}

Should the updated_at field of the service instance be updated when the last_operation changes?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by reviewing how service instance responses define updated_at and last_operation, then confirm the expected relationship with maintainers; done means a documented decision and agreed behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.