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
/
sonar-ws-client
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix some quality flaws
Simon Brandhof
2014-07-01
1
-4
/
+3
|
*
Fix some quality flaws
Simon Brandhof
2014-06-30
7
-140
/
+1
|
*
Remove some unused code in event ws-client
Simon Brandhof
2014-06-20
3
-14
/
+1
|
*
Fic compatibility of hamcrest with java 6
Simon Brandhof
2014-06-20
1
-2
/
+1
|
*
Upgrade hamcrest and fix conflicts with JUnit and Mockito
Simon Brandhof
2014-06-20
15
-34
/
+29
|
*
SONAR-5382 Remove DuplicationClient, SourceClient and TestClient
Julien Lancelot
2014-06-05
45
-2099
/
+0
|
*
SONAR-5338 rename actions "plan" to "covered_files" and "testable" to ↵
Julien Lancelot
2014-06-04
5
-15
/
+15
|
|
|
|
"test_cases" in /api/tests WS
*
SONAR-5341 Add some unit test and complete Javadoc
Julien Lancelot
2014-06-03
3
-1
/
+3
|
*
SONAR-5341 Restore issue.componentId in order to be able to use SonarQube ↵
Julien Lancelot
2014-06-03
2
-0
/
+10
|
|
|
|
3.7 Java Client
*
SONAR-5341 Update Issues WS Java client due to removal of issue.componentId ↵
Julien Lancelot
2014-05-28
6
-32
/
+23
|
|
|
|
and issue.effortToFix
*
TestCase should not contain File object
Julien Lancelot
2014-05-28
4
-11
/
+21
|
*
Improve WS using "_ref"
Julien Lancelot
2014-05-26
9
-64
/
+57
|
*
SONAR-5338 Create Java client for tests WS
Julien Lancelot
2014-05-26
12
-0
/
+572
|
*
SONAR-5007 remove wsclient of deleted api/rules/index
Simon Brandhof
2014-05-22
12
-582
/
+0
|
*
Add Java WS client for /api/coverage/show and /api/duplications/show
Julien Lancelot
2014-05-22
22
-0
/
+943
|
*
SONAR-5305 Do only one SQL to retun all measures
Julien Lancelot
2014-05-20
2
-0
/
+48
|
*
Improve Java WS Client of /api/sources/show and /api/source/show
Julien Lancelot
2014-05-19
9
-30
/
+190
|
*
SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGS
Simon Brandhof
2014-05-15
5
-176
/
+0
|
*
SONAR-5287 SONAR-5293 Create Java WS client for "/api/sources/show" and ↵
Julien Lancelot
2014-05-13
11
-5
/
+387
|
|
|
|
"/api/sources/scm"
*
Remove moduleKey() as it's not returned by the WS
Julien Lancelot
2014-05-13
1
-8
/
+0
|
*
SONAR-5271 Delete /api/violations WS
Julien Lancelot
2014-05-06
6
-550
/
+0
|
*
SONAR-5111 Split quality profiles WS into old style Rails description and ↵
Jean-Baptiste Lievremont
2014-05-05
2
-2
/
+2
|
|
|
|
new dedicated Java WS
*
SONAR-4764 Add Java WS Client to restore default profiles
Julien Lancelot
2014-04-25
7
-3
/
+243
|
*
ONAR-5132 Issues search WS should allow to search by language
Julien Lancelot
2014-04-22
2
-1
/
+6
|
*
Continue move from hamcrest to fest-assert
Simon Brandhof
2014-04-21
2
-7
/
+6
|
*
Upgrade to 4.4-SNAPSHOT
Eric Hartmann
2014-04-18
1
-1
/
+1
|
*
Fix stability of tests depending on order of execution
Simon Brandhof
2014-04-03
2
-35
/
+23
|
|
|
|
Default timezone should not be changed by tests because DateUtils keeps instances of SimpleDateFormat in ThreadLocalContext. These instances are executed during the first call, so we can't guarantee which tz is used.
*
SONAR-4843 move URL to /api/system/restart and complete ws-client
Simon Brandhof
2014-03-21
3
-2
/
+24
|
*
Fix quality flaws
Jean-Baptiste Lievremont
2014-03-20
2
-4
/
+25
|
*
Add Issues.componentById() helper
Julien Lancelot
2014-03-17
3
-4
/
+14
|
*
SONAR-5142 drop search of components by language
Simon Brandhof
2014-03-13
2
-18
/
+0
|
*
SONAR-5094 Add ability to fetch quality gate failure text on measures
Jean-Baptiste Lievremont
2014-03-12
4
-0
/
+43
|
*
Update copyright headers (replace 2013 by 2014)
Simon Brandhof
2014-03-11
256
-258
/
+258
|
*
SONAR-5094 Add project/quality gate association capabilities to WS client
Jean-Baptiste Lievremont
2014-03-11
3
-0
/
+56
|
*
SONAR-5094 Add create/update/delete condition capabilities to WS client
Jean-Baptiste Lievremont
2014-03-10
5
-1
/
+237
|
*
SONAR-4366 Fix NPE when quality gate is empty (no condition)
Jean-Baptiste Lievremont
2014-03-10
2
-2
/
+20
|
*
SONAR-5094 Update Quality Gate show WS and its associated client for easier ↵
Jean-Baptiste Lievremont
2014-03-07
5
-15
/
+139
|
|
|
|
loading of config from batch
*
SONAR-5056 Create new Durations API to format Duration and convert String to ↵
Julien Lancelot
2014-03-06
9
-148
/
+16
|
|
|
|
Duration
*
SONAR-5094 Add method in WS client to get conditions for a QG
Jean-Baptiste Lievremont
2014-03-05
5
-6
/
+173
|
*
Update groupId to subProjectId and rootIt to projectId in issues WS
Julien Lancelot
2014-03-03
3
-8
/
+8
|
*
Fix quality flaws
Jean-Baptiste Lievremont
2014-03-03
2
-4
/
+3
|
*
Return information on groupId and rootId on issue WS
Julien Lancelot
2014-02-27
6
-10
/
+49
|
*
SONAR-4996 Update debt display in technical debt pyramid widget
Julien Lancelot
2014-02-25
1
-1
/
+8
|
*
SONAR-4366 Add WS client classes for quality gate CRUD services
Jean-Baptiste Lievremont
2014-02-25
8
-0
/
+439
|
*
Upgrade version to 4.3-SNAPSHOT
Eric Hartmann
2014-02-24
1
-1
/
+1
|
*
SONAR-926 Add module key information on components for IntelliJ
Julien HENRY
2014-02-21
1
-0
/
+8
|
*
SONAR-926 Export component path in issues WS search results
Julien HENRY
2014-02-11
1
-0
/
+9
|
*
Fix quality flaw
Julien Lancelot
2014-02-11
1
-1
/
+1
|
*
SONAR-926 Deprecate PAC and CLA in WS Client
Julien HENRY
2014-02-10
1
-6
/
+14
|
*
Fix quality flaws
Julien Lancelot
2014-02-10
1
-1
/
+2
|
[next]