aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-0121-215/+798
|
* SONAR-8335 add missing coverage on jmx log propertySébastien Lesaint2016-12-012-0/+174
|
* SONAR-8335 drop dead code ServerLogging#getCurrentLogFileSébastien Lesaint2016-12-012-19/+1
|
* SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-015-55/+82
|
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-0122-27/+34
|
* Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-010-0/+0
|\
| * SONAR-8437 add missing characters to be escapedSimon Brandhof2016-12-013-2/+15
| |
* | Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-011-6/+4
|\|
| * SONAR-8421 fix ConcurrentModificationExceptionSébastien Lesaint2016-11-301-6/+4
| |
* | Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-010-0/+0
|\|
| * SONAR-8437 fix listing of issue tags and authorsSimon Brandhof2016-11-302-9/+20
| |
| * SONAR-8437 fix facet "assigned_to_me" of api/issues/searchSimon Brandhof2016-11-303-22/+62
| |
| * SONAR-8436 escape param "tags" of WS api/rules/tagsSimon Brandhof2016-11-304-2/+45
| |
| * Slight performance improvement in api/rules/tagsSimon Brandhof2016-11-301-0/+1
| | | | | | | | | | No need to load the rule documents. Only the aggregation of tags is used.
| * SONAR-8436 Fix Quality flaws related to org.sonar.server.ruleSimon Brandhof2016-11-302-31/+37
| |
| * Fix PluginsTest on web pluginJulien Lancelot2016-10-041-5/+3
| | | | | | | | | | Latest release of the web plugin has fixed some FP, so no more issue was generated on the test file. A line has been removed from the file to generate a real issue
| * Fix IT version to 5.6.4-SNAPSHOTJulien Lancelot2016-10-0430-30/+30
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-10-0326-27/+27
| |
| * [maven-release-plugin] prepare release 5.6.35.6.3Tom2016-10-0326-27/+27
| |
* | SONAR-8415 Low max memory of main process can lead to OOM in log GobblerSimon Brandhof2016-12-011-2/+2
| | | | | | Simply increase memory of app process from 3MB to 8MB
* | SONAR-8437 add missing characters to be escapedSimon Brandhof2016-11-303-2/+15
| |
* | SONAR-8437 fix listing of issue tags and authorsSimon Brandhof2016-11-302-8/+19
| |
* | SONAR-8437 fix facet "assigned_to_me" of api/issues/searchSimon Brandhof2016-11-303-1/+40
| |
* | SONAR-8437 escape selected value in ES facet of WS api/issuesSimon Brandhof2016-11-305-9/+50
| |
* | SONAR-8436 escape param "tags" of WS api/rules/tagsSimon Brandhof2016-11-302-4/+24
| |
* | Slight performance improvement in api/rules/tagsSimon Brandhof2016-11-301-0/+1
| | | | | | | | | | No need to load the rule documents. Only the aggregation of tags is used.
* | Fix Quality flaws related to org.sonar.server.ruleSimon Brandhof2016-11-303-41/+65
| |
* | SONAR-8423 Properly fail on invalid basic headerJulien Lancelot2016-11-282-9/+26
| |
* | SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-284-48/+50
| |
* | SONAR-8089 Add missing condition on snapshots.islast=trueJulien Lancelot2016-11-282-0/+35
| |
* | Speed-up drop of DB table on OracleSimon Brandhof2016-11-282-1/+18
| |
* | SONAR-8420 Automated releaseDavid Rautureau2016-11-283-47/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * add artifactsToPublish to bintray * export PROJECT_VERSION in env to be recorded in buildinfo * Remove distributionManagement (deploy is done by the artifactory-maven-plugin) * Enable release profile on Travis for maintenance branches * Remove checksums calculation of the distribution (done by the release process) * Remove javadoc profile (we only publish the javadoc of the plugin API)
* | SONAR-8382 fix l10nStas Vilchik2016-11-282-2/+3
| |
* | SONAR-8382 apply feedback on about page (#1411)Stas Vilchik2016-11-2517-361/+398
| |
* | change warning about log levelStas Vilchik2016-11-251-1/+1
| |
* | SONAR-8426 Redirect account/issues/xxx links to the global Issues page (#1409)Stas Vilchik2016-11-251-0/+4
| |
* | SONAR-8382 move "About" link to the footer and help windowStas Vilchik2016-11-243-13/+4
| |
* | SONAR-8382 update permalinksStas Vilchik2016-11-243-3/+3
| |
* | SONAR-8418 Stop computing ratings for viewsTeryk Bellahsene2016-11-246-459/+7
| | | | | | | | Ratings for views should be computed in Governance
* | Upgrade to orchestrator 3.13Simon Brandhof2016-11-231-1/+1
| |
* | show generic 404 page when a project is not foundStas Vilchik2016-11-231-2/+1
| |
* | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-2125-26/+26
| |
* | [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-2125-26/+26
| |
* | Automatic merge from branch-6.1Simon Brandhof2016-11-210-0/+0
|\ \ | | | | | | | | | | | | | | | | | | * origin/branch-6.1: Prepare for next development iteration (ITs) [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.1.1
| * | Prepare for next development iteration (ITs)branch-6.1David Rautureau2016-11-1826-26/+26
| | |
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-1725-26/+26
| | |
| * | [maven-release-plugin] prepare release 6.1.16.1.1David Rautureau2016-11-1725-26/+26
| | |
* | | SONAR-8374 disable assignee facet when "my issues" are displayedStas Vilchik2016-11-181-0/+4
| | |
* | | Revert "SONAR-6996 Replace the issue key by the file name in the 'issue ↵Teryk Bellahsene2016-11-187-16/+14
| | | | | | | | | | | | | | | | | | changed' notification" This reverts commit 5e09c80b98511948c5c261181deaab035f627bc6.
* | | SONAR-8382 change msbuild logo, fix wordingStas Vilchik2016-11-183-5/+2
| | |