-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactorings/exterminate statics #3837
Merged
Coduz
merged 98 commits into
eclipse-kapua:develop
from
dseurotech:refactorings/exterminateStatics
Feb 6, 2024
Merged
Refactorings/exterminate statics #3837
Coduz
merged 98 commits into
eclipse-kapua:develop
from
dseurotech:refactorings/exterminateStatics
Feb 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
from
August 2, 2023 09:52
42b801c
to
01e868e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #3837 +/- ##
==============================================
+ Coverage 0 21.18% +21.18%
- Complexity 0 10 +10
==============================================
Files 0 1938 +1938
Lines 0 41181 +41181
Branches 0 3780 +3780
==============================================
+ Hits 0 8724 +8724
- Misses 0 32051 +32051
- Partials 0 406 +406
|
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
5 times, most recently
from
August 11, 2023 08:38
5c425b7
to
d9e37d9
Compare
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
11 times, most recently
from
August 22, 2023 12:41
e72dcdf
to
9e76f14
Compare
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
10 times, most recently
from
September 6, 2023 08:56
70ab4ed
to
8b45732
Compare
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
2 times, most recently
from
September 6, 2023 10:10
da4a57a
to
a75429b
Compare
…osed anyway Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
…iscovery Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
…rvice Signed-off-by: dseurotech <[email protected]>
…ation and increasing configurability Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
dseurotech
force-pushed
the
refactorings/exterminateStatics
branch
from
February 5, 2024 07:30
8c49b80
to
047bdbe
Compare
Signed-off-by: dseurotech <[email protected]>
Signed-off-by: dseurotech <[email protected]>
Coduz
added
CQ approved
The PR has passed CQ approvation
and removed
CQ pending
This PR needs a CQ to be approved from Eclipse before merging.
labels
Feb 6, 2024
Coduz
approved these changes
Feb 6, 2024
This was referenced Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brief description of the PR.
Removes most static variables and manual singletons, in favour of a more pervasive Dependency Injection usage.
Related Issue
This PR fixes/closes 3266
Description of the solution adopted
Exterminating Statics.pdf
Any side note on the changes made