-
Notifications
You must be signed in to change notification settings - Fork 3
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
As a developer, I want to know what version of Harvest was used to load a product #119
As a developer, I want to know what version of Harvest was used to load a product #119
Comments
It looks like the current harvest information is added to documents prior to harvesting. I think @alexdunnjpl knows harvest way better than I do, but the documentation in registry, I mean why would it be co-located with harvest, states that the node name must, as in mandatory, be in a document before harvesting. I did not see any reference to the date-time however. Still, searched harvest for "ops:Harvest_Info" which it would have to know if programatically adding it. Nothing shows up. If harvest was injecting its own information already, then I would have been happy to add another item. However, this does not appear to be the case. I can do one of two things:
Obviously I will keep strolling through the weeds until better direction comes along. |
Aha! It seems to be in registry-common. Now which version of the many repo/maven versions would you like to be used? |
@al-niessner if that's a legitimate question rather than a comment on the absolute state of things, 1.4.0, as far as I know. Re the other stuff, I haven't touched harvest in ages - are you good now or do I need to dig in a little? |
@al-niessner @alexdunnjpl I think what is returned from @tloubrieu-jpl βοΈ |
@alexdunnjpl @jordanpadams @tloubrieu-jpl
Well, it is both actually. So harvest depends upon registry-common. I just confirmed that because the version for |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
EN Developer
πͺ Motivation
...so that I can more easily debug issues with metadata.
π Additional Details
No response
Acceptance Criteria
Given a harvested product
When I perform a query of the product from either the registry or registry API
Then I expect to see the Harvest version returned in the
ops:Harvest_Info/ops:software_version
value.βοΈ Engineering Details
ops:Harvest_Info/ops:software_version
fieldThe text was updated successfully, but these errors were encountered: