You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating artifacts with firstVersion (tried json, avro, and protobuf) in a group, which can be subsequently be retrieved from the registry with the GET /groups/.../artifacts/.../versions/.../content endpoint, using POST /search/versions and POST /search/artifacts with the schema content payload returns 0 artifacts / versions.
using linux tool sha256sum I can verify that the content table in the database has the correct contentHash, and in fact if I do request
GET /ids/contentHashes/bea800d700663345de792fc21ec17aa21b799724f6f2c00b1e01979c4f73c8c2
then the correct results are returned (but there is no way to see the version metadata from that query)
also if I create an artifact without a group (i.e. using POST /groups/default/artifacts) then POST /search/artifacts and POST /search/versions returns the expected correct results.
The text was updated successfully, but these errors were encountered:
Are you facing this with the latest release? I'm not able to reproduce this behaviour for it (I know this issue is a bit old) and we have unit tests for this operation, so I'm closing the issue as fixed. If you face it again, please, re-open and I'll take another look.
Description
Registry
Version: 3.0.0.M3
Persistence type: sql / postgres
Environment: RHEL8
After creating artifacts with firstVersion (tried json, avro, and protobuf) in a group, which can be subsequently be retrieved from the registry with the GET /groups/.../artifacts/.../versions/.../content endpoint, using POST /search/versions and POST /search/artifacts with the schema content payload returns 0 artifacts / versions.
using linux tool
sha256sum
I can verify that the content table in the database has the correct contentHash, and in fact if I do requestGET /ids/contentHashes/bea800d700663345de792fc21ec17aa21b799724f6f2c00b1e01979c4f73c8c2
then the correct results are returned (but there is no way to see the version metadata from that query)
also if I create an artifact without a group (i.e. using POST /groups/default/artifacts) then POST /search/artifacts and POST /search/versions returns the expected correct results.
The text was updated successfully, but these errors were encountered: