- Sep 25, 2019
-
-
vlorentz authored
-
- Sep 24, 2019
-
-
Stefano Zacchiroli authored
Currently, the dependency graph shows different nodes for, e.g., "swh.core" and "swh.core[db]". With this change the two nodes are merged together. While it is interesting to know which precise part of a module others depend on, that is not the purpose of the dependency graph, which is meant to give only a high-level view of dependencies.
-
- Sep 20, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 04, 2019
-
-
Antoine Pietri authored
Addresses T1983
-
- Aug 30, 2019
-
-
Antoine Pietri authored
-
- Aug 23, 2019
-
-
Stefano Zacchiroli authored
-
- Jul 31, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
Related T1887
-
- Jun 30, 2019
-
-
Thibault Allançon authored
-
- May 23, 2019
-
-
vlorentz authored
-
- May 13, 2019
-
-
Antoine Lambert authored
-
- Apr 28, 2019
-
-
Summary: (T1696) Fixed a typo in developer-setup. In the second line of the first point, it should be your modifications instead of yout modifications. Reviewers: #reviewers, zack Reviewed By: #reviewers, zack Differential Revision: https://forge.softwareheritage.org/D1437
-
- Apr 24, 2019
-
-
Reviewers: #reviewers, zack Reviewed By: #reviewers, zack Subscribers: vlorentz, anlambert Differential Revision: https://forge.softwareheritage.org/D1430
-
- Apr 17, 2019
-
-
vlorentz authored
-
- Mar 11, 2019
-
-
Antoine Lambert authored
-
- Mar 08, 2019
-
-
David Douard authored
- remove the manual setup guide since we do not want to promote (and maintain) this approach any more, - few rewordings in getting-started.rst iteself - in the developer-setup guide: - rewordings - copy the 'install depencencies' from the manual-setup guide, - add the missing step bin/update - remove the docker setup part (been integrated in the swh-docker-dev's README) - add a section on unit tests
-
- Mar 04, 2019
-
-
François Tigeot authored
-
- Mar 03, 2019
-
-
Reviewers: #reviewers, seirl Reviewed By: #reviewers, seirl Subscribers: seirl Differential Revision: https://forge.softwareheritage.org/D1217
-
- Feb 28, 2019
-
-
vlorentz authored
- Feb 27, 2019
-
-
François Tigeot authored
-
- Feb 14, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Improving the postactivate hook to work both for zsh/bash users
-
- Feb 12, 2019
-
-
David Douard authored
- a very basic docker-based quick start, - a more advanced developer setup guide (using mixed docker/venv install), - the original manual setup guide.
-
- Feb 08, 2019
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Closes T1341
-
- Jan 21, 2019
-
-
Stefano Zacchiroli authored
-
- Jan 07, 2019
-
-
Antoine R. Dumont authored
Without this dependency, the pifpaf tests won't execute. They will fail with a cryptic error. That cryptic error message is currently fixed by pifpaf's author. It's pending in a PR and should soon land. Related P341 Related https://github.com/jd/pifpaf/issues/108 Related https://github.com/jd/pifpaf/pull/119
-
Stefano Zacchiroli authored
- do not silence sphinx CLI invocations (it's bad for logs) - avoid $(apidoc_dep) variable (it doesn't exist for any other *-stamp)
-
vlorentz authored
Reviewers: #reviewers, ardumont Reviewed By: #reviewers, ardumont Differential Revision: https://forge.softwareheritage.org/D880
-
- Dec 17, 2018
-
-
Antoine R. Dumont authored
Depends on D834
-
- Dec 07, 2018
-
-
vlorentz authored
-
- Nov 29, 2018
- Nov 28, 2018
-
-
David Douard authored
-
David Douard authored
This will allow the CI to run the building job with sphinx options like `-W` (aka "turn warnings into errors").
-
- Nov 23, 2018
-
-
David Douard authored
- back to assets only building in each package - run sphinx-autodoc on the whole swh package at once we do not really need a local standalone buildable sphinx project in each swh subpackage, so running a full 'make html' in each of them is not required any more. Since we want to build the doc at once instead of building each swh subpackage independantly, we need to run apidoc on the whole swh package. This is done by actually running the apidoc on the pip installed swh packages instead of the source repositories, since sphinx-apidoc does not seem to support multiple MODULE_PATH as cmdline argument. So it's best to use tox to build the doc. Related to T1330.
-
- Nov 22, 2018
-
-
David Douard authored
-
David Douard authored
so that we can have some generic substitutions which can be used consistently in the doc.
-