aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-129-30/+242
|
* SONAR-3437 merge MappersDavid Gageot2012-07-114-15/+15
|
* Fix support of sonar.showSqlResults with MyBatis 3.1Simon Brandhof2012-07-113-9/+9
|
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-116-50/+123
|
* SONAR-3437 Simpler codeDavid Gageot2012-07-111-31/+4
|
* SONAR-3437 Disable batch insert because it cannot workDavid Gageot2012-07-111-3/+3
|
* SONAR-3437 Fix batch insert on mysqlDavid Gageot2012-07-101-2/+2
|
* SONAR-3437 Cleaner code and fix Oracle mappingDavid Gageot2012-07-101-35/+38
|
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-103-27/+110
|
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-099-107/+143
|
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-097-280/+119
|
* Fix violationsDavid Gageot2012-07-061-27/+32
|
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-051-1/+1
|
* SONAR-2989 The English Pack plugin should never be excludedFabrice Bellingard2012-06-222-3/+18
|
* SONAR-2989 Support localization API in batch extensionsFabrice Bellingard2012-06-211-0/+4
|
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-191-6/+6
|
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-191-0/+2
| | | | + Rename to EmailSettings + Use Settings instead of Configuration
* Revert SONAR-3407Simon Brandhof2012-05-313-16/+16
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Revert change that broke the APIDavid Gageot2012-05-281-4/+4
|
* Fix some quality flawsSimon Brandhof2012-05-251-0/+2
|
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-252-20/+13
|
* Remove warningsDavid Gageot2012-05-231-6/+6
|
* Fix violations, simplify code and improve documentationDavid Gageot2012-05-232-2/+2
|
* Fix violationsFabrice Bellingard2012-05-231-6/+3
|
* SONAR-3407 improve messageSimon Brandhof2012-05-231-1/+1
|
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-232-5/+1
| | | | Both of them have been deprecated long time ago.
* SONAR-3407 fail analysis if the project version used for comparison does not ↵Simon Brandhof2012-05-232-12/+15
| | | | exist
* SONAR-3126 Add check for same server ID when launching a batch Fabrice Bellingard2012-05-185-16/+278
| | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB
* Fix warningsDavid Gageot2012-05-141-1/+1
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-273-0/+33
|
* Code cleaning : Unused codeDavid Gageot2012-04-271-1/+1
|
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-271-0/+6
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-9/+10
|
* Remove warningsDavid Gageot2012-04-2714-166/+170
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* Consistent size of logger field in logsSimon Brandhof2012-04-051-1/+1
|
* Fix some quality flawsSimon Brandhof2012-04-031-6/+16
|
* SONAR-3125 Add better error message for unknown languageFabrice Bellingard2012-04-022-6/+28
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-2/+2
|
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-194-0/+42
|
* SONAR-3072 sonar-diff module is useless for the moment, so remove itEvgeny Mandrikov2012-03-151-5/+0
| | | | Move all code directly into sonar-core-plugin.
* SONAR-3072 Add greedy algorithm to track violations based on blocksEvgeny Mandrikov2012-03-151-0/+5
|
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-152-4/+0
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-146-25/+0
|
* Remove picocontainer stackstace from logsSimon Brandhof2012-03-121-2/+1
|
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-121-0/+4
|
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-123-22/+32
|