Commit Graph

94 Commits

Author SHA1 Message Date
Duarte Meneses
79b13ac2a1 SONAR-15142 Always add AuditPersister to container and use typed NewValue for each audit 2021-08-26 20:04:29 +00:00
Lukasz Jarocki
680aed78d5 SONAR-15313 drop endpoints from WebAPI deprecated since 7.X
Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com>
Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com>
Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
2021-08-26 20:04:29 +00:00
Duarte Meneses
bc4d1696a5 SONAR-15237 Improve startup performance of the web process 2021-08-04 20:08:14 +00:00
Bruno Andrade
8eae78c947 Code smell fix: Replacing ImmutableList from List 2021-07-29 20:04:50 +00:00
belen-pruvost-sonarsource
b7dec8c521 SONAR-15144 - Audit Log Clean Up Job 2021-07-27 20:03:03 +00:00
Jacek
16033e3f2f SONAR-10762 Drop custom metrics WSs 2021-07-07 20:03:25 +00:00
Zipeng WU
24036f4a57 SONAR-10762 Drop Custom Measures WS 2021-07-07 20:03:24 +00:00
Duarte Meneses
f9d6d236fe Improve test coverage 2021-06-17 20:03:08 +00:00
Duarte Meneses
2754feca4e SONAR-14925 Remove code deprecated before 7.0 in the Plugin API 2021-06-17 20:03:08 +00:00
Duarte Meneses
3ea8726919 SONAR-14886 Plugins should not modify SonarQube's home directory 2021-06-09 20:03:05 +00:00
Julien HENRY
919774b063 SONAR-14885 Remove deprecated XMLRuleParser 2021-05-28 20:21:38 +00:00
Belen Pruvost
5333756be2 SONAR-14826 - BBC Authenticate through SetPatAction and CheckPatAction 2021-05-21 20:03:36 +00:00
Wouter Admiraal
7ac9ea8301 SONAR-14733 Do not restrict DefaultAdminCredentialsVerifierImpl to startup leader in DCE 2021-04-23 20:03:28 +00:00
Wouter Admiraal
c3342a51cf SONAR-14733 Fix duplicate default credentials warnings in logs 2021-04-22 20:03:34 +00:00
Lukasz Jarocki
c54b7df81f SONAR-14662 Redirecting admin to the risk consent page 2021-04-15 20:03:44 +00:00
Zipeng WU
8b518c6bcc SONAR-14606 make consent required when startup with external plugins 2021-04-15 20:03:44 +00:00
Wouter Admiraal
66249573d7 SONAR-14586 Add a new filter to redirect system administrators to reset admin password form 2021-03-18 20:08:12 +00:00
Duarte Meneses
3ecff763a9 SONAR-14518 Telemetry - include number of sonarlint users 2021-03-05 20:11:48 +00:00
Duarte Meneses
4558e5786f SONAR-14518 Telemetry - include number of sonarlint users 2021-03-04 20:12:49 +00:00
Michal Duda
2eb3622339 SONAR-13848 remove deprecated web services 2021-02-26 20:07:41 +00:00
Duarte Meneses
f7aefc899f SONAR-14395 Validate permissions for BitBucket PR decoration settings 2021-02-08 20:07:45 +00:00
Zipeng WU
bfd3509fb4 SONAR-14372 move alm validation endpoint to CE 2021-02-04 20:07:08 +00:00
Zipeng WU
111fe776bc SONAR-14372 move Azure alm settings WS 2021-02-04 20:07:07 +00:00
Zipeng WU
47374b5a26 SONAR-14372 Move common ALM WS to CE 2021-02-04 20:07:07 +00:00
Zipeng WU
4ff1d47819 SONAR-14372 Allow alm_settings WS to be defined in CE 2021-02-04 20:07:07 +00:00
Jacek
53fb0b91e5 SONAR-14371 Move Github http client to CE 2021-02-04 20:07:07 +00:00
Zipeng WU
c364b859dd SONAR-14371 move Azure Devops client and WS actions to CE 2021-02-04 20:07:07 +00:00
Jacek
1f7132f594 SONAR-14371 Move Bitbucket Server http client to CE 2021-02-04 20:07:07 +00:00
Jacek
044247d489 SONAR-14371 Move gitlab http client to CE 2021-02-04 20:07:07 +00:00
Jacek
67ff607043 SONAR-14371 Create 'alm_integrations' WS module in CE 2021-02-04 20:07:07 +00:00
Mark Rekveld
b246cc9646 SONAR-14306 - Moved SearchEvent WS to community edition 2021-01-14 20:30:31 +00:00
Philippe Perrin
78ad25f06a SONAR-14212 Remove obsolete Sonar-Version HTTP header 2021-01-11 20:20:39 +00:00
Duarte Meneses
6789a2ec09 SONAR-14245 Drop organization related tables 2021-01-11 20:20:39 +00:00
Wouter Admiraal
0f33764b53 Update license headers for 2021 [update headers] 2021-01-08 20:14:47 +00:00
Duarte Meneses
80c2a910e2 SONAR-12786 Improve startup error message when the TCP port is already taken 2021-01-05 20:15:14 +00:00
Michal Duda
d0c752f6fd SONAR-13999 remove all organization WS 2020-12-22 20:09:38 +00:00
Jacek
8ac59775a1 SONAR-13999 drop more organization utility classes 2020-12-22 20:09:38 +00:00
Julien Lancelot
3c492694e7 SONAR-14176 Send email to admins when default admin credential is detected 2020-12-02 20:06:57 +00:00
Jacek
abda9cf968 SONAR-14175 Redirect when 'reset_password' is set 2020-12-02 20:06:57 +00:00
Julien Lancelot
2c21bdec38 SONAR-14175 SONAR-14176 Detect usage of admin account with default credential
SONAR-14175 Add a startup task to detect admin default credential usage and set reset_password flag to true
SONAR-14176 Warn administrators when default admin credential is detected
2020-12-02 20:06:57 +00:00
Pierre Guillot
dfd9164217 clean code smells (unused import) 2020-11-26 20:06:29 +00:00
Julien Lancelot
aca2262d73 SONAR-13913 Remove tables and indexes clean up used in Integration Tests 2020-11-03 20:05:45 +00:00
Julien Lancelot
cededc9472 Revert "SONAR-13913 Remove tables and indexes clean up used in Integration Tests"
This reverts commit 6d13dd2f
2020-10-21 20:08:07 +00:00
Julien Lancelot
8844917734 SONAR-13913 Remove tables and indexes clean up used in Integration Tests
* SONAR-13913 Remove usage of Orchestrator#resetData

* Remove ProjectAnalysisRule

* Upgrade to Orchestrator 3.31

* SONAR-13913 Remove BackendCleanup class

* Remove code related to no more existing tables
2020-10-20 20:08:04 +00:00
Michal Duda
0ecd861055 SONAR-13862 Add a WS for dismissing analysis warning by the current user 2020-09-29 20:07:42 +00:00
Julien Lancelot
bc413ee3db SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed code
* SONAR-13869 Compute number of unanalyzed C and C++ files measures
* SONAR-13869 Send unanalyzed C and C++ flags in Telemetry
2020-09-29 20:07:42 +00:00
Duarte Meneses
6ba838b1da SONAR-13450 Deprecate 'id' parameter in api/user_groups/update 2020-09-22 20:07:12 +00:00
Duarte Meneses
d189558e9c SONAR-13643 Save plugins with type 2020-09-18 20:07:13 +00:00
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