aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16598 Rename generic concept to education principlesMathieu Suen2022-07-1111-21/+24
|
* SONAR-16614 adapt test to new constraints enforced by sonar-plugin-apiAurelien Poscia2022-07-081-3/+7
|
* SONAR-16614 Modify issues search API to include ruleDescriptionContextKey fieldAntoine Vinot2022-07-0823-46/+434
|
* SONAR-16614 Display the most relevant rule description context for an issuePhilippe Perrin2022-07-0813-122/+195
|
* SONAR-16611 Adapt project import/export to handle DB field ↵Aurelien Poscia2022-07-083-1/+9
| | | | issues.rule_description_context_key
* SONAR-16614 add to api/rules/search and api/rules/show payload, the subfield ↵Aurelien Poscia2022-07-086-15/+25
| | | | key in the field ruleDescriptionSection.context
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist ↵Aurelien Poscia2022-07-0813-9/+246
| | | | to DB
* SONAR-16614 added detected context to one of the sensorsLukasz Jarocki2022-07-083-8/+8
|
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-086-3/+23
|
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-085-33/+138
|
* 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-087-147/+418
|
* 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-088-34/+16
| | | | This reverts commit 1d1feb6ab5dcf0d89f63ec0e1c67778f22da0978.
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search ↵Pierre2022-07-0811-42/+8
| | | | | | endpoints" This reverts commit 31375405689110a07958f2c3be3f3b6d2a824e2b.
* Revert "SONAR-16598 Add new column generic concepts"Pierre2022-07-085-151/+1
| | | | This reverts commit e6437883f74edcaf010e713099aea38e1db52c25.
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-088-16/+34
|
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-0811-8/+42
|
* 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
| | | | branch
* SONAR-16566 Enforce max token lifespan on `api/user_tokens/generate` API callDimitris Kavvathas2022-07-0710-82/+469
|
* DOCS Update SSLR Linkscolin-sonarsource2022-07-071-3/+3
| | | https://discuss.sonarsource.com/t/legacy-binaries-cutover/9960/21?u=colinmueller
* SONAR-16422 Provide detailed explanation of analysis scopePeeter Piegaze2022-07-079-94/+362
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-0741-162/+161
|
* SONAR-16598 Add generic concepts to rule advance descriptionMathieu Suen2022-07-0715-253/+562
|
* SONAR-16567 add the field isExpired to the response of the token search API.Matteo Mara2022-07-073-1/+23
|
* 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-0610-21/+160
| | | | 7 days.
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-0627-8/+1089
|
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-062-4/+22
|
* [NO JIRA] Increase BB tasksBelen Pruvost2022-07-061-1/+1
|
* 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-0513-347/+193
|
* SONAR-16567 Display the token expiration date and status in the listJeremy Davis2022-07-0410-14/+84
|
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-043-4/+28
| | | | - fixes also analysis warning to be shown in UI
* [NO JIRA] Stop disabling Daemon for Cirrus tasksBelen Pruvost2022-07-041-1/+1
|
* SONAR-16567 update API api/user_tokens/search for returning the expiration dateMatteo Mara2022-07-016-1/+33
|
* 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 ↵Matteo Mara2022-07-016-39/+175
| | | | expiration date
* 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 ↵Wouter Admiraal2022-07-013-1/+18
| | | | expiration dates
* SONAR-16592 - Make email matching case insensitiveBelen Pruvost2022-07-012-1/+19
|
* SONAR-16045 Fix routing with baseUrlJeremy Davis2022-06-307-8/+16
|
* SONAR-16591 remove PMD dependency and related, deprecated codePierre2022-06-3013-907/+0
|
* SONAR-16518 upgrade sonar-plugin-api to 9.7.0 releaseAurelien Poscia2022-06-301-1/+1
|