-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audiobook time tracking #1288
Merged
Merged
Audiobook time tracking #1288
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b5e58f3
Time tracking models and model tests
RishiDiwanTT 3d43dca
Time tracking route with api models added
RishiDiwanTT e1a00a5
Playtime summation script and tests
RishiDiwanTT 22d74c2
Playtime reporting script added with a configurable email recipient
RishiDiwanTT 22bcfe5
Changed API route
RishiDiwanTT d735181
Added time tracking links to feed entries
RishiDiwanTT 4b0cfcd
Mypy fixes
RishiDiwanTT edf3756
Python 3.8 syntax fix
RishiDiwanTT 0b51149
Alembic ordering fix
RishiDiwanTT 0705167
Added collection and library information to the playtime entries and …
RishiDiwanTT 23c5e51
Reporting summation groups on collection and library as well now
RishiDiwanTT 1a1c9a0
Playtimes API validations
RishiDiwanTT e081f78
Modularized playtime entries
RishiDiwanTT 4a35980
Fixed UTC date issue
RishiDiwanTT fd0e97a
PR updates
RishiDiwanTT 30b0661
Added the 401 gone status for very old entries
RishiDiwanTT c5c942d
Playtime entries reaping cut off time
RishiDiwanTT 87ad147
Time tracking rels only for specific collections
RishiDiwanTT 6827875
Mypyp fixes
RishiDiwanTT 6a93da8
Fixed 401 Gone to 410 Gone
RishiDiwanTT 49170e5
Only a loans feed with active loans for a work will have time trackin…
RishiDiwanTT 6e727b6
410 is now counted as a failure
RishiDiwanTT 049696b
Fixed time tracking links
RishiDiwanTT 3a0a689
Mypy fix
RishiDiwanTT c9e8a21
API spec for the route
RishiDiwanTT dc8d552
Switched from collection.name to colletion.id for the playtime route
RishiDiwanTT ba1fa75
Add missing API fields.
tdilauro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So glad this is fixed in more recent Python versions! Absolutely hideous and confusing.