Commit Graph

46 Commits

Author SHA1 Message Date
Duarte Meneses
e4f8927d7f SONAR-13735 Fix SSF-120 2020-08-06 20:06:09 +00:00
Jacek
0a9b880143 SONAR-13444 Add issue sync task type in api/ce/task_types response 2020-06-26 20:04:57 +00:00
Jacek
9cad39aca8 SONAR-13398 extract common component for checking issue sync status 2020-06-26 20:04:57 +00:00
Pierre
e4b519ed12 SONAR-13444 background tasks for issue indexation implementation 2020-06-26 20:04:56 +00:00
Michal Duda
d662d0c026 SONAR-13272 fix issue with setting some properties through env variables 2020-04-14 20:04:04 +00:00
Julien HENRY
28faf35ead Remove deprecated APIs since at least 6.7 2020-03-23 20:03:41 +00:00
Sébastien Lesaint
accb6a680a SONAR-12955 support IPv6 in cluster properties
and consistently valid adresses
2020-02-20 20:46:15 +01:00
Sébastien Lesaint
8d12ef5dc1 SONAR-12717 add WS api/workflows/search
returns unresolved hotspots of a project, with components and rules details
2020-01-13 20:46:24 +01:00
Wouter Admiraal
3f6f549627 Format all headers for 2020 2020-01-07 20:46:09 +01:00
Pierre Guillot
dca7417787 SONAR-12864 fix SSF-102 by dropping deprecated code 2019-12-19 20:46:11 +01:00
Duarte Meneses
d1fd889554 Fix code quality issues and reduce dependency on Guava 2019-12-10 20:46:09 +01:00
Pierre Guillot
1e46ff31c0 SONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payload 2019-12-09 20:46:18 +01:00
Jacek
15ed6d5035 SONAR-12649 Remove deprecated WSs since 6.3
- api/timemachine
- api/properties
- api/user_properties
2019-11-06 10:04:33 +01:00
Julien Lancelot
b90aea4814 SONAR-12512 SONAR-12514 SONAR-12515 Move AlmSettings Ws to Dev edition 2019-11-06 10:04:31 +01:00
Julien Lancelot
58d04f69bb SONAR-12512 Allow configuration of multiple GitHub instances 2019-11-06 10:04:19 +01:00
Duarte Meneses
129ab9d77f SONAR-7318 Fail fast when more than one Language is declared with a specific key 2019-10-25 20:21:06 +02:00
Duarte Meneses
c7a8da830b SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2 2019-10-21 20:21:12 +02:00
Sébastien Lesaint
140e84fbdf fix some quality flaws on the new code period 2019-10-09 20:21:06 +02:00
Sébastien Lesaint
359ff819e5 SONAR-12487 improve coverage of Telemetry classes
makes tests more unique by moving much logic out TelemetryDaemonTest which will make this test faster (less tests) and more reliable (simpler)
as this test was troublesom because if was testing multithreaded code
2019-10-08 20:21:04 +02:00
Sébastien Lesaint
c595b6fe57 SONAR-12487 send docker flag in telemetry 2019-10-08 20:21:04 +02:00
Sébastien Lesaint
09b58047a3 SONAR-12485 add Docker flag in System Info 2019-10-07 20:21:06 +02:00
Julien Lancelot
274c9faaf5 SONAR-12471 Embed LDAP authentication 2019-10-07 20:21:06 +02:00
Julien Lancelot
69dd7210a6 SONAR-12471 Embed SAML authentication 2019-10-07 20:21:06 +02:00
Julien Lancelot
42f0cff638 SONAR-12471 Embed GitHub authentication 2019-10-07 20:21:06 +02:00
Jacek
d170d4e481 SONAR-12366 update endpoint ws urls (#2013) 2019-09-24 20:21:14 +02:00
Julien Lancelot
056302d0d5 SONAR-12460 Support GitLab Authentication 2019-09-23 20:21:07 +02:00
philippe-perrin-sonarsource
c8d43ec36a Remove reference to sonar-vsts from backend and fix test 2019-09-23 20:21:07 +02:00
Jacek
2be53fd8bc SONAR-5366 - restore custom rules (#2060)
- restore custom rules
- reduce SQL query executions
- code readability improvements
2019-09-18 09:51:47 +02:00
Sébastien Lesaint
bb7e74da6d SONAR-12398 make schedule refresh of porfolios work 2019-09-16 20:21:02 +02:00
Sébastien Lesaint
9b3f1a1d06 logger name should appear in Unit Tests' logs 2019-09-06 20:21:06 +02:00
Sébastien Lesaint
3b52502005 use testFixtures instead of test configuration of webserver-es 2019-09-02 20:21:05 +02:00
Sébastien Lesaint
a524a2dd6e use testFixtures instead of test configuration of webserver-auth 2019-09-02 20:21:05 +02:00
Sébastien Lesaint
4d38fa7629 use testFixtures instead of test configuration of server-common 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
08cfcdeffd drop now useless module sonar-db-testing 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
d871b268b3 drop usage of dependency to sonar-webserver-api test jar 2019-08-14 20:21:17 +02:00
Sébastien Lesaint
7a9b72c6a4 fix some (old) quality flaws 2019-08-14 20:21:16 +02:00
Sébastien Lesaint
314809259c rename sonar-webserver-common to sonar-webserver-api 2019-08-14 20:21:16 +02:00
Sébastien Lesaint
23e09ca2d3 clean up sonar-webserver content belonging to sonar-webserver-core 2019-08-14 20:21:16 +02:00
Sébastien Lesaint
98efbbadb8 rename sonar-server to sonar-webserver-core 2019-08-14 20:21:16 +02:00
Sébastien Lesaint
b4694fd3ae remove need to add H2 dependency when depending on sonar-db-testing 2019-08-14 20:21:15 +02:00
Sébastien Lesaint
5334895ce0 remove dependency from sonar-webserver-webapi to sonar-server 2019-08-14 20:21:15 +02:00
Sébastien Lesaint
eaf9ded93b make TelemetryDataLoader an interface
this will easy later refactoring
2019-08-14 20:21:15 +02:00
Sébastien Lesaint
1179e7ef7f separate Action from indirect dependencies in system WS 2019-08-14 20:21:14 +02:00
Sébastien Lesaint
3814e193bf create sonar-webserver-es from sonar-server 2019-08-14 20:21:14 +02:00
Sébastien Lesaint
b6d962dd46 create sonar-webserver-webapi from sonar-server 2019-08-14 20:21:13 +02:00
Sébastien Lesaint
4a557e2695 create sonar-webserver from sonar-server
contains the Web Server "executable", the Pico Container definition (to allow building it up from multiple modules) and Tomcat/JEE specific code
2019-08-14 20:21:12 +02:00