-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for multiple interface versions #297
Open
da1910
wants to merge
12
commits into
main
Choose a base branch
from
feat/multiple-versions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
82443db
Add initial sketch of multiple-version package
da1910 43d58d7
Add a readme section for release chores
da1910 d4178e1
Fix path issue
da1910 437c2a2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1163779
Generate Client Library code - Automated
pre-commit-ci[bot] ec0b0ad
Remove 24.1 since it's not typed
da1910 d18cf92
Fix typo
da1910 10c1dc7
Generate Client Library code - Automated
da1910 14d524d
Add namespaces to 242 and 251 package imports
da1910 1fe8a83
Merge branch 'feat/multiple-versions' of https://github.com/pyansys/g…
da1910 5305f3f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8764b31
Generate Client Library code - Automated
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
name = "ansys-grantami-serverapi-openapi" | ||
description = "Autogenerated client library for the Granta MI Server API." | ||
version = "5.0.0.dev383" | ||
version = "5.0.0.dev394" | ||
license = "MIT" | ||
authors = ["ANSYS, Inc. <[email protected]>"] | ||
maintainers = ["ANSYS, Inc. <[email protected]>"] | ||
|
@@ -26,8 +26,7 @@ classifiers = [ | |
"Topic :: Scientific/Engineering :: Information Analysis", | ||
] | ||
packages = [ | ||
{ include = "**/*.py", from = "src" }, | ||
{ include = "**/py.typed", from = "src" }, | ||
{ include = "*", from = "src" }, | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
|
122 changes: 0 additions & 122 deletions
122
...serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_all_values_specifier.py
This file was deleted.
Oops, something went wrong.
180 changes: 0 additions & 180 deletions
180
...ami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/models/gsa_applicable_datum.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we just use maven clean to do all of this and remove this step entirely? It's a bit odd having two different ways of doing different parts of the same job.