summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-0726-290/+514
|
* Persist duplications XML measure directly into databaseEvgeny Mandrikov2012-03-072-6/+14
|
* SONAR-1053 NPE in config backupSimon Brandhof2012-03-071-11/+14
|
* SONAR-2270 Make Checkstyle:ParameterNumber rule instantiableSimon Brandhof2012-03-071-8/+2
|
* SONAR-3172 It should not be possible to create a manual violation on a unit ↵Simon Brandhof2012-03-073-1/+6
| | | | test source code
* Upgrade some JDBC libsSimon Brandhof2012-03-071-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 Hartmann2012-03-0636-285/+612
|\
| * The button 'assign to me' should accept a commentSimon Brandhof2012-03-062-8/+6
| |
| * Commit instead of flush statements when changing preparedStatement of batchSimon Brandhof2012-03-0611-245/+290
| |
| * Fix alignment of resource viewers in drilldown pageSimon Brandhof2012-03-051-1/+1
| |
| * Fix loading of resource viewers when a resource is selected in drilldown pagesSimon Brandhof2012-03-051-8/+14
| |
| * Improve usage of JDBC batch mode when deleting a project from UISimon Brandhof2012-03-054-42/+123
| |
| * SONAR-3307 Add the parameter rewriteBatchedStatements=true to MySQL JDBC URLSimon Brandhof2012-03-052-2/+2
| |
| * Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-0511-84/+242
| |
| * Improve purge tasks of DbCleanerSimon Brandhof2012-03-0515-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 Hartmann2012-03-0559-2234/+1354
|\|
| * Fix CSS of rule search engineSimon Brandhof2012-03-021-1/+1
| |
| * Fix support of dry run modeSimon Brandhof2012-03-023-8/+11
| |
| * Add unit tests, remove the hibernate model Review and improve ReviewPredicatesSimon Brandhof2012-03-028-195/+102
| |
| * Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14Simon Brandhof2012-03-025-7/+60
| |\
| | * Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-025-7/+60
| | |
| * | Fix performance issues when processing reviewsSimon Brandhof2012-03-0239-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 classnameSimon Brandhof2012-03-016-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 iterationEric Hartmann2012-02-2736-36/+36
| |
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-2736-46/+41
| |
* | Add comment about support of servlet 2.4Simon Brandhof2012-03-011-2/+7
| |
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-2736-36/+36
| |
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-2736-36/+36
|/
* Revert automatic selection of resource in drilldown pagesSimon Brandhof2012-02-251-24/+3
|
* Add HTML name for integration testsSimon Brandhof2012-02-243-4/+4
|
* SONAR-3208 automatically drilldown from view/developer to files when there ↵simonbrandhof2012-02-241-3/+24
| | | | is only a single project
* SONAR-3242 improve rendering of review formssimonbrandhof2012-02-2419-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 ↵simonbrandhof2012-02-244-183/+206
| | | | violation
* Fail server startup if an ExtensionProvider contains another ExtensionProvidersimonbrandhof2012-02-241-5/+3
|
* Fix some quality flawssimonbrandhof2012-02-242-16/+18
|
* Fix compatibility of cloud with Selenium Firefoxsimonbrandhof2012-02-241-1/+1
|
* Improve description of the Checkstyle rule "Trailing Comment"Simon Brandhof2012-02-232-7/+48
|
* Rollback vertical alignment of project name in resource headerSimon Brandhof2012-02-221-4/+0
|
* SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines ↵Simon Brandhof2012-02-223-19/+16
| | | | instead of multiLines causing the functionality to fail every time
* Remove the compatibility mode of IE8/IE9Simon Brandhof2012-02-221-0/+1
|
* Fix removal of columns in filtersSimon Brandhof2012-02-221-1/+0
|
* Fix some quality flawsSimon Brandhof2012-02-226-10/+24
|
* Remove the dependency on ArrayUtils from ResourceTypeTreeSimon Brandhof2012-02-221-2/+2
|
* Use List instead of Collection into ResourceTypes and ResourceTypeTreeSimon Brandhof2012-02-222-10/+11
|
* Remove unused ruby method Resourceable#qualifier_nameSimon Brandhof2012-02-221-16/+0
|
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-2244-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 typosSimon Brandhof2012-02-214-6/+7
|
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-2113-37/+105
|
* Minor change in ChartFactorySimon Brandhof2012-02-211-2/+4
|
* SONAR-3275 ArrayIndexOutOfBoundsException in URL /chartSimon Brandhof2012-02-211-1/+1
|