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

Lineage pull request for: skeleton #238

Merged
merged 17 commits into from
Feb 8, 2023
Merged

Lineage pull request for: skeleton #238

merged 17 commits into from
Feb 8, 2023

Commits on Jan 31, 2023

  1. Update pre-commit hooks

    Update pre-commit hooks using `pre-commit autoupdate`. The `ansible-lint` hook
    is intentionally held back to be updated independently to v6.
    mcdonnnj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0bb91c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge pull request #124 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hooks
    jmorrowomni authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0eda781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9789383 View commit details
    Browse the repository at this point in the history
  3. Add a security label

    jsf9k committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    313e792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c0a75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c4b5be View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #119 from cisagov/lineage/skeleton

    Lineage pull request for: skeleton
    jmorrowomni authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8b589d1 View commit details
    Browse the repository at this point in the history
  2. Update wheel installation in the test-build job

    Retrieve the wheel to a `dist/` sub-directory and get the name of the
    specific file (wheel) to be installed. Then update the installation
    step to use this found filename instead of a wildcard.
    mcdonnnj authored and jmorrowomni committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0c52e46 View commit details
    Browse the repository at this point in the history
  3. Install the test dependencies of the built wheel

    When installing the wheel that was built in the `build` job we will
    also install the `test` optional dependencies.
    mcdonnnj authored and jmorrowomni committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    22bce63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from cisagov/improvement/install_test_depende…

    …ncies_in_test-build_gha_job
    
    Improve testing dependency installation in the `test-build` job
    jmorrowomni authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9be0934 View commit details
    Browse the repository at this point in the history
  5. Adjust key order in the build workflow

    Sort all pre-`steps` keys alphabetically descending. Sorting all keys
    alphabetically would be somewhat onerous because the `strategy` key
    would come after the `steps` key even though it's configuration
    information. We can at least sort everything but the `steps` key in
    alphabetically descending order and make the `steps` the last for a
    job.
    mcdonnnj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    659a9eb View commit details
    Browse the repository at this point in the history
  6. Make build workflow job names more descriptive

    Add `name` keys to the `test`, `build`, and `test-build` jobs that are
    both more descriptive and include the Python version from the job's
    matrix. This will produce consistent and more helpful job names in the
    GitHub Actions log in the GitHub web UI.
    mcdonnnj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0f3dd39 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #120 from cisagov/improvement/update_names_for_job…

    …s_using_matrix_strategy
    
    Improve job names for the `build` workflow in GitHub Actions
    jmorrowomni authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    65efbf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c1b703 View commit details
    Browse the repository at this point in the history
  9. Revert the pre-commit hook to the latest <v3 release

    The `build.yml` workflow runs on Python 3.7 (which is also the latest
    Python version supported by this package) and `pre-commit` v3 dropped
    support for Python <3.8. As a result we must revert to an older version
    of this hook for the time being.
    mcdonnnj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5548063 View commit details
    Browse the repository at this point in the history
  10. Revert the flake8 hook to the latest <v6 release

    The `build.yml` workflow runs on Python 3.7 (which is also the latest
    Python version supported by this package) and `flake8` v6 dropped
    support for Python <3.8. As a result we must revert to an older version
    of this hook for the time being.
    mcdonnnj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ae2806d View commit details
    Browse the repository at this point in the history
  11. Revert the isort hook to the latest 5.11.x release

    The `build.yml` workflow runs on Python 3.7 (which is also the latest
    Python version supported by this package) and `isort` 5.12.0 dropped
    support for Python <3.8. As a result we must revert to an older version
    of this hook for the time being.
    mcdonnnj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a01e17f View commit details
    Browse the repository at this point in the history