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

⛓🔒 Bump transitive deps in pip-tools-managed lockfiles #2

Closed
wants to merge 106 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

Automated pip-tools-managed pip constraint lockfiles update.

Copy link
Contributor Author

Please mark the PR as ready for review to trigger PR checks.

@webknjaz webknjaz marked this pull request as ready for review September 24, 2024 13:22
@github-actions github-actions bot marked this pull request as draft September 24, 2024 13:23
@github-actions github-actions bot force-pushed the maintenance/pip-tools-constraint-lockfiles branch from da462c6 to dbf00bc Compare September 24, 2024 13:23
Copy link
Contributor Author

Please mark the PR as ready for review to trigger PR checks.

@webknjaz webknjaz force-pushed the devel branch 2 times, most recently from e17d2a6 to bd9e8c4 Compare September 24, 2024 17:46
webknjaz and others added 7 commits September 30, 2024 02:41
The setup includes:

    * a yamllint config

    * an RTD config

    * a gitignore

    * a "blame ignore"

    * lock files in the `dependencies/` dir

    * basic Sphinx config

    * basic docs site

      * Furo Sphinx theme

      * "Communication" document

    * tox environments print out instructions on viewing the results

    * a tox workflow config having environments for

        * building docs

        * running tests

        * pip-compile

        * making lock files

        * integrating per-platform lock files

    * basic linting configs

        * MyPy with implicit namespaces support [[1]]

          Its runs generate HTML, XML and text coverage reports.

          It is also configured to work with src-layout.

    * pytest config with coverage

        * Coverage.py is configured to exclude tests marked with
          `xfail` due to their non-deterministic nature

        * Local runs generate HTML coverage reports

    * CI/CD setup

        * publishing to PyPI is limited to the upstream repo ID

        * continuous publishing to TestPyPI is disabled

        * digital attestations are uploaded to PyPI and TestPyPI

        * publishing to PyPI is triggered by entering the target
          version on the GitHub UI

        * publishing to PyPI is gated by approving the job on
          the GitHub UI

        * Git tags are created post publishing to PyPI

        * SLSA provenance metadata and GitHub-native attestations are
          produced post-release

        * GitHub Release and Discussion are auto-created post-release

          * Containing provenance metadata and dists attached

        * tox environments are configured to surface exported outcomes
          into GitHub Actions job summaries

        * tox environments set outputs that integrate with GitHub
          Actions

        * refreshing lock files periodically

        * coverage reports produced by MyPy and pytest are published
          to Codecov

        * test reports produced by pytest are published to Codecov

        * Codecov is set up to require that patches have 100% pytest
          coverage

        * uploading to Codecov is set up to fail CI if report upload
          are unsuccessful upstream

        * tox reusable workflow has a customizable job (status) name

        * tox reusable workflow has a `voting` input

        * tox reusable workflow can accept posargs inputs for
          a regular tox and re-run

        * tox reusable workflow has an input for setting environment
          variables

        * all CI jobs have timeouts set to improve responsiveness and
          reduce wasting resources

        * nightly runs are executed through a separate workflow to
          prevent the main one from being auto-disabled on inactivity

        * all CI job names and other UI elements have icons

[1]: https://mypy.rtfd.io/en/stable/running_mypy.html#mapping-paths-to-modules

Co-Authored-By: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
Co-Authored-By: Thanhnguyet Vo <thavo@redhat.com>
This is not an `__init__.py` because it is meant to be imported
instead. Using `__init__.py` has a risk of accidentally adding
import-time computations. We want to avoid that.
@github-actions github-actions bot force-pushed the maintenance/pip-tools-constraint-lockfiles branch from dbf00bc to 4c02a32 Compare September 30, 2024 06:21
Copy link
Contributor Author

Please mark the PR as ready for review to trigger PR checks.

@webknjaz webknjaz force-pushed the devel branch 2 times, most recently from 89e0b9f to 2c2d0f4 Compare October 1, 2024 16:09
@webknjaz webknjaz closed this Oct 1, 2024
@webknjaz webknjaz deleted the maintenance/pip-tools-constraint-lockfiles branch October 1, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant