[ckan-changes] [ckan/ckan] 08bd3a: Upgrade version number for 2.6.5b
GitHub
noreply at github.com
Wed Feb 28 11:59:58 UTC 2018
Branch: refs/heads/dev-v2.6
Home: https://github.com/ckan/ckan
Commit: 08bd3a935d2ce309afcad765e333b6ddb027cb2f
https://github.com/ckan/ckan/commit/08bd3a935d2ce309afcad765e333b6ddb027cb2f
Author: amercader <amercadero at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Upgrade version number for 2.6.5b
Commit: 5228a8de5fbcbf79ade289dddcdc7f730f284ccd
https://github.com/ckan/ckan/commit/5228a8de5fbcbf79ade289dddcdc7f730f284ccd
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
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: d39056a676438d349d554c623ff465616dd10ca2
https://github.com/ckan/ckan/commit/d39056a676438d349d554c623ff465616dd10ca2
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
A ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Adding migration script to adjust current activity timestamps to utc
Commit: 2421db6e9f281691afac76a64279ed47d2663b59
https://github.com/ckan/ckan/commit/2421db6e9f281691afac76a64279ed47d2663b59
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Using only sql statement, removed python and logging
Commit: 3fc58a16d3f29a4d9aa184f30c28b3b0883f62ab
https://github.com/ckan/ckan/commit/3fc58a16d3f29a4d9aa184f30c28b3b0883f62ab
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixed pep8 issues
Commit: 99ea1fe3473558767acbb57cb5efc42bd5e2caa0
https://github.com/ckan/ckan/commit/99ea1fe3473558767acbb57cb5efc42bd5e2caa0
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/lib/formatters.py
Log Message:
-----------
Need to use replace for naive timestamps
Commit: 3ebcf8b4b05b09f433e887659d3373d6f6de2a01
https://github.com/ckan/ckan/commit/3ebcf8b4b05b09f433e887659d3373d6f6de2a01
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Fixing another pep8 issue
Commit: 18fc3d0ea356a6e28d8dac9816de00f165388229
https://github.com/ckan/ckan/commit/18fc3d0ea356a6e28d8dac9816de00f165388229
Author: Jared Smith <jared.smith.jrod at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M ckan/migration/versions/085_adjust_activity_timestamps.py
Log Message:
-----------
Prefixing strings for pep8
Compare: https://github.com/ckan/ckan/compare/ca7e6e437b2b...18fc3d0ea356
More information about the ckan-changes
mailing list