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

Don't update an existing config file #401

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 16, 2021

  1. Add script to update signing key format

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    53eabbf View commit details
    Browse the repository at this point in the history
  2. Don't update an existing config file. Exit instead.

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f0c79f9 View commit details
    Browse the repository at this point in the history
  3. Add return False to end of crypto parse_config

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c9f2e5c View commit details
    Browse the repository at this point in the history
  4. Update README and add better instructions to generate-key

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    adb132e View commit details
    Browse the repository at this point in the history
  5. Add changelog

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    02cf85e View commit details
    Browse the repository at this point in the history
  6. Fix silly typo

    Azrenbeth authored and Azrenbeth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    55ef37a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Remove incorrect assertion from readme

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5306b44 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into azren/read_only_config

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e581b04 View commit details
    Browse the repository at this point in the history
  3. Apply casefolding fix from #405

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d319e64 View commit details
    Browse the repository at this point in the history
  4. Update dockerfile to run generate-key before CMD

    Azrenbeth authored and Azrenbeth committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8df0080 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Add suggestions from code review

    Azrenbeth authored and Azrenbeth committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b31fc0b View commit details
    Browse the repository at this point in the history
  2. Move script description above example run

    Azrenbeth authored and Azrenbeth committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    99b49a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Apply suggestions from code review:

    - update changelog
    - multiline strings in script output
    - add --quiet option to generate-key
    Azrenbeth authored and Azrenbeth committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    203e27e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into azren/read_only_config

    Azrenbeth authored and Azrenbeth committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3d98cac View commit details
    Browse the repository at this point in the history
  3. Run isort

    Azrenbeth authored and Azrenbeth committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b73c975 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge remote-tracking branch 'origin/main' into azren/read_only_config

    Azrenbeth authored and Azrenbeth committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    150009c View commit details
    Browse the repository at this point in the history
  2. Fix mistake that occured while fixing merge conflicts

    Azrenbeth authored and Azrenbeth committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5863e95 View commit details
    Browse the repository at this point in the history