]> source.dussan.org Git - sonarqube.git/commit
SONAR-2603 provide a dedicated settings page to generate server key
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 9 Sep 2011 05:36:15 +0000 (07:36 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 9 Sep 2011 05:38:21 +0000 (07:38 +0200)
commit9167379d53bdb8cd6d7c7e57ed62f5b711329652
tree40bc7af2831d801fbd6c07c08c4340a3eb6fc6fd
parent7e914e1eb6b9cfcdbc43930e8b40b256e3846989
SONAR-2603 provide a dedicated settings page to generate server key

This page is merged to the catgories of the General Settings page. At the same time the Email Settings page
is merged as well.
20 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java
sonar-server/src/main/java/org/sonar/server/platform/Platform.java
sonar-server/src/main/java/org/sonar/server/platform/ServerImpl.java
sonar-server/src/main/java/org/sonar/server/platform/ServerKeyGenerator.java
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/server_key_configuration_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/server.rb
sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/server_key_configuration/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_plugins.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb [new file with mode: 0644]
sonar-server/src/test/java/org/sonar/server/platform/ServerImplTest.java
sonar-server/src/test/java/org/sonar/server/platform/ServerKeyGeneratorTest.java
sonar-server/src/test/resources/org/sonar/server/platform/ServerImplTest/shouldGenerateKey.xml [deleted file]
sonar-server/src/test/resources/org/sonar/server/platform/ServerImplTest/shouldLoadServerKeyFromDatabase.xml [new file with mode: 0644]