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

Add functionality to predict or find SNOs of two platforms #153

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. Add first version of a script to find SNOs

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b87c2f3 View commit details
    Browse the repository at this point in the history
  2. Add example config file for the SNO finder script

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4f01532 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Further clean up, refactor, add a bit of unittests and enhance logging

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    987d5d4 View commit details
    Browse the repository at this point in the history
  2. Fix CI env

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2a8cef6 View commit details
    Browse the repository at this point in the history
  3. Fix datetime imports to be more ressilient

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b7f2e24 View commit details
    Browse the repository at this point in the history
  4. Bugfix - ci env

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cf1e49f View commit details
    Browse the repository at this point in the history
  5. Add some more test coverage

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    915f366 View commit details
    Browse the repository at this point in the history
  6. Make datetime objects time zone aware, and add py3.12 for the CI tests

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    be8f572 View commit details
    Browse the repository at this point in the history
  7. Fix for timezone aware datetimes

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3506cb5 View commit details
    Browse the repository at this point in the history
  8. Refactor

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    dc78d11 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Refactor SNO finder

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    fe60b58 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Refactoring

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    330e3cf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Refactoring

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8ee7bf7 View commit details
    Browse the repository at this point in the history