hepdata icon indicating copy to clipboard operation
hepdata copied to clipboard

Repository for main HEPData web application

Results 99 hepdata issues
Sort by recently updated
recently updated
newest added

I tried to get a list of all Inspire IDs using the web API. First I get the total number of records: ```python import requests url = 'https://hepdata.net/search/?q=&format=json&size=1' response =...

type: bug
priority: high
complexity: medium

The [`convert_and_store`](https://github.com/HEPData/hepdata/blob/89441305418c3f675098a01623b2d1dfa67dec8e/hepdata/modules/converter/tasks.py#L31) function calls [`download_submission`](https://github.com/HEPData/hepdata/blob/89441305418c3f675098a01623b2d1dfa67dec8e/hepdata/modules/converter/views.py#L216) with an argument `offline=True`, in turn calling [`convert_zip_archive`](https://github.com/HEPData/hepdata/blob/89441305418c3f675098a01623b2d1dfa67dec8e/hepdata/modules/converter/__init__.py#L39) which performs the conversion using `hepdata-converter-ws-client`, `hepdata-converter-ws` and `hepdata-converter`. However, the conversion is performed synchronously and large...

type: bug
priority: medium
complexity: high

If an INSPIRE ID is not attached when a submission is created, the Coordinator is prompted for a provisional submission title, which is replaced when the publication information is pulled...

type: enhancement
priority: medium
complexity: medium

The HEPData code uses various icons from [Font Awesome](https://fontawesome.com). Versions `~4.4.0` and `~4.6.3` are pinned in the `bundles.py` file. I wanted to use a [Discourse Icon](https://fontawesome.com/icons/discourse?style=brands) but it requires Version...

type: enhancement
priority: medium
complexity: medium

`invenio-theme` v1.3.17 added a `favicon.ico` file (the Invenio magnifying glass symbol) that replaces the HEPData logo displayed in tabs of a web browser. If possible, it would be better to...

type: bug
priority: medium
complexity: medium

Following on from PR #533, we were using `sauce-connect-action@main` which broke after saucelabs/sauce-connect-action#53 was merged into the `main` branch, since the `restUrl` parameter was not being passed when starting the...

type: enhancement
priority: medium
complexity: low

A meta tag should be added to the header of the `/signup` (`register_user.html`) and `/login` (`login_user.html`) pages like: ```html ``` This will instruct web crawlers to not index the page...

type: bug
priority: medium
complexity: low

For local development, the web app is deployed at `http://localhost:5000`. It might be useful to explain in the docs how to deploy the web app at a port other than...

type: bug
priority: low
complexity: low

When a finalised record is deleted (via the cli), we need to ensure we clean up the elasticsearch index and the DataCite DOI. * [ ] Mark the corresponding metadata...

type: bug
priority: low
complexity: medium

The `DataResource` object has a field `file_location = db.Column(db.String(256))`. The `location` of an additional resource is restricted to 256 characters by the [JSON schema](https://github.com/HEPData/hepdata-validator/blob/bf2e41977eb78a8b1f2c7bb4cb7a68f27e87840c/hepdata_validator/schemas/1.1.0/additional_resources_schema.json#L9) of the validator. However, the `parse_additional_resources`...

type: bug
priority: high
complexity: low