aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16614 add to api/rules/search and api/rules/show payload, the subfield ...Aurelien Poscia2022-07-085-15/+24
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-0811-7/+241
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-084-8/+101
* SONAR-16614 add rule_description_context_key column in issues tableAurelien Poscia2022-07-087-2/+185
* SONAR-16565 Add token expiration field to Onboarding formsWouter Admiraal2022-07-086-147/+417
* SONAR-16565 Move max token lifetime logic to its own functionWouter Admiraal2022-07-085-186/+199
* Revert "SONAR-16598 Populate Generic concepts from sonar-plugin api"Pierre2022-07-086-31/+14
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search e...Pierre2022-07-0810-37/+8
* Revert "SONAR-16598 Add new column generic concepts"Pierre2022-07-085-151/+1
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-086-14/+31
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-0810-8/+37
* SONAR-16598 Add new column generic conceptsLéo Geoffroy2022-07-085-1/+151
* SONAR-16567 Add documentation about the expiration date header in the responseZipeng WU2022-07-081-1/+4
* SONAR-16566 Handle max token lifetime setting when downgradingJeremy Davis2022-07-083-9/+46
* SONAR-16597 Ensure issues pull action returns issues data only for requested ...Klaudio Sinani2022-07-087-59/+194
* SONAR-16566 Enforce max token lifespan on `api/user_tokens/generate` API callDimitris Kavvathas2022-07-077-82/+311
* DOCS Update SSLR Linkscolin-sonarsource2022-07-071-3/+3
* SONAR-16422 Provide detailed explanation of analysis scopePeeter Piegaze2022-07-079-94/+362
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-0723-60/+59
* SONAR-16598 Add generic concepts to rule advance descriptionMathieu Suen2022-07-0714-251/+557
* SONAR-16567 add the field isExpired to the response of the token search API.Matteo Mara2022-07-072-1/+22
* SONAR-16566 Limit token expiration when creating a tokenGuillaume Peoc'h2022-07-072-4/+100
* SONAR-16567 remove confusing select method in UserTokenDaoZipeng WU2022-07-074-20/+4
* SONAR-16567 add an analysis warning when using a token expiring in less than ...Matteo Mara2022-07-064-0/+54
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-0627-8/+1089
* SONAR-16565 Display expiration date of newly generated tokenJeremy Davis2022-07-063-3/+17
* [NO JIRA] Fix LogbackHelperTestBelen Pruvost2022-07-051-3/+4
* SONAR-16565 Allow users to select the token expiration intervalGuillaume Peoc'h2022-07-0512-343/+181
* SONAR-16567 Display the token expiration date and status in the listJeremy Davis2022-07-049-14/+82
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-042-1/+25
* SONAR-16567 update API api/user_tokens/search for returning the expiration dateMatteo Mara2022-07-013-0/+20
* SONAR-16565 handle token expiration at the authentication levelMatteo Mara2022-07-014-2/+69
* SONAR-16565 update the API api/user_tokens/generate for accepting the token e...Matteo Mara2022-07-015-39/+174
* SONAR-16565 Add expiration_date column in user_tokens tableDimitris Kavvathas2022-07-019-17/+164
* NO-JIRA fixed randomly failing selectRulesByProfile_ready_rules_only testLukasz Jarocki2022-07-011-3/+6
* SONAR-16568 Update documentation and upgrade notes about new token expiration...Wouter Admiraal2022-07-013-1/+18
* SONAR-16592 - Make email matching case insensitiveBelen Pruvost2022-07-012-1/+19
* SONAR-16045 Fix routing with baseUrlJeremy Davis2022-06-307-8/+16
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-3015-754/+722
* SONAR-16518 Show contexts in rules, issues and hotspot pageRevanshu Paliwal2022-06-3027-397/+534
* SONAR-16518 return first description alphabetically from hotspot/show endpointLukasz Jarocki2022-06-302-3/+46
* SONAR-16518 Add option for other framworks descriptionMathieu Suen2022-06-301-0/+64
* SONAR-16518 Read contextual descriptions from sonar-plugin-api and pass them ...Aurelien Poscia2022-06-303-9/+181
* SONAR-16518 support contextual section descriptions in /api/rules/search and ...Aurelien Poscia2022-06-3010-77/+203
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-3021-64/+409
* SONAR-16518 add context columns and update unique index for rules descriptionsAntoine Vinot2022-06-3015-18/+394
* [NO JIRA] Disable Gatsby's telemetryWouter Admiraal2022-06-301-1/+1
* SONAR-16519 Fix rules page removing external notificationMathieu Suen2022-06-292-3/+4
* DOC-9 Minor fix to align with 9.5 updatePeeter Piegaze2022-06-291-1/+1
* [NO JIRA] Upgrade types for react and react-domJeremy Davis2022-06-282-30/+26