-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f24f60
commit b16e0d0
Showing
4 changed files
with
4,541 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"ckan": { | ||
"ckanext-canada": { | ||
"Features": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Added Dataset & Resource repeating Relationship field groups.\n", | ||
"hash": "cac3c34dca5b8e224770884612d6f40993b93060" | ||
}, | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Allow remote DataStore sources. White list domains with `ckanext.canada.datastore_source_domain_allow_list`\n", | ||
"hash": "20aaee34a5bfafec0c9ae3b8998be2d9806cdf0d" | ||
} | ||
] | ||
}, | ||
"ckanext-recombinant": { | ||
"Removals": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Removed Excel Template version 2 capabilities. Use version 3.\n", | ||
"hash": "fd6e0bbe321a1a252a7c9030b196c79f055b3746" | ||
} | ||
] | ||
}, | ||
"ckanext-validation": { | ||
"Features": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Allow remote DataStore sources. White list domains with `ckanext.canada.datastore_source_domain_allow_list`\n", | ||
"hash": "20aaee34a5bfafec0c9ae3b8998be2d9806cdf0d" | ||
} | ||
] | ||
}, | ||
"ckanext-xloader": { | ||
"Features": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Allow remote DataStore sources. White list domains with `ckanext.canada.datastore_source_domain_allow_list`\n", | ||
"hash": "20aaee34a5bfafec0c9ae3b8998be2d9806cdf0d" | ||
} | ||
] | ||
} | ||
}, | ||
"django": { | ||
"oc_search": { | ||
"Features": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Added a new global template snippet to allow custom 'teasers' above the search bar.\n\nPlease note, it is necessary to to perform a Django DB migration for this feature\n\nAlso adding JSON formatting to the Search Import/Export files to make it easier to track changes\n", | ||
"hash": "7a46d1ccced80a398f3c0a1fe2e0bd0b71df7889" | ||
} | ||
] | ||
} | ||
}, | ||
"drupal": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"ckan": { | ||
"ckanext-canada": { | ||
"uri": "https://github.com/open-data/ckanext-canada", | ||
"prev": "b672b3a74cb70715bfe22019f085264d84ead05d", | ||
"head": "2f919c7d8b10ae4294dda3435babac9fe5d40304" | ||
}, | ||
"ckanext-recombinant": { | ||
"uri": "https://github.com/open-data/ckanext-recombinant", | ||
"prev": "7074987aa4a207a565b55bde94bc0819ff3acbd8", | ||
"head": "dc3dc2c637556926cf7209f76fd652c213cc89e1" | ||
}, | ||
"ckanext-validation": { | ||
"uri": "https://github.com/open-data/ckanext-validation", | ||
"prev": "852f9bdb0876ad9a37777586e55786eec87240e9", | ||
"head": "1aac937a4d08bbee7c3b0cc34e7a85ad762d546a" | ||
}, | ||
"ckanext-xloader": { | ||
"uri": "https://github.com/open-data/ckanext-xloader", | ||
"prev": "26e9bdbb15de3c9e90ff053ebaeb7c542709795a", | ||
"head": "0a8ea29eabbaa70094368f61021cb056a422829d" | ||
} | ||
}, | ||
"django": { | ||
"oc_search": { | ||
"uri": "https://github.com/open-data/oc_search", | ||
"prev": "728d18447017161dbd02f19dc105db30e18df648", | ||
"head": "579d7549c0d5df737bdac50c9bd91863323fd294" | ||
} | ||
}, | ||
"drupal": {} | ||
} |
Oops, something went wrong.