- Apr 16, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Apr 14, 2025
-
-
Antoine Lambert authored
See swh-docs@ec926dc3.
-
- Apr 10, 2025
-
-
Renaud Boyer authored
-
- Apr 09, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Give more details about what kind of tarballs can be loaded into the archive through the save code now service.
-
- Apr 06, 2025
-
-
Paul Wise authored
Currently pipeline titles default to the last commit on the AFNR GitLab repo, which mentions the previously archived forge, which confuses forge admins, resulting in some more emails for the AFNR moderators to reply to.
-
- Mar 31, 2025
-
-
Nicolas Dandrimont authored
-
- Mar 25, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
This reworked button offers the same feature as the "Raw File" one except the content will be downloaded and saved to disk instead of rendering it in the browser. Fixes #4834.
-
Do not display the "Download" button for vault cooking when browsing a content. Fix breadcrumb link for root directory.
-
-
User can now provide a tarball URL and select the tarball visit type to save the contents of a tarball into the archive.
- Mar 21, 2025
-
- Mar 05, 2025
-
-
Antoine Lambert authored
Add missing snapshot description and remove person one. Update link to SWH glossary. Open external links in new browser tabs.
-
Antoine Lambert authored
-
- Mar 04, 2025
-
-
Antoine Lambert authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
Renaud Boyer authored
-
- Mar 03, 2025
-
-
Renaud Boyer authored
-
When calling the content_get_data method from the storage interface, ensure to provide all content hashes as parameter to avoid an extra request on the storage server to fetch missing hashes. Factorize code a bit to reuse the lookup_content function instead of duplicating code.
-
These just result in a rejection from the archival moderation team. The GitLab API sets the appropriate CORS headers for this to work. Co-authored-by:
Antoine Lambert <anlambert@softwareheritage.org>
-
- Feb 26, 2025
-
-
Antoine Lambert authored
When the greater_or_equal parameter is set to True and there is no visit date greater or equal to the one passed as parameter, this function should return None. This fixes generated browse links in the Save Code Now Web UI when the same origin was submitted multiple times for archival.
-
- Feb 20, 2025
-
-
Antoine Lambert authored
-
- Feb 19, 2025
-
-
Some javascript errors could occur under certain circumstances.
-
We missed it as swh-web tests are executed with a memory storage backend.
-
Antoine R. Dumont authored
Refs. !1391 Refs. swh/infra/sysadm-environment#5534
-
Guillaume Samson authored
Related to swh/infra/sysadm-environment#5534
-
Antoine Lambert authored
-
- Feb 18, 2025
-
-
Antoine Lambert authored
It allows to simplify the static files configuration with django and to remove the use of the deprecated data_files option from setuptools.
-
- Feb 17, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Bump development tools: mypy, codespell, isort, ... Move all tools configuration in pyproject.toml. Remove no longer needed mypy overrides.