-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream source from tag 'samconf-0.58.3'
Update to upstream version '0.58.3' with Debian dir f28ec5d1e6ffa987985cfd9cc51108cdaa7ccac6
- Loading branch information
Showing
43 changed files
with
506 additions
and
260 deletions.
There are no files selected for viewing
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Design Decisions - <headline> | ||
|
||
## Problem | ||
|
||
<describe the problem> | ||
|
||
## Influencing factors | ||
|
||
The following constraints have to be taken into account for a suitable solution: | ||
* <first> | ||
* <second> | ||
|
||
|
||
|
||
## Assumptions | ||
|
||
The following assumptions have been made in the decision process: | ||
* <first> | ||
* <second> | ||
|
||
|
||
|
||
## Considered Alternatives | ||
|
||
### 1) <alt 1> | ||
|
||
Description of this alternative. | ||
|
||
*pros* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
*cons* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
### 2) <alt 2> | ||
|
||
Description of this alternative. | ||
|
||
*pros* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
*cons* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
### 3) <alt 3> | ||
|
||
Description of this alternative. | ||
|
||
*pros* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
*cons* | ||
* <first> | ||
** But: <if applicable react to the above with a but...> | ||
* <second> | ||
** But: | ||
|
||
## Decision | ||
|
||
Alternative 42 is taken. | ||
|
||
### Rationale | ||
|
||
### Open Points | ||
|
||
if something was left open after this decision |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Architecture Design Records | ||
=========================== | ||
|
||
During the development of samconf, decisions have to be made. This chapter | ||
provides a place to collect new ideas and discuss them until we are able to | ||
agree on a final decision for a topic. | ||
|
||
|
||
An *Architecture Design Record* (**ADR**) should follow roughly the pattern | ||
|
||
* Problem Description | ||
* Influencing factors | ||
* Assumptions | ||
* Considered Alternatives | ||
* Decision | ||
* Rational | ||
* Open Points | ||
|
||
There is an ADR-Template :doc:`ADR_template` which can be started with. | ||
|
||
|
||
List of ADRs | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
./ADR_template | ||
./source_verification.md |
Oops, something went wrong.