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: mohankishore/python_dynamodb_lock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: whatnick/python_dynamodb_lock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 12, 2019

  1. add an option to raise context exception

    need an option to raise error back to the client
    Yi Chen authored and Yi Chen committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    00aa374 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

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

Commits on Mar 15, 2020

  1. Merge pull request #1 from Sensibo/master

    Bugfix: do not wait 30 seconds for expiry, trust the ttl
    whatnick authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    e76574e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from cedarai/master

    add an option to raise context exception
    whatnick authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    9002229 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Maintainer to whatnick and version to 0.9.2

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7f8af48 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Auto expiring locks tested by integration

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    bfbd583 View commit details
    Browse the repository at this point in the history
  2. Start switching over to token based publish

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b10f4d2 View commit details
    Browse the repository at this point in the history
  3. Add new pypi token

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f1597b7 View commit details
    Browse the repository at this point in the history
  4. Prep docs and stuff for 0.9.2 tag

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e9868e6 View commit details
    Browse the repository at this point in the history
  5. bump to 0.9.3 to allow CI release

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d4ab095 View commit details
    Browse the repository at this point in the history
  6. Fix badge

    Signed-off-by: Tisham Dhar <[email protected]>
    whatnick committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    049a3e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. isAlive() -> is_alive()

    rmcgibbo committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    35a77d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Merge pull request #4 from rmcgibbo/master

    isAlive() -> is_alive()
    whatnick authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    bd23b29 View commit details
    Browse the repository at this point in the history
Loading