[ckan-changes] [ckan/ckan] b9b1bd: Issue #147 - Activity Time stored in UTC
GitHub
noreply at github.com
Thu Sep 15 16:29:58 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: b9b1bd66c0deb0288c752af28eb4e164f3adb656
https://github.com/ckan/ckan/commit/b9b1bd66c0deb0288c752af28eb4e164f3adb656
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-12 (Mon, 12 Sep 2016)
Changed paths:
M ckan/lib/formatters.py
M ckan/model/activity.py
Log Message:
-----------
Issue #147 - Activity Time stored in UTC
bcgov/ckanext-bcgov#147 ckan/ckan#2882 ckan/ckan#2970
The Activity model now stores its timestamp in utc
In Formatters, localized_nice_date, removed the datetime replace method
calls with actually ensuring the comparing timestamps have a timezone
specified
fixing typo
Commit: 9733d90b0f00b3ae999672990130ecf29e488598
https://github.com/ckan/ckan/commit/9733d90b0f00b3ae999672990130ecf29e488598
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-12 (Mon, 12 Sep 2016)
Changed paths:
A ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Adding migration script to adjust current activity timestamps to utc
Commit: 9c04a786604a286d19cda89caef07837941db68d
https://github.com/ckan/ckan/commit/9c04a786604a286d19cda89caef07837941db68d
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Using only sql statement, removed python and logging
Commit: b6d51cb1712d3ea3886df22d43b9a35b666170ea
https://github.com/ckan/ckan/commit/b6d51cb1712d3ea3886df22d43b9a35b666170ea
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixed pep8 issues
Commit: 596f5fdb1696fbc4e1714db7bd574a702b9d4998
https://github.com/ckan/ckan/commit/596f5fdb1696fbc4e1714db7bd574a702b9d4998
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M ckan/lib/formatters.py
Log Message:
-----------
Need to use replace for naive timestamps
Commit: 29d88a8d7ae607bfda552164fee1035729c40fec
https://github.com/ckan/ckan/commit/29d88a8d7ae607bfda552164fee1035729c40fec
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixing another pep8 issue
Commit: f2fbc4b084f438c5d99d36830b6d55a1af317c94
https://github.com/ckan/ckan/commit/f2fbc4b084f438c5d99d36830b6d55a1af317c94
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2016-09-14 (Wed, 14 Sep 2016)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Prefixing strings for pep8
Commit: a7d266fd8d91166234d0852edba6bad705960261
https://github.com/ckan/ckan/commit/a7d266fd8d91166234d0852edba6bad705960261
Author: Ian Ward <ian at excess.org>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
[#2882] ignore current daylight setting, skip when not necessary
Commit: 883b46ea7a89d98c6eaeb4d146eb75d6a027e071
https://github.com/ckan/ckan/commit/883b46ea7a89d98c6eaeb4d146eb75d6a027e071
Author: Ian Ward <ian at excess.org>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M ckan/lib/formatters.py
A ckan/migration/versions/085_adjust_activity_timestamps.py
M ckan/model/activity.py
Log Message:
-----------
Merge branch 'issue_2882_activity_time'
Compare: https://github.com/ckan/ckan/compare/d73326ad4beb...883b46ea7a89
More information about the ckan-changes
mailing list