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
/
sonar-ws
Commit message (
Expand
)
Author
Age
Files
Lines
*
ws-client should not throw HttpException by default
Simon Brandhof
2015-12-02
15
-223
/
+112
*
SONAR-7054 use ws-client in batch
Simon Brandhof
2015-11-30
37
-1079
/
+1580
*
SONAR-6892 WS permissions/search_project_permissions filter by qualifier
Teryk Bellahsene
2015-11-30
2
-0
/
+12
*
Replace checkNotNull by requireNonNull in sonar-ws
Teryk Bellahsene
2015-11-27
1
-3
/
+3
*
SONAR-7048 WS user_tokens/search list access tokens of a user
Teryk Bellahsene
2015-11-26
4
-0
/
+57
*
SONAR-7042 WS user_tokens/revoke revoke an access token
Teryk Bellahsene
2015-11-26
3
-1
/
+54
*
SONAR-7039 Generate user tokens
Teryk Bellahsene
2015-11-23
6
-0
/
+192
*
Fix quality flaws
Teryk Bellahsene
2015-11-18
2
-3
/
+82
*
SONAR-6947 api/issues/search use issue.SearchWsRequest
Teryk Bellahsene
2015-11-18
6
-1
/
+701
*
SONAR-6947 Add tests and bug fixes
Teryk Bellahsene
2015-11-17
4
-40
/
+21
*
SONAR-6947 Add package-info for quality profiles
Teryk Bellahsene
2015-11-17
1
-0
/
+25
*
SONAR-6947 api/components/search use SearchWsRequest
Teryk Bellahsene
2015-11-17
7
-11
/
+162
*
SONAR-6947 api/qualityprofiles/search use SearchWsRequest
Teryk Bellahsene
2015-11-17
3
-1
/
+115
*
SONAR-6947 api/permissions/users use UsersWsRequest
Teryk Bellahsene
2015-11-17
3
-2
/
+121
*
SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequest
Teryk Bellahsene
2015-11-17
3
-1
/
+85
*
SONAR-6947 api/permissions/set_default_template use SetDefaultTemplateWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+69
*
SONAR-6947 api/permissions/search_templates use SearchTemplatesWsRequest
Teryk Bellahsene
2015-11-17
3
-1
/
+47
*
SONAR-6947 Fix paging in GroupsWsRequest and SearchProjectPermissionsWsRequest
Teryk Bellahsene
2015-11-17
2
-8
/
+12
*
SONAR-6947 Add package-info.java well formatted
Teryk Bellahsene
2015-11-17
2
-4
/
+12
*
SONAR-6947 api/permissions/search_project_permissions use SearchProjectPermis...
Teryk Bellahsene
2015-11-17
3
-1
/
+93
*
SONAR-6947 add api/permissions/search_global_permissions to PermissionsWsClient
Teryk Bellahsene
2015-11-17
1
-0
/
+7
*
SONAR-6947 api/permissions/remove_user_from_template use RemoveUserFromTempla...
Teryk Bellahsene
2015-11-17
3
-3
/
+81
*
SONAR-6947 api/permissions/remove_user use RemoveUserWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+80
*
SONAR-6947 api/permissions/remove_group_from_template use RemoveGroupFromTemp...
Teryk Bellahsene
2015-11-17
2
-0
/
+92
*
SONAR-6947 api/permissions/remove_group use RemoveGroupWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+90
*
SONAR-6947 api/permissions/delete_template use DeleteTemplateWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+55
*
SONAR-6947 Create and use CreateTemplateWsRequest
Teryk Bellahsene
2015-11-17
5
-2
/
+98
*
SONAR-6947 Create and use ApplyTemplateWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+79
*
SONAR-6947 Create AddUserToTemplateWsRequest and use it
Teryk Bellahsene
2015-11-17
3
-3
/
+82
*
SONAR-6947 Improve XXXWsRequest contracts
Teryk Bellahsene
2015-11-17
3
-8
/
+14
*
SONAR-6947 Create and use AddUserWsRequest
Teryk Bellahsene
2015-11-17
2
-0
/
+80
*
SONAR-6947 PermissionsWsParameters in sonar-ws
Teryk Bellahsene
2015-11-17
2
-16
/
+60
*
SONAR-6947 Create and use AddGroupToTemplateWsRequest
Teryk Bellahsene
2015-11-17
2
-2
/
+98
*
SONAR-6947 Add and use AddGroupWsRequest
Teryk Bellahsene
2015-11-17
5
-21
/
+152
*
SONAR-6947 api/permissions/groups use GroupsWsRequest
Teryk Bellahsene
2015-11-17
4
-37
/
+85
*
SONAR-6947 New WsClient
Teryk Bellahsene
2015-11-17
9
-182
/
+381
*
SONAR-6947 Move and rename MimeTypes to sonar-ws package
Teryk Bellahsene
2015-11-17
2
-0
/
+126
*
Remove manually generated protobuf file WsTests.java
Teryk Bellahsene
2015-11-05
1
-4276
/
+0
*
Execute Protocol Buffer compiler during build
Evgeny Mandrikov
2015-10-29
9
-69251
/
+0
*
Merge remote-tracking branch 'origin/branch-5.2'
Stas Vilchik
2015-10-22
2
-0
/
+4342
|
\
|
*
SONAR-6416 add field "id" to response of api/tests/covered_files
Simon Brandhof
2015-10-21
1
-0
/
+13
|
*
SONAR-6416 apply naming conventions to response of api/tests/list
Simon Brandhof
2015-10-21
2
-0
/
+4329
|
*
[maven-release-plugin] prepare for next development iteration
Thomas Vérin
2015-10-20
1
-1
/
+1
|
*
[maven-release-plugin] prepare release 5.2-RC3
5.2-RC3
Thomas Vérin
2015-10-20
1
-1
/
+1
*
|
Clean http dependencies in sonar-ws pom.xml
Teryk Bellahsene
2015-10-15
1
-10
/
+1
*
|
Fix quality flaws
Teryk Bellahsene
2015-10-15
4
-95
/
+44
*
|
Create new WsClient to request WS
Teryk Bellahsene
2015-10-14
11
-1
/
+1102
*
|
Upgrade version to 5.3-SNAPSHOT
Thomas Vérin
2015-10-13
1
-1
/
+1
|
/
*
[maven-release-plugin] prepare for next development iteration
Thomas Vérin
2015-10-13
1
-1
/
+1
*
[maven-release-plugin] prepare release 5.2-RC2
5.2-RC2
Thomas Vérin
2015-10-13
1
-1
/
+1
[next]