-
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
009ee50
commit e840cc4
Showing
4 changed files
with
7,829 additions
and
0 deletions.
There are no files selected for viewing
147 changes: 147 additions & 0 deletions
147
docs/source/_release_builds/change_logs/2025.01.21.json
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,147 @@ | ||
{ | ||
"ckan": { | ||
"ckan": { | ||
"Changes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Disable the DataTables view FTS search if the record count is above `ckanext.canada.max_ds_fts_rows` (default: `100,000` rows)\n", | ||
"hash": "395bf7584982a1fc786e0ad6127fa95370661024" | ||
} | ||
], | ||
"Bugfixes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Allow searching with special characters in DataTables views.\n", | ||
"hash": "8927a47d7b90412f781e66b26ee315f66077deda" | ||
}, | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Do not allow password reset for Deleted users.\n", | ||
"hash": "0772d36cc8e00c76b09e876fe72ece1b30b0e4ca" | ||
} | ||
] | ||
}, | ||
"ckanext-canada": { | ||
"Changes": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Aligned test cases with new Recombinant code.\n", | ||
"hash": "79462c9df1bcf8dbe26735b894e6bc65a758ce13" | ||
}, | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Limit `datastore_search` with FTS searching with `ckanext.canada.max_ds_fts_rows` (default: `100,000` rows)\n", | ||
"hash": "e75e177198b86659e5eae933c85775d1a31f2b75" | ||
} | ||
], | ||
"Removals": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Removed the old API Key modal from the user profile template.\n", | ||
"hash": "df4f4aa49c5d7283c5c258289ab489acb64e0195" | ||
} | ||
] | ||
}, | ||
"ckanext-gcnotify": { | ||
"Changes": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Refactor code to meet CKAN and Python coding standards.\n", | ||
"hash": "d09cc072d86c433e165383d3cffca74d639cabd7" | ||
} | ||
] | ||
}, | ||
"ckanext-openapiview": { | ||
"Changes": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Refactor code to meet CKAN and Python coding standards.\n", | ||
"hash": "d09cc072d86c433e165383d3cffca74d639cabd7" | ||
} | ||
] | ||
}, | ||
"ckanext-power-bi": { | ||
"Changes": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Refactor code to meet CKAN and Python coding standards.\n", | ||
"hash": "d09cc072d86c433e165383d3cffca74d639cabd7" | ||
} | ||
] | ||
}, | ||
"ckanext-recombinant": { | ||
"Changes": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Allow for DS Type Overrides in the published resource Data Dictionaries. The UI will still display the type from the Recombinant Schema.\n", | ||
"hash": "c81793abaa052020e99002eb6e20646f443f24e2" | ||
}, | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "`format_trigger_error` is now done at a logic level instead of view level.\n", | ||
"hash": "260144227c5493c3cc1148cca4679d96f97f5706" | ||
} | ||
] | ||
}, | ||
"ckanext-security": { | ||
"Bugfixes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Fixed the username validator.\n", | ||
"hash": "e564ded1f89be1907603729edc8ac5707b6d2557" | ||
} | ||
], | ||
"Changes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Changed failed login attempts to log level INFO for our production environment logging configurations.\n", | ||
"hash": "4c21c7b8ef10e0d154c9f0bcd16bfd95341eda2c" | ||
} | ||
] | ||
}, | ||
"ckanext-xloader": { | ||
"Bugfixes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Handled database timeout exceptions to close temporary files.\n", | ||
"hash": "28572ecfccad8265904a6276b221c17be15aa0fa" | ||
} | ||
], | ||
"Changes": [ | ||
{ | ||
"canada_only": true, | ||
"backport": false, | ||
"change_log": "Limit the FTS index to `ckanext.canada.max_ds_fts_rows` (default: `100,000` rows)\n", | ||
"hash": "c8a6857c7931a119c2951dfd9e46d6d053586129" | ||
} | ||
] | ||
} | ||
}, | ||
"django": { | ||
"oc_search": { | ||
"Features": [ | ||
{ | ||
"canada_only": false, | ||
"backport": false, | ||
"change_log": "Adding some additional code for measuring the use of facets. Requires a model change.\n", | ||
"hash": "e073f00434bf2d382e6e24e01942136da3837c91" | ||
} | ||
] | ||
} | ||
}, | ||
"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,52 @@ | ||
{ | ||
"ckan": { | ||
"ckan": { | ||
"uri": "https://github.com/open-data/ckan", | ||
"prev": "1055e3c70d9a17a6cca31295c9bb5df332a2a0f8", | ||
"head": "2888dce06b50c003a33f647167fdffe49c693105" | ||
}, | ||
"ckanext-canada": { | ||
"uri": "https://github.com/open-data/ckanext-canada", | ||
"prev": "76045e5bf77943d2c0327f0455d287471207b2f0", | ||
"head": "b40473c7fdbde84396daddefd2473e16455539b0" | ||
}, | ||
"ckanext-gcnotify": { | ||
"uri": "https://github.com/open-data/ckanext-gcnotify", | ||
"prev": "15ebfcc01225fb281519d19ffcaca9c5c14965d5", | ||
"head": "60ac362fa3985d192a4ca7a4823e192534b5b822" | ||
}, | ||
"ckanext-openapiview": { | ||
"uri": "https://github.com/open-data/ckanext-openapiview", | ||
"prev": "9131c3f6f431645d6ac8ec71c84b0440e506eff5", | ||
"head": "5e527915c299bde0cff79b7211e465b710525dcc" | ||
}, | ||
"ckanext-power-bi": { | ||
"uri": "https://github.com/open-data/ckanext-power-bi", | ||
"prev": "1154558cd7f40e8d945e7217bf32d2d37ff6dd71", | ||
"head": "67871cb5c88b0e953925666b1cb70b14c4dd0643" | ||
}, | ||
"ckanext-recombinant": { | ||
"uri": "https://github.com/open-data/ckanext-recombinant", | ||
"prev": "947384a147851ca528ddbdf8736614ad86269353", | ||
"head": "1d4ea1ff5e1fa2eb8afc7e3888bd703062551b7a" | ||
}, | ||
"ckanext-security": { | ||
"uri": "https://github.com/open-data/ckanext-security", | ||
"prev": "3357c7764b71937650621ffcb33d5f7d8f632268", | ||
"head": "406d2c0d708a5034eb3acf829190ef408a26501c" | ||
}, | ||
"ckanext-xloader": { | ||
"uri": "https://github.com/open-data/ckanext-xloader", | ||
"prev": "e2fbdf99db123a1509faf8c9fd47e5382edf81d9", | ||
"head": "e30258719195316ee631c371ec98ad2be6c82ab8" | ||
} | ||
}, | ||
"django": { | ||
"oc_search": { | ||
"uri": "https://github.com/open-data/oc_search", | ||
"prev": "e34a89ef1f5e37b946e287022b0a36f18e04274f", | ||
"head": "bca348a8159aed4df65c3c4764ab23ab61c9e75a" | ||
} | ||
}, | ||
"drupal": {} | ||
} |
Oops, something went wrong.