aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9608 SONAR-9611 Add domains overview facets to the measures page sidebarGrégoire Aubert2017-08-142-2/+86
* Move measures page drilldown components at the same level as the sidebarGrégoire Aubert2017-08-148-31/+27
* SONAR-9608 SONAR-9636 Add treemap view to the components measures pageGrégoire Aubert2017-08-1418-128/+551
* Align facets values with ratings measures pageGrégoire Aubert2017-08-141-1/+10
* SONAR-9608 SONAR-9635 Make tree view and file view use the same base componentGrégoire Aubert2017-08-1416-281/+493
* SONAR-9608 SONAR-9613 Add the page actions and a select to switch between viewsGrégoire Aubert2017-08-1433-90/+1068
* SONAR-9608 SONAR-9634 Create the measure list viewGrégoire Aubert2017-08-1430-123/+1473
* Generalize facet components for both issues and measuresGrégoire Aubert2017-08-1450-815/+166
* SONAR-9608 SONAR-9609 Create the new measures page sidebar with all facetsGrégoire Aubert2017-08-1435-57/+2330
* Move Measure component to the global components folderGrégoire Aubert2017-08-1410-200/+372
* Add metrics redux storeGrégoire Aubert2017-08-144-0/+103
* Move the previous measure page to temporary urlGrégoire Aubert2017-08-1472-29/+29
* SONAR-9583 use fixed width on web api page (#2347)Stas Vilchik2017-08-142-37/+42
* SONAR-9708 Return incremental field in api/ce/componentJulien Lancelot2017-08-111-37/+81
* SONAR-9708 Return incremental field in api/ce/activityJulien Lancelot2017-08-113-82/+158
* Remove hard coded uuid from ActivityActionTestJulien Lancelot2017-08-111-80/+85
* Fix bad merge of SearchActionComponentsTestJulien Lancelot2017-08-1128-786/+923
* SONAR-8798 use SonarQube's current JVM to launch ElasticsearchDaniel Schwarz2017-08-101-1/+1
* Fix bad use of PropTypesGrégoire Aubert2017-08-091-1/+2
* SONAR-9603 Fix broken browser history after clicking on the project activity ...Grégoire Aubert2017-08-092-3/+3
* Show a message if there is no data to be displayed on the project activity pr...Grégoire Aubert2017-08-093-32/+52
* Display overview analysis events tooltip on the leftGrégoire Aubert2017-08-092-2/+2
* Switch colors of the overview meta headers and overview analysisGrégoire Aubert2017-08-091-1/+2
* Do not display separators in the project activity page tooltips if there is n...Grégoire Aubert2017-08-099-49/+121
* SONAR-8798 fix quality flawsDaniel Schwarz2017-08-0915-158/+121
* SONAR-8798 log stderr of subprocessesEric Hartmann2017-08-095-6/+33
* SONAR-8798 log exit value of terminated sub processesDaniel Schwarz2017-08-095-17/+37
* SONAR-8798 pass sonar.search.javaOpts in a file to ESDaniel Schwarz2017-08-094-5/+79
* SONAR-8798 move listAuthors and listTagsForComponent to AuthorsAction and Com...Daniel Schwarz2017-08-099-244/+83
* SONAR-8798 remove medium tests registration of QualityProfiles and RulesDaniel Schwarz2017-08-095-1120/+1
* SONAR-8798 convert medium tests to unit testsDaniel Schwarz2017-08-0942-2270/+1851
* SONAR-8798 reduce Elasticsearch log level to "WARN" for unit testsDaniel Schwarz2017-08-091-0/+5
* SONAR-8798 fix date histogram boundsDaniel Schwarz2017-08-091-1/+1
* SONAR-8798 remove setting "index.number_of_replicas"Daniel Schwarz2017-08-094-37/+0
* SONAR-8798 removed SearchServer and EsServerHolderDaniel Schwarz2017-08-093-446/+0
* SONAR-8798 fix storing rule key in RuleExtensionDocDaniel Schwarz2017-08-093-7/+4
* SONAR-8798 allow "epoch_second" as alternative ES date formatDaniel Schwarz2017-08-097-35/+60
* SONAR-8798 Add parent-join pluginDaniel Schwarz2017-08-092-2/+6
* SONAR-8798 do not automatically create indexes, not even in unit testsDaniel Schwarz2017-08-091-0/+1
* SONAR-8798 apply all breaking changes of ES 5.5Daniel Schwarz2017-08-0911-32/+40
* SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1Daniel Schwarz2017-08-091-3/+0
* SONAR-8798 make ES read config files provided by SQSébastien Lesaint2017-08-098-15/+280
* SONAR-8798 path.home is useless with ES as an external processSébastien Lesaint2017-08-093-8/+3
* SONAR-8798 configure log4j to slf4j bridge for transport clientSébastien Lesaint2017-08-092-10/+32
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-0911-66/+182
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-0920-179/+412
* SONAR-8798 start and monitor ES script from main processSébastien Lesaint2017-08-0911-28/+721
* SONAR-8798 rename ProcessMonitorImpl to ProcessCommandsProcessMonitorSébastien Lesaint2017-08-095-59/+95
* SONAR-8798 rename JavaCommandFactory to CommandFactorySébastien Lesaint2017-08-095-15/+15
* SONAR-8798 rename JavaProcessLauncher to ProcessLauncherSébastien Lesaint2017-08-095-22/+23