[ckan-changes] [okfn/ckan] 5de38a: [#2438] Dictize results list of resource_search ac...
GitHub
noreply at github.com
Tue Jun 26 18:31:18 UTC 2012
Branch: refs/heads/2438-resource_search-action-accessible-via-get-request
Home: https://github.com/okfn/ckan
Commit: 5de38a8aa8414752f8c08c8d9b8bc8807ee6752d
https://github.com/okfn/ckan/commit/5de38a8aa8414752f8c08c8d9b8bc8807ee6752d
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Dictize results list of resource_search action.
Looks like this action wasn't even working!
Commit: ed1d76222224907fe720790e0f3d4519c2221c7d
https://github.com/okfn/ckan/commit/ed1d76222224907fe720790e0f3d4519c2221c7d
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Docstring for resource_search action.
Commit: 78d2f1198bbf3305880567199c94a31bd410039b
https://github.com/okfn/ckan/commit/78d2f1198bbf3305880567199c94a31bd410039b
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2438] Add 'q' parameter to resource_search action.
This deprecates the existing 'fields' parameter, which is not compatible
with GET-ing the resource_search action.
Commit: 52a935fe1e8bd6d5f30953eadb0cf0e8bb7273ab
https://github.com/okfn/ckan/commit/52a935fe1e8bd6d5f30953eadb0cf0e8bb7273ab
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2438] Ensure legacy parameter, fields, still works.
Keep the old fields `parameter's` behaviour, but encourage use of the new
`query` parameter.
Commit: 8de120ba65e3cbd47685044a012209c7ebfeea9e
https://github.com/okfn/ckan/commit/8de120ba65e3cbd47685044a012209c7ebfeea9e
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2438] Special chars are escaped in search terms.
Commit: aef1ae897a0d5fd386964f1fb00a3f991477f7b7
https://github.com/okfn/ckan/commit/aef1ae897a0d5fd386964f1fb00a3f991477f7b7
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Useful validation errors for resource_search
Commit: 8e15661315765f2d4f89227a44e20b38a09dbebf
https://github.com/okfn/ckan/commit/8e15661315765f2d4f89227a44e20b38a09dbebf
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Remove unused session object.
Commit: e261b4cca8fe4dbc1ec6e646717965070ad3170a
https://github.com/okfn/ckan/commit/e261b4cca8fe4dbc1ec6e646717965070ad3170a
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] General tidy of resource_search action.
Commit: 86e3cad2808ef26fbb6840b7747c7c0f2ca1b4f9
https://github.com/okfn/ckan/commit/86e3cad2808ef26fbb6840b7747c7c0f2ca1b4f9
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2438] Add reference to ticket number
Commit: cee63ed653caf704fc157823f29c317f69e0e34e
https://github.com/okfn/ckan/commit/cee63ed653caf704fc157823f29c317f69e0e34e
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Add log message warning of deprecated parameter.
Obviously this won't indicate to the action api users, only
when in library access.
Commit: afd7ee09ec2ff30de7631256fa951ac324394344
https://github.com/okfn/ckan/commit/afd7ee09ec2ff30de7631256fa951ac324394344
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/lib/search/query.py
M ckan/logic/action/get.py
Log Message:
-----------
[#2438] Context determines resource_search's result type.
This is provided as it allows the search api to continue to use
this action, and still provide the required result-type for the
action api.
Commit: 521273b8f2e74c1400e55625a577c41661875b50
https://github.com/okfn/ckan/commit/521273b8f2e74c1400e55625a577c41661875b50
Author: Ian Murray <ian.murray at okfn.org>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#2438] Test resource_search works with a GET request
Compare: https://github.com/okfn/ckan/compare/5de38a8aa841^...521273b8f2e7
More information about the ckan-changes
mailing list