Skip to content
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

PR for release #531

Merged
merged 20 commits into from
Nov 22, 2023
Merged

PR for release #531

merged 20 commits into from
Nov 22, 2023

Conversation

mcweba
Copy link
Collaborator

@mcweba mcweba commented Nov 22, 2023

No description provided.

hiddenalpha and others added 20 commits June 28, 2023 17:22
- Add error handling.
- Prevent millions of nonsense string comparions where a simple int
  compare is enough.
- Shorten useless complicated messages. Cache result of toString().
- Replace ugly imports.

References (www):
- https://m.youtube.com/watch?v=x2EOOJg8FkA
- https://m.youtube.com/watch?v=EpYr3T5VP6w
- https://medium.com/swlh/yagni-and-dry-the-kiss-of-death-for-your-software-project-cfd44b0654b6#fc82

References (I'm not allowed to make those publicly available):
- https://wikit.post.ch/x/_Bv6Rw
- https://wikit.post.ch/x/iRepPQ
- https://jira.post.ch/browse/SDCISA-10871

(wip @ 284d263)
…ClientMethod

Implement another HttpClient method
Conflicts:
  gateleen-core/src/main/java/org/swisspush/gateleen/core/http/AbstractHttpClient.java
#529 EventBusAppender instance pollution in Java Heap Space
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

Attention: 46 lines in your changes are missing coverage. Please review.

Comparison is base (67822b7) 47.24% compared to head (b4d447b) 47.70%.

Files Patch % Lines
...swisspush/gateleen/expansion/ExpansionHandler.java 0.00% 13 Missing ⚠️
.../java/org/swisspush/gateleen/hook/HookHandler.java 50.00% 10 Missing and 2 partials ⚠️
...isspush/gateleen/core/http/AbstractHttpClient.java 0.00% 10 Missing ⚠️
...org/swisspush/gateleen/logging/LoggingHandler.java 50.00% 3 Missing and 1 partial ⚠️
...spush/gateleen/logging/RequestLoggingConsumer.java 0.00% 3 Missing ⚠️
.../org/swisspush/gateleen/routing/RouterBuilder.java 0.00% 3 Missing ⚠️
.../swisspush/gateleen/core/http/LocalHttpClient.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #531      +/-   ##
============================================
+ Coverage     47.24%   47.70%   +0.45%     
- Complexity     1777     1784       +7     
============================================
  Files           224      225       +1     
  Lines         11669    11704      +35     
  Branches       1225     1227       +2     
============================================
+ Hits           5513     5583      +70     
+ Misses         5668     5634      -34     
+ Partials        488      487       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcweba mcweba merged commit b10c5bb into master Nov 22, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants