-
Notifications
You must be signed in to change notification settings - Fork 532
FIX: Restore generate_gantt_chart functionality #3290
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
23 commits
Select commit
Hold shift + click to select a range
621c894
FIX: Convert timing values to datetimes from strings
shnizzedy 2cf2d37
REF: Reduce double logging from exception to warning
shnizzedy 2e50f46
TST: Add test for `draw_gantt_chart`
shnizzedy 7272623
STY: Automatic linting by pre-commit
shnizzedy ea4def1
TST: Use tmpdir for Gantt test
shnizzedy 169c09e
REF: Don't restrict nan timestamps to predetermined options
shnizzedy 9637b0f
STY: Simplify warning
shnizzedy f336c22
REF: Remove unnecessary import
shnizzedy d76af57
FIX: next ≠ continue
shnizzedy a80923f
TST: Skip test that requires pandas if pandas not installed
shnizzedy 9096a5b
TEST: Add pandas import check
effigies b1690d5
STY: black
effigies de6657e
STY/TEST: black and skipif syntax
effigies 6830e3a
STY: Fix typo (co{^n}vert)
shnizzedy 376d6e2
FIX: Don't try to `strptime` something that's already a `datetime`
shnizzedy 19a0355
TEST: Update Gantt chart tests for coverage
shnizzedy 19078a4
Merge branch 'master' into fix/gantt-chart
effigies 73f657f
REF: Require Pandas for tests
shnizzedy 8329d08
REF: 3.9-friendly typing.Union
shnizzedy 4c0835f
REF: Handle absence/presence of tzinfo
shnizzedy 12b6e37
FIX: Drop pandas ceiling
shnizzedy a693e12
REF: ≥ 1.5.0
shnizzedy 7223914
FIX: Too much indentation
shnizzedy 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
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.
Uh oh!
There was an error while loading. Please reload this page.