Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -0/+35 |
| | |||||
* | Remove dependency on classworlds - use only plexus-classworlds | Evgeny Mandrikov | 2011-06-13 | 1 | -2/+0 |
| | |||||
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 2 | -25/+50 |
|\ | |||||
| * | SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks | Evgeny Mandrikov | 2011-06-08 | 1 | -14/+45 |
| | | | | | | | | | | | | | | DriverDatabaseConnector should register only one instance of DriverProxy in DriverManager and also should perform deregistration. But this is not enough to prevent memory leaks, so class loader for JDBC Driver should perform additional efforts for deregistration. | ||||
| * | Fix violations | Evgeny Mandrikov | 2011-06-07 | 2 | -17/+11 |
| | | |||||
* | | SONAR-2507 support deprecated directory /extensions/rules/ | simonbrandhof | 2011-06-10 | 5 | -11/+197 |
| | | |||||
* | | SONAR-2507 remove the tables PLUGINS and PLUGIN_FILES | simonbrandhof | 2011-06-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 28 | -987/+928 |
|/ | |||||
* | SONAR-1922 Add a kind of version control for quality profiles | Evgeny Mandrikov | 2011-05-27 | 3 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply patch, which was contributed by Julien Henry: * Following algorithm was implemented: Every profile starts with version=1 and used=false. As soon as there is an analysis of a project, the involved profile is set to used=true. Every modification to a quality profile (activation, deactivation or modification of rule) is logged in DB in dedicated tables. When a modification is done on a profile that is used=true, then version number is increased and profile is set to used=false. * Introduced new metric to store profile version, which was used during analysis. * If profile for project is different than the one used during previous analysis, then event would be created. * Introduced new tab 'changelog' for profiles. Following fixes were applied on original patch: * Index name limited to 30 characters in Oracle DB, so names were reduced. * Field ActiveRuleChange.profileVersion never read locally, because ruby read it directly from DB, so getter added. * Direction doesn't make sense for 'profile_version' metric, so was removed. * Fixed ProfileEventsSensor: it seems that TimeMachine not guarantee that the order of measures would be the same as in query, so we should perform two sequential queries. * Fixed handling of null values during migration. | ||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 1 | -1/+1 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | SONAR-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID | Evgeny Mandrikov | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -3/+3 |
| | | | | info level | ||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-20 | 1 | -263/+263 |
| | |||||
* | [SONAR-2347] Close a review when its corresponding violation does not | Fabrice Bellingard | 2011-04-20 | 1 | -257/+263 |
| | | | | exist anymore | ||||
* | [SONAR-1973] Improve UI | Fabrice Bellingard | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | Fix copyright headers | simonbrandhof | 2011-04-18 | 6 | -6/+6 |
| | |||||
* | SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add ↵ | simonbrandhof | 2011-04-18 | 1 | -0/+9 |
| | | | | DatabaseTestCase to sonar-testing-harness | ||||
* | Fix loading of db dialect in ruby on rails | simonbrandhof | 2011-04-18 | 8 | -7/+37 |
| | |||||
* | SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC ↵ | simonbrandhof | 2011-04-14 | 1 | -0/+2 |
| | | | | datasource is loaded from JNDI | ||||
* | SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ↵ | simonbrandhof | 2011-04-14 | 7 | -29/+0 |
| | | | | ruby on rails | ||||
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | JpaDatabaseSession: Don't log and throw NonUniqueResultException - just throw | Evgeny Mandrikov | 2011-04-08 | 1 | -8/+4 |
| | |||||
* | SONAR-2234 JpaDatabaseSession: improve exception message for persist operations | Evgeny Mandrikov | 2011-04-07 | 1 | -1/+9 |
| | |||||
* | SONAR-2225 JpaDatabaseSession: improve exception message in case of ↵ | Evgeny Mandrikov | 2011-04-07 | 2 | -9/+113 |
| | | | | NonUniqueResultException | ||||
* | Fix crlf | Evgeny Mandrikov | 2011-03-31 | 42 | -1214/+1214 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -6/+0 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | SONAR-2257 Cleanup sonar-plugin-api dependencies | Evgeny Mandrikov | 2011-03-04 | 1 | -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 iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | SONAR-2075: Add the ability for a plugin to extend an other plugin | Evgeny Mandrikov | 2011-02-08 | 7 | -15/+39 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 77 | -1122/+1122 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 5 | -147/+0 |
| | |||||
* | SONAR-2094 Add the column RULES_PROFILES.ENABLED | simonbrandhof | 2011-02-01 | 11 | -53/+21 |
| |