(2024-12-20)
- Update config settings (read from .ini file or use default value if the variable is not set).
- Add OpenCode publiccode.yml file.
- Update README.
(2023-05-19)
- Fix packaging to ensure VERSION file and mapping JSON files are included in built distributions.
(2023-05-11)
- Set
ckanext.dcatde_berlin.additional_endpoints
in code, derived from thecatalog_no_fb
endpoint's blueprint. - Fix bug where unknown groups/categories would lead to a key error.
- Define extension's version string in VERSION, make available as
ckanext.dcatde_berlin.__version__
and in setup.py.
(2023-01-25)
- Fix changelog.
- Fix manifest.
(2022-10-25)
- Change codecov upload in github CI, now using the recommended approach as defined in https://docs.codecov.com/docs#step-4-upload-coverage-reports-to-codecov
(2022-10-21)
- Convert to Python 3.
- Replace IRoutes interface with IBlueprint.
- Add tests.
- Switch from RST to Markdown for Readme.
- Reformat changelog, add dates and version links.
(2020-07-29)
- Add a second DCAT
catalog
endpoint which returns only those datasets that were not harveseted from FIS-Broker. URL is/catalog_no_fb.{FORMAT}
(the regular endpoint is/catalog.{FORMAT}
). - Remove
ckanext-dcat
fromrequirements.txt
, as this can cause conflicts with a manually installed version of the same library.
(2019-12-13)
- Add changelog.
- Remove
dct:publisher
statements based on the CKAN organization, as that is only used internally to control access rights. There are organizations like "Simplesearch" or "FIS-Broker Harvester" that don't make sense as a publisher. - Add information from
berlin_source
field as dct:accrualMethod.
(2018-07-12)
- Initial version of the plugin