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-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-webserver-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...
Matteo Mara
2024-03-16
6
-6
/
+6
*
SONAR-21643 Convert some IT tests to Junit 5 (#10672)
Dejan Milisavljevic
2024-02-22
1
-0
/
+9
*
SONAR-21165 Fix code smells
Léo Geoffroy
2024-02-16
1
-1
/
+1
*
SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts table
Léo Geoffroy
2024-02-16
1
-2
/
+2
*
Fix SSF-530.
Wojtek Wajerowicz
2024-01-31
2
-18
/
+55
*
SONAR-21413 Make provisioning groups ready to handle allowed groups
Antoine Vigneau
2024-01-23
4
-41
/
+44
*
SONAR-21121 Add GitLab provisioning ITs for groups and groups membership
Aurelien Poscia
2024-01-18
2
-2
/
+11
*
SONAR-21114 Allow updating externalProvider/externalLogin in PATCH /api/v2/us...
Aurelien Poscia
2024-01-16
3
-6
/
+73
*
SONAR-21244 Allow deletion of local groups when instance is managed.
Wojtek Wajerowicz
2024-01-04
2
-0
/
+21
*
NO-JIRA Update license headers to 2024
Pierre
2024-01-03
83
-83
/
+83
*
SONAR-21250 Add validation checks for the Gitlab configuration
Antoine Vigneau
2023-12-22
6
-88
/
+211
*
SONAR-21121 Move Gitlab Config REST endpoints to Community edition
Antoine Vigneau
2023-12-22
7
-1
/
+967
*
SONAR-21121 Renamed allowUserToSignUp to allowUsersToSignUp
Aurelien Poscia
2023-12-22
1
-0
/
+8
*
SONAR-21121 Add POST /dop-translation/gitlab-configurations/
Wojtek Wajerowicz
2023-12-22
1
-1
/
+9
*
SONAR-21121 Add PATCH /dop-translation/gitlab-configurations/
Aurelien Poscia
2023-12-22
2
-0
/
+121
*
NO-JIRA Fix code smells
Eric Giffon
2023-12-11
1
-27
/
+24
*
SONAR-21179 Deprecate preventReactivation param
lukasz-jarocki-sonarsource
2023-12-08
1
-1
/
+1
*
SONAR-21131 Add rule controller unit tests
Eric Giffon
2023-12-08
2
-0
/
+41
*
SONAR-21131 Add tests for RuleService and fix code smells
Léo Geoffroy
2023-12-08
2
-1
/
+70
*
SONAR-21131 Use same enums between request and response and map parameters
Léo Geoffroy
2023-12-08
1
-2
/
+8
*
SONAR-21131 Implement api v2 service for custom rule creation
Eric Giffon
2023-12-08
7
-6
/
+1235
*
SONAR-21131 Add response to new endpoint apiv2 rules
Léo Geoffroy
2023-12-08
7
-3
/
+224
*
SONAR-21131 Add rule creation structure on apiv2
Léo Geoffroy
2023-12-08
3
-0
/
+76
*
SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...
Wojtek Wajerowicz
2023-11-28
8
-3
/
+451
*
SONAR-21058 Add POST to /api/v2/authorizations/groups
Wojtek Wajerowicz
2023-11-23
2
-16
/
+48
*
SONAR-21058 Add support for collection GET /api/v2/authorizations/groups
Aurelien Poscia
2023-11-23
4
-1
/
+211
*
SONAR-21058 API v2 GET /authorizations/groups/{groupId}
Wojtek Wajerowicz
2023-11-23
3
-0
/
+559
*
SONAR-21051 remove un-necessarry re-fetch of UserDao
Aurelien Poscia
2023-11-20
3
-20
/
+21
*
SONAR-21051 use UUID as resource id for /api/v2/users-management/users
Aurelien Poscia
2023-11-20
3
-59
/
+58
*
SONAR-20235 Add externalIdentity filter in api/users/search
Antoine Vigneau
2023-11-02
3
-0
/
+41
*
NO-JIRA delete all useless package-info.java files
Aurelien Poscia
2023-09-28
1
-23
/
+0
*
SONAR-20578 Add GithubPermissionsMappingService to core-extension-github-prov...
Aurelien Poscia
2023-09-28
5
-660
/
+0
*
SONAR-20532 Add POST endpoint to create permission mappings
Antoine Vigneau
2023-09-28
3
-1
/
+116
*
SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpoint
Wojtek Wajerowicz
2023-09-28
2
-4
/
+55
*
SONAR-20532 Add isBaseRole flag in /api/v2/github-permission-mappings
Aurelien Poscia
2023-09-28
3
-26
/
+72
*
SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.
Wojtek Wajerowicz
2023-09-15
6
-27
/
+224
*
SONAR-20392 Add apiv2 endpoint to fetch the Github permissions mapping
Antoine Vigneau
2023-09-15
5
-0
/
+321
*
SONAR-20285 PATCH endpoint to update users
Wojtek Wajerowicz
2023-09-04
4
-50
/
+94
*
SONAR-20258 Add all missing package-info.java
Aurelien Poscia
2023-08-25
6
-0
/
+138
*
SONAR-20156 Create api/dismiss_message/dismiss endpoint
Nolwenn Cadic
2023-08-24
1
-5
/
+5
*
SONAR-20181 Support pageSize=0
Aurelien Poscia
2023-08-21
5
-3
/
+157
*
SONAR-20181 implement sort-order in documentation
Aurelien Poscia
2023-08-18
1
-0
/
+24
*
SONAR-19965 Add ITs for UserService::deactivate.
Wojtek Wajerowicz
2023-07-28
1
-28
/
+296
*
SONAR-19969 Support apiv2 POST /users to create a user
Antoine Vigneau
2023-07-28
4
-6
/
+406
*
SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2.
Wojtek Wajerowicz
2023-07-28
25
-0
/
+1725
*
SONAR-19964 GET /api/v2/users/:login endpoint
Wojtek Wajerowicz
2023-07-27
2
-9
/
+49
*
SONAR-19965 DELETE /api/v2/users/:login endpoint
Wojtek Wajerowicz
2023-07-26
8
-19
/
+560
*
SONAR-19963 Add GET /api/v2/users endpoint
Aurelien Poscia
2023-07-26
10
-0
/
+942
*
rename sonar-webserver-common to sonar-webserver-api
Sébastien Lesaint
2019-08-14
149
-8880
/
+0
*
clean up sonar-webserver content belonging to sonar-webserver-core
Sébastien Lesaint
2019-08-14
6
-0
/
+291
[next]