Docker image
Hosted over at https://quay.io/repository/iver-wharf/wharf-provider-azuredevops
docker pull quay.io/iver-wharf/wharf-provider-azuredevops:v3.0.1
Changes (since v3.0.0)
-
Fixed code overriding the path in the provider's URL. It will now join together the given URL path with the API endpoint's path. (#54)
E.g:
- Given:
https://azuredevops.example.com/customprefix
- Before:
https://azuredevops.example.com/DefaultCollection/_apis/projects
- Now:
https://azuredevops.example.com/customprefix/DefaultCollection/_apis/projects
- Given:
-
Fixed not finding existing provider if one already existed in the wharf-api. (#54)