Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade version to 3.4-SNAPSHOT | Eric Hartmann | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.3-RC2 | Eric Hartmann | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.3-RC1 | Eric Hartmann | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | SONAR-3676 Fix issue with Maven 2 | Fabrice Bellingard | 2012-10-08 | 1 | -13/+13 |
| | |||||
* | SONAR-3676 Create properties to define project links | Fabrice Bellingard | 2012-10-05 | 4 | -11/+128 |
| | | | | | | | | | => even for non-Maven projects. The new properties are: - sonar.links.homepage - sonar.links.ci - sonar.links.issue - sonar.links.scm - sonar.links.scm_dev | ||||
* | SONAR-2602 the extensions Language must not be declared with ↵ | Simon Brandhof | 2012-10-04 | 8 | -35/+51 |
| | | | | InstantiationStrategy=PER_BATCH | ||||
* | Fix lifecycle of ProjectFileSystem | Simon Brandhof | 2012-10-02 | 1 | -0/+6 |
| | |||||
* | Fix compatibility with FileFilter extensions | Simon Brandhof | 2012-10-02 | 1 | -11/+1 |
| | |||||
* | SONAR-3844 Drop the support of the deprecated property sonar.light | Simon Brandhof | 2012-10-02 | 5 | -11/+90 |
| | |||||
* | SONAR-3833 ability to edit/delete the profiles provided by plugins | Simon Brandhof | 2012-10-01 | 2 | -25/+16 |
| | |||||
* | SONAR-3529 Get rid of property sets. Use PropertyFields instead | David Gageot | 2012-09-28 | 3 | -5/+2 |
| | |||||
* | SONAR-2602 persist project language before execution of extensions | Simon Brandhof | 2012-09-28 | 4 | -22/+80 |
| | |||||
* | SONAR-2602 support project modules with different languages | Simon Brandhof | 2012-09-27 | 19 | -116/+73 |
| | |||||
* | SONAR-3636 Improve unit test | Fabrice Bellingard | 2012-09-27 | 1 | -0/+6 |
| | |||||
* | SONAR-3636 Add and feed a new column projects.created_at | Fabrice Bellingard | 2012-09-27 | 10 | -24/+24 |
| | | | => Update tests | ||||
* | Update to 3.3-SNAPSHOT | GAUDIN | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Update to 3.3-M5 | GAUDIN | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 4 | -9/+9 |
| | |||||
* | Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOT | Eric Hartmann | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3 | Eric Hartmann | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-3778 Bad performances when Hibernate requests measures on ↵ | Simon Brandhof | 2012-09-17 | 2 | -4/+4 |
| | | | | | | quality models" This reverts commit 5000405959b05fb3562a2f2cd55a1ba10e6464e2. | ||||
* | Update to 3.3-SNAPSHOT | Eric Hartmann | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Update to 3.3-M2 | Eric Hartmann | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| |