[ckan-changes] [ckan/ckan] d51904: Moves the cli commands to a module

GitHub noreply at github.com
Fri Jan 16 13:28:22 UTC 2015


  Branch: refs/heads/start-cli-cleanup
  Home:   https://github.com/ckan/ckan
  Commit: d519049723e6dda19fb7c904ac816e28e3aa7ab8
      https://github.com/ckan/ckan/commit/d519049723e6dda19fb7c904ac816e28e3aa7ab8
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    R ckan/lib/cli.py
    A ckan/lib/commands/__init__.py
    A ckan/lib/commands/celery.py
    A ckan/lib/commands/color_scheme.py
    A ckan/lib/commands/config.py
    A ckan/lib/commands/dataset.py
    A ckan/lib/commands/db.py
    A ckan/lib/commands/front_end.py
    A ckan/lib/commands/less.py
    A ckan/lib/commands/minify.py
    A ckan/lib/commands/notification.py
    A ckan/lib/commands/plugin_info.py
    A ckan/lib/commands/profile.py
    A ckan/lib/commands/ratings.py
    A ckan/lib/commands/rdf.py
    A ckan/lib/commands/search.py
    A ckan/lib/commands/sysadmin.py
    A ckan/lib/commands/test_data.py
    A ckan/lib/commands/tracking.py
    A ckan/lib/commands/translations.py
    A ckan/lib/commands/user.py
    A ckan/lib/commands/views.py
    M ckan/new_tests/lib/dictization/test_model_dictize.py
    M ckan/plugins/toolkit.py
    M ckan/tests/functional/test_tracking.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/test_coding_standards.py
    M ckan/websetup.py
    M setup.py

  Log Message:
  -----------
  Moves the cli commands to a module

Moves all of the cli commands from a single file to a file-per-command
in the ckan.lib.commands module.

Unfortunately removing cli.py from the pep whitelist has made the pep8
command now start checking a lot of files that it didn't before - I
suspect a bug in the pep8 test somewhere.  As such, this is a WIP.




More information about the ckan-changes mailing list