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

Start to keep Architectural Decision Records (ADRs) for tuf reference implementation #1182

Merged
merged 4 commits into from
Oct 27, 2020

Commits on Oct 26, 2020

  1. docs/adr: start to keep ADRs in MADR format

    In order to make decisions about the code and the design explicit and easier
    to reference in future we want to record significant architectural decisions.
    
    This commit introduces docs/adr with a template Architectural Decision Record
    and index using the [MADR](https://adr.github.io/madr/) format.
    
    It also adds ADR 0000 to document the decisions to use MADR.
    
    Fixes theupdateframework#1141
    
    Signed-off-by: Joshua Lock <[email protected]>
    joshuagl committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e3d8439 View commit details
    Browse the repository at this point in the history
  2. Teach git to ignore Emacs backup files

    Signed-off-by: Joshua Lock <[email protected]>
    joshuagl committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    19b9356 View commit details
    Browse the repository at this point in the history
  3. ADR: only use Python 3.6+

    Document the decision drop support for EOL Python versions, most notable
    Python 2.7
    
    Fixes theupdateframework#1125
    
    Signed-off-by: Joshua Lock <[email protected]>
    joshuagl committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    71de3f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. ADR0001: clarify when/where Python 3.6+ is expected

    Provide additional context to clarify where we expect Python 3.6+ to be used
    exclusively (new modules) and link to other discussions around the future of
    Python 2.7 supporting code.
    
    Signed-off-by: Joshua Lock <[email protected]>
    joshuagl committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1b3f580 View commit details
    Browse the repository at this point in the history