| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-19372 Add a new issue visitor in order to apply anticipated transitions... | Matteo Mara | 2023-08-02 | 1 | -1/+1 |
* | SONAR-19850 Add indexer event for switch of main branch | Léo Geoffroy | 2023-07-19 | 5 | -13/+102 |
* | SONAR-19770 - Implement DAO query for issue list | antoine.vinot | 2023-07-19 | 1 | -5/+0 |
* | SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695 | Duarte Meneses | 2023-07-18 | 17 | -280/+110 |
* | SONAR-19790 Return managed status for project in /api/project/search | Antoine Vigneau | 2023-07-18 | 3 | -0/+53 |
* | SONAR-19787 Restrict permissions changes on managed instances | Antoine Vigneau | 2023-07-18 | 4 | -14/+48 |
* | SONAR-19785 update SQ groups permissions from GitHub teams permissions | Aurelien Poscia | 2023-07-18 | 1 | -8/+1 |
* | SONAR-19784 allow the CE to re-compute permissions | Aurelien Poscia | 2023-07-18 | 5 | -0/+1073 |
* | SONAR-19784 Improve GitHub project lookup to disallow visibility update | Antoine Vigneau | 2023-07-18 | 2 | -32/+28 |
* | SONAR-19784 Synchronize visibility from GitHub | Aurelien Poscia | 2023-07-18 | 1 | -0/+138 |
* | SONAR-19784 Do not allow visibility update on managed projects | Antoine Vigneau | 2023-07-18 | 3 | -11/+82 |
* | NO-JIRA remove unused imports | Pierre | 2023-07-17 | 6 | -8/+2 |
* | NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas | Pierre | 2023-07-17 | 7 | -16/+15 |
* | NO-JIRA replace toEnumSet with simple Set | Pierre | 2023-07-17 | 1 | -2/+2 |
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 23 | -56/+45 |
* | NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSet | Pierre | 2023-07-17 | 3 | -8/+4 |
* | NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toList | Pierre | 2023-07-17 | 2 | -5/+5 |
* | NO-JIRA replace MoreCollectors.toArrayList with Collectors.toList | Pierre | 2023-07-17 | 4 | -7/+8 |
* | NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutable... | Pierre | 2023-07-17 | 1 | -2/+3 |
* | NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSet | Pierre | 2023-07-17 | 11 | -24/+21 |
* | NO-JIRA replace MoreCollectors.toSet with Collectors.toSet | Pierre | 2023-07-17 | 3 | -11/+9 |
* | NO-JIRA replace MoreCollectors.toList with Collectors.toList | Pierre | 2023-07-17 | 7 | -16/+15 |
* | NO-JIRA replace MoreCollectors.toList(size) with Collectors.toList | Pierre | 2023-07-17 | 4 | -8/+9 |
* | NO-JIRA replace MoreCollectors operations to JDK or guava implementations | Pierre | 2023-07-17 | 1 | -1/+1 |
* | SONAR-19850 Switch all tests with different uuids by default | Léo Geoffroy | 2023-07-07 | 23 | -33/+31 |
* | SONAR-19558 Fix usage of indexOnAnalysis and minor fixes | Léo Geoffroy | 2023-07-05 | 6 | -91/+57 |
* | SONAR-19558 Refactor Project Indexers | Duarte Meneses | 2023-07-05 | 24 | -556/+729 |
* | SONAR-19558 Update rest of tests for other modules | Léo Geoffroy | 2023-07-03 | 1 | -4/+5 |
* | SONAR-19558 Update rest of test for sonar-server-common | Léo Geoffroy | 2023-06-30 | 20 | -112/+122 |
* | SONAR-19558 enabled snapshots to correctly use project/branch uuid | Lukasz Jarocki | 2023-06-29 | 1 | -2/+2 |
* | SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexes | Duarte Meneses | 2023-06-29 | 16 | -106/+108 |
* | SONAR-19690 updated test to use hostname instead of ip in order to benefit fr... | Lukasz Jarocki | 2023-06-26 | 1 | -1/+1 |
* | SONAR-19556 updated webhooks to not rely on component_uuid | Lukasz Jarocki | 2023-06-22 | 4 | -13/+13 |
* | SONAR-19028 Drop column 'main_branch_project_uuid' in the Components table | Duarte Meneses | 2023-06-20 | 1 | -1/+1 |
* | SONAR-14853 Elasticsearch http encryption | Eric Giffon | 2023-06-20 | 5 | -23/+135 |
* | SONAR-19556 Fix DB migration and increase test coverage | Duarte Meneses | 2023-06-20 | 1 | -1/+1 |
* | SONAR-19556 Refactor use of DB columns referencing projects or branches for E... | Léo Geoffroy | 2023-06-20 | 1 | -0/+4 |
* | SONAR-19556 Refactor use of DB columns referencing projects or branches for E... | Duarte Meneses | 2023-06-20 | 1 | -1/+1 |
* | SONAR-19556 org.sonar.server.project.Project#from(org.sonar.db.component.Comp... | Lukasz Jarocki | 2023-06-20 | 2 | -4/+28 |
* | SONAR-19445 Review and improve the endpoints in WebAPI that rely on ComponentDto | Duarte Meneses | 2023-06-19 | 1 | -6/+6 |
* | SONAR-19445 Rename AuthorizationDao methods to use entity instead | Léo Geoffroy | 2023-06-19 | 2 | -28/+23 |
* | SONAR-19445 refactor deleteProjectPermissionOfAnyUser method | Lukasz Jarocki | 2023-06-19 | 2 | -0/+36 |
* | NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab... | Bruno Andrade | 2023-06-19 | 1 | -1/+1 |
* | NO-JIRA improve log to not be sensitive to line return from user input | Pierre | 2023-06-15 | 3 | -3/+396 |
* | SONAR-19425 Update logic for SQ container context | Alain Kermis | 2023-06-13 | 3 | -4/+6 |
* | SONAR-19425 Update telemetry with official helm chart and image usage | Eric Giffon | 2023-06-13 | 3 | -3/+7 |
* | SONAR-19425 Update telemetry with kubernetes usage | Eric Giffon | 2023-06-13 | 3 | -2/+23 |
* | SONAR-19425 Rename docker to container in telemetry and system info | Alain Kermis | 2023-06-13 | 3 | -12/+12 |
* | SONAR-19425 Init components to add cloud usage to telemetry | Eric Giffon | 2023-06-13 | 3 | -0/+26 |
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 17 | -56/+59 |