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

Update ugorji/go/codec to latest version #830

Closed
wants to merge 7 commits into from

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    25bdd42 View commit details
    Browse the repository at this point in the history
  2. Add codec tag to fields which are ignored in new codec package

    github.com/ugorji/go/codec 1.1.4 ignores field with json:"-" tag
    zhsj committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    3070658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951704a View commit details
    Browse the repository at this point in the history
  4. Update AUTHORS

    zhsj committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    99a293b View commit details
    Browse the repository at this point in the history
  5. Fix over-indented error in cleanup.py

    This fix lint error:
    
    . system/env/bin/activate && flake8 --max-line-length=200 --exclude=system/env/ system/
    system/t08_db/cleanup.py:112:13: E117 over-indented
    zhsj committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    98afdec View commit details
    Browse the repository at this point in the history
  6. Replace mirror.yandex.ru/debian with archive.debian.org/debian

    As https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
    wheezy is removed from debian archive and its mirror.
    
    This cause all tests failed, like
    
    ERROR: unable to fetch mirror: HTTP code 404 while fetching
    http://mirror.yandex.ru/debian/dists/wheezy/Release
    
    And http://archive.debian.org/debian/dists/wheezy/non-free/debian-installer
    is 404
    zhsj committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    15e6cd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7ddb8e View commit details
    Browse the repository at this point in the history