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

Implement device management subcommand #7844

Merged
merged 8 commits into from
Aug 31, 2018

Commits on Aug 21, 2018

  1. Import manifest-tool

    Jimmy Brisson authored and theotherjimmy committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    03fa626 View commit details
    Browse the repository at this point in the history
  2. Create a "device-management" subcommand

    Jimmy Brisson authored and theotherjimmy committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    ebb016e View commit details
    Browse the repository at this point in the history
  3. Implement device management subcommand

    Jimmy Brisson authored and theotherjimmy committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    563ee0d View commit details
    Browse the repository at this point in the history
  4. Extend init to maybe create and always DL dev cert

    Jimmy Brisson authored and theotherjimmy committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    93309cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6163cb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Added secure urllib3 python requirement

    This pulls in additional packages requiured for SSL verification for Py2
    Ref: https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
    Cruz Monrreal committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c89147e View commit details
    Browse the repository at this point in the history
  2. Replace urllib3[secure] with discrete packages

    Cruz Monrreal committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f46bcf1 View commit details
    Browse the repository at this point in the history
  3. Remove extra package used for CI debugging

    Cruz Monrreal committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ebdad75 View commit details
    Browse the repository at this point in the history