Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Return only appropriate system-image channels; release properly #13

Merged
merged 5 commits into from Jul 17, 2020

Commits on Jul 6, 2020

  1. Remove support for Python 3.4

    This codebase already used the dictionary unpacking operator (**), which
    was added in Python3.5. Therefore, 3.4 support was already broken and
    should be removed officially.
    UniversalSuperBox committed Jul 6, 2020
    Copy the full SHA
    faa1f64 View commit details
    Browse the repository at this point in the history
  2. Only return channels which are applicable

    Prior to this commit, get_channels would return every channel which was
    available on the system-image server, which was not at all desirable.
    
    Some changes to the test helpers were needed to make this happen. All
    tests were previously written to assume only the nexus7 was available,
    and my new test cases needed a different device as well.
    
    Fixes #12
    UniversalSuperBox committed Jul 6, 2020
    Copy the full SHA
    1da67f1 View commit details
    Browse the repository at this point in the history
  3. Remove device stats

    Revert a452ec6 and its subsequent
    changes d388cba,
    9d91e2f, and
    8e8fddf.
    UniversalSuperBox committed Jul 6, 2020
    Copy the full SHA
    50c832b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6a3c792 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9185da2 View commit details
    Browse the repository at this point in the history