aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* [SONAR-1973] Improve UIFabrice Bellingard2011-04-201-1/+1
|
* Fix copyright headerssimonbrandhof2011-04-186-6/+6
|
* SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add ↵simonbrandhof2011-04-181-0/+9
| | | | DatabaseTestCase to sonar-testing-harness
* Fix loading of db dialect in ruby on railssimonbrandhof2011-04-188-7/+37
|
* SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC ↵simonbrandhof2011-04-141-0/+2
| | | | datasource is loaded from JNDI
* SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ↵simonbrandhof2011-04-147-29/+0
| | | | ruby on rails
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-1/+1
|
* JpaDatabaseSession: Don't log and throw NonUniqueResultException - just throwEvgeny Mandrikov2011-04-081-8/+4
|
* SONAR-2234 JpaDatabaseSession: improve exception message for persist operationsEvgeny Mandrikov2011-04-071-1/+9
|
* SONAR-2225 JpaDatabaseSession: improve exception message in case of ↵Evgeny Mandrikov2011-04-072-9/+113
| | | | NonUniqueResultException
* Fix crlfEvgeny Mandrikov2011-03-3142-1214/+1214
|
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
|
* Fix coding violationssimonbrandhof2011-03-271-6/+0
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
|
* 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
|