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

Add support for per workspace member locks #1094

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

Commits on May 19, 2024

  1. Add support for per workspace member locks

    This functionality can be enabled by setting `tools.rye.workspace.per_member_lock` to `true`
    davfsa committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0c28f65 View commit details
    Browse the repository at this point in the history
  2. Remove simplification of pyproject for loop

    I missed to see that local_projects was being populated through the loop
    davfsa committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a88a0b6 View commit details
    Browse the repository at this point in the history
  3. Remove extra spaces

    davfsa committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d1b8692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    decf6f9 View commit details
    Browse the repository at this point in the history
  5. Fix tests output and run fmt

    davfsa committed May 19, 2024
    Configuration menu
    Copy the full SHA
    40a0946 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    54ea11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743fb8c View commit details
    Browse the repository at this point in the history
  3. Add missing clone

    davfsa committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2d9f447 View commit details
    Browse the repository at this point in the history
  4. Improve testing scope of workspace test

    - Have a virtual and non-virtual project and ensure that only one is used
      - This has the "side effect" that the windows CI inconsistencies should no longer occur
    - Use glob for members matching
    - Remove redundant pyproject toml edits
    davfsa committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3cc60c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Bump addition version

    davfsa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    24c8c30 View commit details
    Browse the repository at this point in the history