summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-13385 Sort plugins on Marketplace alphabeticallyWouter Admiraal2020-06-194-64/+325
|
* SONAR-13386 Don't show 'plugin will get installed' if it's already installedWouter Admiraal2020-06-1926-126/+838
|
* SONAR-13459 Sort Quality Profiles by display nameWouter Admiraal2020-06-191-1/+6
|
* SONAR-13527 Show full filename in concise issue on hoverWouter Admiraal2020-06-195-8/+19
|
* SONAR-13328 fix SSF-106Michal Duda2020-06-197-34/+102
|
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-1525-55/+697
| | | | | | * SONAR-13327 Create 'SAML_MESSAGE_IDS' table and DAO * SONAR-13327 Check SAML Message id not already exist during auth * SONAR-13327 Clean expired SAML Message ids daily
* SONAR-13221 Increase size of FK user_uuid column to 255Jacek2020-06-1514-23/+21
|
* SONAR-13331 Display external engine name in issuesWouter Admiraal2020-06-1513-120/+898
|
* SONAR-13116 Improve help message when Bitbucket repository import is not ↵Wouter Admiraal2020-06-151-1/+1
| | | | available
* SONAR-13130 Capitalize the 'I' in Project information and Application ↵Wouter Admiraal2020-06-151-2/+2
| | | | information
* SONAR-13336 Larger click target for 'Create new project' linkWouter Admiraal2020-06-151-0/+2
|
* SONAR-13355 Deleting an Application should redirect to the homepageWouter Admiraal2020-06-151-10/+12
|
* SONAR-13517 Improve code snippets visuallyWouter Admiraal2020-06-158-369/+102
|
* SONAR-12989 Display project extension's menu for all branchlikesWouter Admiraal2020-06-152-8/+127
|
* SONAR-13409 Update New Code Period Wordingmichaelbirnstiehl2020-06-119-48/+53
|
* SONAR-13391 handle missing newcodeJeremy2020-06-1113-4734/+4295
|
* Add CheckForNull to ScmProvider#revisionDuarte Meneses2020-06-111-0/+1
|
* SONAR-13391 Add reference branch option to new code settingJeremy Davis2020-06-1136-570/+2087
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-1150-122/+809
|
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-1131-155/+1154
| | | | | | | | | * SONAR-13472 Create 'SESSION_TOKENS' table * SONAR-13472 Remove 'SESSION_TOKENS' from user when disabling an user * SONAR-13472 Replace JwtSession expiration duration by a time * SONAR-13472 Create, update and delete SessionToken during authentication lifecycle * SONAR-13472 Purge expired session tokens at start-up and every day * SONAR-13472 Improve log during session tokens cleaning * Add example to start a Keycloak server already configured
* Update sonar-ui-common to 1.0.4Wouter Admiraal2020-06-094-10/+10
|
* SONAR-13494 Prevent ALM binding table from blinking when showing the delete ↵Wouter Admiraal2020-06-0927-63/+268
| | | | modal
* SONARGRADL-70 Update Docs with changes in v3.0michaelbirnstiehl2020-06-071-5/+9
|
* DOCS add version number format informationmichaelbirnstiehl2020-06-052-5/+20
|
* Table creation migrations should not be re-entrantJulien Lancelot2020-06-0323-170/+42
| | | | | | | * Table creation should not be re-entrant The creation of a table should not be re-entrant. Indeed, if the creation of the table is in success but not the creation of the index(es), then next execution of the migration will ignore creation of indexes. * Simplify some mappers insert usage and some dao tests
* DOCS minor changes for adding a hotspot rules (#2832)eric-therond-sonarsource2020-06-031-2/+2
|
* DOCS mentioned sonar.cluster.node.host is mandatorytobias-trabelsi-sonarsource2020-06-032-1/+7
|
* SONAR-12920 Add product footer to the Hotspots pageWouter Admiraal2020-06-0219-798/+848
|
* SONAR-13408 Don't close activity metrics dropdown when clicking inside itWouter Admiraal2020-06-022-0/+4
|
* SONAR-13344 Gray out disabled Import from Bitbucket Server buttonWouter Admiraal2020-06-022-7/+12
|
* SONAR-13419 Show complete 1 year history on overview activity panelWouter Admiraal2020-06-024-46/+7
|
* SONAR-13462 Correct Portfolio activity linksWouter Admiraal2020-06-023-5/+17
|
* SONAR-13496 Update sonar-javascript, sonar-python to latest release(s)sns-seb2020-06-021-2/+2
|
* Improve description of 'f' in 'api/rules/search' WSDuarte Meneses2020-05-301-1/+1
|
* Fix api/components/search WS docs to not include unsupported typesJacek2020-05-294-27/+149
|
* SONAR-13221 remove rules parameters orphans rowsPierre2020-05-292-0/+33
|
* DOCS Bump Maven Scanner Version in Examplescolin-mueller-sonarsource2020-05-292-3/+3
|
* SONAR-13460 Fix incorrect hotspot total countPhilippe Perrin2020-05-297-6/+16
|
* Bump to sonar-ui-common@1.0.3Philippe Perrin2020-05-275-10/+11
|
* Bump to sonar-ui-common@1.0.2Philippe Perrin2020-05-276-22/+18
|
* Bump to sonar-ui-common@1.0.0Philippe Perrin2020-05-2728-141/+509
|
* SONAR-13291 Remove file reference in global search.Mathieu Suen2020-05-267-189/+42
|
* SONAR-12266 Remove favorite icon for file.mathieu-suen-sonarsource2020-05-264-37/+7
|
* SONAR-12266 Drop favourites for filesJacek2020-05-267-27/+284
|
* SONAR-13291 deprecate 'language' param and remove 'language' field from ↵Jacek2020-05-2610-97/+7
| | | | component ES index
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] ↵Jacek2020-05-2611-146/+100
| | | | only in Component ES index
* SONAR-13447 Update the Upgrade Notes with deprecated WS parameters and ↵MikeBirnstiehl2020-05-251-0/+5
| | | | plugin API method
* SONAR-13438 Add Back and Restore Documentationmichaelbirnstiehl2020-05-254-2/+36
|
* SONAR-13436 Update Web API docs - quality_gatesJacek2020-05-2516-34/+43
|
* SONAR-13436 Update Web API docs - user_groupsJacek2020-05-2517-17/+113
|