-
Notifications
You must be signed in to change notification settings - Fork 7
feat(domain)!: refactor from Books to Players domain model (#248) #265
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ef72cf6
feat(domain)!: refactor from Books to Players domain model (#248)
nanotaboada e08af5f
fix(tests): correct data inconsistencies and improve test configurati…
nanotaboada d0d1d04
refactor: apply comprehensive code review improvements (#248)
nanotaboada aeece8e
refactor(tests,service): add logging and improve test robustness (#248)
nanotaboada 4d1c080
test: add coverage for race condition and null ID edge cases (#248)
nanotaboada 40745a2
docs: remove incorrect 400 response from DELETE endpoint (#248)
nanotaboada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| <profiles version="13"> | ||
| <profile kind="CodeFormatterProfile" name="Spring Boot 127 Column" version="13"> | ||
| <!-- Line wrapping --> | ||
| <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="127" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="127" /> | ||
|
|
||
| <!-- Indentation --> | ||
| <setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" | ||
| value="false" /> | ||
|
|
||
| <!-- Blank lines --> | ||
| <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1" /> | ||
|
|
||
| <!-- Braces --> | ||
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" | ||
| value="end_of_line" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" | ||
| value="end_of_line" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" | ||
| value="end_of_line" /> | ||
|
|
||
| <!-- Comments (preserve formatting) --> | ||
| <setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false" /> | ||
| <setting | ||
| id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" | ||
| value="true" /> | ||
|
|
||
| <!-- New lines --> | ||
| <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" | ||
| value="do not insert" /> | ||
| <setting | ||
| id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" | ||
| value="insert" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" | ||
| value="insert" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" | ||
| value="insert" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" | ||
| value="insert" /> | ||
|
|
||
| <!-- Join wrapped lines --> | ||
| <setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="false" /> | ||
| <setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="false" /> | ||
| </profile> | ||
| </profiles> |
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.