-
-
Notifications
You must be signed in to change notification settings - Fork 248
Allow specification of start time via start_at
#364
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c20c8fe
Add option to control the order of the days in the `log` output
joelostblom 5eab3b8
Add `--reverse/--no-reverse` flag to log
joelostblom 9b9cf36
Move reverse-log changelog entry to unreleased
joelostblom 1e1a8d1
Allow specification of start time via `start_at`
joelostblom 212a774
Rename previous occurrences of "start_at" to "begin_at"
joelostblom 35efec0
Indicate that "at" option also works with `restart`
joelostblom 0c3788b
Control mutually exclusive options via click decorator
joelostblom bcd9d1d
Break lines to pass flake8 test
joelostblom 2ddb6a1
Access previous frame only when needed
joelostblom 2d3f8aa
Do not check start time against previous frame if none exists
joelostblom c15607f
Test start_at
joelostblom 505ed7c
Fix broken test for stop_at in the future
joelostblom 9937389
Unifiy test comment style
joelostblom 76583bc
Add note in changelog
joelostblom 1d772c5
Fix test so that `at_dt` is older than `now`
joelostblom 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
This was previously raisin
ValueErrorbecause there is no month number 31. Now it correctly raises aWatsonErrorif the task starts in the future.