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

Import utilities to create device factories from almond-cloud #42

Merged
merged 4 commits into from
Oct 23, 2019

Commits on Oct 18, 2019

  1. Import utilities to create device factories from almond-cloud

    This is code that has been copied to almond-cmdline and almond-server
    to implement "developer mode", and it's best if shared. Also,
    this simplifies adding new kinds of loaders or config modules,
    cause almond-cloud no longer needs to change.
    gcampax committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    bc7fefc View commit details
    Browse the repository at this point in the history
  2. Simplify interface for getDeviceFactory

    Get the kind from the class
    gcampax committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    1337835 View commit details
    Browse the repository at this point in the history
  3. Add more tests for the device factory utils module

    So code coverage doesn't go down too much
    gcampax committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3b03cec View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Rename DeviceFactoryUtils to DeviceConfigUtils

    As suggested in review
    gcampax committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f069edc View commit details
    Browse the repository at this point in the history