aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-101-2/+4
|
* add missed l10n messageStas Vilchik2017-01-091-0/+1
|
* SONAR-8530 Infinite loading when opening the measures page for an absent measureStas Vilchik2016-12-291-0/+1
|
* SONAR-8554 Load and display page extensions (#1482)Stas Vilchik2016-12-231-0/+1
|
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-191-6/+19
|
* SONAR-7729 Improve display of issue changelog entries of type 'FILE'Stas Vilchik2016-12-191-1/+1
|
* add constant for minimum number of components in ComponentContainerSébastien Lesaint2016-12-161-0/+1
|
* Fix quality flawsJulien HENRY2016-12-161-8/+16
|
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-131-0/+15
|
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-062-8/+71
|\
| * SONAR-8332 fix broken thread safety of UUID generationSébastien Lesaint2016-12-062-8/+71
| |
| * Prepare for next development iterationTom2016-12-021-1/+1
| |
| * Release 6.2-RC26.2-RC2Tom2016-12-021-1/+1
| |
* | Fix quality flawsJulien Lancelot2016-12-011-3/+3
| |
* | SONAR-8449 Create some constants into WebConstantsJulien Lancelot2016-12-012-4/+40
| |
* | Revert "SONAR-8151 remove property category Organizations from UI for 6.2"Sébastien Lesaint2016-12-012-13/+10
| | | | | | | | This reverts commit ba3c13b388823a69e5821aa5d3006e3b1cc01923.
* | Automatic merge from branch-6.2ssjenka2016-11-281-0/+1
|\| | | | | | | | | | | * origin/branch-6.2: SONAR-8420 Automated release SONAR-8382 fix l10n
| * SONAR-8382 fix l10nStas Vilchik2016-11-281-0/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.2'Stas Vilchik2016-11-251-1/+41
|\|
| * SONAR-8382 apply feedback on about page (#1411)Stas Vilchik2016-11-251-0/+40
| |
| * change warning about log levelStas Vilchik2016-11-251-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| |
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
| |
* | Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|/
* SONAR-8351 fix link to webhook documentationSimon Brandhof2016-11-181-1/+1
|
* SONAR-8151 remove property category Organizations from UI for 6.2Sébastien Lesaint2016-11-172-10/+13
|
* SONAR-8177 do not display messages of internal errorsSimon Brandhof2016-11-161-0/+1
|
* Remove duplication in l10n core.propertiesSimon Brandhof2016-11-161-1/+0
|
* SONAR-8385 apply feedbackStas Vilchik2016-11-161-3/+3
|
* improve header consistency between pagesStas Vilchik2016-11-161-0/+3
|
* SONAR-8385 Provide an option to extend the landing pageStas Vilchik2016-11-162-1/+8
|
* SONAR-8300 apply feedback to projects page (#1386)Stas Vilchik2016-11-151-0/+2
|
* SONAR-8332 add HTTP request UID to WebServer logsSébastien Lesaint2016-11-151-0/+19
|
* SONAR-8332 allow faster UUID generation with increment only changeSébastien Lesaint2016-11-154-48/+247
| | | | the 2 strategies (full new UUID or only increment changed) are exposed in new class UuidGeneratorImpl
* SONAR-8351 fix link to documentation in webhook settingsSimon Brandhof2016-11-151-1/+1
|
* SONAR-8351 improve description of configurationSimon Brandhof2016-11-141-2/+2
|
* SONAR-8351 limit number of webhooks to 10Simon Brandhof2016-11-141-1/+9
|
* Update some copyright headers to 2016Simon Brandhof2016-11-141-1/+1
|
* Fix Quality flawsSimon Brandhof2016-11-121-7/+36
| | | | | - missing tests for Protobuf - remove incorrect imports of org.elasticsearch.common.Strings
* Decrease complexity when using Protobuf buildersSimon Brandhof2016-11-111-0/+39
|
* Fix Quality flaws about complexitySimon Brandhof2016-11-111-17/+20
|
* revert removed l10n messagesStas Vilchik2016-11-111-0/+2
|
* display a special message on the projects page on empty instancesStas Vilchik2016-11-111-0/+1
|
* revert removed l10n messageStas Vilchik2016-11-111-0/+2
|
* reword "New Issues" to "Creation Date"Stas Vilchik2016-11-101-1/+1
|
* SONAR-8374 Make the "Me" option more visible on the "Issues" pageStas Vilchik2016-11-101-0/+1
|
* SONAR-8248 Replace " by ' in History page messagesJulien Lancelot2016-11-101-9/+9
|
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-091-0/+6
|
* SONAR-8351 Send JSON payload over HTTP when project analysis is completeSimon Brandhof2016-11-094-1/+80
|
* SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-092-94/+12
| | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes.