summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-0/+35
* Merge remote branch 'upstream/master'simonbrandhof2011-06-102-25/+50
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-081-14/+45
| * Fix violationsEvgeny Mandrikov2011-06-072-17/+11
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-105-11/+197
* | SONAR-2507 remove the tables PLUGINS and PLUGIN_FILESsimonbrandhof2011-06-101-1/+1
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-1027-987/+924
|/
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-273-3/+12
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-261-1/+1
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-261-1/+1
* SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_IDEvgeny Mandrikov2011-05-241-1/+1
* SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not in...Evgeny Mandrikov2011-04-271-3/+3
* Fix crlfEvgeny Mandrikov2011-04-201-263/+263
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-257/+263
* [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 DatabaseTestCase...simonbrandhof2011-04-181-0/+9
* 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 d...simonbrandhof2011-04-141-0/+2
* SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ru...simonbrandhof2011-04-147-29/+0
* 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 NonUnique...Evgeny Mandrikov2011-04-072-9/+113
* Fix crlfEvgeny Mandrikov2011-03-3142-1214/+1214
* Fix coding violationssimonbrandhof2011-03-271-6/+0
* 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
* fix migration to delete unvalid snapshots generated in sonar <= 2.3simonbrandhof2011-01-041-1/+1
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-222-4/+6
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + c...simonbrandhof2010-12-221-1/+1
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-211-1/+1
* Fix unit test.Godin2010-12-211-1/+1
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ...Godin2010-12-211-1/+1
* fix memory leak : hibernate session is not correctly cleared with batch proce...simonbrandhof2010-12-161-9/+4
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-162-5/+6
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1528-70/+70
* SONAR-1956 Add a dropdown list on the top right of all Filters to support the...simonbrandhof2010-12-091-1/+1
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-084-6/+110
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca...Godin2010-12-081-5/+11
* 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-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 column...simonbrandhof2010-12-0631-139/+139
* 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