-
Notifications
You must be signed in to change notification settings - Fork 53
CI - combined OpenAPI doc #87
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
888fea9
ci: update openapi build
matthewhanson 0e9a145
ci: update dependencies and use pip to install yq
matthewhanson f775231
ci: fix docker image names
matthewhanson 31b225c
ci: syntax
matthewhanson 6e23520
ci: try install with apt
matthewhanson b4deb67
ci: yq append
matthewhanson c7994a3
ci: add swagger-config file
matthewhanson 1f7d38c
ci: add swagger-combine
matthewhanson 240fea1
ci: fix swagger config location
matthewhanson 35a57dc
remove unused dependencies
matthewhanson 18e5c7c
ci: remove install of yq
matthewhanson 570a942
ci: minor syntax
matthewhanson 5b0d9bc
ci: remove transaction from complete openapi
matthewhanson ed90258
Merge branch 'master' into dev
matthewhanson 8992b2e
disable creating combined file
matthewhanson af6b7a5
Merge branch 'dev' of github.com:radiantearth/stac-api-spec into dev
matthewhanson dc9a135
Merge branch 'master' into dev
matthewhanson 40dff11
restore lines in commons.yaml
matthewhanson 2e4aaa4
Merge branch 'master' into dev
m-mohr edc0f9b
ci: put core openapi.yaml file at root of version in gh-pages
matthewhanson f11967a
Merge branch 'dev' of github.com:radiantearth/stac-api-spec into dev
matthewhanson 6d1390c
Merge branch 'master' into dev
m-mohr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width,initial-scale=1"> | ||
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
| <link rel="shortcut icon" href="../assets/images/favicon.png"> | ||
| <title>STAC API</title> | ||
| </head> | ||
| <body> | ||
| <div id="content"></div> | ||
| <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> | ||
| <script type="text/javascript"> | ||
| Redoc.init('openapi.yaml', { | ||
| expandResponses:"200,201,202,203,204", | ||
| pathInMiddlePanel: true, | ||
| hideDownloadButton: true | ||
| }, document.getElementById('content')); | ||
| </script> | ||
| </body> | ||
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| openapi: 3.0.3 | ||
| info: | ||
| title: STAC API - Complete | ||
| version: 1.0.0-beta.1 | ||
| apis: | ||
| - url: 'build/core/openapi.yaml' | ||
| paths: | ||
| exclude: | ||
| - "^\/$" | ||
| - url: 'build/ogcapi-features/openapi.yaml' | ||
| #- url: 'build/ogcapi-features/extensions/transaction/openapi.yaml' | ||
| # dereference: | ||
| # circular: ignore | ||
| - url: 'build/item-search/openapi.yaml' | ||
| #dereference: | ||
| # circular: ignore | ||
| - url: 'build/ogcapi-features/extensions/version/openapi.yaml' | ||
| #dereference: | ||
| # circular: ignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.