log

age author description
Thu, 12 Mar 2020 17:07:28 +0100 Mads Kiilerich cli: fix indexing of repos where last indexed revision has been stripped
Thu, 12 Mar 2020 17:06:56 +0100 Mads Kiilerich vcs: fix validation of Git https URLs (Issue #365)
Fri, 06 Mar 2020 18:10:02 +0100 Mads Kiilerich hg: read everything from hgrc, without config section whitelisting (Issue #246)
Thu, 12 Mar 2020 22:52:22 +0100 Mads Kiilerich hg: always show and run Mercurial hooks in alphabetical order (Issue #246)
Fri, 06 Mar 2020 18:02:12 +0100 Mads Kiilerich hg: set HGPLAIN globally to minimize potential impact from reading hgrc configuration when creating ui
Fri, 06 Mar 2020 16:58:47 +0100 Mads Kiilerich auth: make it explicit that _check_permission only use the less strict pull checking for actual pull actions
Tue, 10 Mar 2020 15:08:46 +0100 Mads Kiilerich scripts: drop isort --wrap-length 160 - it is broken with py3 and not really necessary
Fri, 06 Mar 2020 19:37:10 +0100 Mads Kiilerich scripts: run isort on scripts too
Sun, 01 Mar 2020 21:40:32 +0100 Thomas De Schampheleire validators: don't catch all Exceptions as invalid clone URIs, be specific
Fri, 06 Mar 2020 19:20:36 +0100 Mads Kiilerich utils: let is_valid_repo_uri report URLError from ._check_url as InvalidCloneUriException
Fri, 06 Mar 2020 19:06:09 +0100 Mads Kiilerich utils: don't raise HgsubversionImportError from is_valid_repo_uri - just report that the URL isn't supported
Fri, 06 Mar 2020 19:02:26 +0100 Mads Kiilerich utils: don't raise NotImplementedError in is_valid_repo_uri when the user provides an "invalid" URL
Sun, 01 Mar 2020 21:40:32 +0100 Thomas De Schampheleire validators: introduce InvalidCloneUriException instead of throwing bare Exceptions for invalid clone URIs
Fri, 06 Mar 2020 18:47:29 +0100 Mads Kiilerich cleanup: improve exception logging from validators
Sun, 01 Mar 2020 21:29:40 +0100 Thomas De Schampheleire vcs: fix repo creation with a remote clone uri under Python 3