index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-25.01
branch-25.1
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
sonar-server-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[NOJIRA] Remove unused imports. (#8541)
Wojtek Wajerowicz
2023-06-13
2
-8
/
+0
*
NO-JIRA - Improve flaky tests
Antoine Vinot
2023-06-12
1
-12
/
+9
*
SONAR-19515 Let the user remove a non-local user, in case the user is provide...
Aurelien Poscia
2023-06-08
3
-0
/
+33
*
SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...
Zipeng WU
2023-06-07
3
-12
/
+21
*
SONAR-18856 renaming properties.component_uuid to properties.entity_uuid
Lukasz Jarocki
2023-06-01
3
-10
/
+8
*
SONAR-18856 fixed elasticsearch scoring tests
Lukasz Jarocki
2023-06-01
2
-13
/
+31
*
SONAR-18856 Move Entity queries to dedicated DAO
Duarte Meneses
2023-06-01
2
-7
/
+4
*
SONAR-18856 Refactor subportfolios and fix build and tests
Lukasz Jarocki
2023-06-01
4
-33
/
+63
*
SONAR-18856 Refactor properties and related web services
Duarte Meneses
2023-06-01
4
-40
/
+18
*
SONAR-18856 Refactor properties
Duarte Meneses
2023-06-01
1
-12
/
+5
*
SONAR-18856 Refactor properties and favorites
Lukasz Jarocki
2023-06-01
1
-1
/
+8
*
SONAR-18856 Refactor favorites and properties
Duarte Meneses
2023-06-01
5
-234
/
+25
[next]