]> source.dussan.org Git - sonarqube.git/commit
SONAR-1897 URL /api/plugins conflicts with existing web service extension point....
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 5 Nov 2010 15:16:21 +0000 (15:16 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 5 Nov 2010 15:16:21 +0000 (15:16 +0000)
commitfeec99a308549901f0ad927e0d7a88956444cd9f
tree62bba08897d60f2a51503d7f543c0685334ee6e7
parent35c9e60c985300140cf1a3899f85a537e519a9cc
SONAR-1897 URL /api/plugins conflicts with existing web service extension point. Rename to /api/updatecenter/installed_plugins
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/plugins_controller.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/services/PluginQuery.java [deleted file]
sonar-ws-client/src/main/java/org/sonar/wsclient/services/UpdateCenterQuery.java [new file with mode: 0644]
sonar-ws-client/src/test/java/org/sonar/wsclient/services/PluginQueryTest.java [deleted file]
sonar-ws-client/src/test/java/org/sonar/wsclient/services/UpdateCenterQueryTest.java [new file with mode: 0644]