aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-11196 Minimal Oracle driver is now 12.2Eric Hartmann2018-09-072-12/+23
* Use the underlying connection to determine schemaEric Hartmann2018-09-073-14/+54
* Upgrade DBCPEric Hartmann2018-09-0716-50/+283
* update ToC sectionG. Ann Campbell2018-09-051-0/+2
* rewrite global search in ts (#680)Stas Vilchik2018-09-0518-390/+556
* SONAR-11216 fix hiding tooltips (#679)Stas Vilchik2018-09-043-39/+34
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-03178-1356/+1221
* SONARCLOUD-109 Use the right MessageExceptionEric Hartmann2018-08-302-1/+18
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-3018-324/+383
* SONAR-11097 Order live measures to prevent deadlocksEric Hartmann2018-08-303-18/+50
* SONAR-11205 Inconsistent facet "tags" in issues pageSimon Brandhof2018-08-282-4/+29
* SONAR-8368 do not track closed issues on first analysisSébastien Lesaint2018-08-283-4/+30
* SONAR-11038 mark DB migration 2213 as blue/green compatibleSimon Brandhof2018-08-271-0/+2
* Make build of sonar-docs cacheableSimon Brandhof2018-08-271-1/+3
* Upgrade versions of nodejs and yarnSimon Brandhof2018-08-273-24/+0
* SONAR-11128 Add parameter metadata on the Web API pageStas Vilchik2018-08-274-87/+265
* SONAR-11153 loaded issues when opening a permalink for a distant lineStas Vilchik2018-08-271-1/+3
* SONAR-11134 Change the doc search ranking algorithmStas Vilchik2018-08-275-8/+37
* SONAR-10952 Use link rel=preconnect to speed up gravatar fetchingStas Vilchik2018-08-271-3/+19
* SONAR-10679 Add associated labels to the global searchStas Vilchik2018-08-273-2/+5
* SONAR-10678 Make global navigation links on the right side discernibleStas Vilchik2018-08-274-3/+8
* SONAR-11146 control textarea expansionStas Vilchik2018-08-271-0/+21
* SONAR-11053 add disabled "Activate more" button for built-in profilesStas Vilchik2018-08-244-4/+40
* introduce IssueType and RuleType enumsStas Vilchik2018-08-2436-101/+167
* SONAR-11082 open rule permalink on cmd+clickStas Vilchik2018-08-244-13/+192
* SONAR-11156 fix issues section of hotspot rulesStas Vilchik2018-08-244-9/+312
* Fix timezone issue in SearchActionTestJulien Lancelot2018-08-241-17/+14
* change ProjectCardLeak-test to not depend on current timeStas Vilchik2018-08-234-16/+22
* SONAR-10576: Use 'New Code Period' in docsG. Ann Campbell2018-08-227-12/+12
* drop organization members from redux store (#637)Stas Vilchik2018-08-2244-959/+775
* rewrite project deletion in typescript (#633)Stas Vilchik2018-08-2211-123/+324
* drop project links from redux store (#632)Stas Vilchik2018-08-2226-206/+808
* drop favorites from redux store (#631)Stas Vilchik2018-08-2216-508/+195
* SONAR-8368 closed issues max age can be set by propertySébastien Lesaint2018-08-214-6/+122
* SONAR-8368 reopen only closed issues closed less than 30 days agoSébastien Lesaint2018-08-217-39/+201
* SONAR-8368 support reopening closed issues which had no lineSébastien Lesaint2018-08-215-72/+109
* SONAR-8368 restore resolution when reopening closed issuesSébastien Lesaint2018-08-214-23/+216
* SONAR-8368 unset closeDate when reopening Closed issuesSébastien Lesaint2018-08-212-0/+6
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-2128-110/+1180
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-2119-13/+277
* SONAR-8368 use Stream instead of Iterable in Tracking classSébastien Lesaint2018-08-214-24/+17
* SONAR-8368 rename doTransition to doManualTransitionSébastien Lesaint2018-08-213-4/+4
* SONAR-8368 add line remove changelog when closing issueSébastien Lesaint2018-08-213-7/+14
* SONAR-8368 fix misleading Function.Context.setLine(Integer)Sébastien Lesaint2018-08-217-21/+51
* SONAR-8368 fix misleading Function.Context#setCloseDate(boolean)Sébastien Lesaint2018-08-216-15/+85
* SONAR-11093 use "projects" instead of "projectUuids"Stas Vilchik2018-08-2120-85/+82
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-2124-1380/+1371
* SONAR-6400 require only 1 character to search languagesStas Vilchik2018-08-212-0/+2
* SONAR-11127 Standardize facets behaviour between issues and rules page (#624)Stas Vilchik2018-08-216-62/+83
* SONAR-6400 better display of selected results in facet (#625)Stas Vilchik2018-08-213-15/+129