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: TSheetsTeam/api_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: picklecolor2/api_python
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.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 23, 2020

  1. Addressing timesheet_deleteds bug

    When using the API to query timesheets_deleted, line 11 causes a problem where the query looks for timesheet_deleteds. This special cases for that class, though I'm a python amateur and there may be a cleaner way to do that.
    Marty Vowles
    Marty Vowles committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c298686 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Fixing API to work with changed JSON return

    Looks like some time recently the JSON data returned changed from a string 'true' to the value True. This will allow the wrapper to pull more than the first page of records again.
    Marty Vowles
    Marty Vowles committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e58f50a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Expanding library ranges.

    Marty Vowles
    Marty Vowles committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9b90d4f View commit details
    Browse the repository at this point in the history
  2. Fiddling with numbers

    Marty Vowles
    Marty Vowles committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    993600f View commit details
    Browse the repository at this point in the history
Loading