Skip to content

Commit 7c6de27

Browse files
bot(release): commit release files;
1 parent 6def536 commit 7c6de27

4 files changed

Lines changed: 5102 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"ckan": {
3+
"ckan": {
4+
"Changes": [
5+
{
6+
"canada_only": true,
7+
"backport": false,
8+
"change_log": "Added a unique constraint `con_package_resource_unique_position` onto the Resource model to make resource positions unique per dataset. This is a deferrable constraint. Resource with a deleted state will now have `null` positions. Requires DB plugin migration.\n",
9+
"hash": "328aa00ec5d165fd88964cd5d5a86f43229cee1b"
10+
}
11+
],
12+
"Bugfixes": [
13+
{
14+
"canada_only": false,
15+
"backport": true,
16+
"change_log": "Backported [d3fff92](https://github.com/ckan/ckan/commit/d3fff92ebefa1109dfe7cf9c0cad072eaba2bc0b) to fix a flaky issue with resource uploads when updating.\n",
17+
"hash": "de3c748008141596be6d6c72dd3add443802733d"
18+
},
19+
{
20+
"canada_only": true,
21+
"backport": false,
22+
"change_log": "Added an Order By to the backref `resources_all` so that the Package ORM object accessing its `resources` property will have the resources in the proper ordering of `position`. This fixes a flaky issue when uploading resources during `package_update`\n",
23+
"hash": "9998e2e1ad9e6fdd57846d605a97f70a28b80bd6"
24+
}
25+
]
26+
},
27+
"ckanext-canada": {
28+
"Changes": [
29+
{
30+
"canada_only": false,
31+
"backport": false,
32+
"change_log": "Added test coverage and plugin migration (alembic version `015d2fdd075f`) for the new Resource unique constraint `con_package_resource_unique_position` from [PR#221](https://github.com/open-data/ckan/pull/221)\n",
33+
"hash": "e6a89917a2eaae9821f225bab6aeaff3e560bcdf"
34+
},
35+
{
36+
"canada_only": false,
37+
"backport": false,
38+
"change_log": "Added test coverage for Resource uploads, namely the issue resolved in upstream [PR#222](https://github.com/open-data/ckan/pull/222)\n",
39+
"hash": "9673ee53da14094a637cec7b43215786798bd0ce"
40+
}
41+
],
42+
"Features": [
43+
{
44+
"canada_only": false,
45+
"backport": false,
46+
"change_log": "500 Internal Server errors will now output a Support ID into the logs and on the error page for logged in users on the Registry.\n",
47+
"hash": "69883f2314e543de93c4802a5a56b2405f6d0f96"
48+
}
49+
]
50+
}
51+
},
52+
"django": {},
53+
"drupal": {}
54+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"ckan": {
3+
"ckan": {
4+
"uri": "https://github.com/open-data/ckan",
5+
"prev": "acc01450d58a051e3b4a54c0bf74ba730deb29a1",
6+
"head": "356ada3f9d00be7e6d7eb159a8ff012194e2551b"
7+
},
8+
"ckanext-canada": {
9+
"uri": "https://github.com/open-data/ckanext-canada",
10+
"prev": "0a2cc40da0f6d492184a6fe92c26ffe5f15aca9a",
11+
"head": "fcf55abb0a8af3e2ff806dd7cea7ee2c125da32c"
12+
}
13+
},
14+
"django": {},
15+
"drupal": {
16+
"og": {
17+
"uri": "https://github.com/open-data/og",
18+
"prev": "888c7771ca2083866871949d4cc6bfdc0dc11fd4",
19+
"head": "6b5abd0662bdd141080d91321624d89a494101c3"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)