Custom Query (2152 matches)
Results (1609 - 1611 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1327 | duplicate | [super] Dataset Archiving | rgrp | |
Description |
Split out of #852. Automated archiving of datasets (related to QA). Automated archiving using worker process |
|||
#1330 | invalid | Deprecate / Remove test_authz.py | rgrp | |
Description |
test_authz.py appears to test in great detail some very specific additional authz (related to total site lock-down it seems -- introduced I think for hri project). I think there are simpler ways to get total site lockdown (use external auth!) and this test is slow and delicate (e.g. depends on specific words in templates). Suggest removing. If we don't remove we should at least refactor tests for access to certain pages to use a proper method of testing (e.g. agreed html comments in each page) rather than being depending on the presence of absence of specific wording. |
|||
#1339 | fixed | Issues / question re navl and data conversion | kindly | rgrp |
Description |
I ran into a bug with the size field on resources.
To solve this (cset:58acdcfe6d4e) i created an int_converter temporarily in logic/schema.py (this is almost certainly the wrong place). But I think it raises a bigger issue about the conversion layer and how it works. |