aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-045-23/+25
| | | | Gates and Quality Profiles
* SONAR-15601 Clarify that QualityGate permissions can be delegated to a groupJeremy Davis2021-11-041-2/+2
|
* SONAR-15519 fix Maven tutorial + docguillaume-peoch-sonarsource2021-11-0417-193/+36
|
* SONAR-15588 Dismiss sonarlint promotionguillaume-peoch-sonarsource2021-11-039-17/+100
|
* SONAR-15587 Sonarlint PromotionJeremy Davis2021-11-0311-0/+208
|
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-039-4/+165
|
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-036-4/+32
|
* 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
|
* Memory increase for validation taskPhilippe Perrin2021-11-011-1/+1
|
* Change log level of merge base sha1 to infochinhodado2021-10-311-1/+1
| | | This info is too important to be hidden behind debug log level. I've just spent days trying to figure out why SQ doesn't detect new code properly, and it turned out to be because of some misconfiguration which I wouldn't have been able to figure out if not for this piece of info.
* Add comment about MSSQL JDBC Driver in build.gradlecolin-mueller-sonarsource2021-10-291-0/+1
|
* 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
|
* [NO-JIRA] Fix Quality GateBelen Pruvost2021-10-262-8/+8
|
* SONAR-15485 handle Elastic license and prettify jsonZipeng WU2021-10-261-1/+17
|
* SONAR-15485 Generate license info in community distributionZipeng WU2021-10-262-1/+12
|
* SONAR-15572 - Upgrade to tomcat 8.5.72Belen Pruvost2021-10-261-2/+2
|
* Fix code quality issuesDuarte Meneses2021-10-2560-138/+132
|
* SONAR-15548 - Backend ITs for QG delegationBelen Pruvost2021-10-227-0/+553
|
* SONAR-15440 Add permission delegate in ListActionZipeng WU2021-10-228-21/+93
|
* 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-2219-167/+588
|
* 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
|
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-226-0/+48
|
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-2211-62/+375
|
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-2229-224/+847
|
* SONAR-15440 Remove QG permissions for a userJeremy Davis2021-10-2214-35/+315
|
* SONAR-15440 Add QG permissions to a userJeremy Davis2021-10-2216-42/+990
|
* SONAR-15440 Show users with permissions on QGJeremy Davis2021-10-2217-99/+623
|
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-2224-141/+1036
|
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-2215-4/+621
|
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-2216-1/+570
|
* SONAR-15441 - Create table for qgate_group_permissionsBelen Pruvost2021-10-228-45/+182
|
* SONAR-15497 Create database store for qgate_user_permissionsZipeng WU2021-10-225-1/+141
|
* DOCKER-27 disable FIPS modeTrabelsi Tobias2021-10-226-2/+15
|
* SONAR-15507 added new property sonar.updatecenter.cache.ttlLukasz Jarocki2021-10-212-3/+14
|
* SONAR-15509 Fix prompt LTS version when no new version is releasedMathieu Suen2021-10-215-10/+20
|
* SONAR-15508 SONAR-15546 Add alert in the System Upgrade Info box when having ↵Mathieu Suen2021-10-2112-59/+657
| | | | critical update
* SONAR-15507 Add a prompt to warn when SonarQube need an updateMathieu Suen2021-10-2130-216/+795
|