[ckan-changes] [ckan/ckan] 20b906: [#2204] PEP8
GitHub
noreply at github.com
Fri Jan 30 15:40:37 UTC 2015
Branch: refs/heads/2204-resource-views-cli
Home: https://github.com/ckan/ckan
Commit: 20b906cdb2441dba48db86db1ce5c9b74743c496
https://github.com/ckan/ckan/commit/20b906cdb2441dba48db86db1ce5c9b74743c496
Author: amercader <amercadero at gmail.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M ckan/new_tests/lib/test_datapreview.py
Log Message:
-----------
[#2204] PEP8
Commit: a900c119119742665a270b9d46e0515789d8901d
https://github.com/ckan/ckan/commit/a900c119119742665a270b9d46e0515789d8901d
Author: amercader <amercadero at gmail.com>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M ckanext/textview/plugin.py
Log Message:
-----------
[#2204] Modify default formats for text preview
Do not render geojson and csv, tsv files on text view by default
Most users / publishers would expect to see a map or table respectivlely.
It can be reenabled by adding `csv tsv` to `ckan.preview.text_formats` and
`geojson` to `ckan.preview.json_formats` config options.
Also fix typo in rdf+xml.
Commit: 632ccbe999036a002da4e349f4bd026cb0aeb9db
https://github.com/ckan/ckan/commit/632ccbe999036a002da4e349f4bd026cb0aeb9db
Author: amercader <amercadero at gmail.com>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M ckan/lib/cli.py
M ckanext/textview/plugin.py
Log Message:
-----------
[#2204] Add filters for more common view types
If the view types that need to be checked are some of the core ones we
can filter the dataset search to only return the relevant ones, which
will reduce the number of datasets to be checked.
Refactored the text view plugin to allow importing the formats used.
Commit: 9eb88589166db62cb4f229b7a56ad5da6d5dcad9
https://github.com/ckan/ckan/commit/9eb88589166db62cb4f229b7a56ad5da6d5dcad9
Author: amercader <amercadero at gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#2204] Add option to turn default filters off
Default filters can be explicitly turned off, and they also won't be
applied if the user passes extra search parameters (still no
implemented)
Commit: 2773faaed2ef9676ea478c32c09a609cf063c245
https://github.com/ckan/ckan/commit/2773faaed2ef9676ea478c32c09a609cf063c245
Author: amercader <amercadero at gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#2204] Allow users to modify the search parameters to get datasets
Users can pass the `-s` option to provide a JSON object with parameters
like the ones used in `package_search`. Supported parameters are `q`,
`fq` and `fq_list`.
Commit: 774d765a27d0f725cbf4785d6d9edcff3900d023
https://github.com/ckan/ckan/commit/774d765a27d0f725cbf4785d6d9edcff3900d023
Author: amercader <amercadero at gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#2204] Add option to create views on particular datasets
Commit: 8020238c080ca81ebd236592c213bf47d8e1ec4b
https://github.com/ckan/ckan/commit/8020238c080ca81ebd236592c213bf47d8e1ec4b
Author: amercader <amercadero at gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#2204] Stop if no more records
Compare: https://github.com/ckan/ckan/compare/810f76459944...8020238c080c
More information about the ckan-changes
mailing list