-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: darkSasori/todoist
base: master
head repository: wtfutil/todoist
compare: master
- 10 commits
- 9 files changed
- 3 contributors
Commits on Sep 13, 2019
-
Chris Cummer committed
Sep 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 2bdc988 - Browse repository at this point
Copy the full SHA 2bdc988View commit details -
Chris Cummer committed
Sep 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 1d8fc54 - Browse repository at this point
Copy the full SHA 1d8fc54View commit details -
Chris Cummer committed
Sep 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 97395e5 - Browse repository at this point
Copy the full SHA 97395e5View commit details
Commits on Oct 9, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 2341221 - Browse repository at this point
Copy the full SHA 2341221View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 56902a6 - Browse repository at this point
Copy the full SHA 56902a6View commit details
Commits on Dec 15, 2019
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9f3681b - Browse repository at this point
Copy the full SHA 9f3681bView commit details -
Merge pull request #2 from wtfutil/WTF-781-todoist-id
WTF-781 Use string for project ID instead of int
Configuration menu - View commit details
-
Copy full SHA for 6f34122 - Browse repository at this point
Copy the full SHA 6f34122View commit details -
Signed-off-by: Chris Cummer <chriscummer@me.com>
Configuration menu - View commit details
-
Copy full SHA for 31ec500 - Browse repository at this point
Copy the full SHA 31ec500View commit details -
Merge pull request #3 from wtfutil/WTF-781-todoist-id-2
WTF-781 Switch IDs from int to uint
Configuration menu - View commit details
-
Copy full SHA for a9f4ff5 - Browse repository at this point
Copy the full SHA a9f4ff5View commit details
Commits on Dec 16, 2019
-
Signed-off-by: Chris Cummer <chriscummer@me.com>
Configuration menu - View commit details
-
Copy full SHA for 0ec29ce - Browse repository at this point
Copy the full SHA 0ec29ceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master