-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: cloudfoundry/cf-openapi
base: reuse_errors
head repository: cloudfoundry/cf-openapi
compare: main
- 18 commits
- 18 files changed
- 9 contributors
Commits on Sep 9, 2025
-
Merge pull request #1036 from cloudfoundry/reuse_errors
Reuse exisiting errors schema
Configuration menu - View commit details
-
Copy full SHA for 95e3fef - Browse repository at this point
Copy the full SHA 95e3fefView commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fb99b0 - Browse repository at this point
Copy the full SHA 0fb99b0View commit details -
Merge pull request #1037 from cloudfoundry/set_role_by_username
Add missing set role by username feature
Configuration menu - View commit details
-
Copy full SHA for 4c0b2c8 - Browse repository at this point
Copy the full SHA 4c0b2c8View commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 338ce3e - Browse repository at this point
Copy the full SHA 338ce3eView commit details
Commits on Oct 31, 2025
-
Add role resources schema as included will not be returned in role list responses. Update organization list to include pagination as a property Update users path ti use user list as paginatedusers contains extra properties not returned from the api
Configuration menu - View commit details
-
Copy full SHA for 9bf9838 - Browse repository at this point
Copy the full SHA 9bf9838View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef07945 - Browse repository at this point
Copy the full SHA ef07945View commit details
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d2089f9 - Browse repository at this point
Copy the full SHA d2089f9View commit details
Commits on Nov 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6bba909 - Browse repository at this point
Copy the full SHA 6bba909View commit details -
Merge pull request #1042 from PeteLevineA/openapi-improvements
Fixes for List Support
Configuration menu - View commit details
-
Copy full SHA for 56dea21 - Browse repository at this point
Copy the full SHA 56dea21View commit details
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8cb513c - Browse repository at this point
Copy the full SHA 8cb513cView commit details
Commits on Jan 7, 2026
-
Merge pull request #1043 from cloudfoundry/client_ids
User guids can be client ids
Configuration menu - View commit details
-
Copy full SHA for 9503854 - Browse repository at this point
Copy the full SHA 9503854View commit details
Commits on Jan 21, 2026
-
Update openapi schema changes of Deployment and Processes (#1044)
* Update openapi schema changes of Deployment and Processes * Update apis/cf/latest/components/schemas/Deployment.yaml * Update apis/cf/latest/paths/Deployments.yaml * Update apis/cf/latest/paths/Deployments.yaml --------- Co-authored-by: Sam Gunaratne <385176+Samze@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b21875 - Browse repository at this point
Copy the full SHA 2b21875View commit details
Commits on Mar 31, 2026
-
Fix incorrect JSON pointer path for droplet GUID in Builds.yaml (#1045)
The OpenAPI link for retrieving the droplet was using the path $response.body#/droplet/data/guid, but the actual REST response structure has the GUID directly under droplet: "droplet": { "guid": "..." } Changed the path to $response.body#/droplet/guid to match the actual API response.Configuration menu - View commit details
-
Copy full SHA for 70c07ec - Browse repository at this point
Copy the full SHA 70c07ecView commit details
Commits on Apr 23, 2026
-
Remove non-existent PUT method from /v3/routes/{guid}/destinations (#…
…1050) CCNG routes.rb only defines PATCH for replacing route destinations (routes#replace_destinations). The PUT method documented in the spec does not correspond to any route in cloud_controller_ng and would result in a 404 if called. The PATCH method (operationId: replaceDestinationsForRouteWithPatch) remains and is the correct way to replace destinations. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for 539f646 - Browse repository at this point
Copy the full SHA 539f646View commit details -
Add GET /v3/processes/{guid}/process_instances endpoint to spec (#1049)
This endpoint exists in CCNG routes.rb and returns a simplified view of process instances (index, state, since) compared to the /stats endpoint which returns detailed resource usage. Added the path definition to Processes.yaml and wired it into openapi.yaml. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for adf6eb8 - Browse repository at this point
Copy the full SHA adf6eb8View commit details -
Add missing endpoint specs for spaces usage_summary and isolation seg…
…ment organizations (#1048) Two endpoints exist in cloud_controller_ng routes.rb but were missing from the OpenAPI specification: 1. GET /v3/spaces/{guid}/usage_summary - public endpoint analogous to the already-documented GET /v3/organizations/{guid}/usage_summary. Added path definition to Spaces.yaml and wired into openapi.yaml. 2. GET /v3/isolation_segments/{guid}/organizations - path definition already existed in IsolationSegments.yaml but was not referenced from openapi.yaml paths section. Added the $ref to make it visible to spec consumers. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for b3c16a7 - Browse repository at this point
Copy the full SHA b3c16a7View commit details
Commits on May 26, 2026
-
Add IndexLink schema to handle index link's metadata field (#1051)
* Add IndexLink schema to handle index link's metadata field * Reduce Schema Drift and have IndexLink inherit from link Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * V3 api root does not have the meta field * Reference to Link object --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e6ba4d - Browse repository at this point
Copy the full SHA 3e6ba4dView commit details
Commits on Jun 5, 2026
-
Introduce oasdiff and oasdiff breaking changes workflow on PR to main (…
…#1053) * Introduce oasdiff and oasdiff breaking changes workflow on PR to main * Address security and performance feedback in breaking-changes workflow - Restrict token permissions with `permissions: contents: read` - Prevent token persistence in checkout steps - Use `npm ci --ignore-scripts` to mitigate malicious lifecycle scripts - Implement dependency caching for `npm` to speed up workflow - Add concurrency limits to prevent redundant workflow runs - Add a 10 minute job timeout Co-authored-by: Cursor <cursoragent@cursor.com> * Update breaking-changes workflow to use Node 22 and Yarn caching Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Configuration menu - View commit details
-
Copy full SHA for 4da09ec - Browse repository at this point
Copy the full SHA 4da09ecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff reuse_errors...main