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

Change read methods to yaml #58

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Change read methods to yaml #58

wants to merge 13 commits into from

Commits on Oct 17, 2024

  1. MAINT: Bump version

    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    32955fc View commit details
    Browse the repository at this point in the history
  2. ENH: Simplify config by creating one master config file

    The main config file uses yaml and contains all config from the previous 4 files.
    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9600156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9adfc58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85759b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b42a2 View commit details
    Browse the repository at this point in the history
  6. STY: Pylint and black

    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    094757f View commit details
    Browse the repository at this point in the history
  7. MAINT: Add another entry point using prod argument

    This will allow the application to run on a local machine with production credentials. Acts as an alternative to using docker
    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a813762 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6401bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bc0241 View commit details
    Browse the repository at this point in the history
  10. TEST: Add opposite test case

    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8ff050a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f47f01e View commit details
    Browse the repository at this point in the history
  12. STY: Black and Pylint

    khalford committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fc9df0d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. MAINT: Major version change

    Since the config files have changed this version is no longer compatible with previous deployments
    khalford committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    359906c View commit details
    Browse the repository at this point in the history