Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 6.2-RC26.2-RC2 | Tom | 2016-12-02 | 52 | -52/+52 |
| | |||||
* | SONAR-8333 log must be ERROR when process start fails | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | SONAR-8422 add visible error in sonar.log when DB is not ok | Sébastien Lesaint | 2016-12-01 | 6 | -5/+84 |
| | |||||
* | SONAR-8462 escape param "q" in WS api/rules/repositories" | Simon Brandhof | 2016-12-01 | 2 | -6/+19 |
| | |||||
* | SONAR-8461 escape param "q" in WS api/languages/list | Simon Brandhof | 2016-12-01 | 2 | -4/+25 |
| | |||||
* | SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES | Sébastien Lesaint | 2016-12-01 | 4 | -7/+7 |
| | |||||
* | SONAR-8335 add IT on dynamic log level change | Sébastien Lesaint | 2016-12-01 | 2 | -1/+54 |
| | |||||
* | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 21 | -215/+798 |
| | |||||
* | SONAR-8335 add missing coverage on jmx log property | Sébastien Lesaint | 2016-12-01 | 2 | -0/+174 |
| | |||||
* | SONAR-8335 drop dead code ServerLogging#getCurrentLogFile | Sébastien Lesaint | 2016-12-01 | 2 | -19/+1 |
| | |||||
* | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 5 | -55/+82 |
| | |||||
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 22 | -27/+34 |
| | |||||
* | Merge branch 'branch-5.6' into branch-6.2 | Sébastien Lesaint | 2016-12-01 | 0 | -0/+0 |
|\ | |||||
| * | SONAR-8437 add missing characters to be escaped | Simon Brandhof | 2016-12-01 | 3 | -2/+15 |
| | | |||||
* | | Merge branch 'branch-5.6' into branch-6.2 | Sébastien Lesaint | 2016-12-01 | 1 | -6/+4 |
|\| | |||||
| * | SONAR-8421 fix ConcurrentModificationException | Sébastien Lesaint | 2016-11-30 | 1 | -6/+4 |
| | | |||||
* | | Merge branch 'branch-5.6' into branch-6.2 | Sébastien Lesaint | 2016-12-01 | 0 | -0/+0 |
|\| | |||||
| * | SONAR-8437 fix listing of issue tags and authors | Simon Brandhof | 2016-11-30 | 2 | -9/+20 |
| | | |||||
| * | SONAR-8437 fix facet "assigned_to_me" of api/issues/search | Simon Brandhof | 2016-11-30 | 3 | -22/+62 |
| | | |||||
| * | SONAR-8436 escape param "tags" of WS api/rules/tags | Simon Brandhof | 2016-11-30 | 4 | -2/+45 |
| | | |||||
| * | Slight performance improvement in api/rules/tags | Simon Brandhof | 2016-11-30 | 1 | -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.rule | Simon Brandhof | 2016-11-30 | 2 | -31/+37 |
| | | |||||
| * | Fix PluginsTest on web plugin | Julien Lancelot | 2016-10-04 | 1 | -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-SNAPSHOT | Julien Lancelot | 2016-10-04 | 30 | -30/+30 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-10-03 | 26 | -27/+27 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.6.35.6.3 | Tom | 2016-10-03 | 26 | -27/+27 |
| | | |||||
* | | SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler | Simon Brandhof | 2016-12-01 | 1 | -2/+2 |
| | | | | | | Simply increase memory of app process from 3MB to 8MB | ||||
* | | SONAR-8437 add missing characters to be escaped | Simon Brandhof | 2016-11-30 | 3 | -2/+15 |
| | | |||||
* | | SONAR-8437 fix listing of issue tags and authors | Simon Brandhof | 2016-11-30 | 2 | -8/+19 |
| | | |||||
* | | SONAR-8437 fix facet "assigned_to_me" of api/issues/search | Simon Brandhof | 2016-11-30 | 3 | -1/+40 |
| | | |||||
* | | SONAR-8437 escape selected value in ES facet of WS api/issues | Simon Brandhof | 2016-11-30 | 5 | -9/+50 |
| | | |||||
* | | SONAR-8436 escape param "tags" of WS api/rules/tags | Simon Brandhof | 2016-11-30 | 2 | -4/+24 |
| | | |||||
* | | Slight performance improvement in api/rules/tags | Simon Brandhof | 2016-11-30 | 1 | -0/+1 |
| | | | | | | | | | | No need to load the rule documents. Only the aggregation of tags is used. | ||||
* | | Fix Quality flaws related to org.sonar.server.rule | Simon Brandhof | 2016-11-30 | 3 | -41/+65 |
| | | |||||
* | | SONAR-8423 Properly fail on invalid basic header | Julien Lancelot | 2016-11-28 | 2 | -9/+26 |
| | | |||||
* | | SONAR-5430 Update SSO properties in order to start with "sonar.web.sso" | Julien Lancelot | 2016-11-28 | 4 | -48/+50 |
| | | |||||
* | | SONAR-8089 Add missing condition on snapshots.islast=true | Julien Lancelot | 2016-11-28 | 2 | -0/+35 |
| | | |||||
* | | Speed-up drop of DB table on Oracle | Simon Brandhof | 2016-11-28 | 2 | -1/+18 |
| | | |||||
* | | SONAR-8420 Automated release | David Rautureau | 2016-11-28 | 3 | -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 l10n | Stas Vilchik | 2016-11-28 | 2 | -2/+3 |
| | | |||||
* | | SONAR-8382 apply feedback on about page (#1411) | Stas Vilchik | 2016-11-25 | 17 | -361/+398 |
| | | |||||
* | | change warning about log level | Stas Vilchik | 2016-11-25 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8426 Redirect account/issues/xxx links to the global Issues page (#1409) | Stas Vilchik | 2016-11-25 | 1 | -0/+4 |
| | | |||||
* | | SONAR-8382 move "About" link to the footer and help window | Stas Vilchik | 2016-11-24 | 3 | -13/+4 |
| | | |||||
* | | SONAR-8382 update permalinks | Stas Vilchik | 2016-11-24 | 3 | -3/+3 |
| | | |||||
* | | SONAR-8418 Stop computing ratings for views | Teryk Bellahsene | 2016-11-24 | 6 | -459/+7 |
| | | | | | | | | Ratings for views should be computed in Governance | ||||
* | | Upgrade to orchestrator 3.13 | Simon Brandhof | 2016-11-23 | 1 | -1/+1 |
| | | |||||
* | | show generic 404 page when a project is not found | Stas Vilchik | 2016-11-23 | 1 | -2/+1 |
| | | |||||
* | | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-11-21 | 25 | -26/+26 |
| | | |||||
* | | [maven-release-plugin] prepare release 6.2-RC16.2-RC1 | David Rautureau | 2016-11-21 | 25 | -26/+26 |
| | |