Releases: conwetlab/ckanext-storepublisher
Releases · conwetlab/ckanext-storepublisher
Ease the installation process
Included improvements:
- The installation process have been eased so now the extension can be installed by running
python setup.py install
.
Update OAuth2 Lib
- Update OAuth2 Lib to version 0.5.0 in order to preserve consistency among CKAN extensions developed by this team.
Store consistency
New features:
- When a dataset is deleted, attached store resource & offerings are also deleted.
- Completly refactored code.
Minor change in Store API
New features:
- The Store API has been updated and the filed
resource_type
is now mandatory: the code has been adapted to send it.
Minor improvement: Receive Store Data in JSON format
- The
Accept
header is set to receive the data in JSON format. This allows us to avoid parsing XML.
Hidden Acquire URL
- User is not asked to update the acquire URL, it's updated automatically.
- Minor bugfixes.
Bug fixing
- Fix the problem with the final slash.
- Add a link to the created offering in the Store when the offering is published.
Initial Version
Initial version that allows users to publish datasets in the FIWARE Store. To do so, the user must access the Manage option of the dataset and click on the tab called Publish
. A form will be opened to set up the characteristics of the offering that will be created.
Note: This plugin does not create the offerings directly.