Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coleifer/peewee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.17.3
Choose a base ref
...
head repository: coleifer/peewee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.17.4
Choose a head ref
  • 14 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    fc899f8 View commit details
    Browse the repository at this point in the history
  2. Switch from incorrect use of RLock to regular Lock.

    Also avoid deadlocks in `SqliteQueueDatabase`. Refs #2874.
    coleifer committed Apr 19, 2024
    2 Configuration menu
    Copy the full SHA
    e6483e2 View commit details
    Browse the repository at this point in the history
  3. Queue is already threadsafe.

    Refs #2874
    coleifer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7dcaf9c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add test for mt w/connect & close.

    Refs #2874
    coleifer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1191506 View commit details
    Browse the repository at this point in the history
  2. Docs clarification and test cleanup.

    Fixes #2876
    coleifer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e1153d8 View commit details
    Browse the repository at this point in the history
  3. Additional docs fix refs #2876

    coleifer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6187416 View commit details
    Browse the repository at this point in the history
  4. Ensure that pause() and unpause() conform to documentation.

    These will now block the caller until they are handled by the queue
    thread.
    
    Fixes #2877
    coleifer committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1cca5dc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 26, 2024

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

Commits on May 8, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    a4e7543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2890 from lanceris/fix_convert_timestamp

    Fix issue with minute overwriting month in convert_timestamp, python >= 3.12
    coleifer committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ec236ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41bc6eb View commit details
    Browse the repository at this point in the history
  4. 3.17.4

    coleifer committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9772a69 View commit details
    Browse the repository at this point in the history
Loading