[ckan-changes] [ckan/ckan] fde822: Docs: Extensions should not automatically alter th...
GitHub
noreply at github.com
Tue Jun 14 12:08:23 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: fde822fefe350238910d6f6bea51d188d240e0a1
https://github.com/ckan/ckan/commit/fde822fefe350238910d6f6bea51d188d240e0a1
Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M doc/extensions/best-practices.rst
Log Message:
-----------
Docs: Extensions should not automatically alter the database structure.
See https://github.com/ckan/ideas-and-roadmap/issues/164.
Commit: 23e0ea31ef77725e76891e3bde049721f11d9c76
https://github.com/ckan/ckan/commit/23e0ea31ef77725e76891e3bde049721f11d9c76
Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M ckan/pastertemplates/template/MANIFEST.in_tmpl
A ckan/pastertemplates/template/requirements.txt_tmpl
M ckan/pastertemplates/template/setup.py_tmpl
Log Message:
-----------
Update extension template to reflect best practice w.r.t. requirements.
Extensions should use a separate ``requirements.txt`` file to list their
dependencies (instead of ``setup.py``). This was already documented but
the ``setup.py`` template did not mention it.
Commit: 4d55b4ee887b3e76d503e3a42a0c24a3771d1b63
https://github.com/ckan/ckan/commit/4d55b4ee887b3e76d503e3a42a0c24a3771d1b63
Author: Ian Ward <ian at excess.org>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M ckan/pastertemplates/template/MANIFEST.in_tmpl
A ckan/pastertemplates/template/requirements.txt_tmpl
M ckan/pastertemplates/template/setup.py_tmpl
M doc/extensions/best-practices.rst
Log Message:
-----------
Merge pull request #3111 from torfsen/improve-extension-best-practices
Improve extension best practices
Compare: https://github.com/ckan/ckan/compare/997b06cf5627...4d55b4ee887b
More information about the ckan-changes
mailing list