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/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-webapi-v2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SONAR-21131 Implement api v2 service for custom rule creation
Eric Giffon
2023-12-08
9
-19
/
+171
*
SONAR-21131 Add response to new endpoint apiv2 rules
Léo Geoffroy
2023-12-08
17
-6
/
+1060
*
SONAR-21131 Add rule creation structure on apiv2
Léo Geoffroy
2023-12-08
12
-0
/
+329
*
NOJIRA Remove empty v2.api.user.model package
Wojtek Wajerowicz
2023-11-29
1
-23
/
+0
*
SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...
Wojtek Wajerowicz
2023-11-28
19
-22
/
+676
*
SONAR-21072 Move and rename RestUser to comply with API v2 guidelines.
Wojtek Wajerowicz
2023-11-27
10
-61
/
+60
*
SONAR-21058 Add POST to /api/v2/authorizations/groups
Wojtek Wajerowicz
2023-11-23
7
-85
/
+279
*
SONAR-21058 Add support for collection GET /api/v2/authorizations/groups
Aurelien Poscia
2023-11-23
5
-2
/
+208
*
SONAR-21058 Add DELETE and PATCH verb for /api/v2/authorizations/groups
Aurelien Poscia
2023-11-23
8
-17
/
+342
*
SONAR-21058 API v2 GET /authorizations/groups/{groupId}
Wojtek Wajerowicz
2023-11-23
8
-0
/
+289
*
SONAR-21051 use UUID as resource id for /api/v2/users-management/users
Aurelien Poscia
2023-11-20
5
-24
/
+25
*
SONAR-21015 Move GitHub permission mapping endpoints to dop-translation domain
Wojtek Wajerowicz
2023-11-20
1
-1
/
+0
*
SONAR-21031 update /users endpoint to include domain in the path
Wojtek Wajerowicz
2023-11-17
1
-1
/
+3
*
SONAR-20944 Add externalIdentity filter in apiv2 GET users endpoint
Antoine Vigneau
2023-11-16
3
-10
/
+39
*
SONAR-21016 Remove sorting from API v2 /users endpoint.
Wojtek Wajerowicz
2023-11-16
3
-45
/
+3
*
SONAR-20578 Fix deserialization when code is obfuscated
Aurelien Poscia
2023-09-29
1
-0
/
+1
*
NO-JIRA delete all useless package-info.java files
Aurelien Poscia
2023-09-28
1
-23
/
+0
*
SONAR-20578 remove dependency from common part to extension
Aurelien Poscia
2023-09-28
1
-2
/
+0
*
SONAR-20578 move web-related code to new submodule
Aurelien Poscia
2023-09-28
16
-859
/
+5
*
SONAR-20532 allow encoded forward slashes in URLs
Aurelien Poscia
2023-09-28
2
-1
/
+58
*
SONAR-20532 Add POST endpoint to create permission mappings
Antoine Vigneau
2023-09-28
8
-16
/
+349
*
SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpoint
Wojtek Wajerowicz
2023-09-28
3
-24
/
+82
*
SONAR-20532 Add isBaseRole flag in /api/v2/github-permission-mappings
Aurelien Poscia
2023-09-28
3
-9
/
+18
*
NO-JIRA fix json merge patch content type
Aurelien Poscia
2023-09-15
1
-1
/
+1
*
SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.
Wojtek Wajerowicz
2023-09-15
9
-13
/
+273
*
SONAR-20392 Add apiv2 endpoint to fetch the Github permissions mapping
Antoine Vigneau
2023-09-15
10
-0
/
+317
*
SONAR-20285 PATCH endpoint to update users
Wojtek Wajerowicz
2023-09-04
15
-104
/
+454
*
SONAR-20184 Don't return group and token count in API v2 users responses.
Wojtek Wajerowicz
2023-08-22
4
-14
/
+0
*
SONAR-20181 Support pageSize=0
Aurelien Poscia
2023-08-21
4
-17
/
+18
*
SONAR-20181 FE - Rename pageRestResponse to page
guillaume-peoch-sonarsource
2023-08-18
3
-16
/
+36
*
SONAR-20181 implement sort-order in documentation
Aurelien Poscia
2023-08-18
5
-31
/
+63
*
SONAR-20181 ommit from /api/user/search answer the field non-compliant with a...
Aurelien Poscia
2023-08-18
7
-99
/
+178
*
SONAR-20181 Rename api/v2 pageRestResponse to page and improve doc
Aurelien Poscia
2023-08-18
6
-27
/
+23
*
SONAR-20039 Clarify to end users that the apiv2 is not stable yet
Antoine Vigneau
2023-07-31
1
-5
/
+7
*
SONAR-19969 Support apiv2 POST /users to create a user
Antoine Vigneau
2023-07-28
6
-2
/
+195
*
SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2.
Wojtek Wajerowicz
2023-07-28
5
-13
/
+12
*
SONAR-19964 GET /api/v2/users/:login endpoint
Wojtek Wajerowicz
2023-07-27
6
-19
/
+79
*
SONAR-19963 Add tests for API v2 users controller and refactor existing tests
Antoine Vigneau
2023-07-26
15
-365
/
+365
*
SONAR-19965 DELETE /api/v2/users/:login endpoint
Wojtek Wajerowicz
2023-07-26
6
-36
/
+163
*
SONAR-19963 Add GET /api/v2/users endpoint
Aurelien Poscia
2023-07-26
29
-26
/
+1010
*
SONAR-18951 [WebAPI v2] Spring-driven Integration Tests
Antoine Vigneau
2023-04-14
8
-271
/
+391
*
NO-JIRA added missing package-info.java
Aurelien Poscia
2023-03-30
4
-0
/
+92
*
SONAR-18484 fix startup of Web API v2 in DCE mode
Aurelien Poscia
2023-02-22
1
-1
/
+2
*
SONAR-18484 - Add api/v2/system/health endpoint
Antoine Vigneau
2023-02-21
7
-8
/
+277
*
SONAR-18484 Documentation for SonarQube Web API V2 (OpenApi/Swagger)
Aurelien Poscia
2023-02-21
5
-51
/
+44
*
SONAR-18484 Add api/v2/system/liveness endpoint
Pierre
2023-02-21
10
-0
/
+480
[prev]