aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.122.12Eric Hartmann2011-11-281-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2011-11-141-1/+1
|
* [maven-release-plugin] prepare release 2.12-RC2Eric Hartmann2011-11-141-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2011-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.12-RC1Eric Hartmann2011-11-091-1/+1
|
* SONAR-2961 Fail silently when deadlock happens during a purgeSimon Brandhof2011-11-033-11/+57
|
* Fix coding violationsSimon Brandhof2011-11-031-0/+3
|
* Remove useless logback-test.xml filesSimon Brandhof2011-11-031-17/+0
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-312-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 Brandhof2011-10-272-1/+18
| | | | migration of hibernate unit tests on derby
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-2714-20/+22
|
* SONAR-2919 Update purge mechanismFabrice Bellingard2011-10-267-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 handlingFabrice Bellingard2011-10-263-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 cleanerFabrice Bellingard2011-10-242-8/+8
|
* SONAR-2919 Update tests of event purge mechanismFabrice Bellingard2011-10-242-6/+6
|
* Fix declaration of sonar-packaging-maven-plugin to allow proper inheritanceEvgeny Mandrikov2011-10-141-1/+0
|
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-073-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 projectsEvgeny Mandrikov2011-09-023-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.10Simon Brandhof2011-08-151-1/+1
|
* SONAR-2707 Some dependencies might miss in the Libraries, Dependencies and ↵Simon Brandhof2011-08-154-2/+159
| | | | Design services when running several sonar analysis at same time
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
|
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
|
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* Fix new violationsSimon Brandhof2011-08-021-1/+1
|
* Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
|
* temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|
* Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|
* SONAR-2453 Update the way "false-positive" reviews are managedEvgeny Mandrikov2011-06-232-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 runsSimon Brandhof2011-06-151-0/+2
|
* Fix violationsEvgeny Mandrikov2011-05-302-3/+3
|
* SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managedFabrice Bellingard2011-05-262-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.8simonbrandhof2011-05-195-12/+217
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
|
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
|
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
|
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-1210-56/+56
|
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-1210-56/+56
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-19/+2
|
* 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
|
* [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-plugin-api must be declared with scope provided in pluginsEvgeny Mandrikov2011-03-041-0/+2
| | | | * It prevents embedding additional dependencies.