-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add merging of 2 Go maps recursively. * Add overrides * Fix linter errors. * Add openapi overriding into helm charts. * Add openapi compiling into build api step. * Remove overriding settings. * Rename api override helm value key. * Update name * Make builds more consistent, allow openapi bundle file name to be passed * Add envvars needed for swagger-ui. * Fix spec file argument name. * Fix err, shift env to api dockerfile * Fix api docker vs full turing docker image env * Change CI config from buildtime docker env to runtime. * Reworked configuration and how openapi specs are used. * fix linting errors. * Fix indentation, prevent creation of override spec if empty override. * Refactor serving openapi yaml to generic name and small fixes. * Refactor spec file merging. * Fix compile errors. * Run fmt. * Fix nil pointer and fix ci
- Loading branch information
Showing
31 changed files
with
3,547 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
!api/** | ||
!ui/build/** | ||
!docker-entrypoint.sh | ||
!docker-entrypoint.sh | ||
!scripts/swagger-ui-generator/** |
This file contains 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 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 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 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 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
openapi.bundle.yaml | ||
swagger-ui-dist/ | ||
swagger-ui-dist/ |
This file contains 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
Oops, something went wrong.