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 ability to break parking lots, stop locks from stalling #3081

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3bd67a5 View commit details
    Browse the repository at this point in the history
  2. fix import cycle

    jakkdl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4dfa1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543a087 View commit details
    Browse the repository at this point in the history
  4. update docstrings

    jakkdl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c36cdad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    127c5fc View commit details
    Browse the repository at this point in the history
  6. add tests

    jakkdl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1f75d44 View commit details
    Browse the repository at this point in the history
  7. add lock handover test

    jakkdl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6835e87 View commit details
    Browse the repository at this point in the history
  8. clean up breaker dict

    jakkdl committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3b86e80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94ff9a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add newsfragments, add StalledLockError, reraise BrokenResourceError …

    …as it in acquire, update docstrings. docs are failing to build locally but idk wth is wrong
    jakkdl committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eb7a451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d7205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89fb2a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. various fixes after review

    jakkdl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    277c7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21cf0d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    45f78f4 View commit details
    Browse the repository at this point in the history