- 28 Apr, 2021 9 commits
-
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-stable
-
Georges Racinet authored
--HG-- branch : heptapod-oldstable
-
Georges Racinet authored
--HG-- branch : heptapod-oldstable
-
Georges Racinet authored
It was already referenced, but not provided yet. Same principle as gitlab_footer_logo.gif. Probably not the best alignment, but anyone can improve on it --HG-- branch : heptapod-oldstable
-
Georges Racinet authored
Apparently, there has been some reorganization happening upstream. --HG-- branch : heptapod-oldstable
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
- 27 Apr, 2021 7 commits
-
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- 24 Apr, 2021 2 commits
-
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-stable
-
- 22 Apr, 2021 8 commits
-
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod
-
Georges Racinet authored
--HG-- branch : heptapod
-
Georges Racinet authored
The source of truth changed location. It's related to the implementation of the ServerInfo method and ultimately that the development version must be understandable in the Rails app. [skip ci] --HG-- branch : heptapod
-
Georges Racinet authored
That can make the resulting issue easier to understand at first sight. --HG-- branch : heptapod
-
Sushil Khanchi authored
This test is just to make sure that Hgitaly is being called for the find_commits call. Thorough testing is done in Hgitaly project as 'Gitaly comparison tests'. --HG-- branch : heptapod-stable
-
- 15 Apr, 2021 9 commits
-
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod
-
Georges Racinet authored
--HG-- branch : heptapod-stable
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
--HG-- branch : heptapod-0-21
-
Georges Racinet authored
We're staying for now on the development version of HGitaly that provides the Blob and Tree methods, but we'll switch to a released version for Heptapod 0.20.0rc2 --HG-- branch : heptapod-0-21
-
Georges Racinet authored
HGitaly 0.12.0dev1 was just pushed on PyPI and is the pivotal version to stop skipping related RSpec tests of spec/lib/gitlab/mercurial/hgitaly_blob_tree_spec.rb --HG-- branch : heptapod
-
- 14 Apr, 2021 5 commits
-
-
Georges Racinet authored
This avoids a lengthy traceback, yet unfortunately is not able to give more details about the actual error. In the RSpec test, we use a tombstone too long to trigger it. Also fixing the error rendering for non Mercurial projects. --HG-- branch : heptapod-stable
-
Georges Racinet authored
The remaining problem was the size of the *whole* replacement data, which is tombstone + 15, hence the data to censor has to be more than 15 bytes. --HG-- branch : heptapod-stable
-
Georges Racinet authored
With an encoding specification, the lower layers were happy to convert to the default FS encoding, which is UTF-8 in most cases, of course. This could serve as an example for similar tests. --HG-- branch : heptapod-stable
-
Georges Racinet authored
with `let_it_be` the repo would be reused, which is harmful in this case. Of course the end result is very slow, but that's mostly the best we can do right now. --HG-- branch : heptapod-stable
-
Georges Racinet authored
Logging directly with `#{filepath}` gives a JSON encoding error, adding rspec dumps as a Ruby litteral and always work. I could confirm that it was all that was needed to commit a file with non-UTF8 file name. Also taking care of branch names, yet not sure in that case what is really possible. --HG-- branch : heptapod-stable
-