- Nov 25, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.8' with Debian dir 04a85b316e30ce8b630c3ee7017438fa48701bcc
-
Antoine Lambert authored
- Nov 24, 2022
-
-
Antoine Lambert authored
When requesting a vault cooking creation but there is already a pending one for the same SWHID, ensure task creation modal is displayed as previously an error was erroneoulsy reported in the Web UI. Under the hood, no new cooking task will be created but the pending one will be displayed in the vault UI. Nevertheless the email possibly submitted by the user in the modal will be added to the list of emails to notify by the vault backend. Related to T4698
-
- Nov 23, 2022
-
-
Antoine Lambert authored
-
- Nov 22, 2022
-
-
Antoine Lambert authored
It should make cypress tests execution on Jenkins more stable.
-
Antoine Lambert authored
It still breaks parallel tests on Jenkins so revert that upgrade until issue is fixed.
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.7' with Debian dir d457f3536f343d0360e508cdce75d24e8261908a
-
Antoine Lambert authored
-
- Nov 21, 2022
-
-
Antoine Lambert authored
Private repositories cannot be cloned without authentication so we cannot create save requests for those. So return an HTTP 400 error code when receiving push webhooks for such repositories and inform users about the fact they cannot be publicly cloned. Related to T4548
-
Antoine Lambert authored
Previously, github webhook receiver was returning a 400 HTTP error code for a ping event which can be confusing for users so ensure to return a 200 HTTP code. Related to T4548
-
Antoine Lambert authored
Notably bump cypress to 11.0.1 (11.1.0 makes test hang on Jenkins so we cannot upgrade to latest version yet) and cy2 to 3.2.0.
-
- Nov 16, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.6' with Debian dir d96fab777eeee5a8ef1da9d9b784da11b9fe8b23
-
Antoine Lambert authored
It breaks parallel tests on Jenkins so revert that upgrade until finding a fix.
-
Antoine Lambert authored
-
Antoine Lambert authored
Increase first column width in tables of endpoints list page. Add ids to endpoint sections and links to the sections in top of that page. Use absolute URL in specific endpoint documentation (to ease copy paste).
-
Antoine Lambert authored
Previously, the save code now service was not allowing to create a new request for an origin if a previously created one for the same origin was currently running. However, new commits might have been pushed to the origin while a loading task is running so this restriction does not make sense, especially for the new forge webhook receivers feature. Related to T4548
- Nov 15, 2022
-
-
Antoine Lambert authored
Previously the snapshot releases view was only displaying the releases names and not the branches names targeting those. But it exist cases where multiple branches target the same release in a snapshot so also display branches names in the releases table in order to avoid confusion about duplicated releases. Related to T4686
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.4' with Debian dir ea60d60f494e1c7b22666191956f6ef8452204a8
-
vlorentz authored
The 'fields' query parameter is used by clients to indicate what fields the API should return. If 'metadata' is not in that field, then the 'metadata' object will be discarded by apiresponse, so the call to `idx_storage.origin_intrinsic_metadata_get` is useless. I expect no client actually uses this field, so this could save ressources. Additionally, I want to deprecate the field, so this may make it easier to figure if any client actually requests it by looking at server logs.
-
vlorentz authored
This is needed, because swh-search may now return results based on extrinsic metadata, in addition to intrinsic metadata. I do not want to query idx_storage.origin_extrinsic_metadata here, because it is not clear how to merge with the existing data structure. Additionally, I do not think anyone relies on the metadata returned by this endpoint because it is undocumented and rather inflexible. Instead, I would like to deprecate returning metadata from this endpoint altogether, as there is a more appropriate endpoint to get metadata once you have the origin URL.
-
- Nov 14, 2022
-
-
Antoine Lambert authored
Instead of manually setting some HTTP headers, prefer to use django FileResponse class that set those. It fixes the download of raw files with non ascii filenames.
-
- Nov 09, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.3' with Debian dir 1e178da7e00c905317a3449abc5f0cf0848b21fd