-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ckan 2.10 #255
Ckan 2.10 #255
Conversation
[ckanext.spatial.plugin] The spatial search backend has been renamed to , please update your configuration
Apparently, the format of extras changed... We don't know why exactly, but it had to be from upstream extensions and/or core... this may or may not be acceptable... needs review..
tag lists were unordered and could not be compared, so sort them..
- before_search --> before_dataset_search - before_index --> before_dataset_index - after_show --> after_dataset_show - Reference: ckan/ckan#6501
THIS WAS THE BANE OF MY EXISTENCE FOR FOOOUUURRRR DAYS... But yeah, this changed upstream and we need to reference the new version of solr_backend. I made a similar change in another repo or an earlier commit
until it is merged into main and released on pypi
It is necessary for s3 tests
Something broke after this commit, hopefully this commit is a working one too..
I don't know where this is supposed to redirect to.. but this seemed the most relevant?
Returning when json is none breaks some other number-based location inputs
Don't give json a reason to parse null into none.. and let the get_geo_from_string run even if json fails
Change the way we capture word-based locations
default to an empty str if nothing else works
Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
ARG CKAN_VERSION=2.9.5 | |||
ARG CKAN_VERSION=2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should value be 2.10.1
?
Makefile
Outdated
@@ -1,4 +1,4 @@ | |||
CKAN_VERSION ?= 2.9.7 | |||
CKAN_VERSION ?= 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should value be 2.10.1
?
@btylerburton we should change the required tests, because apparently the required test is for 2.9.7 but now it should be 2.10.1... |
yeah, i can update that. |
i'm going to update those CKAN version references to |
CKAN 2.10 is CKAN 2.10.1. No need to limit ourselves to #.#.1 unless we have a reason to pin to it. |
Related to
Changes:
2.9
and2.10
2.10
solr
tosolr-bbox
forsearch_backend
str
context['schema']['id']
andcontext['schema']['tags']['name']
before_action
before_????
deprecated and replaced bybefore_dataset_????
SysadminWithToken
instead ofSysadmin
sinceapikey
has been deprecated in favor oftoken
pyproj
from2.6.1
to3.4.1
based on spatial requirementsgeojson
from2.5.0
to3.0.1
based on spatial requirementsTODO:
license_list
not working data.gov#4293export_csv
test?Random notes for the future:
Random important references: