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: nameko/nameko-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: nameko/nameko-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 23 files changed
  • 7 contributors

Commits on May 3, 2018

  1. Add database fixture

    Helping when testing using worker_factory or replace_dependencies.
    iky committed May 3, 2018
    Copy the full SHA
    7b33a2b View commit details
  2. Forgotten required fixture

    iky committed May 3, 2018
    Copy the full SHA
    7c30025 View commit details

Commits on May 4, 2018

  1. Copy the full SHA
    4742d29 View commit details

Commits on May 14, 2018

  1. Copy the full SHA
    4f5a9f9 View commit details
  2. Copy the full SHA
    be7bbbd View commit details
  3. Copy the full SHA
    eace5c6 View commit details

Commits on May 16, 2018

  1. Reset db only on test teardown

    iky committed May 16, 2018
    Copy the full SHA
    7eed1ef View commit details
  2. Merge pull request #31 from iky/detabase-fixture

    Add database fixture
    mattbennett authored May 16, 2018
    Copy the full SHA
    021413f View commit details
  3. Update CHANGELOG.md

    mattbennett authored May 16, 2018
    Copy the full SHA
    5f0a7a8 View commit details
  4. Release 1.4.0

    mattbennett authored May 16, 2018
    Copy the full SHA
    c0785c5 View commit details
  5. Merge pull request #32 from onefinestay/v1.4.0-rc

    v1.4.0-rc
    mattbennett authored May 16, 2018
    Copy the full SHA
    2cd1579 View commit details

Commits on Oct 31, 2018

  1. Fix licence (#34)

    * Update and rename LICENSE to LICENSE.txt
    
    * Create NOTICE.txt
    mattbennett authored Oct 31, 2018
    Copy the full SHA
    ee9673a View commit details

Commits on Jan 30, 2019

  1. Copy the full SHA
    9871e33 View commit details

Commits on Feb 26, 2019

  1. Add exponential backoff retry to transaction retry decorator (#37)

    * Add exponential backoff retry to transaction retry decorator
    
    * Added arguments `retries` and `backoff_factor` to `retry_transaction`
      decorator.
    * Update pylint dependency to resolve crash during ci
    
    * Use namekos retry decorator for transaction retry
    
    * Revert back to own implementation of retry
    
    - Use behavior and api (backoff argument names) from urllib3 retry
    - Add explanation of backoff algorithm to README
    - Fix incorrect test comments
    daviskirk authored and mattbennett committed Feb 26, 2019
    Copy the full SHA
    da82b64 View commit details
  2. Update README.rst (#35)

    pablopetra-eb authored and mattbennett committed Feb 26, 2019
    Copy the full SHA
    b31b512 View commit details
  3. Release 1.5.0 (#38)

    * Release 1.5.0
    
    * Release 1.5.0
    mattbennett authored Feb 26, 2019
    Copy the full SHA
    b7490d6 View commit details

Commits on Mar 21, 2019

  1. Add Python 3.7 support (#39)

    * Improve Tox configuration
    
    * Remove unused mysql Travis service
    
    * Upgrade dev requirements
    
    * Update documentation
    
    * Add Pyhton 3.7 support
    
    * sudo Travis keyword has been fully deprecated.
    
    * No need to reimplement container_factory fixture
    juliotrigo authored and mattbennett committed Mar 21, 2019
    Copy the full SHA
    e426fe2 View commit details

Commits on Feb 2, 2024

  1. Add Python 3.8-3.10 support (#42)

    * bump python to 3.8/3.9/3.10 and test requirements, fix pytest command in makefile, fix tests
    
    * tox 4, isort + ruff + mypy instead of flake8 + pylint
    
    * move project config from setup.py to pyproject.toml, move CI from travis to github actions
    
    ---------
    
    Co-authored-by: aras2137 <arkadiusz.stramko@emplocity.pl>
    5362396 and aras2137 authored Feb 2, 2024
    Copy the full SHA
    e737349 View commit details
Loading