[ckan-changes] [ckan/ckan] b05c92: PEP8 user model.
GitHub
noreply at github.com
Mon May 30 21:44:07 UTC 2016
Branch: refs/heads/user_extras
Home: https://github.com/ckan/ckan
Commit: b05c928e6c3d5a71e89d2a6b60a273b1098d4729
https://github.com/ckan/ckan/commit/b05c928e6c3d5a71e89d2a6b60a273b1098d4729
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
PEP8 user model.
Commit: e9e28d90510f8546309d99c2476b0281c95b8996
https://github.com/ckan/ckan/commit/e9e28d90510f8546309d99c2476b0281c95b8996
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
Remove relative import the user model.
Commit: 87a82cbff65c3238b3ff5d316fdf9a83f45ddeb9
https://github.com/ckan/ckan/commit/87a82cbff65c3238b3ff5d316fdf9a83f45ddeb9
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
Add a new extras column to the users model, of type JSON (available since Postgres 9.2 2013)
Commit: f5eaefe98cb5689c0566c1c0f38d3ac8e5c0bef5
https://github.com/ckan/ckan/commit/f5eaefe98cb5689c0566c1c0f38d3ac8e5c0bef5
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
A ckan/migration/versions/085_add_extras_column.py
Log Message:
-----------
Add migration for new User.extras column.
Commit: dc9a523c8a242ef4a729e8fc8f7dbf93497cc50a
https://github.com/ckan/ckan/commit/dc9a523c8a242ef4a729e8fc8f7dbf93497cc50a
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/logic/schema.py
Log Message:
-----------
Add the optional extras column to the default user schema.
Commit: a724ab5856808b9ecc5a2d76ca29facb7b09ee57
https://github.com/ckan/ckan/commit/a724ab5856808b9ecc5a2d76ca29facb7b09ee57
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Update user_create docstring for extras column.
Commit: ff6c8d15b8ee72d75f2af5cb4b4fdb2e5d3c0ca7
https://github.com/ckan/ckan/commit/ff6c8d15b8ee72d75f2af5cb4b4fdb2e5d3c0ca7
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Update user_create docstring to match User.VALID_NAME regex.
Commit: e3c731c96a8ec4f9e1bf07cb312c32486062548b
https://github.com/ckan/ckan/commit/e3c731c96a8ec4f9e1bf07cb312c32486062548b
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
Small comment blurb on User.extras
Compare: https://github.com/ckan/ckan/compare/b05c928e6c3d^...e3c731c96a8e
More information about the ckan-changes
mailing list