| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-15571 Update the Project Move page to add export starting with Communit... | michaelbirnstiehl | 2021-11-04 | 1 | -18/+30 |
* | SONAR-15574 move Project export API to community edition | Pierre | 2021-11-04 | 12 | -0/+648 |
* | SONAR-15567 Add new `projectImportFeatureEnabled` feature flag (#4891) | klaudio-sinani-sonarsource | 2021-11-04 | 3 | -0/+37 |
* | SONAR-15604 SONAR-15605 Improve wording for permission removal from Quality G... | Jeremy Davis | 2021-11-04 | 5 | -23/+25 |
* | SONAR-15601 Clarify that QualityGate permissions can be delegated to a group | Jeremy Davis | 2021-11-04 | 1 | -2/+2 |
* | SONAR-15519 fix Maven tutorial + doc | guillaume-peoch-sonarsource | 2021-11-04 | 17 | -193/+36 |
* | SONAR-15588 Dismiss sonarlint promotion | guillaume-peoch-sonarsource | 2021-11-03 | 9 | -17/+100 |
* | SONAR-15587 Sonarlint Promotion | Jeremy Davis | 2021-11-03 | 11 | -0/+208 |
* | SONAR-15588 Endpoint for dismissing sonarlint promotion | Zipeng WU | 2021-11-03 | 9 | -4/+165 |
* | SONAR-15587 - Return sonarLintAdSeen in CurrentAction payload | Belen Pruvost | 2021-11-03 | 6 | -4/+32 |
* | SONAR-15587 - Add sonarlint_ad_seen boolean column to users table | Belen Pruvost | 2021-11-03 | 8 | -2/+303 |
* | SONAR-15603 - Quality Profile permission delegation logs | Belen Pruvost | 2021-11-03 | 15 | -74/+348 |
* | SONAR-15602 - Quality Gate permission delegation logs | Belen Pruvost | 2021-11-03 | 14 | -43/+381 |
* | SONAR-15423 Download access.log in system administration page | Zipeng WU | 2021-11-03 | 4 | -40/+52 |
* | Memory increase for validation task | Philippe Perrin | 2021-11-01 | 1 | -1/+1 |
* | Change log level of merge base sha1 to info | chinhodado | 2021-10-31 | 1 | -1/+1 |
* | Add comment about MSSQL JDBC Driver in build.gradle | colin-mueller-sonarsource | 2021-10-29 | 1 | -0/+1 |
* | SONAR-15582 Updated SonarScanner for .NET documentation (#4895) | mickael-caro-sonarsource | 2021-10-28 | 1 | -1/+13 |
* | SONAR-14343 Improve documentation on coverage | michaelbirnstiehl | 2021-10-26 | 3 | -51/+209 |
* | SONAR-15421 Document upgrading version and edition simultaneously | michaelbirnstiehl | 2021-10-26 | 1 | -1/+2 |
* | [NO-JIRA] Fix Quality Gate | Belen Pruvost | 2021-10-26 | 2 | -8/+8 |
* | SONAR-15485 handle Elastic license and prettify json | Zipeng WU | 2021-10-26 | 1 | -1/+17 |
* | SONAR-15485 Generate license info in community distribution | Zipeng WU | 2021-10-26 | 2 | -1/+12 |
* | SONAR-15572 - Upgrade to tomcat 8.5.72 | Belen Pruvost | 2021-10-26 | 1 | -2/+2 |
* | Fix code quality issues | Duarte Meneses | 2021-10-25 | 60 | -138/+132 |
* | SONAR-15548 - Backend ITs for QG delegation | Belen Pruvost | 2021-10-22 | 7 | -0/+553 |
* | SONAR-15440 Add permission delegate in ListAction | Zipeng WU | 2021-10-22 | 8 | -21/+93 |
* | SONAR-15440 Handle QG action permissions | Jeremy Davis | 2021-10-22 | 5 | -47/+19 |
* | SONAR-15548 Extend permission on Quality Gate actions to selected users and g... | Zipeng WU | 2021-10-22 | 6 | -4/+121 |
* | SONAR-15541 Create api/qualitygates/remove_user service | Zipeng WU | 2021-10-22 | 11 | -43/+356 |
* | SONAR-15442 Deactivate an user should remove its permission on Quality Gate | Zipeng WU | 2021-10-22 | 6 | -13/+59 |
* | SONAR-15441 QG permission management handles groups | Jeremy Davis | 2021-10-22 | 19 | -167/+588 |
* | SONAR-15539 - Removing a QG removes QG permissions | Belen Pruvost | 2021-10-22 | 10 | -6/+118 |
* | SONAR-15532 Document delegating Quality Gate permissions to users or groups | michaelbirnstiehl | 2021-10-22 | 3 | -6/+9 |
* | SONAR-15443 - Removing a group removes QG group permission | Belen Pruvost | 2021-10-22 | 6 | -0/+48 |
* | SONAR-15441 - QG Groups Remove Endpoint | Belen Pruvost | 2021-10-22 | 11 | -62/+375 |
* | SONAR-15514 Create api/qualitygates/search_users service | Zipeng WU | 2021-10-22 | 29 | -224/+847 |
* | SONAR-15440 Remove QG permissions for a user | Jeremy Davis | 2021-10-22 | 14 | -35/+315 |
* | SONAR-15440 Add QG permissions to a user | Jeremy Davis | 2021-10-22 | 16 | -42/+990 |
* | SONAR-15440 Show users with permissions on QG | Jeremy Davis | 2021-10-22 | 17 | -99/+623 |
* | SONAR-15441 - QG Groups Search Endpoint | Belen Pruvost | 2021-10-22 | 24 | -141/+1036 |
* | SONAR-15441 - Create api/qualitygates/add_group endpoint | belen-pruvost-sonarsource | 2021-10-22 | 15 | -4/+621 |
* | SONAR-15500 Create api/qualitygates/add_user service | Zipeng WU | 2021-10-22 | 16 | -1/+570 |
* | SONAR-15441 - Create table for qgate_group_permissions | Belen Pruvost | 2021-10-22 | 8 | -45/+182 |
* | SONAR-15497 Create database store for qgate_user_permissions | Zipeng WU | 2021-10-22 | 5 | -1/+141 |
* | DOCKER-27 disable FIPS mode | Trabelsi Tobias | 2021-10-22 | 6 | -2/+15 |
* | SONAR-15507 added new property sonar.updatecenter.cache.ttl | Lukasz Jarocki | 2021-10-21 | 2 | -3/+14 |
* | SONAR-15509 Fix prompt LTS version when no new version is released | Mathieu Suen | 2021-10-21 | 5 | -10/+20 |
* | SONAR-15508 SONAR-15546 Add alert in the System Upgrade Info box when having ... | Mathieu Suen | 2021-10-21 | 12 | -59/+657 |
* | SONAR-15507 Add a prompt to warn when SonarQube need an update | Mathieu Suen | 2021-10-21 | 30 | -216/+795 |