Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-13385 Sort plugins on Marketplace alphabetically | Wouter Admiraal | 2020-06-19 | 4 | -64/+325 | |
| | ||||||
* | SONAR-13386 Don't show 'plugin will get installed' if it's already installed | Wouter Admiraal | 2020-06-19 | 26 | -126/+838 | |
| | ||||||
* | SONAR-13459 Sort Quality Profiles by display name | Wouter Admiraal | 2020-06-19 | 1 | -1/+6 | |
| | ||||||
* | SONAR-13527 Show full filename in concise issue on hover | Wouter Admiraal | 2020-06-19 | 5 | -8/+19 | |
| | ||||||
* | SONAR-13328 fix SSF-106 | Michal Duda | 2020-06-19 | 7 | -34/+102 | |
| | ||||||
* | SONAR-13327 Fix SSF-107 | Julien Lancelot | 2020-06-15 | 25 | -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 255 | Jacek | 2020-06-15 | 14 | -23/+21 | |
| | ||||||
* | SONAR-13331 Display external engine name in issues | Wouter Admiraal | 2020-06-15 | 13 | -120/+898 | |
| | ||||||
* | SONAR-13116 Improve help message when Bitbucket repository import is not ↵ | Wouter Admiraal | 2020-06-15 | 1 | -1/+1 | |
| | | | | available | |||||
* | SONAR-13130 Capitalize the 'I' in Project information and Application ↵ | Wouter Admiraal | 2020-06-15 | 1 | -2/+2 | |
| | | | | information | |||||
* | SONAR-13336 Larger click target for 'Create new project' link | Wouter Admiraal | 2020-06-15 | 1 | -0/+2 | |
| | ||||||
* | SONAR-13355 Deleting an Application should redirect to the homepage | Wouter Admiraal | 2020-06-15 | 1 | -10/+12 | |
| | ||||||
* | SONAR-13517 Improve code snippets visually | Wouter Admiraal | 2020-06-15 | 8 | -369/+102 | |
| | ||||||
* | SONAR-12989 Display project extension's menu for all branchlikes | Wouter Admiraal | 2020-06-15 | 2 | -8/+127 | |
| | ||||||
* | SONAR-13409 Update New Code Period Wording | michaelbirnstiehl | 2020-06-11 | 9 | -48/+53 | |
| | ||||||
* | SONAR-13391 handle missing newcode | Jeremy | 2020-06-11 | 13 | -4734/+4295 | |
| | ||||||
* | Add CheckForNull to ScmProvider#revision | Duarte Meneses | 2020-06-11 | 1 | -0/+1 | |
| | ||||||
* | SONAR-13391 Add reference branch option to new code setting | Jeremy Davis | 2020-06-11 | 36 | -570/+2087 | |
| | ||||||
* | SONAR-13390 SONAR-13391 New Code Reference Branch | Duarte Meneses | 2020-06-11 | 50 | -122/+809 | |
| | ||||||
* | SONAR-13472 Fix SSF-113 | Julien Lancelot | 2020-06-11 | 31 | -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.4 | Wouter Admiraal | 2020-06-09 | 4 | -10/+10 | |
| | ||||||
* | SONAR-13494 Prevent ALM binding table from blinking when showing the delete ↵ | Wouter Admiraal | 2020-06-09 | 27 | -63/+268 | |
| | | | | modal | |||||
* | SONARGRADL-70 Update Docs with changes in v3.0 | michaelbirnstiehl | 2020-06-07 | 1 | -5/+9 | |
| | ||||||
* | DOCS add version number format information | michaelbirnstiehl | 2020-06-05 | 2 | -5/+20 | |
| | ||||||
* | Table creation migrations should not be re-entrant | Julien Lancelot | 2020-06-03 | 23 | -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-sonarsource | 2020-06-03 | 1 | -2/+2 | |
| | ||||||
* | DOCS mentioned sonar.cluster.node.host is mandatory | tobias-trabelsi-sonarsource | 2020-06-03 | 2 | -1/+7 | |
| | ||||||
* | SONAR-12920 Add product footer to the Hotspots page | Wouter Admiraal | 2020-06-02 | 19 | -798/+848 | |
| | ||||||
* | SONAR-13408 Don't close activity metrics dropdown when clicking inside it | Wouter Admiraal | 2020-06-02 | 2 | -0/+4 | |
| | ||||||
* | SONAR-13344 Gray out disabled Import from Bitbucket Server button | Wouter Admiraal | 2020-06-02 | 2 | -7/+12 | |
| | ||||||
* | SONAR-13419 Show complete 1 year history on overview activity panel | Wouter Admiraal | 2020-06-02 | 4 | -46/+7 | |
| | ||||||
* | SONAR-13462 Correct Portfolio activity links | Wouter Admiraal | 2020-06-02 | 3 | -5/+17 | |
| | ||||||
* | SONAR-13496 Update sonar-javascript, sonar-python to latest release(s) | sns-seb | 2020-06-02 | 1 | -2/+2 | |
| | ||||||
* | Improve description of 'f' in 'api/rules/search' WS | Duarte Meneses | 2020-05-30 | 1 | -1/+1 | |
| | ||||||
* | Fix api/components/search WS docs to not include unsupported types | Jacek | 2020-05-29 | 4 | -27/+149 | |
| | ||||||
* | SONAR-13221 remove rules parameters orphans rows | Pierre | 2020-05-29 | 2 | -0/+33 | |
| | ||||||
* | DOCS Bump Maven Scanner Version in Examples | colin-mueller-sonarsource | 2020-05-29 | 2 | -3/+3 | |
| | ||||||
* | SONAR-13460 Fix incorrect hotspot total count | Philippe Perrin | 2020-05-29 | 7 | -6/+16 | |
| | ||||||
* | Bump to sonar-ui-common@1.0.3 | Philippe Perrin | 2020-05-27 | 5 | -10/+11 | |
| | ||||||
* | Bump to sonar-ui-common@1.0.2 | Philippe Perrin | 2020-05-27 | 6 | -22/+18 | |
| | ||||||
* | Bump to sonar-ui-common@1.0.0 | Philippe Perrin | 2020-05-27 | 28 | -141/+509 | |
| | ||||||
* | SONAR-13291 Remove file reference in global search. | Mathieu Suen | 2020-05-26 | 7 | -189/+42 | |
| | ||||||
* | SONAR-12266 Remove favorite icon for file. | mathieu-suen-sonarsource | 2020-05-26 | 4 | -37/+7 | |
| | ||||||
* | SONAR-12266 Drop favourites for files | Jacek | 2020-05-26 | 7 | -27/+284 | |
| | ||||||
* | SONAR-13291 deprecate 'language' param and remove 'language' field from ↵ | Jacek | 2020-05-26 | 10 | -97/+7 | |
| | | | | component ES index | |||||
* | SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] ↵ | Jacek | 2020-05-26 | 11 | -146/+100 | |
| | | | | only in Component ES index | |||||
* | SONAR-13447 Update the Upgrade Notes with deprecated WS parameters and ↵ | MikeBirnstiehl | 2020-05-25 | 1 | -0/+5 | |
| | | | | plugin API method | |||||
* | SONAR-13438 Add Back and Restore Documentation | michaelbirnstiehl | 2020-05-25 | 4 | -2/+36 | |
| | ||||||
* | SONAR-13436 Update Web API docs - quality_gates | Jacek | 2020-05-25 | 16 | -34/+43 | |
| | ||||||
* | SONAR-13436 Update Web API docs - user_groups | Jacek | 2020-05-25 | 17 | -17/+113 | |
| |