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

update docker file and python deps #1

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

Commits on Mar 13, 2024

  1. update action output to use newer github env method

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e0ddd4b View commit details
    Browse the repository at this point in the history
  2. chg: update docker file and python deps

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    88e3e8b View commit details
    Browse the repository at this point in the history
  3. chg: dev: strip test.yml and expect failures in CI

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2a6043f View commit details
    Browse the repository at this point in the history
  4. chg: rename and simplify docker file

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    156e547 View commit details
    Browse the repository at this point in the history
  5. chg: fix grammar in action.yml message

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d2fbf36 View commit details
    Browse the repository at this point in the history
  6. chg: add org-level test bits for this repo and update test.yaml

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    23a1e89 View commit details
    Browse the repository at this point in the history
  7. fix: replace deprecated backend import with correct module

    * cryptography stopped requiring the use of backend arguments in 3.1
    
    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    df5d5c1 View commit details
    Browse the repository at this point in the history
  8. chg: swap out local action for GH action and test org settings

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ed9807b View commit details
    Browse the repository at this point in the history
  9. chg: restrict repo scope and use super-simple check

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8089562 View commit details
    Browse the repository at this point in the history
  10. chg: set repositories to a single repo

    * not found (scope error?) when set to 'repo1,repo2'
    * same error with single (host) repo
    * only seems to work with 'owner' set and 'repositories' unset
    
    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    939f4d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chg: switch back to local action test, remove input decode

    * refactor get_jwt to use text input and encode at load time
    
    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    97c276d View commit details
    Browse the repository at this point in the history
  2. chg: revert to loading bytes per upstream docs

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ef081ad View commit details
    Browse the repository at this point in the history
  3. chg: mid-cleanup commit, next pre-commit

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c7205bf View commit details
    Browse the repository at this point in the history
  4. chg: add pre-commit config, apply source and general file cleanup

    * address bandit and flake8 warnings
    
    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9186799 View commit details
    Browse the repository at this point in the history
  5. chg: add more hooks, cleanup problematic code snippets

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7a00f87 View commit details
    Browse the repository at this point in the history
  6. chg: swap out JWT packages and try te one from GH doc examples

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    03b7151 View commit details
    Browse the repository at this point in the history
  7. chg: revert entrypoint.sh to original base64 decode

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4c858b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. let python-jwt package pull in the deps

    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    81373a2 View commit details
    Browse the repository at this point in the history