ActivityWatch / aw-server

ActivityWatch server for storage of all your Quantified Self data.
Mozilla Public License 2.0
95 stars 55 forks source link

Ignore API limit when using "Start" query (#232) #60

Closed JustinDDavis closed 5 years ago

JustinDDavis commented 5 years ago

Addressing the issue reported here: https://github.com/ActivityWatch/activitywatch/issues/232

Included a test case that helped highlight the issue. If using a start time query, it would only return a subset of the events instead of the full event set fitting the filter parameters.

johan-bjareholt commented 5 years ago

Awesome, thanks! :)