Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3125 Add better error message for unknown language | Fabrice Bellingard | 2012-04-02 | 1 | -4/+22 |
| | |||||
* | SONAR-1700 Some links to the projects end up in new session | Fabrice Bellingard | 2012-03-19 | 3 | -0/+40 |
| | |||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 2 | -4/+0 |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 6 | -25/+0 |
| | |||||
* | SONAR-3292 improve messages when database is not up-to-date | Simon Brandhof | 2012-03-07 | 1 | -0/+57 |
| | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 6 | -14/+14 |
| | | | | RULE_FAILURES | ||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 27 | -59/+59 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 1 | -1/+30 |
| | | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator. | ||||
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+112 |
| | | | | + Use this API to save LoC in Java files | ||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 1 | -20/+0 |
| | | | And not necessarily 'since last analysis' period. | ||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 1 | -10/+35 |
| | | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...) | ||||
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-01 | 1 | -2/+5 |
| | |||||
* | Add column PROJECT_MEASURES.COMMITTER | Evgeny Mandrikov | 2012-02-01 | 5 | -14/+19 |
| | |||||
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 8 | -18/+18 |
| | | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true | ||||
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 31 | -125/+125 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 32 | -130/+130 |
| | |||||
* | Refactor org.sonar.batch.bootstrapper.Batch | Simon Brandhof | 2012-01-16 | 1 | -6/+11 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 1 | -0/+80 |
| | | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation) | ||||
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 1 | -0/+121 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 48 | -48/+48 |
| | |||||
* | SONAR-983 index the project from a dedicated post-job in order to optimize ↵ | simonbrandhof | 2011-12-30 | 2 | -10/+7 |
| | | | | SQL requests | ||||
* | SONAR-3116 throw an exception if skipping the root module | Simon Brandhof | 2011-12-23 | 1 | -10/+10 |
| | |||||
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵ | Simon Brandhof | 2011-12-23 | 2 | -9/+9 |
| | | | | | | 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 | 3 | -8/+4 |
| | | | | | * 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 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 2 | -7/+10 |
| | | | | | | | * 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 | 1 | -18/+27 |
| | | | | sonar.includedModules | ||||
* | 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 loading of Gradle global properties | simonbrandhof | 2011-11-13 | 1 | -0/+18 |
| | |||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 1 | -38/+0 |
| | |||||
* | SONAR-2967 extract the new component ProjectFilter from ProjectTree | simonbrandhof | 2011-11-04 | 2 | -0/+137 |
| | |||||
* | 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 | ||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 2 | -3/+3 |
| | |||||
* | SONAR-801 Events on Dashboard confused for same project dates | Fabrice Bellingard | 2011-10-25 | 1 | -0/+10 |
| | | | | | It is now possible to specify 'sonar.projectDate' as a standard ISO time. (ex. "2011-10-25T10:45:42+0100") | ||||
* | SONAR-2681 Provide meaningful error message when unable to determine Maven ↵ | Evgeny Mandrikov | 2011-10-13 | 1 | -10/+30 |
| | | | | | | 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 | 27 | -843/+0 |
| | |||||
* | Improve unit tests | Evgeny Mandrikov | 2011-10-13 | 2 | -5/+8 |
| | |||||
* | SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin | Simon Brandhof | 2011-10-10 | 1 | -21/+14 |
| | |||||
* | SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ↵ | Simon Brandhof | 2011-10-10 | 4 | -182/+0 |
| | | | | ProjectConfiguration | ||||
* | Add unit test BatchSettingsTest | Simon Brandhof | 2011-10-07 | 1 | -0/+68 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 9 | -137/+127 |
| | | | | | | | | 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 | ||||
* | SONAR-2735 Fix handling of different ways to declare Maven modules | Evgeny Mandrikov | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | SONAR-2744 Fix regression in usage of 'sonar.phase' | Evgeny Mandrikov | 2011-09-08 | 2 | -11/+17 |
| | |||||
* | SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed ↵ | Simon Brandhof | 2011-08-08 | 1 | -2/+2 |
| | | | | before Initializer extensions | ||||
* | SONAR-2650 reduce number of constructors | Simon Brandhof | 2011-07-27 | 1 | -2/+1 |
| | |||||
* | SONAR-2650 FileFilter extension point is ignored | Simon Brandhof | 2011-07-27 | 1 | -1/+2 |
| | |||||
* | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵ | Simon Brandhof | 2011-07-07 | 1 | -11/+15 |
| | | | | access project configuration | ||||
* | Revert move of TimeMachineConfigution | Simon Brandhof | 2011-06-22 | 2 | -0/+94 |
| | |||||
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 1 | -5/+21 |
| |