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

Release 19.4.28 #134

Merged
merged 18 commits into from
Apr 29, 2019
Merged

Release 19.4.28 #134

merged 18 commits into from
Apr 29, 2019

Commits on Nov 25, 2018

  1. Fix for [Errno 49] Can't assign requested address

    Francesco Anselmo committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    08074cf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Merge pull request #120 from pisuke/errno49_fix

    Fix for [Errno 49] Can't assign requested address
    ChristianTremblay authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    f70614f View commit details
    Browse the repository at this point in the history
  2. Clean up repo

    Fix to issue #119
    ChristianTremblay committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    d8f4519 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    2dd88f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7565e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge pull request #123 from gramLabs/dmm-test-cleanup

    Dmm test cleanup
    ChristianTremblay authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8c8695d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    d9cc92e View commit details
    Browse the repository at this point in the history
  2. This should fix issue #127. The TrendLog typo was already fixed in th…

    …e develop branch... but trendlogs property was not referenced as self.trendlogs.
    ChristianTremblay committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    aaf9b8b View commit details
    Browse the repository at this point in the history
  3. Preparing the new version scheme and passing to 19.2.0 which is feb 2…

    …019 and 0 means (for now) still working on it
    ChristianTremblay committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    869c6e5 View commit details
    Browse the repository at this point in the history
  4. I made a mistake using self with trendlogs in the last commit... the …

    …variable trendlogs is part of the return of the function and must stay local to the function. But the way trendLogs are implemented needs some thinking as it is complicated to retrieve... we must access the object in the dict....the call read_log_buffer().... the access to its history property. There must be a better way. Committing for now
    ChristianTremblay committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    ab6be62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48167be View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. When using ReadProperty on a description which is not implemented, we…

    … need to handle the exception and return something...sot an empty string that equals None... Now BAC0 will show Not Implemented in the description if it doesn't exist in the controller
    ChristianTremblay committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    d355d75 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    62570ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5b5fb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Fixed a lot of issues when connecting, disconnecting and better handl…

    …ing of errors related to already used socket or ip addresses
    ChristianTremblay committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    6a7fd38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089dcd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3085c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. New version

    ChristianTremblay committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    a11947e View commit details
    Browse the repository at this point in the history