- Nov 25, 2020
-
-
Georges Racinet authored
-
- Nov 19, 2020
-
-
Georges Racinet authored
-
- Nov 10, 2020
-
-
Georges Racinet authored
-
- Nov 01, 2020
-
-
Georges Racinet authored
-
- Oct 15, 2020
-
-
Georges Racinet authored
-
Georges Racinet authored
The usual mistake that becomes blatant at first actual production of a distribution.
-
- 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.
-
Georges Racinet authored
The command can be launched as `hg hgitaly-serve`. Being actually a Mercurial command means it has its help page, generated from the docstring and command-line options declaration. We've made some effort to support Python 2 in the command, but currently the actual servicer code is Python 3 only, because of type annotations.
-
Georges Racinet authored
-
- Jan 08, 2020
-
-
Georges Racinet authored
we will have a `gitaly` Mercurial extension, but that should be just a thin registration layer for our command. Most of the code will be in the `hgitaly` package, for maximum flexibility and future proofing in case we really to evade from the extension thing.
-