aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 3.6.23.6.2Eric Hartmann2013-07-1827-27/+27
* SONAR-4503 ORA-01400 when migrating to 3.6.1 on OracleSimon Brandhof2013-07-151-4/+5
* Upgrade to version 3.6.2-SNAPSHOTEric Hartmann2013-07-1227-27/+27
* Release 3.6.13.6.1Eric Hartmann2013-07-1227-27/+27
* SONAR-4470 Performance issue when migrating the Sonar DB from version 3.5 to ...Simon Brandhof2013-07-059-139/+440
* SONAR-4460 Remove fetchSize on measure filtersJulien Lancelot2013-07-051-8/+1
* SONAR-4449 Add migration to update issues that are still linked to removed ac...Julien Lancelot2013-07-053-1/+40
* SONAR-4473 Fix project settings subcategoriesJulien HENRY2013-07-032-3/+3
* SONAR-4449 Fix SQL returning issues with all columnsJulien Lancelot2013-07-021-2/+10
* SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on...Julien Lancelot2013-07-0215-42/+81
* Remove fetchSize in issues SQL and reactivate previously deactivated unit testJulien Lancelot2013-07-022-57/+22
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-2810-71/+270
* SONAR-4278 SQL Injection in measure filtersSimon Brandhof2013-06-282-3/+26
* SONAR-4342, SONAR-4265 Fix batch_bootstrap/properties when working on a moduleJulien HENRY2013-06-271-11/+20
* Upgrade to released version of Sonar Java 1.3Eric Hartmann2013-06-261-1/+1
* Update version to 3.6.1-SNAPSHOTEric Hartmann2013-06-2527-27/+27
* Release 3.63.6Eric Hartmann2013-06-2527-27/+27
* SONAR-4439 OutOfMemory in the page "Clouds"Simon Brandhof2013-06-251-5/+6
* Annotate issue action API with @BetaSimon Brandhof2013-06-249-0/+18
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-06-2127-28/+28
* [maven-release-plugin] prepare release 3.6-RC4Eric Hartmann2013-06-2127-28/+28
* Merge branch 'branch-3.6' of github.com:SonarSource/sonar into branch-3.6Eric Hartmann2013-06-2118-77/+162
|\
| * SONAR-4319 Add a community link and update links from sonar.codehaus.org to s...Julien Lancelot2013-06-202-2/+4
| * Fix issue popup from paginated issue widgetSimon Brandhof2013-06-201-1/+1
| * Fix select2 components on IE8Simon Brandhof2013-06-201-3/+3
| * SONAR-3879 Template rules status should not updated to their parent statusJulien Lancelot2013-06-193-7/+8
| * SONAR-3879 Template rules have to be registered after all rules have been reg...Julien Lancelot2013-06-191-4/+5
| * SONAR-3879 Template rules are now updated when there parent are updatedJulien Lancelot2013-06-196-63/+113
| * Fix loading of comments when more than 1000 issuesSimon Brandhof2013-06-181-2/+2
| * Remove the dependency commons-loggingSimon Brandhof2013-06-182-1/+7
| * SONAR-3755 Revert usage of "or" in favour of "in" in SQL used to get issues b...Julien Lancelot2013-06-184-4/+29
* | [maven-release-plugin] prepare for next development iterationEric Hartmann2013-06-1827-28/+28
* | [maven-release-plugin] prepare release 3.6-RC3Eric Hartmann2013-06-1827-30/+29
|/
* Fix OSGi metadata of ws-clientSimon Brandhof2013-06-181-1/+2
* Fix jetty dependencies...Simon Brandhof2013-06-171-6/+0
* SONAR-4157 fix test of sonar-applicationSimon Brandhof2013-06-171-0/+5
* SONAR-4157 downgrade to jetty 7.6 for compatibility with tomcat 6 (servlet 2.5)Simon Brandhof2013-06-177-15/+42
* Fix deprecated DecoratorBarriersSimon Brandhof2013-06-172-4/+4
* SONAR-4315 Inject project settings when executing an actionJulien Lancelot2013-06-172-5/+46
* Fix ResourceIndexerMapperTest on PostgresqlSimon Brandhof2013-06-171-0/+1
* SONAR-4321 Fix issue on aliasJulien Lancelot2013-06-141-11/+4
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-1417-119/+358
* SONAR-4305 purge unprocessed violations before migrating to issuesSimon Brandhof2013-06-1311-10/+50
* SONAR-4395 The SQL request used to get hotspot on metric can be improvedSimon Brandhof2013-06-132-4/+2
* Fix unit test on windowsSimon Brandhof2013-06-131-1/+1
* Fix some quality flawsSimon Brandhof2013-06-132-6/+5
* SONAR-4301 Remove order by id desc because it generates an important overheadJulien Lancelot2013-06-132-26/+0
* Update wrong copyright headerJulien Lancelot2013-06-134-8/+11
* Improve error handling of ws-clientSimon Brandhof2013-06-1341-443/+860
* Fix null collections in org.sonar.api.issue.IssueQuerySimon Brandhof2013-06-133-38/+92