- Nov 20, 2024
-
-
vlorentz authored
-
- Oct 24, 2024
-
-
vlorentz authored
-
- Aug 30, 2024
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Aug 27, 2024
-
-
David Douard authored
-
- Aug 26, 2024
-
-
vlorentz authored
-
- Aug 21, 2024
-
-
vlorentz authored
-
- Aug 20, 2024
-
- Aug 13, 2024
-
-
David Douard authored
-
- Jul 11, 2024
-
-
David Douard authored
-
- Jun 29, 2024
-
-
vlorentz authored
-
- Jun 04, 2024
- Jun 03, 2024
-
-
vlorentz authored
-
- May 14, 2024
-
-
vlorentz authored
-
- Mar 31, 2024
-
-
This lowers the number of orphan nodes. Additionally, Kafka consumers occasionally hang forever on the .close() call after getting offsets, and changing the other this way seems to fix it. (And even if it does not fix the issue, this change makes them hang shortly after the process started so it can be restarted quickly, instead of waiting hours before it hangs.)
-
- Mar 29, 2024
-
-
David Douard authored
-
- Mar 07, 2024
-
-
vlorentz authored
-
- Feb 23, 2024
-
-
Stefano Zacchiroli authored
-
- Feb 05, 2024
-
-
Antoine Lambert authored
Related to swh/meta#5075.
-
- Jan 29, 2024
-
-
vlorentz authored
-
- Jan 22, 2024
-
-
vlorentz authored
-
- Jan 04, 2024
-
-
vlorentz authored
-
- Dec 18, 2023
-
-
Jérémy Bobbio (Lunar) authored
As it might be easy to overlook that the dataset we provide are covered by both an Ethical Charter and Terms of Usage for bulk access, put the index behind a “I will respect the Ethical Charter and Terms of Use”. This in done via some simple JavaScript that hides the index sections, and add a button that will make them reappear on click. We remember the click for next vists using the browser local storage.
-
- Dec 05, 2023
-
-
David Douard authored
-
- Dec 04, 2023
-
-
David Douard authored
-
- Dec 01, 2023
-
-
David Douard authored
-
- Nov 29, 2023
-
-
David Douard authored
-
- Nov 08, 2023
-
-
David Douard authored
pyorc 0.9.0 dropped support for py37.
-
- Nov 07, 2023
-
-
Antoine Lambert authored
Fixes 41fe4969.
-
- Oct 23, 2023
-
- Oct 17, 2023
- Oct 12, 2023
-
-
David Douard authored
boto3 has a dependency constraint `urllib2<2` which is clashing with recent types-requests (see https://github.com/python/typeshed/blob/main/stubs/requests/METADATA.toml) This ensures dependencies of swh.dataset do not get hit by this clash, making the dependecy solver of pip very slow (and selecting very old versions of some of these dependencies).
-
- Sep 06, 2023
-
- Sep 05, 2023
-
-
vlorentz authored
-
- Aug 07, 2023
-
-
vlorentz authored
To support the setup on Maxxi, in which the root directory is not deletable by the Luigi process
-
- Jul 07, 2023
-
-
David Douard authored
It now needs types-click which is indeed a dependency of swh.core[testing].
-