8000 Comparing darkSasori:master...wtfutil:master · darkSasori/todoist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: darkSasori/todoist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wtfutil/todoist
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.
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 13, 2019

  1. Update URL to API v1

    Chris Cummer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    2bdc988 View commit details
    Browse the repository at this point in the history
  2. Update dependencies and paths

    Chris Cummer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1d8fc54 View commit details
    Browse the repository at this point in the history
  3. Update readme

    Chris Cummer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    97395e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Add test to decode api json to Task struct

    The json from the api returns a date format like "2019-10-07T14:00:00Z"
    and this makes the code to panic. This is because the CustomDate is
    expecting a timestamp with the format "2006-01-02T15:04:05+00:00".
    
    wtfutil/wtf#645
    massawho committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    2341221 View commit details
    Browse the repository at this point in the history
  2. Fix json unmarshal from json api to Task struct

    The json from the api returns a date format like "2019-10-07T14:00:00Z"
    and this makes the code to panic. This is because the CustomDate is
    expecting a timestamp with the format "2006-01-02T15:04:05+00:00".
    
    wtfutil/wtf#645
    massawho committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    56902a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. WTF-781 Use string for project ID instead of int

    On platforms that convert an `int` to `int32`, like the Raspberry Pi,
    an `int` is not large enough to store Todoist project IDs.
    
    Using a `string` ensures this never becomes a problem.
    
    Signed-off-by: Chris Cummer <chriscummer@me.com>
    senorprogrammer committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    9f3681b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from wtfutil/WTF-781-todoist-id

    WTF-781 Use string for project ID instead of int
    senorprogrammer authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    6f34122 View commit details
    Browse the repository at this point in the history
  3. WTF-781 Switch IDs from to

    Signed-off-by: Chris Cummer <chriscummer@me.com>
    senorprogrammer committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    31ec500 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from wtfutil/WTF-781-todoist-id-2

    WTF-781 Switch IDs from int to uint
    senorprogrammer authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    a9f4ff5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. More mucking about with IDs

    Signed-off-by: Chris Cummer <chriscummer@me.com>
    senorprogrammer committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0ec29ce View commit details
    Browse the repository at this point in the history
Loading
0