-
Notifications
You must be signed in to change notification settings - Fork 5
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
Introduce architecture decision records #27
Merged
Merged
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
46bcda5
to
ed87515
Compare
jsajlovic
reviewed
Mar 7, 2022
support/documentation/architecture/decisions/0001-record-architecture-decisions.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0001-record-architecture-decisions.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0002-use-java-version-8.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0002-use-java-version-8.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0005-use-junit5-with-assertj-and-mockito.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0005-use-junit5-with-assertj-and-mockito.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0005-use-junit5-with-assertj-and-mockito.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0006-test-structure.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0006-test-structure.md
Outdated
Show resolved
Hide resolved
ed87515
to
ed01b31
Compare
40db805
to
3c33140
Compare
jsajlovic
previously approved these changes
Mar 9, 2022
jzrilic
reviewed
Mar 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, I would have one commit per ADR.
support/documentation/architecture/decisions/0001-record-architecture-decisions.md
Show resolved
Hide resolved
support/documentation/architecture/decisions/0001-record-architecture-decisions.md
Outdated
Show resolved
Hide resolved
support/documentation/architecture/decisions/0006-test-structure.md
Outdated
Show resolved
Hide resolved
3c33140
to
a614387
Compare
a614387
to
facb432
Compare
…tes and initial ADR that explains the motivation
facb432
to
4d27f84
Compare
jzrilic
approved these changes
Mar 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Basic information
1.2.0
Project
Additional information
Description
Introducing architecture decision records.
Summary
We want an easy way of recording our architecture and coding choices. This PR introduces architecture decision records for the current state of the project and a template for writing new decision records.
Details
Related issue
#26
Types of changes
Checklist
I have checked my code with the project's static analysis toolingI have added tests to cover my changes