epugh commented on code in PR #4177:
URL: https://github.com/apache/solr/pull/4177#discussion_r4055491566
##########
solr/webapp/web/js/angular/services.js:
##########
@@ -112,6 +112,12 @@ solrAdminServices.factory('Metrics',
delete solrApi.ApiClient.instance.defaultHeaders["User-Agent"];
return new solrApi.SystemApi();
})
+.factory('UpdateV2',
Review Comment:
Introducing this helped me find a bunch of small bugs and big gaps in the
server side code!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]