systelab / allure-reporter

Printable report generation for Allure
5 stars 2 forks source link

JAMA REST API URL should be updated (replace /latest by /v1) #84

Closed ManelMoreno closed 2 years ago

ManelMoreno commented 2 years ago

JAMA has published that from v.8.42 (current on in our production server), they will use a versioning system of the REST API that could imply breaking changes in future JAMA developments.

After internal evaluation we concluded that our current implementation can deal with that as this URL is editable at login moment. The only usability improvement here is to replace the default part of the URL '/latest' by '/v1', in order to avoid this manual change each time. (assuming that this URL is set just here and elsewhere inside the code).

image

ManelMoreno commented 2 years ago

The default URL has been updated using now v1 (see attached evidence) AllureReporterv 3 0_84

Reviewed lines of cod modified. NOTE: Due to the amount of files affected by the modification, regression test must be done while verifying the rest of issues on this version.