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

Support parsing of node attributes in J2602 LDF file #130

Merged
merged 42 commits into from
Jan 30, 2024

Commits on Jun 1, 2023

  1. Add support to handle J2602_*_1 version LDF files

    Yan Du authored and Yan Du committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a72ece7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Default J2602 attributes to None for non-J2602 files. Add attribute t…

    …o version class to indicate J2602 status.
    Yan Du authored and Yan Du committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    575df0e View commit details
    Browse the repository at this point in the history
  2. Update default value for response_tolerance

    Yan Du authored and Yan Du committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d84e177 View commit details
    Browse the repository at this point in the history
  3. Add test file

    Yan Du authored and Yan Du committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3a3746e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from nuts4coffee/saej2602_support

    Add support for protocol version J2602_1_1.0
    nuts4coffee authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9b7f0b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Mark unit tests

    Yan Du authored and Yan Du committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    43f2047 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from nuts4coffee/saej2602_support

    Mark unit tests
    nuts4coffee authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    469618c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update to address review comments. 1. Add class J2602Version, 2. Upda…

    …te templates.
    Yan Du authored and Yan Du committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    12155a5 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Yan Du authored and Yan Du committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5988e01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from nuts4coffee/saej2602_support

    Introduce class J2602Version
    nuts4coffee authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    18446ce View commit details
    Browse the repository at this point in the history
  4. Fix flake8 linter errors. Add W504 to flake8 ignore list, as W504 and…

    … W503 are conflicting rules.
    Yan Du authored and Yan Du committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    247de3c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from nuts4coffee/saej2602_support

    Fix flake8 linter errors.
    nuts4coffee authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    07cbd73 View commit details
    Browse the repository at this point in the history
  6. Remove extra line in file

    Yan Du authored and Yan Du committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cd7750c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'saej2602_support'

    Yan Du authored and Yan Du committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a8c16f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Remove unnecessary changes. Add tests.

    Yan Du authored and Yan Du committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e70d96d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    c4deszes authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8230a6c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Support encode/decode of signal of array type values

    Yan Du authored and Yan Du committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    768c8ff View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary change

    Yan Du authored and Yan Du committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2f7e56e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from nuts4coffee/encode_list

    Fix issue with decode/encode signals of list type
    nuts4coffee authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dd044bf View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Yan Du authored and Yan Du committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c523b79 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/nuts4coffee/ldfparser

    Yan Du authored and Yan Du committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f9d8d5c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Proper fix for init value with array

    Yan Du authored and Yan Du committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    66bc75e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update test case to include logical value test

    Yan Du authored and Yan Du committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c93eacb View commit details
    Browse the repository at this point in the history
  2. Fix issue raised by linter

    Yan Du authored and Yan Du committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    84f0cac View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Encode to LSB for multi-byte array values

    Yan Du authored and Yan Du committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1071f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Update changelog

    Yan Du authored and Yan Du committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3e49280 View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    Bump version number
    c4deszes authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1f60afe View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    6a27388 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into array_endianness

    Yan Du committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bbec9d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #6 from nuts4coffee/array_endianness

    Encode to LSB for multi-byte array signals
    nuts4coffee authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7ba63e8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Yan Du committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e0c7ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4533e35 View commit details
    Browse the repository at this point in the history
  4. Add test to encode from list, fix typing check

    Yan Du committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0929d8b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    9892f6e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Revert to 6a27388

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    391bd39 View commit details
    Browse the repository at this point in the history
  2. Manually pick fix in master

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6747a91 View commit details
    Browse the repository at this point in the history
  3. Add support for more node attributes

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    790af19 View commit details
    Browse the repository at this point in the history
  4. Update tests

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    20d4445 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d5ce669 View commit details
    Browse the repository at this point in the history
  6. Remove extra blank line

    Du, Yan (Y.) committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c2e81bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af7108c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Bump version number

    c4deszes authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b5eb268 View commit details
    Browse the repository at this point in the history