Image digests for referencing bundles#99
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anik120 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@anik120 I like this approach and think it will give us a good transition path on the client side. Couple of things to think about:
|
b834912 to
4a3ec14
Compare
|
@ecordell thank you for your feedback.
|
4a3ec14 to
103d1b7
Compare
It would be good to have two layers, but |
|
/hold I missed some things on my initial review. There are multiple API calls in OLM that will need to have (the Because there are multiple places that we need to return this, could we extend the |
103d1b7 to
23875af
Compare
23875af to
fafc022
Compare
fafc022 to
cc41b03
Compare
| if err != nil { | ||
| return err | ||
| } | ||
| defer migrator.CleanUpMigrator() |
There was a problem hiding this comment.
probably shouldn't defer this, it won't get run until the server exits (which could be never)
Migrate older database to new schema. Extend API to allow querying of the new `bundlepath` field.
cc41b03 to
7c63cf3
Compare
@ecordell that is actually a very good point. I've opened another PR where I've extended the |
|
Closing in favor of #103 |
Description of the change:
bundlepathfield.Reviewer Checklist
/docs