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

refactor: Fine tuning of the API and SPI #1786

Merged
merged 32 commits into from
Oct 2, 2024
Merged

Commits on Sep 24, 2024

  1. refactor: Fine tuning of the API and SPI to allow ILLEGAL_ADDRESS res…

    …ponses for individual invalid addresses (Alongside a major cleanup)
    chrisdutz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5236450 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    2d25409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b55736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3884549 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f7638e5 View commit details
    Browse the repository at this point in the history
  2. refactor: Added more testcases to the PlcValueHandler tests (Refactor…

    …ed the PlcValue types)
    chrisdutz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1c5ffaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69e78c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c0e4ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8182800 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    7924a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0bdbfe View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. refactor: Moved the PlcTagHandler from the driver to the PlcConnectio…

    …n/Protocol so we can start making connection-aware tag-handlers in the future.
    chrisdutz committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    76e6ef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad287d View commit details
    Browse the repository at this point in the history
  3. fix: Added back a LegacyPlcValueHandler and made the OPC-UA Driver us…

    …e it in order to fix the UPC-UA tests.
    chrisdutz committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    097c9f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: sync xml

    sruehl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    16feb76 View commit details
    Browse the repository at this point in the history
  2. refactor: Changed the names of the new items when serialized in xml t…

    …o hide the implementation detail (Removed the "Default" prefix)
    chrisdutz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    afa1765 View commit details
    Browse the repository at this point in the history
  3. refactor: Changed the names of the new items when serialized in xml t…

    …o hide the implementation detail (Removed the "Default" prefix)
    chrisdutz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    99018e6 View commit details
    Browse the repository at this point in the history
  4. refactor: Changed the names of the new items when serialized in xml t…

    …o hide the implementation detail (Removed the "Default" prefix)
    chrisdutz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3a99cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fd2d9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c6660c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e43fcf View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. refactor: Added support to a "toFuture()" method to return a future i…

    …nstead of calling "handle" in the send-request-expect-response chains.
    chrisdutz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    af7c030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42769a3 View commit details
    Browse the repository at this point in the history
  3. refactor: Added support to a "toFuture()" method to return a future i…

    …nstead of calling "handle" in the send-request-expect-response chains.
    chrisdutz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1c2ca38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6317d31 View commit details
    Browse the repository at this point in the history
  5. refactor: Changed the structure of how to process requests in the ads…

    …-single-items-read operation.
    chrisdutz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aa4f965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdcddcc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    24c9392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de3701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de3088 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/refactor/api-fine-tuning' into r…

    …efactor/api-fine-tuning
    chrisdutz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    198e42d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69ee185 View commit details
    Browse the repository at this point in the history