aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Use Java 11 API instead of GuavaDuarte Meneses2021-11-091-2/+2
|
* SONAR-15499 Show portfolio branch selection in views/show WS and clean ↵Duarte Meneses2021-11-099-99/+115
| | | | selected branches in portfolios
* SONAR-15498 Manual selection of project's branches for portfolioPhilippe Perrin2021-11-0946-580/+1202
| | | | Display portfolio's children branch information and group issues by project and branch
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-0912-39/+167
|
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-098-30/+38
|
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-0923-113/+747
|
* SONAR-14658 Show additional security-related rules are available in security ↵Zipeng WU2021-11-092-0/+58
| | | | reports
* SONAR-15579 Improve error verbosity on permission template matching key ↵Klaudio Sinani2021-11-097-6/+128
| | | | collision + unit test
* SONAR-15621 update Azure DevOps extension compatibilitiesmichaelbirnstiehl2021-11-081-6/+8
|
* SONAR-15622 - Change Exclusions subcategory order to reflect everyday usageBelen Pruvost2021-11-081-14/+14
|
* SONAR-15397 Fix Issue tags aren't filtered by branchZipeng WU2021-11-059-24/+137
|
* SONAR-15508 Fix upgrade being display in the modalMathieu Suen2021-11-053-10/+18
|
* SONAR-15309 Change portfolio's empty criteria to match projects'guillaume-peoch-sonarsource2021-11-054-11/+12
|
* Update hardware recommendations page and Elasticsearch links (#4950)jtingsanchali2021-11-051-9/+12
| | | * DOCS update hardware recommendations page and Elasticsearch documentation links
* SONAR-15613 Improve settings search resultsJeremy Davis2021-11-041-1/+1
|
* SONAR-15575 Fix keyboard navigation in hotspots pageJeremy Davis2021-11-041-4/+3
|
* SONAR-15587 icon url handles base urlJeremy Davis2021-11-041-1/+2
|
* SONAR-15501 Fix response example for `api/project_analyses/search` endpoint ↵Klaudio Sinani2021-11-042-17/+19
| | | | + unit tests
* SONAR-15587 - Change DB Migration for sonarlint_ad_seenBelen Pruvost2021-11-042-2/+4
|
* SONAR-15574 improving the code qualityLukasz Jarocki2021-11-0410-26/+20
|
* SONAR-15580 Migrate api/project_dump/status endpoint to CE + unit testsKlaudio Sinani2021-11-048-6/+546
|
* SONAR-15574 Add package info file for `org.sonar.server.projectanalysis.ws` ↵Klaudio Sinani2021-11-041-0/+23
| | | | package
* SONAR-15574 open source background project export task processingpierre2021-11-04106-7/+9241
|
* Fixing critical accessibility issueMathieu Suen2021-11-044-7/+8
|
* SONAR-15567 Add export UI to community editionMathieu Suen2021-11-0419-2/+1696
|
* SONAR-15571 Update the Project Move page to add export starting with ↵michaelbirnstiehl2021-11-041-18/+30
| | | | Community Edition
* SONAR-15574 move Project export API to community editionPierre2021-11-0412-0/+648
|
* SONAR-15567 Add new `projectImportFeatureEnabled` feature flag (#4891)klaudio-sinani-sonarsource2021-11-043-0/+37
| | | | | | | | | | | * SONAR-15567 Introduce new `projectImportFeatureEnabled` feature flag * SONAR-15567 Add test cases for new `projectImportFeatureEnabled` feature flag * SONAR-15567 Update API example payload for `api/navigation/global` * SONAR-15567 Minor fix on order of imports * SONAR-15567 Remove new line characters
* SONAR-15604 SONAR-15605 Improve wording for permission removal from Quality ↵Jeremy Davis2021-11-044-15/+17
| | | | Gates and Quality Profiles
* SONAR-15519 fix Maven tutorial + docguillaume-peoch-sonarsource2021-11-0416-191/+36
|
* SONAR-15588 Dismiss sonarlint promotionguillaume-peoch-sonarsource2021-11-038-15/+98
|
* SONAR-15587 Sonarlint PromotionJeremy Davis2021-11-039-0/+186
|
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-038-4/+164
|
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-035-4/+31
|
* SONAR-15587 - Add sonarlint_ad_seen boolean column to users tableBelen Pruvost2021-11-038-2/+303
|
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-0315-74/+348
|
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-0314-43/+381
|
* SONAR-15423 Download access.log in system administration pageZipeng WU2021-11-034-40/+52
|
* SONAR-15582 Updated SonarScanner for .NET documentation (#4895)mickael-caro-sonarsource2021-10-281-1/+13
|
* SONAR-14343 Improve documentation on coveragemichaelbirnstiehl2021-10-263-51/+209
|
* SONAR-15421 Document upgrading version and edition simultaneouslymichaelbirnstiehl2021-10-261-1/+2
|
* Fix code quality issuesDuarte Meneses2021-10-2543-113/+106
|
* SONAR-15440 Add permission delegate in ListActionZipeng WU2021-10-227-21/+92
|
* SONAR-15440 Handle QG action permissionsJeremy Davis2021-10-225-47/+19
|
* SONAR-15548 Extend permission on Quality Gate actions to selected users and ↵Zipeng WU2021-10-226-4/+121
| | | | groups
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-2211-43/+356
|
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-226-13/+59
|
* SONAR-15441 QG permission management handles groupsJeremy Davis2021-10-2218-165/+586
|
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-2210-6/+118
|
* SONAR-15532 Document delegating Quality Gate permissions to users or groupsmichaelbirnstiehl2021-10-223-6/+9
|