Commit Graph

54 Commits

Author SHA1 Message Date
Jacek
b25d2a824b SONAR-13618 Remove new lines from db migration log 2020-07-15 20:04:52 +00:00
Duarte Meneses
a59e6e96ad Fix unstable unit test 2020-07-10 20:05:50 +00:00
Pierre
3adb1969a5 SONAR-13590 fix branch+snapshot comparator 2020-07-08 20:05:54 +00:00
Duarte Meneses
6a484e1fa9 SONAR-13475 SONAR-13473 SONAR-13474 Don't restrict to GHE 2020-07-01 20:05:53 +00:00
Duarte Meneses
db6fdba065 Fix unit test FP 2020-07-01 20:05:53 +00:00
Jacek
9112c817aa SONAR-13461 fix SSF-112 2020-06-30 20:05:42 +00:00
Pierre
96af2bcbe7 SONAR-13444 fix logs verbosity and code smells 2020-06-26 20:04:58 +00:00
Pierre
379a7845d2 SONAR-13444 display branch/pr names and id in background tasks 2020-06-26 20:04:58 +00:00
Pierre
50a3b6070d SONAR-13444 order projects by last analysis date 2020-06-26 20:04:57 +00:00
Pierre
87b9e4db55 SONAR-13444 purge CE indexation tasks when triggering a disaster recovery 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
bf05b3c7c2 SONAR-13221 change PK of RULES and update FK 2020-05-25 20:05:22 +00:00
Duarte Meneses
16b2b85fc2 SONAR-13221 Update method and var names 2020-05-25 20:05:21 +00:00
Duarte Meneses
85b940dd93 SONAR-13221 change PK of GROUPS and update FKs 2020-05-25 20:05:21 +00:00
Jacek
6c334f9290 SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES table
* change template_id to template_uuid for PERM_TEMPLATES_GROUPS, PERM_TEMPLATES_USERS, PERM_TPL_CHARACTERISTICS
2020-05-25 20:05:20 +00:00
Duarte Meneses
6b41a01454 SONAR-13221 Metrics 2020-05-25 20:05:20 +00:00
Jacek
65e12a8ca0 SONAR-13221 change PK to uuid of RULES_PARAMETERS table
* change rules_parameter_id of ACTIVE_RULE_PARAMETERS table to rules_parameter_uuid
2020-05-25 20:05:20 +00:00
Duarte Meneses
d8081f847f SONAR-13193 Stop using legacy project ID and use project UUID instead 2020-04-14 20:04:04 +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
a5e56c8d40 SONAR-13214 Remove org.sonar.api.config.Settings from the API 2020-03-23 20:03:41 +00:00
Simon Brandhof
f230425707 SONAR-13155 drop usage of HTTP kevinsawicki lib 2020-03-21 20:04:02 +00:00
Simon Brandhof
3351fb7e24 SONAR-13155 Drop usage of commons-dbutils
except for unit tests
2020-03-21 20:04:01 +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
Jacek
8e69da0d3d Move packages so that code coverage is calculated properly 2020-02-11 20:46:12 +01:00
Jacek
8fa7616e5a SONAR-12961 add facets for new code period: new_security_hotspots_reviewed, new_security_review_rating 2020-02-11 20:46:12 +01:00
Jacek
77f34d207b SONAR-12961 add facets for: security_hotspots_reviewed, security_review_rating 2020-02-11 20:46:11 +01:00
Duarte Meneses
e94172d9ea SONAR-13019 Keys of rules created from template are not renamed when template rule key is renamed 2020-02-05 20:46:11 +01:00
Duarte Meneses
ace9a50d55 SONAR-12689 Separate storage of projects/apps from their components and branches 2020-01-31 20:46:09 +01:00
Sébastien Lesaint
18ab94e64c SONAR-12718 don't index twice rules and activeRule on first startup 2020-01-13 20:46:31 +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
Duarte Meneses
ebdae1d5b7 SONAR-12673 Fix issue management 2019-12-09 20:46:17 +01:00
Duarte Meneses
4244d2ea76 SONAR-12679 Use single branch type 2019-12-09 20:46:15 +01:00
Duarte Meneses
63c9fb57a0 SONAR-12626 remove references to SLB 2019-12-09 20:46:15 +01:00
Duarte Meneses
1b7c2ba7e1 SONAR-12626 CE and Web no longer support SLBs 2019-12-09 20:46:14 +01: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
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
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
2b029d9b12 use testFixtures instead of test configuration of db-dao 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
f0f55945b8 use testFixtures instead of test configuration of webserver-ws 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
11231d2eec fix missing package-info.java files 2019-08-14 20:21:17 +02:00
Sébastien Lesaint
d871b268b3 drop usage of dependency to sonar-webserver-api test jar 2019-08-14 20:21:17 +02:00