- Sep 04, 2020
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Sep 03, 2020
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Sep 01, 2020
-
-
Antoine Pietri authored
-
- Aug 19, 2020
-
-
Antoine Pietri authored
-
- Aug 06, 2020
-
-
Antoine R. Dumont authored
Related to T2105
-
- Aug 03, 2020
-
-
Antoine Pietri authored
-
Antoine Pietri authored
This allows for a more in-depth refactor of the logic in each view. We can create views that simply override a specific behavior of some generic views, instead of having to write ugly spaghetti code in the form of nested functions that return other parametrized functions.
-
- Jul 27, 2020
-
-
Antoine Pietri authored
-
- Jul 23, 2020
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
We used to have PROT_READ | PROT_WRITE and MAP_PRIVATE for readonly maps. However, this would reserve copy-on-write space and make the service OOM. We could also use MAP_NORESERVE to avoid committing for that much memory in advance, but we really don't need to have writable space at all, so we just set the prot flags properly. Fix T2492
-
- Jul 06, 2020
-
-
Antoine Pietri authored
-
- May 29, 2020
-
-
Antoine Pietri authored
-
- May 12, 2020
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Apr 29, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 21, 2020
-
- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
Stefano Zacchiroli authored
-
- Apr 17, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 16, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 10, 2020
-
-
Antoine Pietri authored
-
- Apr 08, 2020
-
-
David Douard authored
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Mar 21, 2020
-
- Mar 05, 2020
-
-
Léni Gauffier authored
-
- Mar 03, 2020
-
-
Stefano Zacchiroli authored
-
- Feb 24, 2020
-
-
Léni Gauffier authored
-
- Feb 01, 2020
-
-
Stefano Zacchiroli authored
- add mention to the SANER 2020 paper, as a more extensive reference of the whole process - point to the `swh graph compress` CLI as compression process driver - uniform sectioning - reference data model and PID documents via internal IDs rather than absolute URLs to docs.s.o
-
- Jan 30, 2020
-
-
Stefano Zacchiroli authored
-
- Jan 17, 2020
-
-
Antoine Lambert authored
Related to T2188
-
- Dec 23, 2019
-
-
Antoine Pietri authored
-
Antoine Pietri authored
-
Antoine Pietri authored
-
- Dec 06, 2019
-
-
Stefano Zacchiroli authored
Multiple identifiers (of either kind) can be passed either directly on the CLI or via stdin. In the latter case logical lines in stidn will be preserved in stdout. Closes T2112
-