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

133 and 134 redis updates #152

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

Commits on Jun 20, 2024

  1. Confirmed you can add redis configurations to meta data file parsing …

    …with no breaking to local redis hosting defaults
    HayleyO committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d8d1528 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    HayleyO committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bbbb0eb View commit details
    Browse the repository at this point in the history
  3. Add password to unit tests

    HayleyO committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d7e7d1a View commit details
    Browse the repository at this point in the history
  4. Removed argument name

    HayleyO committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0973694 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    35237b3 View commit details
    Browse the repository at this point in the history
  2. Updated unit test

    HayleyO committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d4b5fed View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    a5f4eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    bc28576 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Updates to redis_adapter unit test and to redis_adapter.py to have su…

    …bscriptions only be set up if server ping was successful.
    rachaelchertok1 authored and asgibson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6bab3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c82670 View commit details
    Browse the repository at this point in the history
  3. Removed commented functions from test redis adapter code and removed …

    …debug prints from redis_adapter.py
    rachaelchertok1 authored and asgibson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    be34447 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fixed use of print_msg

    'RED' is not valid, 'FAIL' allows printing in red
    also, must be a list not a single string
    asgibson committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    201996e View commit details
    Browse the repository at this point in the history