summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7576 api/measures/component_tree filter component based on period or ↵Teryk Bellahsene2016-05-173-20/+120
| | | | absolute value
* Improve unit test coverageJulien HENRY2016-05-1711-34/+317
|
* Adjust perf timingsDuarte Meneses2016-05-171-1/+1
|
* SONAR-7637 add timezone related tests to IssueIndexTeryk Bellahsene2016-05-171-62/+81
|
* Add unit test for SensorContextTesterJulien HENRY2016-05-171-3/+18
|
* SONAR-7390 support highlighting over multiline including empty oneSébastien Lesaint2016-05-173-3/+56
|
* Fix perf tests without WS cache and non connected modeDuarte Meneses2016-05-172-28/+3
|
* Fix some quality flawsJulien HENRY2016-05-175-5/+5
|
* Improve Javasoc of SensorContextTesterJulien HENRY2016-05-171-6/+16
|
* Fix javadoc of deprecated BaseMappingSimon Brandhof2016-05-171-0/+1
|
* Remove dead codeSimon Brandhof2016-05-172-469/+0
|
* display number of new lines to cover on overview pageStas Vilchik2016-05-164-12/+50
|
* Remove dead codeSimon Brandhof2016-05-164-212/+0
|
* SONAR-7645 Disable ES norms when possibleSimon Brandhof2016-05-168-54/+57
| | | | | | | | Norms are used when a string field is involved in a match query. Basically they are useless when only filters or aggregations are executed. In this case they can be disabled. It won't consume memory for nothing.
* SONAR-6632 Fail to index rule if description is more than 32kbSimon Brandhof2016-05-165-9/+87
|
* EsTester verifies that putDocuments() does not failSimon Brandhof2016-05-161-3/+7
|
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-1624-64/+50
| | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es.
* Do not store _source in index rules/activeRuleSimon Brandhof2016-05-162-22/+11
|
* SONAR-7530 Add pagination on the Project Measures page (#977)Stas Vilchik2016-05-166-22/+72
|
* SONAR-6336 display warning only for saved conditionsStas Vilchik2016-05-161-2/+3
|
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-167-16/+14
|
* SONAR-7400 Remove no more used codeJulien Lancelot2016-05-1613-354/+172
|
* SONAR-7400 Do not load active rules from index in rules WSJulien Lancelot2016-05-161-21/+22
|
* SONAR-7400 Remove parentKey field from active rule indexJulien Lancelot2016-05-167-57/+12
|
* SONAR-7400 Do not return anymore active rule parent key in rules WSJulien Lancelot2016-05-163-11/+2
|
* SONAR-7187 Fix example due to removal of paginationJulien Lancelot2016-05-161-5/+0
|
* Fix comment in scanner_report.protoSimon Brandhof2016-05-161-9/+3
|
* SONAR-7175 Ignore test waiting for QAJulien Lancelot2016-05-161-0/+2
|
* SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusiveTeryk Bellahsene2016-05-133-5/+5
|
* SONAR-7576 WS api/measures/component_tree paging fixed when components with ↵Teryk Bellahsene2016-05-132-14/+18
| | | | measures only
* improve project deletion pageStas Vilchik2016-05-131-27/+31
|
* SONAR-7545 limit the input max length when bulk change the project keyStas Vilchik2016-05-131-3/+3
|
* Improve qualityDuarte Meneses2016-05-132-0/+3
|
* SONAR-6806 Show component key as tooltip to help identify original source fileJulien HENRY2016-05-132-7/+9
|
* SONAR-7626 Deprecate issues report (html/console) featureDuarte Meneses2016-05-133-0/+23
|
* refactor project overview page (#908)Stas Vilchik2016-05-1359-2517/+2090
|
* SONAR-7582 make beta Compute Engine API publicSimon Brandhof2016-05-136-24/+1
| | | | no more @beta APIs in 5.6 for compute engine
* SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUESébastien Lesaint2016-05-131-0/+1
|
* SONAR-7109 don't use deprecated default serverBaseUrl in ServerImplSébastien Lesaint2016-05-131-3/+2
| | | | methods isSecured() and getPublicRootUrl() still used it
* SONAR-7534 Server#getUrl must return serverBaseUrl when it is setSébastien Lesaint2016-05-133-1/+30
|
* SONAR-7367 Remove code previously used by SonarLintDuarte Meneses2016-05-1390-3924/+408
|
* update eslintStas Vilchik2016-05-134-356/+351
|
* SONAR-7493 Add migration in picoJulien Lancelot2016-05-132-2/+4
|
* SONAR-6868 Fix HTML report when rule message is too longJulien HENRY2016-05-131-1/+0
|
* SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATAJulien HENRY2016-05-137-111/+187
|
* SONAR-6514 Unexpected behavior when one module id is 'sonar'Julien HENRY2016-05-133-1/+27
|
* SONAR-6807 In the issues report, show the rule keyJulien HENRY2016-05-132-2/+18
|
* Fix JavaDoc glitchJulien HENRY2016-05-131-1/+1
|
* SONAR-7327 Display a warning when no components selected on the Measures pageStas Vilchik2016-05-132-1/+26
|
* SONAR-6846 don't fail on duplicate row in snapshot_sourcesSébastien Lesaint2016-05-133-12/+52
|