-
Notifications
You must be signed in to change notification settings - Fork 0
update v1 endpoints to use carrara #37
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
base: master
Are you sure you want to change the base?
Conversation
82031b8
to
ce75b6f
Compare
ce75b6f
to
a8f1f04
Compare
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.
Couple questions… I'm also unclear which of these diffs are due to:
- Changed openapi-generator version
- Bumped core version (2.2.19 to 2.17.51)
- Other changes introduced manually
I'm new to this repo, so any context you can provide for understanding the "big picture" would be appreciated, ty!
.openapi-generator/FILES
Outdated
src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java | ||
src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java | ||
src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java | ||
src/main/java/org/openapitools/client/ApiCallback.java |
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.
Are these "renames" intentional?
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.
Fixed
.openapi-generator/VERSION
Outdated
@@ -1 +1 @@ | |||
7.7.0 | |||
6.0.1 |
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.
Would be good to use the same version, to rule out spurious diffs introduced by a changed version.
Looks like 7.12.0 is latest, atm, but I'd suggest changing the version as a separate PR
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.
Good catch. I think it is better if we use the latest version in a separate PR
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.
What about just using the same version that was previously used? (7.7.0)
Just trying to rule out introducing spurious changes from going backwards on the version here.
Many changes are just dates or doc changes. Everything is auto generated. We have decided that when this gets merged to main it will act as the dev branch for the new server. We will then need to add tests etc. It is in a very preliminary form now, and will be mainly used for the udfs |
The stable and current version has been branched here. https://github.com/TileDB-Inc/TileDB-Cloud-Java/tree/release-0.5.0 |
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.
Sorry if I've missed it: are the command(s) you used for this documented somewhere?
I skimmed the changes and they seem reasonable, but I'm missing some context about how the changes were generated.
.openapi-generator/VERSION
Outdated
@@ -1 +1 @@ | |||
7.7.0 | |||
6.0.1 |
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.
What about just using the same version that was previously used? (7.7.0)
Just trying to rule out introducing spurious changes from going backwards on the version here.
8f9dcf8
to
45e0da0
Compare
Update local copy of spec from [`TileDB-Server//openapi/v1to3/src/openapi-v1.yaml`](https://github.com/TileDB-Inc/TileDB-Server/blob/main/openapi/v1to3/src/openapi-v1.yaml): ```bash gh api \ -H "Accept: application/vnd.github.raw" \ /repos/TileDB-Inc/TileDB-Server/contents/openapi/v1to3/src/openapi-v1.yaml \ > openapi-v1.yaml ```
399aeee
to
45e0da0
Compare
@st4tdb my only remaining concern here is with 1f076eb (rm Some of the existing examples were broken, seemingly to do with new "workspace" prefix in
|
This PR updates the client to use the carrara endpoints for v1 only at the moment. The build.gradle has been changed to use the SNAPSHOT channel for pre-releases until carrara is out