Commits


Release 0.20.44.


Merge pull request #987 from dimbleby/tidying tidying up the boolean config change


tidying up the boolean config change


Merge pull request #986 from dimbleby/better-type-synonyms better type synonyms


better type synonyms


Merge pull request #985 from dimbleby/boolean-config Special case boolean config values


markups: backwards compatibility


Merge pull request #984 from dimbleby/more-typechecking more typechecking


Special case boolean config values


more typechecking


Merge pull request #982 from jelmer/instead-of Support applying of URL rewriting using insteadOf/pushInsteadOf.


Support applying of URL rewriting using insteadOf/pushInsteadOf. Fixes #706


Merge pull request #980 from dtrifiro/fix-credentials client: fix basic auth with empty password


client: fix basic auth with empty password When authenticating using basic auth and only providing username (no password) the default value of `None` was cast to string, resulting in an attempt to authenticate using `<username>:None` instead of providing an empty password. This broke authentication when providing an auth token as username. See https://github.com/iterative/dvc/issues/7898#issuecomment-1157564615


Fix reading of chunks in server. Fixes #977


Set __all__.


Add expectedFailure for self-push tests.


No such thing as RefsContainer.get.


Merge remote-tracking branch 'danchr/push-failing'


Add a failing test that shows that Dulwich cannot push to itself


Start on 0.20.44


Fix pulling into an empty repository


Release 0.20.43.


Fix typing.


Lazily import url2pathname.