Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start fixing #525 Windows errors #530

Merged
merged 8 commits into from Oct 14, 2016
Merged

Commits on Oct 12, 2016

  1. repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir

    + Do not abspath twice when contructing cloned repo.
    + Add `git.repo.base` logger.
    ankostis committed Oct 12, 2016
  2. daemon, #525: FIX remote urls in config-files

    + Parse most remote & config-urls \-->/.
    + Used relative daemon-paths.
    + Use git-daemon PORT above 10k; on Windows all below need Admin rights.
    +FIXED git-daemon  @with_rw_and_rw_remote_repo():
      + test_base.test_with_rw_remote_and_rw_repo() PASS.
      + test_remote.test_base() now freezes! (so still hidden win_err)
    
    + repo_test: minor finally delete test-repos created inside this repo.
    + util: delete unused `absolute_project_path()`.
    ankostis committed Oct 12, 2016

Commits on Oct 13, 2016

  1. test, #525: allow disabling freeze errors separately

    + cmd: use DEVNULL for non PIPEs; no open-file.
    + TCs: some unitestize-assertions on base & remote TCs.
    ankostis committed Oct 13, 2016
  2. remote, #525: pump fetch-infos instead of GIL-read stderr

    + `handle_process_output()` accepts null-finalizer, to pump completely
    stderr before raising any errors.
    + test: Enable `TestGit.test_environment()` on Windows (to checks stderr
    consumption).
    ankostis committed Oct 13, 2016

Commits on Oct 14, 2016

  1. remote, #525: FIX BUG push-cmd misses error messages

    + Bug discovered after enabling TC in prev commit and rework of fetch.
    + remote_tc: unitestize assertions.
    + util: DEL unused `_mktemp()`.
    ankostis committed Oct 14, 2016
  2. cmd, #525: Always include stdout+stderr in exceptions

    + Ignore `with_extended_output` arg when reaising the exception, keep
    its behavior when `status==0`.
    ankostis committed Oct 14, 2016
You can’t perform that action at this time.