Skip to content

feat: added list resource for space#467

Open
ANUGRAHG wants to merge 1 commit intomainfrom
issue-455
Open

feat: added list resource for space#467
ANUGRAHG wants to merge 1 commit intomainfrom
issue-455

Conversation

@ANUGRAHG
Copy link
Contributor

Purpose

Does this introduce a breaking change?

  • Yes
  • No

Pull Request Type

What kind of change does this Pull Request introduce?

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Documentation content changes
  • Other... Please describe:

How to Test

  • Test the code via automated test
go test ./...

What to Check

Verify that the following are valid:

  • Automated tests are executed successfully

Other Information

Checklist for reviewer

The following organizational tasks must be completed before merging this PR:

  • The PR has the matching labels assigned to it.
  • The PR has a milestone assigned to it.
  • If the PR closes an issue, the issue is referenced.
  • Possible follow-up items are created and linked.

@github-actions github-actions bot added this to the 1.14.0 milestone Mar 24, 2026
@github-actions github-actions bot added the enhancement New feature or request label Mar 24, 2026
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
E Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

host: uaa.x.x.x.x.com
remote_addr: ""
request_uri: ""
body: grant_type=refresh_token&refresh_token=a977afba93a04543a4de04e655966074-r

Check failure

Code scanning / SonarCloud

Secrets should not be hard-coded High

"token" detected here, make sure this is not a hard-coded secret. See more on SonarQube Cloud
host: uaa.x.x.x.x.com
remote_addr: ""
request_uri: ""
body: grant_type=refresh_token&refresh_token=a977afba93a04543a4de04e655966074-r

Check failure

Code scanning / SonarCloud

Secrets should not be hard-coded High

"token" detected here, make sure this is not a hard-coded secret. See more on SonarQube Cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Implement LIST resource for cloudfoundry_space

1 participant