Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3292 improve messages when database is not up-to-date | Simon Brandhof | 2012-03-07 | 26 | -290/+514 |
| | |||||
* | Persist duplications XML measure directly into database | Evgeny Mandrikov | 2012-03-07 | 2 | -6/+14 |
| | |||||
* | SONAR-1053 NPE in config backup | Simon Brandhof | 2012-03-07 | 1 | -11/+14 |
| | |||||
* | SONAR-2270 Make Checkstyle:ParameterNumber rule instantiable | Simon Brandhof | 2012-03-07 | 1 | -8/+2 |
| | |||||
* | SONAR-3172 It should not be possible to create a manual violation on a unit ↵ | Simon Brandhof | 2012-03-07 | 3 | -1/+6 |
| | | | | test source code | ||||
* | Upgrade some JDBC libs | Simon Brandhof | 2012-03-07 | 1 | -4/+3 |
| | | | | | | * SONAR-3281 postgresql 9.1-801-jdbc4 * SONAR-3311 mysql connector/j 5.1.18 * SONAR-3282 commons-dbcp 1.4 | ||||
* | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-06 | 36 | -285/+612 |
|\ | |||||
| * | The button 'assign to me' should accept a comment | Simon Brandhof | 2012-03-06 | 2 | -8/+6 |
| | | |||||
| * | Commit instead of flush statements when changing preparedStatement of batch | Simon Brandhof | 2012-03-06 | 11 | -245/+290 |
| | | |||||
| * | Fix alignment of resource viewers in drilldown page | Simon Brandhof | 2012-03-05 | 1 | -1/+1 |
| | | |||||
| * | Fix loading of resource viewers when a resource is selected in drilldown pages | Simon Brandhof | 2012-03-05 | 1 | -8/+14 |
| | | |||||
| * | Improve usage of JDBC batch mode when deleting a project from UI | Simon Brandhof | 2012-03-05 | 4 | -42/+123 |
| | | |||||
| * | SONAR-3307 Add the parameter rewriteBatchedStatements=true to MySQL JDBC URL | Simon Brandhof | 2012-03-05 | 2 | -2/+2 |
| | | |||||
| * | Improve batch execution of DELETE statements in PurgeDao | Simon Brandhof | 2012-03-05 | 11 | -84/+242 |
| | | |||||
| * | Improve purge tasks of DbCleaner | Simon Brandhof | 2012-03-05 | 15 | -104/+143 |
| | | | | | | | | | | * improve logs * decrease the nb of SQL requests required to purge aborted builds and historical data of directories/files | ||||
* | | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-05 | 59 | -2234/+1354 |
|\| | |||||
| * | Fix CSS of rule search engine | Simon Brandhof | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fix support of dry run mode | Simon Brandhof | 2012-03-02 | 3 | -8/+11 |
| | | |||||
| * | Add unit tests, remove the hibernate model Review and improve ReviewPredicates | Simon Brandhof | 2012-03-02 | 8 | -195/+102 |
| | | |||||
| * | Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14 | Simon Brandhof | 2012-03-02 | 5 | -7/+60 |
| |\ | |||||
| | * | Minimum number of lines for duplication should depend on language | Evgeny Mandrikov | 2012-03-02 | 5 | -7/+60 |
| | | | |||||
| * | | Fix performance issues when processing reviews | Simon Brandhof | 2012-03-02 | 39 | -2022/+1195 |
| |/ | | | | | | | -> refactor the core decorators that update and close reviews in order to decrease the number of SQL requests | ||||
| * | Rollback change on widget CSS classname | Simon Brandhof | 2012-03-01 | 6 | -23/+12 |
| | | | | | | | | -> CSS class of widgets is the widget id, for example <div class="coverage"> if the widget id is "coverage" | ||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-02-27 | 36 | -36/+36 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.14-RC1 | Eric Hartmann | 2012-02-27 | 36 | -46/+41 |
| | | |||||
* | | Add comment about support of servlet 2.4 | Simon Brandhof | 2012-03-01 | 1 | -2/+7 |
| | | |||||
* | | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 36 | -36/+36 |
| | | |||||
* | | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 36 | -36/+36 |
|/ | |||||
* | Revert automatic selection of resource in drilldown pages | Simon Brandhof | 2012-02-25 | 1 | -24/+3 |
| | |||||
* | Add HTML name for integration tests | Simon Brandhof | 2012-02-24 | 3 | -4/+4 |
| | |||||
* | SONAR-3208 automatically drilldown from view/developer to files when there ↵ | simonbrandhof | 2012-02-24 | 1 | -3/+24 |
| | | | | is only a single project | ||||
* | SONAR-3242 improve rendering of review forms | simonbrandhof | 2012-02-24 | 19 | -89/+104 |
| | | | | | * form replaces bottom bar of actions * improve markdown help | ||||
* | SONAR-3242 replace the icon by a link "more actions" in the footer of the ↵ | simonbrandhof | 2012-02-24 | 4 | -183/+206 |
| | | | | violation | ||||
* | Fail server startup if an ExtensionProvider contains another ExtensionProvider | simonbrandhof | 2012-02-24 | 1 | -5/+3 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2012-02-24 | 2 | -16/+18 |
| | |||||
* | Fix compatibility of cloud with Selenium Firefox | simonbrandhof | 2012-02-24 | 1 | -1/+1 |
| | |||||
* | Improve description of the Checkstyle rule "Trailing Comment" | Simon Brandhof | 2012-02-23 | 2 | -7/+48 |
| | |||||
* | Rollback vertical alignment of project name in resource header | Simon Brandhof | 2012-02-22 | 1 | -4/+0 |
| | |||||
* | SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines ↵ | Simon Brandhof | 2012-02-22 | 3 | -19/+16 |
| | | | | instead of multiLines causing the functionality to fail every time | ||||
* | Remove the compatibility mode of IE8/IE9 | Simon Brandhof | 2012-02-22 | 1 | -0/+1 |
| | |||||
* | Fix removal of columns in filters | Simon Brandhof | 2012-02-22 | 1 | -1/+0 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-22 | 6 | -10/+24 |
| | |||||
* | Remove the dependency on ArrayUtils from ResourceTypeTree | Simon Brandhof | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Use List instead of Collection into ResourceTypes and ResourceTypeTree | Simon Brandhof | 2012-02-22 | 2 | -10/+11 |
| | |||||
* | Remove unused ruby method Resourceable#qualifier_name | Simon Brandhof | 2012-02-22 | 1 | -16/+0 |
| | |||||
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 44 | -365/+700 |
| | | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource | ||||
* | Fix some typos | Simon Brandhof | 2012-02-21 | 4 | -6/+7 |
| | |||||
* | Add ResourceDefinition#hasSourceCode | Simon Brandhof | 2012-02-21 | 13 | -37/+105 |
| | |||||
* | Minor change in ChartFactory | Simon Brandhof | 2012-02-21 | 1 | -2/+4 |
| | |||||
* | SONAR-3275 ArrayIndexOutOfBoundsException in URL /chart | Simon Brandhof | 2012-02-21 | 1 | -1/+1 |
| |