apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Bitbucket supported import URL fixes on KIE Sandbox #132

Open jstastny-cz opened 1 year ago

jstastny-cz commented 1 year ago

There are deficiencies in scope of supported import URLs for Bitbucket snippets. Below are URL variations that are all valid and depending on path through which you navigate in Bitbucket UI, all are presented to user, thus should be covered.

With that it would be good to cover by unit tests checking representative set of URL options.

jomarko commented 2 months ago

KIE Sandbox still does not support importing using Bitbucket url in the format:

https://[USERNAME]@bitbucket.org/snippets/[WORKSPACE]/bq9oqg/untitled-folder.git#file-Untitled.dmn

while:

https://[USERNAME]@bitbucket.org/snippets/[WORKSPACE]/bq9oqg/untitled-folder

works fine!

Checked as of 12th of September 2024.