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: garyvdm/trackers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: garyvdm/trackers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 47 files changed
  • 1 contributor

Commits on Apr 9, 2023

  1. Switch to pyproject.toml

    Gary van der Merwe committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    a3760ae View commit details
    Browse the repository at this point in the history
  2. Format code with black and isort. Add checks script.

    Gary van der Merwe committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    91f1824 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Start using pytest

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    73b6cb1 View commit details
    Browse the repository at this point in the history
  2. Remove use of asynctest.

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    12323f8 View commit details
    Browse the repository at this point in the history
  3. Move aionotify -> asyncinotify

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4336dc8 View commit details
    Browse the repository at this point in the history
  4. Use dulwich-tree from pypi, instead on internal version.

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0a8f88d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd21c68 View commit details
    Browse the repository at this point in the history
  6. Fix geodisic tests.

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8956059 View commit details
    Browse the repository at this point in the history
  7. Client side tests: fix and convert to pytest.

    Gary van der Merwe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2059fc3 View commit details
    Browse the repository at this point in the history
Loading