Skip to content
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

fix: XML resource should support file URI starting with fttp://, http://, https:// #845

Merged
merged 6 commits into from
Sep 10, 2022

Conversation

olblak
Copy link
Member

@olblak olblak commented Sep 6, 2022

Fix #XXX

While looking in #650
I noticed that while we should be able to support different path URL such as ["https://","http://","file://","absolutePath", "relativePath"], it wasn't the case anymore.

This pullrqeuest add e2e test on the xml resource + address the source/conditoin/target.

As similar pullrequest will come for the yaml resource as well

Test

To test this pull request, you can run the following commands:

cp <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak changed the title fix: XML path fix: Support different XML path format Sep 6, 2022
@olblak olblak enabled auto-merge (squash) September 6, 2022 06:58
Signed-off-by: Olblak <me@olblak.com>
olblak and others added 2 commits September 9, 2022 09:44
@olblak olblak added the bug Something isn't working label Sep 10, 2022
@olblak olblak added this to the 0.34.0 milestone Sep 10, 2022
@olblak olblak merged commit fc3220d into updatecli:main Sep 10, 2022
@olblak olblak changed the title fix: Support different XML path format fix: XML resource should support file URI starting with fttp://, http://, https:// Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant