aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2257 Cleanup sonar-plugin-api dependenciesEvgeny Mandrikov2011-03-041-0/+4
| | | | | | Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies. We can't remove hibernate-annotations for the moment, because it's used, however should be removed in future.
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
|
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-087-15/+39
|
* Upgrade copyright headerssimonbrandhof2011-02-0477-1122/+1122
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-035-147/+0
|
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-0111-53/+21
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-315-0/+95
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* fix migration to delete unvalid snapshots generated in sonar <= 2.3simonbrandhof2011-01-041-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* add the server-side component ServerUpgradeStatus to know the database ↵simonbrandhof2010-12-222-4/+6
| | | | version before starting the server
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵simonbrandhof2010-12-221-1/+1
| | | | change the type of ACTIVE_RULES.INHERITANCE
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵Godin2010-12-211-1/+1
| | | | into one with enum type
* Fix unit test.Godin2010-12-211-1/+1
|
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵Godin2010-12-211-1/+1
| | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles
* fix memory leak : hibernate session is not correctly cleared with batch ↵simonbrandhof2010-12-161-9/+4
| | | | processing mode
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-162-5/+6
|
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵simonbrandhof2010-12-1528-70/+70
| | | | SNAPSHOTS.PERIODx_DATE
* SONAR-1956 Add a dropdown list on the top right of all Filters to support ↵simonbrandhof2010-12-091-1/+1
| | | | the differential views
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-084-6/+110
| | | | * Fix javadocs
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, ↵Godin2010-12-081-5/+11
| | | | because was replaced by repositoryKey
* SONAR-2037 The index on 'measure_data.snapshot_id' is needed for DB performancesimonbrandhof2010-12-081-1/+1
|
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-12-071-1/+1
| | | | SONAR-2029 The field Rule.configKey should be nullable
* SONAR-2032 Delete the measures on metric 'violations' and rule prioritysimonbrandhof2010-12-061-1/+1
|
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵simonbrandhof2010-12-0631-139/+139
| | | | columns + fix saving of dependencies
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0118-81/+41
|
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-3029-71/+71
|
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-301-2/+2
|
* add missing filesimonbrandhof2010-11-291-0/+20
|
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-2915-29/+337
|
* Fix logging from ClassLoadersCollectionGodin2010-11-261-2/+2
|
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-263-8/+10
| | | | end of the batch instead of persisting them on the fly
* SONAR-2003:Godin2010-11-246-23/+82
| | | | | | * ClassLoadersCollection should use plexus-classworlds 2.2.3 instead of classworlds 1.1 in order to support Maven 3.0 * Add unit test for ClassLoadersCollection
* revert SONAR-1988 - requires to upgrade to activerecord-jdbc-adapter 0.9.2simonbrandhof2010-11-241-1/+1
|
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-11-231-1/+1
|
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-185-496/+0
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* SONAR-1837 revert last change -> back to DEBUG level simonbrandhof2010-11-091-3/+2
|
* SONAR-1837 profiling logs with level INFO instead of DEBUGsimonbrandhof2010-11-081-1/+1
|
* SONAR-1850 delete unvalid snapshots during database upgradesimonbrandhof2010-11-041-1/+1
|
* add some missing license headerssimonbrandhof2010-11-012-5/+42
|
* SONAR-1837: Add profiling logs to database optimization tasksGodin2010-10-281-2/+2
|
* SONAR-1837:Godin2010-10-281-12/+33
| | | | | * Add profiling logs to database optimization tasks * Extend TimeProfiler to produce logs using debug level
* SONAR-1643 apply a part of the GSOC branchsimonbrandhof2010-10-281-1/+1
|