Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-983 index the project from a dedicated post-job in order to optimize ↵ | simonbrandhof | 2011-12-30 | 4 | -19/+8 | |
| | | | | SQL requests | |||||
* | SONAR-3116 throw an exception if skipping the root module | Simon Brandhof | 2011-12-23 | 2 | -12/+11 | |
| | ||||||
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵ | Simon Brandhof | 2011-12-23 | 4 | -13/+15 | |
| | | | | | | is a layer over ResourceIndexerDao + move derby SQL files to org.sonar.core.persistence | |||||
* | Rename a unit test in ProjectFilterTest | Simon Brandhof | 2011-12-22 | 1 | -1/+1 | |
| | ||||||
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 8 | -17/+13 | |
| | | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...) | |||||
* | SONAR-983 do not index libraries | Simon Brandhof | 2011-12-22 | 1 | -1/+3 | |
| | ||||||
* | SONAR-983 Improve relevance of results and group them by qualifier | Simon Brandhof | 2011-12-21 | 1 | -2/+2 | |
| | ||||||
* | SONAR-983 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 3 | -17/+20 | |
| | | | | | | | * Rename the column RESOURCE_INDEX.PROJECT_ID to ROOT_PROJECT_ID * Increase the size of RESOURCE_INDEX.PROJECT_ID * Clean resource index from dbcleaner plugin * Experimental: indexes all the existing resources during upgrade from sonar < 2.13 | |||||
* | SONAR-2968 Do not force to add the root project to the property ↵ | simonbrandhof | 2011-12-20 | 2 | -25/+42 | |
| | | | | sonar.includedModules | |||||
* | Sonar Persistence API refactoring | Fabrice Bellingard | 2011-12-14 | 1 | -1/+1 | |
| | | | | | | | - Class mapped to tables should now be named "MyTableDto" - DTOs, DAOs and Mappers of a same concern should be packed in a single package, allowing to use package visibility amongst them. => org.sonar.persistence has been reorganized following those rules. | |||||
* | Fix some violations | Simon Brandhof | 2011-12-12 | 2 | -13/+13 | |
| | ||||||
* | SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵ | Simon Brandhof | 2011-12-12 | 2 | -12/+12 | |
| | | | | REVIEWS.MANUAL_SEVERITY (boolean) | |||||
* | SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN) | Simon Brandhof | 2011-12-08 | 2 | -52/+92 | |
| | | | | The name is not really sexy. If true, then the violation severity has been explicitly changed by user so it must not be reset when analyzing project. | |||||
* | Fix some violations | Simon Brandhof | 2011-12-05 | 1 | -3/+1 | |
| | ||||||
* | SONAR-1974 inject manual violations into batch | simonbrandhof | 2011-12-04 | 1 | -36/+27 | |
| | ||||||
* | Fix some violations | Simon Brandhof | 2011-11-25 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3029 API: allow to have different severities for violations related to ↵ | Simon Brandhof | 2011-11-24 | 1 | -9/+3 | |
| | | | | the same rule | |||||
* | Remove 2 commented-out lines + add a DEBUG log when excluding plugin | Simon Brandhof | 2011-11-14 | 1 | -2/+1 | |
| | ||||||
* | Fix potential NPE in Gradle task | simonbrandhof | 2011-11-14 | 1 | -3/+6 | |
| | ||||||
* | Fix loading of Gradle global properties | simonbrandhof | 2011-11-13 | 2 | -6/+47 | |
| | ||||||
* | Remove System.out.println() calls | simonbrandhof | 2011-11-12 | 1 | -12/+0 | |
| | ||||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 5 | -85/+16 | |
| | ||||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 5 | -5/+0 | |
| | ||||||
* | SONAR-2967 extract the new component ProjectFilter from ProjectTree | simonbrandhof | 2011-11-04 | 6 | -71/+245 | |
| | ||||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 1 | -5/+5 | |
| | | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests | |||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 1 | -5/+0 | |
| | ||||||
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 2 | -3/+5 | |
| | ||||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 3 | -4/+5 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-10-26 | 1 | -1/+0 | |
| | ||||||
* | SONAR-2642 add DAOs to picocontainer + improve unit tests | Simon Brandhof | 2011-10-26 | 1 | -0/+4 | |
| | ||||||
* | SONAR-2642 first step to integration mybatis | Simon Brandhof | 2011-10-25 | 2 | -3/+49 | |
| | ||||||
* | SONAR-801 Events on Dashboard confused for same project dates | Fabrice Bellingard | 2011-10-25 | 2 | -4/+22 | |
| | | | | | It is now possible to specify 'sonar.projectDate' as a standard ISO time. (ex. "2011-10-25T10:45:42+0100") | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-25 | 1 | -2/+0 | |
| | ||||||
* | SONAR-2796 Display which directories Sonar will use during analysis | Evgeny Mandrikov | 2011-10-24 | 1 | -7/+0 | |
| | | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component. | |||||
* | SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col. | Fabrice Bellingard | 2011-10-24 | 1 | -0/+2 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 1 | -5/+5 | |
| | ||||||
* | Fix config of Hibernate logs on batch side | Simon Brandhof | 2011-10-18 | 1 | -10/+8 | |
| | ||||||
* | SONAR-2681 Provide meaningful error message when unable to determine Maven ↵ | Evgeny Mandrikov | 2011-10-13 | 2 | -16/+39 | |
| | | | | | | project structure This occurs because of usage of Advanced Reactor Options. | |||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 28 | -855/+1 | |
| | ||||||
* | Improve unit tests | Evgeny Mandrikov | 2011-10-13 | 2 | -5/+8 | |
| | ||||||
* | SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x | Evgeny Mandrikov | 2011-10-12 | 1 | -2/+5 | |
| | ||||||
* | SONAR-2861 fix loading of property sonar.skippedModules | Simon Brandhof | 2011-10-10 | 1 | -4/+9 | |
| | ||||||
* | SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin | Simon Brandhof | 2011-10-10 | 5 | -35/+34 | |
| | ||||||
* | SONAR-2719 support Maven 3 | Simon Brandhof | 2011-10-10 | 2 | -35/+0 | |
| | ||||||
* | SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ↵ | Simon Brandhof | 2011-10-10 | 5 | -252/+0 | |
| | | | | ProjectConfiguration | |||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 2 | -6/+43 | |
| | ||||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 2 | -2/+2 | |
| | ||||||
* | Add unit test BatchSettingsTest | Simon Brandhof | 2011-10-07 | 1 | -0/+68 | |
| | ||||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 25 | -388/+634 | |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions |