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

CI: Utilize uv lockfile for reproducible test environments #6640

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    dff7bde View commit details
    Browse the repository at this point in the history
  2. Add pre-commit extra

    danielhollas committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    368dff3 View commit details
    Browse the repository at this point in the history
  3. Activate the environment

    danielhollas committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    63f9929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    924f1bb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. git rm -r requirements/

    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    47095d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3b87b View commit details
    Browse the repository at this point in the history
  3. Validate lockfile in CI

    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    954b0ce View commit details
    Browse the repository at this point in the history
  4. Add pre-commit hook for checking uv lockfile

    In this implementation, the hook will only check
    whether the lockfile is compatible with pyproject.toml,
    it will not try to automatically update it, since that
    should be decided by the developer.
    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    166c978 View commit details
    Browse the repository at this point in the history
  5. Fix pre-commit config

    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b0cadaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3517d65 View commit details
    Browse the repository at this point in the history
  7. Update CODEOWNERS file

    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e3fb04d View commit details
    Browse the repository at this point in the history
  8. CI: Remove needless jobs

    danielhollas committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    10cd62a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    645ddbb View commit details
    Browse the repository at this point in the history
  2. Update lock

    danielhollas committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c5c63a2 View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS

    danielhollas committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    352539d View commit details
    Browse the repository at this point in the history