- Dec 18, 2020
-
-
Georges Racinet authored
We're importing a function for the GitLab branches state file, that appeared in the just released `heptapod==2.1.0`
-
Georges Racinet authored
-
- Nov 19, 2020
-
-
Georges Racinet authored
Just to avoid any surprises, and besides it's more consistent to have the new versioning scheme for both.
-
- Oct 15, 2020
-
-
Georges Racinet authored
HGitaly now uses some helpers that are not present in the latest released version of py-heptapod (known as `heptapod` as a Python project), hence we have to base our requirement on a pre-release distribution (which was just uploaded).
-
- Oct 10, 2020
-
-
Georges Racinet authored
In cases of socket bind failures, grpcio 1.31.0 returns a zero port value, whereas 1.32.0 raises RuntimeError. To avoid making special cases that seem useless, let's just make explicit that we are using at least 1.32.
-
- Jun 16, 2020
-
-
Georges Racinet authored
Up to now, we didn't declare any requirement in setup.py. We're adopting here a three-layered structure, with the full blown `dev-requirements.txt` carrying the needed tools to recompile the gRPC stubs. grpcio and grpcio-tools can be heavy to install, especially in CI context. We still have the problem that heptapod will pull Mercurial, just hoping it wouldn't mask the stable and default Mercurial versions.
-