-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add support for OCI repository pattern for add component version #628
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
feat: add support for OCI repository pattern for add component version #628
Conversation
c1fbd25
to
817f238
Compare
e29110b
to
c28c8f5
Compare
c28c8f5
to
106aaed
Compare
4b1523f
to
e5b249f
Compare
Ugh, the tests together are not working of course. I need a way to isolate them. |
Yay, the tests are passing. I'm going to overhaul the suite_test a bit. |
3db798e
to
476c932
Compare
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
…rsing On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
a7c9ab2
to
f61ceaa
Compare
We talked about this, I'm going to try to remedy the integration test situation. For now, add component version is failing with
Unauthorized if run together with others. And doesn't fail alone. Even after modifying the container name, random ports, and new component names. |
ah I bet it's the config 🤦 |
Narrator: But it wasn't the config. |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
31468ed
to
e6a5603
Compare
The integration test madness is over. Now focusing on the actual coding. :D |
Co-authored-by: Jakob Möller <contact@jakob-moeller.com> Signed-off-by: Gergely Brautigam <skarlso777@gmail.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Where should I document it? |
It needs a documentation in the reference docs for the command. See get cv on examples on ref documentation |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
9798c5a
to
4f91d48
Compare
b4bd444
to
53e3f22
Compare
…nd examples On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
53e3f22
to
2d215ee
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.
I still think the tests are very weird, once that is done Im good for a merge 🥳
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
What this PR does / why we need it
Fixes open-component-model/ocm-project#578
Which issue(s) this PR fixes