-
Notifications
You must be signed in to change notification settings - Fork 474
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
algod: Consolidate models #4714
Merged
Merged
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 573a1fd - Browse repository at this point
Copy the full SHA 573a1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25818d8 - Browse repository at this point
Copy the full SHA 25818d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d8c33 - Browse repository at this point
Copy the full SHA e2d8c33View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 337bf9e - Browse repository at this point
Copy the full SHA 337bf9eView commit details -
Update to oapi-codegen v1.11.0-prerelease.2
Updates the version of oapi-codegen which is installed via the buildtools to our v1.11.0 prerelease. Also changes the Makefile targets and adds config files which are the preferred way of configuration instead of the old CLI flags. The generated types definitions have also been updated using the oapi-codegen commit which ensures all required Enums are generated for enums embedded in response types.
Configuration menu - View commit details
-
Copy full SHA for 39723df - Browse repository at this point
Copy the full SHA 39723dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d3c29 - Browse repository at this point
Copy the full SHA a3d3c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda1f97 - Browse repository at this point
Copy the full SHA fda1f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66b3c9 - Browse repository at this point
Copy the full SHA f66b3c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582471f - Browse repository at this point
Copy the full SHA 582471fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f617d87 - Browse repository at this point
Copy the full SHA f617d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b41dc3 - Browse repository at this point
Copy the full SHA 0b41dc3View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e45b98b - Browse repository at this point
Copy the full SHA e45b98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0009b0c - Browse repository at this point
Copy the full SHA 0009b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2048d6 - Browse repository at this point
Copy the full SHA d2048d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bdd45 - Browse repository at this point
Copy the full SHA 27bdd45View commit details -
Consolidate models to a single package
Moves all types.go to a single model package within the v2 generated API code. Also moves the oapi-codegen config file for each of the generated packages alongside the code it is generating. Additionally, we've moved the generated routes.go into a public package instead of the top level generated package. The result of this is a large refactoring of imports. generated=>models, generatedV2=>models, and generated=>public in the case of the router.
Configuration menu - View commit details
-
Copy full SHA for 7bab98c - Browse repository at this point
Copy the full SHA 7bab98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0808134 - Browse repository at this point
Copy the full SHA 0808134View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6d9c29 - Browse repository at this point
Copy the full SHA d6d9c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbe20f - Browse repository at this point
Copy the full SHA 5cbe20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a3f8a - Browse repository at this point
Copy the full SHA c4a3f8aView commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 120a92b - Browse repository at this point
Copy the full SHA 120a92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4722698 - Browse repository at this point
Copy the full SHA 4722698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7189ff0 - Browse repository at this point
Copy the full SHA 7189ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b30c97 - Browse repository at this point
Copy the full SHA 2b30c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31d1a2 - Browse repository at this point
Copy the full SHA e31d1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da0e3e - Browse repository at this point
Copy the full SHA 1da0e3eView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 703144b - Browse repository at this point
Copy the full SHA 703144bView commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e63a566 - Browse repository at this point
Copy the full SHA e63a566View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fef5c8f - Browse repository at this point
Copy the full SHA fef5c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bd5fa - Browse repository at this point
Copy the full SHA f4bd5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0171f8e - Browse repository at this point
Copy the full SHA 0171f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea80a8b - Browse repository at this point
Copy the full SHA ea80a8bView commit details
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.