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: kolonialno/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.
  • 13 commits
  • 28 files changed
  • 6 contributors

Commits on Feb 16, 2021

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

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    796a897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4e9a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from kolonialno/andehen/fix-celery-dependency

    Andehen/fix celery dependency
    poudrouxj authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8c3e1c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    06878a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from kolonialno/bump-version-number

    Bumped version number
    poudrouxj authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c6639ae View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    fa37c02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from kolonialno/jpoudroux/update-sdk-090

    Update SDK to 0.9.0
    poudrouxj authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b945534 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Added Deprecation in header

    poudrouxj committed May 12, 2021
    Configuration menu
    Copy the full SHA
    59c58da View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge upstream fork (0.9.1) (#4)

    * Fix pycontracts incompatibility with pyparsing v3 (closes #255)
    
    * Update python versions in run-tests script (closes #256)
    
    * Prepare for release
    
    * Removing deprecation text from readme
    
    * Removing deprecation text from readme
    
    Co-authored-by: adatzer <ada@snowplowanalytics.com>
    cpnat and adatzer authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    01a0500 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Cpnat/add sessionid to snowplow events (#5)

    * Changes to support session_id and index
    
    * Changed session index to int
    
    * Changed session index to int
    
    * Changed session index to int
    
    * Updated changelog and version metadata
    
    * Fix idententations
    
    * Setting version before build
    cpnat authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    7e664c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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

Commits on Apr 5, 2022

  1. Merge upstream remote (v0.10.0) (#6)

    * Fix pycontracts incompatibility with pyparsing v3 (closes #255)
    
    * Update python versions in run-tests script (closes #256)
    
    * Prepare for release
    
    * Add Python 3.10 support (close #254)
    
    PR #260
    
    * Remove pycontracts library that wasn't compatible with Python 3.10
    * Add Python type hints to all function arguments and return values
    * Remove support for Python 2 due to the type hints
    * Add custom contracts (e.g., non_empty_string) evaluated at the start of functions
    * Run through Flake8 linter and correct style
    * Remove Python 2 from Github action build
    * Add Dockerfile for running tests under all supported Python versions
    
    * Add configurable timeout for HTTP requests (close #258)
    
    PR #259
    
    * Prepare for release
    
    * Increment version
    
    Co-authored-by: adatzer <ada@snowplowanalytics.com>
    Co-authored-by: Matúš Tomlein <matus.tomlein@gmail.com>
    Co-authored-by: Deyan Deyanov <deyan@insurify.com>
    4 people authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b357528 View commit details
    Browse the repository at this point in the history
Loading