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: snowplow/snowplow-python-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: unisport/snowplow-python-tracker
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.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 5, 2018

  1. Do not pin dependencies to specific versions

    Because the packages in `setup.py` are really old and they use exact
    version, when installing the package into a virtualenv it will end-up
    downgrading already existing  packages.
    
    In the Python documentation it is also mentioned that it is not a best
    practice to use `install_requires` to pin dependencies to specific versions.
    
    See also:
    
    - #195
    - #198
    - https://packaging.python.org/discussions/install-requires-vs-requirements/#install-requires
    razius committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    79e6887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e522bf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

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

Commits on Jul 3, 2021

  1. Don't override task name

    razius committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e250b95 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Make the code compatible with celery 4+

    celery.contrib.methods has been deprecated in Celery 4+
    Toyto authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    475ba77 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Merge pull request #1 from unisport/Toyto-patch-1

    Make the code compatible with celery 4+
    razius authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7e565be View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    5906a90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from unisport/Toyto-patch-2-1

    Async variable is reserved in python3.8
    razius authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    40e2813 View commit details
    Browse the repository at this point in the history
Loading