Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-3778 Bad performances when Hibernate requests measures on quality models | Simon Brandhof | 2012-09-05 | 2 | -4/+4 | |
| | ||||||
* | SONAR-3704 API : remove the component org.sonar.api.utils.ServerHttpClient | Simon Brandhof | 2012-08-16 | 1 | -19/+2 | |
| | ||||||
* | Fix violation | David Gageot | 2012-07-24 | 1 | -8/+6 | |
| | ||||||
* | Upgrade version to 3.3-SNAPSHOT | Eric Hartmann | 2012-07-24 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-07-24 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 3.3-SNAPSHOT | Eric Hartmann | 2012-07-23 | 1 | -1/+1 | |
| | ||||||
* | Simplify code | David Gageot | 2012-07-18 | 2 | -40/+1 | |
| | ||||||
* | Remove violation | David Gageot | 2012-07-17 | 1 | -6/+11 | |
| | ||||||
* | Fix sonar.showSql | Simon Brandhof | 2012-07-17 | 2 | -5/+15 | |
| | ||||||
* | Fix reloading of measure data | David Gageot | 2012-07-17 | 2 | -1/+6 | |
| | ||||||
* | Fix warnings | David Gageot | 2012-07-17 | 1 | -1/+1 | |
| | ||||||
* | Revert "Remove warning" | David Gageot | 2012-07-17 | 1 | -1/+1 | |
| | | | | This reverts commit a15e8577ff0f4b9e88cdf78e6aaed3ebd6259c50. | |||||
* | Use ArgumentMatcher | David Gageot | 2012-07-16 | 1 | -8/+8 | |
| | ||||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2496 Fix HQL request that doesn't work on Oracle... | Fabrice Bellingard | 2012-07-16 | 1 | -1/+1 | |
| | ||||||
* | Restore Api compatibility | David Gageot | 2012-07-16 | 1 | -3/+1 | |
| | ||||||
* | Don't use hardcoded charsets | David Gageot | 2012-07-16 | 1 | -1/+3 | |
| | ||||||
* | Fix measure data not being evicted anymore | David Gageot | 2012-07-16 | 3 | -12/+12 | |
| | ||||||
* | Update Center improvements | Simon Brandhof | 2012-07-14 | 1 | -0/+2 | |
| | | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins | |||||
* | Improve test coverage | Fabrice Bellingard | 2012-07-13 | 4 | -2/+52 | |
| | ||||||
* | Reuse database for faster unit tests | David Gageot | 2012-07-12 | 1 | -3/+3 | |
| | ||||||
* | SONAR-2496 Support 'previous-version' value for differential views | Fabrice Bellingard | 2012-07-12 | 9 | -30/+242 | |
| | ||||||
* | SONAR-3437 merge Mappers | David Gageot | 2012-07-11 | 4 | -15/+15 | |
| | ||||||
* | Fix support of sonar.showSqlResults with MyBatis 3.1 | Simon Brandhof | 2012-07-11 | 3 | -9/+9 | |
| | ||||||
* | SONAR-3437 Improve code coverage and fix measure data update | David Gageot | 2012-07-11 | 6 | -50/+123 | |
| | ||||||
* | SONAR-3437 Simpler code | David Gageot | 2012-07-11 | 1 | -31/+4 | |
| | ||||||
* | SONAR-3437 Disable batch insert because it cannot work | David Gageot | 2012-07-11 | 1 | -3/+3 | |
| | ||||||
* | SONAR-3437 Fix batch insert on mysql | David Gageot | 2012-07-10 | 1 | -2/+2 | |
| | ||||||
* | SONAR-3437 Cleaner code and fix Oracle mapping | David Gageot | 2012-07-10 | 1 | -35/+38 | |
| | ||||||
* | SONAR-3437 Use MyBatis in batch mode | David Gageot | 2012-07-10 | 3 | -27/+110 | |
| | ||||||
* | SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert | David Gageot | 2012-07-09 | 9 | -107/+143 | |
| | ||||||
* | SONAR-3437 Prepare for refactoring to MyBatis | David Gageot | 2012-07-09 | 7 | -280/+119 | |
| | ||||||
* | Fix violations | David Gageot | 2012-07-06 | 1 | -27/+32 | |
| | ||||||
* | SONAR-3593 move EmailSettings to org.sonar.api.conf | Simon Brandhof | 2012-07-05 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2989 The English Pack plugin should never be excluded | Fabrice Bellingard | 2012-06-22 | 2 | -3/+18 | |
| | ||||||
* | SONAR-2989 Support localization API in batch extensions | Fabrice Bellingard | 2012-06-21 | 1 | -0/+4 | |
| | ||||||
* | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 1 | -6/+6 | |
| | ||||||
* | SONARPLUGINS-1948 Move EmailConfiguration to the core | David Gageot | 2012-06-19 | 1 | -0/+2 | |
| | | | | + Rename to EmailSettings + Use Settings instead of Configuration | |||||
* | Revert SONAR-3407 | Simon Brandhof | 2012-05-31 | 3 | -16/+16 | |
| | ||||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 1 | -1/+1 | |
| | ||||||
* | Revert change that broke the API | David Gageot | 2012-05-28 | 1 | -4/+4 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -0/+2 | |
| | ||||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 2 | -20/+13 | |
| | ||||||
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -6/+6 | |
| | ||||||
* | Fix violations, simplify code and improve documentation | David Gageot | 2012-05-23 | 2 | -2/+2 | |
| | ||||||
* | Fix violations | Fabrice Bellingard | 2012-05-23 | 1 | -6/+3 | |
| | ||||||
* | SONAR-3407 improve message | Simon Brandhof | 2012-05-23 | 1 | -1/+1 | |
| | ||||||
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 2 | -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 Brandhof | 2012-05-23 | 2 | -12/+15 | |
| | | | | exist | |||||
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 5 | -16/+278 | |
| | | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB |