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

DM-13222: Add getScalar and getArray methods to PropertySet and PropertyList and prefer them #36

Merged
merged 11 commits into from
Jun 13, 2018

Commits on Jun 6, 2018

  1. Remove python 2 support

    r-owen committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    fe749ca View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Remove int from _typeMenu

    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    a038498 View commit details
    Browse the repository at this point in the history
  2. git hide .coverage

    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    a79fddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1196800 View commit details
    Browse the repository at this point in the history
  4. Fix doc error for _propertyContainerGet

    The doc incorrectly stated that it always returned a scalar
    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    fcc18e3 View commit details
    Browse the repository at this point in the history
  5. Modernize use of assertRaises

    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    74bcb32 View commit details
    Browse the repository at this point in the history
  6. Add getArray and getScalar methods

    to PropertySet and PropertyList.
    Expand existing unit tests to test them.
    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5ae1199 View commit details
    Browse the repository at this point in the history
  7. Remove unused asArray arg from PropertySet.get

    and PropertyList.get
    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    7902e8f View commit details
    Browse the repository at this point in the history
  8. Re-implement getArray and getScalar

    using _propertyContainerGet with a new argument that controls
    whether the returned value is array, scalar or automatically chosen
    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    0852f85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dc2075 View commit details
    Browse the repository at this point in the history
  10. Add documentation for add, get and set methods

    of PropertySet and PropertyList, including getArray and getScalar
    r-owen committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2b1e65c View commit details
    Browse the repository at this point in the history