-
Notifications
You must be signed in to change notification settings - Fork 81
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
Commits on Jan 31, 2023
-
Update pre-commit hooks using `pre-commit autoupdate`. The `ansible-lint` hook is intentionally held back to be updated independently to v6.
Configuration menu - View commit details
-
Copy full SHA for 0bb91c5 - Browse repository at this point
Copy the full SHA 0bb91c5View commit details
Commits on Feb 2, 2023
-
Merge pull request #124 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
Configuration menu - View commit details
-
Copy full SHA for 0eda781 - Browse repository at this point
Copy the full SHA 0eda781View commit details -
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
mcdonnnj committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 9789383 - Browse repository at this point
Copy the full SHA 9789383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313e792 - Browse repository at this point
Copy the full SHA 313e792View commit details -
Merge pull request #125 from cisagov/improvement/add-security-label
Add a security label
Configuration menu - View commit details
-
Copy full SHA for b7c0a75 - Browse repository at this point
Copy the full SHA b7c0a75View commit details -
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
mcdonnnj committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 2c4b5be - Browse repository at this point
Copy the full SHA 2c4b5beView commit details
Commits on Feb 8, 2023
-
Merge pull request #119 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
Configuration menu - View commit details
-
Copy full SHA for 8b589d1 - Browse repository at this point
Copy the full SHA 8b589d1View commit details -
Update wheel installation in the
test-build
jobRetrieve 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.
Configuration menu - View commit details
-
Copy full SHA for 0c52e46 - Browse repository at this point
Copy the full SHA 0c52e46View commit details -
Install the
test
dependencies of the built wheelWhen installing the wheel that was built in the `build` job we will also install the `test` optional dependencies.
Configuration menu - View commit details
-
Copy full SHA for 22bce63 - Browse repository at this point
Copy the full SHA 22bce63View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9be0934 - Browse repository at this point
Copy the full SHA 9be0934View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 659a9eb - Browse repository at this point
Copy the full SHA 659a9ebView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0f3dd39 - Browse repository at this point
Copy the full SHA 0f3dd39View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 65efbf6 - Browse repository at this point
Copy the full SHA 65efbf6View commit details -
Merge https://github.com/cisagov/skeleton-python-library into lineage…
…/skeleton
jmorrowomni committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c1b703 - Browse repository at this point
Copy the full SHA 8c1b703View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5548063 - Browse repository at this point
Copy the full SHA 5548063View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ae2806d - Browse repository at this point
Copy the full SHA ae2806dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a01e17f - Browse repository at this point
Copy the full SHA a01e17fView commit details