Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider includes -> integrations includes #316

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/schemas/containers/instances/InstanceIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ properties:
"$ref": "../../includes/ServersIncludes.yml"
locations:
"$ref": "../../includes/LocationsIncludes.yml"
providers:
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
"providers:identifiers":
"integrations:identifiers":
$ref: ../../includes/IdentifierIncludes.yml
containers:
"$ref": "../../includes/ContainersIncludes.yml"
Expand Down
5 changes: 0 additions & 5 deletions components/schemas/includes/ProvidersIncludes.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: AutoScaleGroupIncludes
description: All includable resource linkable to the given auto-scale group.
type: object
properties:
providers:
integrations:
"$ref": "../../../includes/IntegrationsIncludes.yml"
models:
"$ref": "../../../includes/ServerModelsIncludes.yml"
Expand Down
7 changes: 1 addition & 6 deletions components/schemas/infrastructure/ips/PoolIncludes.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
title: PoolIncludes
type: object
description: Resources associated with an IP Pool.
required:
- creators
- servers
- providers
- locations
properties:
creators:
"$ref": "../../includes/CreatorInclude.yml"
servers:
"$ref": "../../includes/ServersIncludes.yml"
providers:
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
locations:
"$ref": "../../includes/LocationsIncludes.yml"
6 changes: 1 addition & 5 deletions components/schemas/infrastructure/servers/ServerIncludes.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
title: ServerIncludes
type: object
description: A resource associated with a server.
required:
- locations
- models
- providers
properties:
locations:
"$ref": "../../includes/LocationsIncludes.yml"
models:
"$ref": "../../includes/ServerModelIncludes.yml"
providers:
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
2 changes: 1 addition & 1 deletion public/paths/containers/instances/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ get:
- creators
- servers
- locations
- providers
- integrations
- containers
- environments
summary: Fetch Instance
Expand Down
2 changes: 1 addition & 1 deletion public/paths/containers/instances/instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ get:
- creators
- servers
- locations
- providers
- integrations
- containers
- environments
- name: filter
Expand Down
2 changes: 1 addition & 1 deletion public/paths/containers/usableServers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ get:
enum:
- location
- models
- providers
- integrations
- $ref: ../../../components/parameters/SortParam.yml
- $ref: ../../../components/parameters/PageParam.yml
responses:
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/auto-scale/groups/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get:
items:
type: string
enum:
- providers
- integrations
- models
- locations
summary: Fetch Auto-Scale Group
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/auto-scale/groups/groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ get:
items:
type: string
enum:
- providers
- integrations
- models
- locations
- name: filter
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/ips/pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ get:
enum:
- creators
- servers
- providers
- integrations
- locations
summary: Fetch Pool IP
description: Requires the `infrastructure-ips-manage` capability.
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/ips/pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get:
enum:
- creators
- servers
- providers
- integrations
- locations
- $ref: ../../../../components/parameters/PageParam.yml
# TODO can i use sort and filter here?
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/servers/instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ get:
- creator
- servers
- locations
- providers
- integrations
- containers
- environments
summary: List Server Instances
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/servers/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ get:
enum:
- locations
- models
- providers
- integrations
- name: meta
in: query
required: false
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/servers/servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ get:
enum:
- locations
- models
- providers
- integrations
- name: filter
in: query
# Deep nested arrays are undefined https://github.com/OAI/OpenAPI-Specification/issues/1706
Expand Down
Loading