Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.122.12 | Eric Hartmann | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC2 | Eric Hartmann | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC1 | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | SONAR-2961 Fail silently when deadlock happens during a purge | Simon Brandhof | 2011-11-03 | 3 | -11/+57 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 1 | -0/+3 |
| | |||||
* | Remove useless logback-test.xml files | Simon Brandhof | 2011-11-03 | 1 | -17/+0 |
| | |||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 2 | -9/+15 |
| | | | | | | | | - 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 | ||||
* | SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare ↵ | Simon Brandhof | 2011-10-27 | 2 | -1/+18 |
| | | | | migration of hibernate unit tests on derby | ||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 14 | -20/+22 |
| | |||||
* | SONAR-2919 Update purge mechanism | Fabrice Bellingard | 2011-10-26 | 7 | -16/+18 |
| | | | | Moved the event deletion from the PurgeEventOrphans class to the PurgeUtils class that centralizes everything linked to snapshots. | ||||
* | SONAR-2919 Fix issues on the event handling | Fabrice Bellingard | 2011-10-26 | 3 | -9/+41 |
| | | | | | | | | | | - Make it impossible to create event without a category -> created "Other" category -> updated both UI and WS (actually: constraint on Event class) - Fix display issue on Chrome - Make it impossible to remove version from last snapshot - Show event widget on sub-projects - Update purge mechanism to delete events that are not attached to a snapshot or attached to an unexisting snapshot | ||||
* | SONAR-2919 Update tests of db cleaner | Fabrice Bellingard | 2011-10-24 | 2 | -8/+8 |
| | |||||
* | SONAR-2919 Update tests of event purge mechanism | Fabrice Bellingard | 2011-10-24 | 2 | -6/+6 |
| | |||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+0 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-07 | 3 | -12/+17 |
| | | | | | | | | | | | | | * Fix SQL for Oracle and Derby. * Rename table clone_blocks to duplications_index. * The use of "sonar.branch" should deactivate detection of cross-project duplications. * Show info about used engine. * Set size of block - 10. | ||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-02 | 3 | -2/+17 |
| | | | | | | * Improve table clone_blocks and so DbCloneIndex. * Add purge of old clone blocks. | ||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | SONAR-2707 Some dependencies might miss in the Libraries, Dependencies and ↵ | Simon Brandhof | 2011-08-15 | 4 | -2/+159 |
| | | | | Design services when running several sonar analysis at same time | ||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | 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-2453 Update the way "false-positive" reviews are managed | Evgeny Mandrikov | 2011-06-23 | 2 | -4/+4 |
| | | | | | | | | * The column REVIEWS.FALSE-POSITIVE should be renamed to REVIEWS.RESOLUTION, the value of this column should be FALSE-POSITIVE for false-positive reviews and FIXED for other RESOLVED reviews. * The status of a false-positive reviews should be RESOLVED. | ||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -0/+2 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-05-30 | 2 | -3/+3 |
| | |||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 2 | -4/+4 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 5 | -12/+217 |
| | |||||
* | 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-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean) | simonbrandhof | 2011-04-12 | 10 | -56/+56 |
| | |||||
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 10 | -56/+56 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 1 | -19/+2 |
| | |||||
* | 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 |
| | |||||
* | [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-plugin-api must be declared with scope provided in plugins | Evgeny Mandrikov | 2011-03-04 | 1 | -0/+2 |
| | | | | * It prevents embedding additional dependencies. |