-
Notifications
You must be signed in to change notification settings - Fork 964
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
make datetime objs timezone-aware and UTC default #256
base: master
Are you sure you want to change the base?
Commits on Nov 13, 2018
-
schedule: make datetime objs timezone-aware and UTC default
* fix mock now() and tests with a timezone * allow flake8-max-line-length to be 90 * fixes for lack of datetime.timezone in python 2.7 (simple UTC) Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a398883 - Browse repository at this point
Copy the full SHA a398883View commit details -
Update utc class and add tests for the new code
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76483ce - Browse repository at this point
Copy the full SHA 76483ceView commit details
Commits on Nov 16, 2018
-
schedule/__init__.py: make datetime objs timezone-aware and UTC default
* requires (assumes) standard config of local system and hw clocks (everything is UTC by default using system TZ offset) Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f602fc0 - Browse repository at this point
Copy the full SHA f602fc0View commit details -
schedule/__init__.py: add class-level self.logging, update log calls
* for getting logging from the parent package, it needs to specify a logfile/path in logging.basicConfig, import logging, etc Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 935cf31 - Browse repository at this point
Copy the full SHA 935cf31View commit details -
schedule: add tag param for run_all and extra logging
* rebase of original patch over update-logging patch Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48d1b8 - Browse repository at this point
Copy the full SHA f48d1b8View commit details -
schedule/__init__.py: rebase of add-properties on 0.5.0 plus patches
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fceba0 - Browse repository at this point
Copy the full SHA 4fceba0View commit details -
schedule/parent_logger.py: add class logging snippet
* use this to enable separate schedule log from parent application "from schedule.parent_logger import setup_logging" Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a66ad04 - Browse repository at this point
Copy the full SHA a66ad04View commit details -
Post-rebase clenaups for flake8/pep8 and allow lines up to 95 chars
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95d72c0 - Browse repository at this point
Copy the full SHA 95d72c0View commit details -
schedule/__init__.py: fix crufty datetime argument
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36db905 - Browse repository at this point
Copy the full SHA 36db905View commit details
Commits on Nov 21, 2018
-
__init__.py: simplify new properties, tested with get_job_info(tag)
* last_run and idle_seconds_since are both None until jobs run once Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14b51a3 - Browse repository at this point
Copy the full SHA 14b51a3View commit details -
test_schedule.py: use the custom utc argument for datetime() test
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09fd83d - Browse repository at this point
Copy the full SHA 09fd83dView commit details -
.travis.yml: disable coveralls post-build step
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb1deec - Browse repository at this point
Copy the full SHA eb1deecView commit details -
Merge pull request #1 from sarnold/testing-051_pre
Testing 051 pre-release looks good so far; tag for release and shipping on dev...
Configuration menu - View commit details
-
Copy full SHA for bed3f5a - Browse repository at this point
Copy the full SHA bed3f5aView commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 764b49f - Browse repository at this point
Copy the full SHA 764b49fView commit details -
schedule/__init__.py: make datetime objs timezone-aware and UTC default
* requires (assumes) standard config of local system and hw clocks (everything is UTC by default using system TZ offset) Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0a2a9b - Browse repository at this point
Copy the full SHA d0a2a9bView commit details -
Post-rebase clenaups for flake8/pep8 and allow lines up to 95 chars
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40391c6 - Browse repository at this point
Copy the full SHA 40391c6View commit details -
Merge pull request #1 from sarnold/testing-051_pre
Testing 051 pre-release looks good so far; tag for release and shipping on dev...
Configuration menu - View commit details
-
Copy full SHA for 6857a87 - Browse repository at this point
Copy the full SHA 6857a87View commit details -
test_schedule.py: fix UTC string expected result for python 2 vs 3
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2714ea - Browse repository at this point
Copy the full SHA b2714eaView commit details -
test_schedule.py: (really) fix test for UTC time strings
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa01b4b - Browse repository at this point
Copy the full SHA fa01b4bView commit details -
hacky test updates, make logfile path an argument for setup_logging()
* test coverage is good, test classes need cleanup Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88f5932 - Browse repository at this point
Copy the full SHA 88f5932View commit details -
test_schedule.py: more test coverage, small wrinkle in utc tests
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40fcc3f - Browse repository at this point
Copy the full SHA 40fcc3fView commit details -
test_schedule.py: add last new test for run_all(tag)
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e26274 - Browse repository at this point
Copy the full SHA 8e26274View commit details -
.travis.yml: set TZ env variable (fix for test_time() failure)
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f73a9b - Browse repository at this point
Copy the full SHA 5f73a9bView commit details -
.travis.yml: okay, let's see what travis says the date is...
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fc2813 - Browse repository at this point
Copy the full SHA 4fc2813View commit details -
test_schedule.py: fix mock date for assert comparison
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5de0f5f - Browse repository at this point
Copy the full SHA 5de0f5fView commit details -
test_schedule.py: get rid of timezone change in logging test_time()
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af02ea9 - Browse repository at this point
Copy the full SHA af02ea9View commit details -
test_schedule.py: try something really simple for travis
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5da832d - Browse repository at this point
Copy the full SHA 5da832dView commit details -
test_schedule.py: one more silly travis test of time_test()
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b5cd8d - Browse repository at this point
Copy the full SHA 6b5cd8dView commit details -
test_schedule.py: try an even simpler test in travis...
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 471a169 - Browse repository at this point
Copy the full SHA 471a169View commit details -
test_schedule.py: yet another silly travis test
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85b6cef - Browse repository at this point
Copy the full SHA 85b6cefView commit details -
test_schedule.py,travis.yml: revert, try another silly timezone setting
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1759225 - Browse repository at this point
Copy the full SHA 1759225View commit details -
test_schedule.py: remove problematic tests we don't need anyway
Signed-off-by: Steve Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecf4766 - Browse repository at this point
Copy the full SHA ecf4766View commit details -
schedule/__init__.py: minor fixes and test updates
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d84b3bb - Browse repository at this point
Copy the full SHA d84b3bbView commit details -
test_schedule.py: remove spurious comment
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be40e3f - Browse repository at this point
Copy the full SHA be40e3fView commit details -
test_schedule.py: pluck fix for UTC string comparison from utc branch
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50c15c4 - Browse repository at this point
Copy the full SHA 50c15c4View commit details -
test_schedule.py: fix silly left-over merge cruft
Signed-off-by: Stephen Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 651e0ed - Browse repository at this point
Copy the full SHA 651e0edView commit details