Skip to content

Commit

Permalink
feat: add regeneration path for config in changes in studio (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert authored Jan 23, 2025
1 parent d30accf commit 94d3b13
Show file tree
Hide file tree
Showing 18 changed files with 428 additions and 33 deletions.
16 changes: 16 additions & 0 deletions internal/studio/oas_studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ paths:
input:
type: string
description: The input spec for the source
target:
type: object
properties:
id:
type: string
description: The name of the target
config:
type: string
description: the config file data
required:
- id
- config
responses:
"200":
description: Successful response
Expand Down Expand Up @@ -173,6 +185,9 @@ components:
gen_yaml:
type: string
description: Contents of the gen.yaml file for this target
gen_yaml_path:
type: string
description: The path to the gen.yaml file for this target
output_directory:
type: string
description: Output directory for this target
Expand All @@ -190,6 +205,7 @@ components:
- sourceID
- readme
- gen_yaml
- gen_yaml_path
- output_directory
- language
SourceResponse:
Expand Down
36 changes: 22 additions & 14 deletions internal/studio/sdk/.speakeasy/gen.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/studio/sdk/.speakeasy/gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/studio/sdk/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions internal/studio/sdk/docs/models/operations/exitresponse.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion internal/studio/sdk/docs/models/operations/runrequestbody.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions internal/studio/sdk/docs/models/operations/target.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions internal/studio/sdk/docs/sdks/sdk/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion internal/studio/sdk/health.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions internal/studio/sdk/models/components/targetrunsummary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions internal/studio/sdk/models/operations/exit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions internal/studio/sdk/models/operations/options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 30 additions & 1 deletion internal/studio/sdk/models/operations/run.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions internal/studio/sdk/run.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94d3b13

Please sign in to comment.