Skip to content

Hubbub move_all button not working

Rod Scott requested to merge EDS-1958-move-all-v2 into develop

There was an assumption in the HubbubService that the post query parameter was always 'path' for some endpoints it was not the case. I moved the HubbubService into the upload package so it looks all new, but the new bits are lines 26 and 106 - 112.

I have also changed HubbubService to use RestTemplate as it has better support for testing the requests that it makes. Lines 96 -104

DataciteService got dragged in as it had a handy method for setting the Basic Auth Authorization header. Again I upgraded its testing.

Finally, I made Spring automatically create the two services rather than explicitly in serviceConfig

Merge request reports

Loading