aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-045-8/+72
* Fix compatibility with Java 5 compiler : remove @Override annotations on meth...Simon Brandhof2012-04-032-2/+0
* Fix some quality flawsSimon Brandhof2012-04-037-27/+24
* Fix some quality flawsSimon Brandhof2012-04-021-22/+21
* Improve loading of ruby on rails applicationsSimon Brandhof2012-04-022-11/+27
* Remove unused importSimon Brandhof2012-04-021-1/+0
* Improve the way to add the new primary key RESOURCE_INDEX#ID.Simon Brandhof2012-04-021-2/+4
* Management console of project roles : add pagination and support of new resou...Simon Brandhof2012-04-011-0/+13
* SONAR-3287 Use new ResourceType props for #isAvailableForFiltersFabrice Bellingard2012-03-301-2/+10
* Beta: link pages to ruby on rails applicationsSimon Brandhof2012-03-301-0/+5
* Generic search engine in order to handle all the ResourceType extensionsSimon Brandhof2012-03-291-2/+8
* SONAR-3287 Update UI to adapt labels to deletable resourceFabrice Bellingard2012-03-291-2/+2
* SONAR-3287 Add properties on ResourceType and use them in RubyFabrice Bellingard2012-03-291-0/+8
* SONAR-2197 Display Coverage tab only if coverage/it-coverage measuresFabrice Bellingard2012-03-291-0/+1
* SONAR-3323 rename @RequiredMeasures attributes to allOf and anyOfSimon Brandhof2012-03-272-21/+20
* Improve logging of exception during server-side picocontainer startupSimon Brandhof2012-03-271-4/+6
* Fix violationsFabrice Bellingard2012-03-231-1/+2
* Fix some quality flawsSimon Brandhof2012-03-231-0/+1
* SONAR-3224 update javadocSimon Brandhof2012-03-221-4/+16
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-225-40/+46
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-228-10/+237
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-223-65/+135
* SONAR-2977 Stop Sonar if more than 1 default profile for a languageFabrice Bellingard2012-03-212-9/+35
* SONAR-2977 Fix issue when new profile added and set to defaultFabrice Bellingard2012-03-211-6/+21
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-201-0/+5
* SONAR-3006 Remove ChartsControler and related codeFabrice Bellingard2012-03-201-141/+0
* SONAR-2977 Setting a profile to default via the API doesn't workFabrice Bellingard2012-03-192-16/+23
* Revert "SONAR-2977 Setting a profile to default via the API doesn't work"Fabrice Bellingard2012-03-192-23/+16
* SONAR-2977 Setting a profile to default via the API doesn't workFabrice Bellingard2012-03-162-16/+23
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-1/+2
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-14/+15
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-131-2/+2
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-131-0/+13
* SONAR-3073 column sorting for 'key' does not work in filterFabrice Bellingard2012-03-132-2/+17
* Remove Hibernate from org.sonar.server.platform.ServerImplSimon Brandhof2012-03-122-18/+13
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-121-7/+6
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-123-15/+53
* SONAR-3305 NPE thrown when no description or title on a ruleFabrice Bellingard2012-03-091-11/+25
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-074-20/+64
* SONAR-1053 NPE in config backupSimon Brandhof2012-03-071-11/+14
* Fail server startup if an ExtensionProvider contains another ExtensionProvidersimonbrandhof2012-02-241-5/+3
* Fix some quality flawssimonbrandhof2012-02-241-15/+15
* Fix some quality flawsSimon Brandhof2012-02-222-3/+2
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-223-81/+21
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-211-1/+7
* Minor change in ChartFactorySimon Brandhof2012-02-211-2/+4
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-151-1/+1
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-011-1/+4
* SONAR-2757 improve reentrance of project deletionsimonbrandhof2012-01-261-0/+5
* SONAR-3138 Prevent possible security flawsEvgeny Mandrikov2012-01-242-39/+5