Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Conversation

qvalentin
Copy link
Member

Just so i can already comment on it.

Copy link
Member Author

@qvalentin qvalentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just some thoughts I had

@open-schnick open-schnick marked this pull request as ready for review November 19, 2020 08:40
@codecov
Copy link

codecov bot commented Nov 19, 2020

Codecov Report

Merging #32 (a9cb8d5) into master (a2802fb) will increase coverage by 7.68%.
The diff coverage is 81.73%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
+ Coverage     62.08%   69.77%   +7.68%     
- Complexity      175      210      +35     
============================================
  Files            56       57       +1     
  Lines           575      655      +80     
  Branches         25       38      +13     
============================================
+ Hits            357      457     +100     
+ Misses          212      189      -23     
- Partials          6        9       +3     
Impacted Files Coverage Δ Complexity Δ
...main/java/de/filefighter/rest/RestApplication.java 33.33% <0.00%> (-16.67%) 1.00 <0.00> (-1.00)
...ilefighter/rest/configuration/PrepareDataBase.java 9.43% <0.00%> (ø) 4.00 <0.00> (ø)
...efighter/rest/configuration/RestConfiguration.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ain/token/business/AccessTokenBusinessService.java 100.00% <ø> (ø) 14.00 <0.00> (ø)
...in/token/exceptions/AccessTokenNotFoundAdvise.java 33.33% <0.00%> (ø) 1.00 <0.00> (ø)
...hter/rest/domain/user/rest/UserRestController.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...ions/RequestDidntMeetFormalRequirementsAdvise.java 33.33% <0.00%> (ø) 1.00 <0.00> (ø)
...in/user/exceptions/UserNotRegisteredException.java 50.00% <50.00%> (ø) 1.00 <1.00> (?)
.../java/de/filefighter/rest/domain/common/Utils.java 66.66% <55.55%> (-8.34%) 7.00 <4.00> (+1.00) ⬇️
...hter/rest/configuration/FileFighterProperties.java 76.92% <75.00%> (-0.86%) 4.00 <1.00> (+1.00) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9017474...a9cb8d5. Read the comment docs.

Comment on lines +52 to +55
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing a bug in restTemplate. Overwriting the default httpRequestFactory.

@open-schnick open-schnick merged commit 4b2e9ed into master Nov 19, 2020
@open-schnick open-schnick deleted the feature/FF-103 branch November 19, 2020 15:14
Gimleux pushed a commit that referenced this pull request May 20, 2021
* WIP writing logic for UserRegistration.

* FF-103 wrote logic and unit tests.

* Added additional ExpectionHandler, and HealthCheck change.

* FF-103 added configuration key for password check.

* FF-103 Running cucumber tests works.

* FF-103 Reworked server response to use httpStatus messages instead of strings.

* FF-103 Implemented changes requested by @qvalentin, fixed some bugs.

* Fixed Maven Test Execution.

* updated version and date.

Co-authored-by: open-schnick <jonathan.burst@gmx.de>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants