aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11282 Enhance embedded docs navigation sidebarWouter Admiraal2019-01-1015-120/+968
|
* Ignore VS Code Workspace settings filesWouter Admiraal2019-01-101-1/+4
|
* SONAR-11472 Add support highlighting exact matches in resultsWouter Admiraal2019-01-106-29/+117
|
* SONAR-11472 Add support for exact search-query matchingWouter Admiraal2019-01-108-56/+207
| | | | | | | | | Out of the box, Lunr doesn't support exact pattern matching for search queries, meaning searching for "foo bar" will not boost a sentence like "Foo bar baz" more than "Baz bar foo" (both contain both keywords). We now do some crude pattern matching by storing the token "context" upon indexing. It's not 100% correct, but it gets the job done.
* SONARCLOUD-308 Add supported languages doc pageGrégoire Aubert2019-01-092-88/+7
|
* SONARCLOUD-259 Remove duplicated information on pricing doc pageGrégoire Aubert2019-01-091-0/+30
|
* SONAR-11577 Fix quality gate conditions migration on MySQLJulien Lancelot2019-01-091-17/+18
| | | | | * SONAR-11577 Fix quality gate conditions migration on MySQL * Add some custom data in UpgradeTest
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ↵Duarte Meneses2019-01-095-37/+20
| | | | explicitly specified
* SONAR-11594 scanner authentication tokenMichal Duda2019-01-094-21/+47
| | | | Support passing the scanner authentication token with $SONAR_TOKEN
* SONAR-11619 Remove label[for] styling and fix some input idsGrégoire Aubert2019-01-0921-23/+49
|
* SONARCLOUD-273 Update Documentation page titleGrégoire Aubert2019-01-092-2/+3
|
* SONAR-11616 Save selected activity graph per projectGrégoire Aubert2019-01-0911-175/+176
|
* Tweak manual project provisioning wordingGrégoire Aubert2019-01-091-1/+1
|
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-0914-32/+195
|
* Update license headers templates in sonar-ws-generatorsJulien Lancelot2019-01-095-5/+5
|
* SONAR-11577 Fix direction of certain metricsJanos Gyerik2019-01-086-3/+186
| | | | metrics: tests, conditions_to_cover, new_conditions_to_cover
* forbid to use releasability metrics in quality gate conditionsStas Vilchik2019-01-081-1/+5
|
* SONAR-11571 Remove mentions about warnings and period from the docBenoît Gianinetti2019-01-086-10/+8
|
* SONAR-11577 Migrate no more supported quality gate conditionsJulien Lancelot2019-01-085-2/+782
|
* SONAR-11573 remove computation of differential measuresBenoît Gianinetti2019-01-085-705/+0
|
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-0836-535/+461
|
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-0892-1065/+485
|
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-0865-766/+427
|
* forbid to use boolean and string metrics in quality gatesStas Vilchik2019-01-081-1/+3
|
* fix projects component to not set state when unmountedStas Vilchik2019-01-081-12/+24
|
* always open default quality gateStas Vilchik2019-01-085-175/+55
|
* SONAR-11572 limit operators of quality gate conditions in UIStas Vilchik2019-01-086-63/+75
|
* SONAR-11570 drop ability to set period from UIStas Vilchik2019-01-086-105/+3
|
* SONAR-11571 drop ability to set warning threshold from UIStas Vilchik2019-01-084-30/+2
|
* simplify routesStas Vilchik2019-01-084-49/+53
|
* fix promise rejection handler of condition creationStas Vilchik2019-01-082-12/+4
|
* SONAR-11492 Second analysis of a long-lived branch is using wrong leak versionDuarte Meneses2019-01-084-110/+98
|
* Fix docs old version warning.Grégoire Aubert2019-01-082-17/+11
|
* SONAR-11535 Do not use Elasticsearch index for issue counts in summaryJanos Gyerik2019-01-082-78/+0
|
* SONAR-11423 Add details to check run output on issue updateJanos Gyerik2019-01-082-0/+78
|
* SONAR-11438 Update title status on issue change (#937)Benoit2019-01-081-0/+25
|
* SONAR-11437 Store the SHA1 read from scanner report (#926)Benoit2019-01-088-3/+108
|
* Make OkHttpClientBuilder.setCredentials return thisJanos Gyerik2019-01-081-1/+2
|
* SONAR-11421 Add sha1 to ProjectAnalysisBenoît Gianinetti2019-01-084-2/+23
|
* avoid passing null values to SeverityHelperStas Vilchik2019-01-073-4/+8
|
* enable withUserOrganizations testStas Vilchik2019-01-071-7/+3
|
* drop /component urlStas Vilchik2019-01-0719-214/+158
|
* disable global rules page on sonarcloudStas Vilchik2019-01-072-3/+3
|
* drop unused "extra" field in rule parametersStas Vilchik2019-01-073-4/+0
|
* remove graphics.cssStas Vilchik2019-01-0723-92/+59
|
* conditionally load component for sonarcloud notificationsStas Vilchik2019-01-079-54/+17
|
* Fix remaining license headers for 2019Benoît Gianinetti2019-01-073-3/+3
|
* Fix two typos in Marketing content (#1123)n-b-sonar2019-01-042-2/+2
|
* SONARCLOUD-303 Allow to choose project visibility in manual project creation ↵Wouter Admiraal2019-01-0410-105/+306
| | | | tutorial
* SONAR-7938 Display inheritance info for deprecated rules, and make related ↵Wouter Admiraal2019-01-0413-130/+484
| | | | tests DRYer