Commit Graph

56 Commits

Author SHA1 Message Date
Evgeny Mandrikov
d7d20c58c7 Execute Protocol Buffer compiler during build
Dependency for compiler selected based on platform. Supported platforms
are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid
duplication.

This also makes version of compiler consistent with version of library.
Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are
3.0.0-beta-1. And removes all existing auto generated files and scripts
for their creation as well as their traces (such as comments and
exclusions for SonarQube).
2015-10-29 16:12:28 +01:00
Stas Vilchik
c37f61652a Merge remote-tracking branch 'origin/branch-5.2' 2015-10-22 10:18:58 +02:00
Simon Brandhof
24c4856b33 SONAR-6416 add field "id" to response of api/tests/covered_files
Refactoring: use protobuf to generate response
2015-10-21 14:07:34 +02:00
Simon Brandhof
64857ae7f4 SONAR-6416 apply naming conventions to response of api/tests/list 2015-10-21 14:07:34 +02:00
Thomas Vérin
5945ad454b [maven-release-plugin] prepare for next development iteration 2015-10-20 15:47:34 +02:00
Thomas Vérin
ef358b0023 [maven-release-plugin] prepare release 5.2-RC3 2015-10-20 15:47:33 +02:00
Teryk Bellahsene
5600171592 Clean http dependencies in sonar-ws pom.xml 2015-10-15 14:22:25 +02:00
Teryk Bellahsene
62dd54d41a Fix quality flaws 2015-10-15 09:44:03 +02:00
Teryk Bellahsene
fce2babd26 Create new WsClient to request WS 2015-10-14 17:29:26 +02:00
Thomas Vérin
5454b43be7 Upgrade version to 5.3-SNAPSHOT 2015-10-13 13:54:26 +02:00
Thomas Vérin
bc488dae24 [maven-release-plugin] prepare for next development iteration 2015-10-13 12:06:23 +02:00
Thomas Vérin
3d2b3bbd08 [maven-release-plugin] prepare release 5.2-RC2 2015-10-13 12:06:23 +02:00
Thomas Vérin
448f166e5f [maven-release-plugin] prepare for next development iteration 2015-10-12 17:58:42 +02:00
Thomas Vérin
d5dd7720eb [maven-release-plugin] prepare release 5.2-RC1 2015-10-12 17:58:42 +02:00
Simon Brandhof
e2517f4266 Replace groupIds org.codehaus by org.sonarsource 2015-10-09 16:41:29 +02:00
Simon Brandhof
102cf59cf5 SONAR-6834 add qualifier to tasks of WS api/ce responses 2015-10-05 10:11:50 +02:00
Teryk Bellahsene
c9eccbdea6 SONAR-6857 WS components/search search for components 2015-10-02 09:23:02 +02:00
Teryk Bellahsene
a23a7ec4f4 Revert "SONAR-6864 Rename WS batch/* to scanner/*"
This reverts commit a515be7cbe641e21805d9fa945bf13afc66c810c.
2015-09-30 16:28:08 +02:00
Teryk Bellahsene
df84203cdf Fix typo in ws-scanner.proto 2015-09-30 16:27:12 +02:00
Teryk Bellahsene
8587775dbe SONAR-6864 Rename WS batch/* to scanner/* 2015-09-30 16:27:12 +02:00
Teryk Bellahsene
5af4d8ed1f SONAR-6823 WS batch/project with protobuf and new behaviors 2015-09-30 16:27:12 +02:00
Simon Brandhof
a4d652253d SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT 2015-09-30 13:05:46 +02:00
Teryk Bellahsene
2634b3b9ed SONAR-6854 WS permissions/template_groups search for groups in a specific permission template for a given permission 2015-09-28 16:35:02 +02:00
Teryk Bellahsene
b69446d9a9 SONAR-6853 WS permissions/template_users list users of one template and permission 2015-09-28 16:35:01 +02:00
Simon Brandhof
7ed36fc7a3 SONAR-6799 SONAR-6232 compute engine logs
- add WS api/ce/logs
- add boolean field 'logs' to the responses of the WS that return tasks
- purge log files (max nb of files per project can be configured)
2015-09-27 12:29:27 +02:00
Simon Brandhof
6827d4ca07 SONAR-5770 add WS api/ce/project 2015-09-22 17:12:52 +02:00
Simon Brandhof
6e713f166b SONAR-6834 New WS GET api/ce/queue 2015-09-18 23:48:48 +02:00
Simon Brandhof
024672b883 Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY 2015-09-18 23:48:48 +02:00
Teryk Bellahsene
e7b45f77f1 SONAR-6822 WS rules/search from json to protobuf 2015-09-17 11:36:12 +02:00
Simon Brandhof
0eb9c54172 Add missing file 2015-09-17 11:36:11 +02:00
Simon Brandhof
15005289f5 Improve protobuf to json converter
- replace bool field *PresentIfEmpty by a wrapper of repeated fields
- support arrays/maps in map values
2015-09-17 11:36:10 +02:00
Teryk Bellahsene
aaf2651b94 SONAR-6821 WS qualityprofiles/search use protocol buffers to build response 2015-09-17 09:30:51 +02:00
Simon Brandhof
5381dd3a8d Exclude generated protobuf codebase from analysis 2015-09-11 11:44:21 +02:00
Simon Brandhof
33a216e207 Upgrade protobuf lib to 3.0.0-beta-1 2015-09-11 11:44:21 +02:00
Simon Brandhof
d000d02bf5 SONAR-6052 Drop secondary locations from db/ws 2015-09-10 16:24:35 +02:00
Teryk Bellahsene
a973701504 SONAR-6495 WS permissions/search_templates add default templates 2015-09-04 16:16:54 +02:00
Teryk Bellahsene
2a44995355 Prefix web service protobuf messages with 'Ws' 2015-09-04 16:16:16 +02:00
Teryk Bellahsene
e1aade556d SONAR-6495 WS permissions/search_templates search for permission templates 2015-09-04 16:10:57 +02:00
Teryk Bellahsene
4d08ae84be SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern by projectKeyPattern 2015-08-27 16:52:33 +02:00
Teryk Bellahsene
a6fc7f9884 SONAR-6485 WS permissions/search_project_permissions replace uuid by id in response 2015-08-27 16:52:32 +02:00
Teryk Bellahsene
4c32331288 Paging as first element in WS responses of the permission domain 2015-08-27 16:52:32 +02:00
Teryk Bellahsene
534f06f131 SONAR-6497 WS permissions/update/template update a permission template 2015-08-27 09:50:00 +02:00
Teryk Bellahsene
61050e0245 SONAR-6496 WS permissions/create_template create a permission template 2015-08-27 09:45:49 +02:00
Teryk Bellahsene
bd80840c36 SONAR-6479 WS permissions/users display email in response 2015-08-24 14:38:21 +02:00
Teryk Bellahsene
64ac081cdf SONAR-6485 WS permissions/search_project_permissions search for project permissions 2015-08-19 14:17:59 +02:00
Teryk Bellahsene
c644a4df6c SONAR-6478 WS permissions/search_global_permissions search for global permissions 2015-08-10 09:16:08 +02:00
Teryk Bellahsene
966ceab832 SONAR-6482 WS permissions/groups list permission's groups 2015-08-06 12:16:40 +02:00
Teryk Bellahsene
b4e4af1373 SONAR-6479 WS permissions/users search users with a specific permission 2015-08-06 09:05:46 +02:00
Simon Brandhof
e518e7cde4 Do not allow componentId nor msg on primary location 2015-08-05 19:32:14 +02:00
Simon Brandhof
12324c45ba Store issues locations in DB and return in WS 2015-08-05 19:32:13 +02:00