Remove legacy code in integrations
requested to merge bmarjanovic/remove-legacy-code-in-integrations-after-converting-everything-to-the-dsl into master
What does this MR do and why?
As per #366360 (closed), point 3, we're removing prop_accessor
call in Integration.boolean_accessor
.
Additionally, we're applying a small refactor to the BaseChatNotification
and EnableSslVerification
.
Screenshots or screen recordings
N/A
How to set up and validate locally
- Checkout the branch
- Validate that all integrations (Bamboo, DroneCI, Jenkins, MockCI and TeamCity) that are including
EnableSslVerification
works as before🎉
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #366360 (closed)
Edited by Bojan Marjanovic