[ckan-changes] [okfn/ckan] b61100: Tweak 'Feature Branches' coding standards

GitHub noreply at github.com
Tue Nov 20 08:47:51 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: b61100b36b3ca168a5ad38fe0b0b4bcf43bc6eab
      https://github.com/okfn/ckan/commit/b61100b36b3ca168a5ad38fe0b0b4bcf43bc6eab
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Tweak 'Feature Branches' coding standards


  Commit: c79a4e5865b4305189cc132cac85d29f39d7f17a
      https://github.com/okfn/ckan/commit/c79a4e5865b4305189cc132cac85d29f39d7f17a
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Collect How to Contribute notes into one place

Collect notes about how to contribute to CKAN (github fork, feature
branches, commit messages, pull requests & code review, merging) from
different parts of the Coding Standards docs page and the Submitting a
code patch and Becoming a CKAN Developer pages on the old wiki.ckan.org.
Put them all together at the top of the coding standards.

Removed the section about submitting code patches by email.


  Commit: de978e225e42623d6ecff25936cd2338a777596e
      https://github.com/okfn/ckan/commit/de978e225e42623d6ecff25936cd2338a777596e
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Clarify import standards


  Commit: 312485717b222d11da119a66145cf9f3ac5d6ded
      https://github.com/okfn/ckan/commit/312485717b222d11da119a66145cf9f3ac5d6ded
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Tweak logging standards

Link to the Python docs not a blog that paraphrases them, and no need to
copy-paste the log levels table into our docs.


  Commit: 993e6c0ed318ef0f732dab94624a97532e672319
      https://github.com/okfn/ckan/commit/993e6c0ed318ef0f732dab94624a97532e672319
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Coding standards: use str.format() everywhere not just in i18n strings


  Commit: 0d57e5a862b18a9cffb5efea5df0ec363e80d0c6
      https://github.com/okfn/ckan/commit/0d57e5a862b18a9cffb5efea5df0ec363e80d0c6
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Docs: clarify "PEP 257" section title


  Commit: 5a78896edd8023301c9ae0d2acb278fc920172b6
      https://github.com/okfn/ckan/commit/5a78896edd8023301c9ae0d2acb278fc920172b6
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Docs: tweak docstring standards


  Commit: 39cf032397f7d7c3856e4d7e2df4f1807bb2d342
      https://github.com/okfn/ckan/commit/39cf032397f7d7c3856e4d7e2df4f1807bb2d342
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Fix section title hierarchy

The section title styles used in the coding standards page were
inconsistent and some of the titles were not being rendered as a result


  Commit: 3abe61de7c83cf8dd3d0170a193cd2bd5bee15ff
      https://github.com/okfn/ckan/commit/3abe61de7c83cf8dd3d0170a193cd2bd5bee15ff
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Add section about keeping up with master


  Commit: 72d6421f1efc6cc90c34c15f0b589698e15c71c0
      https://github.com/okfn/ckan/commit/72d6421f1efc6cc90c34c15f0b589698e15c71c0
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Docs: updates code quality links


  Commit: 0a4dcca1ae172db1c4f8e26c68cd534b98d6b9e6
      https://github.com/okfn/ckan/commit/0a4dcca1ae172db1c4f8e26c68cd534b98d6b9e6
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/coding-standards.rst

  Log Message:
  -----------
  Add some details to CKAN Code Architecture section


  Commit: a0c1e38d323b3a85f79e2d3cb49ef7771545e873
      https://github.com/okfn/ckan/commit/a0c1e38d323b3a85f79e2d3cb49ef7771545e873
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    A doc/architecture.rst
    R doc/coding-standards.rst
    A doc/contributing.rst
    A doc/css-coding-standards.rst
    A doc/html-coding-standards.rst
    M doc/index.rst
    A doc/javascript-coding-standards.rst
    A doc/python-coding-standards.rst

  Log Message:
  -----------
  Split coding standards into separate files


  Commit: cfbcfd1e5c4a89d662c2eab7ed9f9812eb111d4e
      https://github.com/okfn/ckan/commit/cfbcfd1e5c4a89d662c2eab7ed9f9812eb111d4e
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    R doc/buildbot.rst
    R doc/domain-model-dataset.rst
    R doc/domain-model-resource.rst
    R doc/domain-model-task-status.rst
    R doc/domain-model.rst
    M doc/index.rst

  Log Message:
  -----------
  Remove old docs about the domain model and buildbot

These are all out of date and incomplete


  Commit: a826eb662941fc031684967aa7bf7e1253137dc0
      https://github.com/okfn/ckan/commit/a826eb662941fc031684967aa7bf7e1253137dc0
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    A doc/contributing-docs.rst
    M doc/index.rst

  Log Message:
  -----------
  Docs: add how to contribute to docs docs


  Commit: d49dea43775560b25338a76c47c6a2e4213d9f12
      https://github.com/okfn/ckan/commit/d49dea43775560b25338a76c47c6a2e4213d9f12
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/architecture.rst
    A doc/migration.rst

  Log Message:
  -----------
  Docs: Code archotecture tidy up

Add a couple of tips to the CKAN Code Architecture docs and tidy it up a
bit, including moving the Creating a new migration script section into
its own page.


  Commit: 4c7d7aff6f57286f84e14fecf65d5a08beda32d9
      https://github.com/okfn/ckan/commit/4c7d7aff6f57286f84e14fecf65d5a08beda32d9
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/python-coding-standards.rst

  Log Message:
  -----------
  Docs: don't repeat parts of PEP 8

Don't repeat parts of PEP 8 in the Python Coding Standards docs, just
link to it once.


  Commit: ea22435b43d608005504508a252c2b9f4c6bb50d
      https://github.com/okfn/ckan/commit/ea22435b43d608005504508a252c2b9f4c6bb50d
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M doc/python-coding-standards.rst

  Log Message:
  -----------
  Docs: add a couple of Python code style links


Compare: https://github.com/okfn/ckan/compare/326a7c02001d...ea22435b43d6


More information about the ckan-changes mailing list