hjhsalo

Results 19 issues of hjhsalo

Let's review what changes v3.0.0 introduces. --- This change is [](https://reviewable.io/reviews/eudat-b2share/b2share/1842)

- Small updates - Update .travis.yml for Python 3.6 - Just version string update (should bring 3.6.1) - Update ES to 2.4.6 - Just version string update - Bigger updates...

Change custom scopes to suitable OpenID compatibles scope(s) https://github.com/EUDAT-B2SHARE/b2share/blob/d846068c71853221ac53239c9efc56e3e795e6c3/b2share/modules/oauthclient/b2access.py#L62

For example, `resourceType` -key is serialized even if it doesn't have any content. https://github.com/EUDAT-B2SHARE/b2share/blob/master/b2share/modules/records/serializers/schemas/datacite.py#L89 https://github.com/EUDAT-B2SHARE/b2share/blob/master/b2share/modules/records/serializers/schemas/datacite.py#L68

1. Use webpack 'contenthash' -variable to add id-number to `b2share-bundle.js` and `b2share-bundle.js.map` files during webpack build. 2. Use webpack to inject `b2share-bundle-.js` dynamically to `index.html` (https://github.com/EUDAT-B2SHARE/b2share/blob/d846068c71853221ac53239c9efc56e3e795e6c3/webui/app/index.html#L97) [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) -webpack module could...

Currently B2SHARE REST API is returning full URL to a ePIC PID. E.g.: `ePIC_PID : "http://hdl.handle.net/11304/9bda3890-eb08-40db-83e2-147d255b5ed5"` This is fine but, it seems that the domain part 'http://hdl.handle.net/' is directly stored...

Support for similar command line interface client as https://github.com/osfclient/osfclient has been requested through EUDAT helpdesk (12057).

Currently when `node_modules/webpack/bin/webpack.js -p` is run and you have an active web browser window open the browser doesn't understand that the React application has been updated and it should be...

Support for exposing B2sHARE record metadata in Catalogue Service for the Web (CSW) format has been asked in EUDAT Helpdesk (`ticket #12522`). [PyCSW](https://github.com/geopython/pycsw) offers serialization of metadata to CSW XML:...

Feature
RFC