Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-kiso-testing/kiso-testing-python-uds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: eclipse-kiso-testing/kiso-testing-python-uds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 11 commits
  • 24 files changed
  • 5 contributors

Commits on Nov 14, 2022

  1. refactor[RDBI]: add dynamic message handling

    - refactor RDBI handling to support MIN-MAX-LENGTH-TYPE
    - (re)write RDBI unit tests with pytest
    JoSglch authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cbe6599 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    521599f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e4173 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix: review comments

    - improve docstring in UtilityFunctions findDescendant()
    
    - remove leftover TODO in UtilityFunctions
    
    - add type hint for _getTermination() argument
    
    - remove unnecessary typehint in RDBIFactory
    
    - fix typo in Uds.load_odx() docstring
    JoSglch committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0b77a2c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. fix: review comments

    - run black and fix imports
    
    - change to pep8 compliant naming of variables and functions/ methods
    
    - fixed test dependencies in setup.py
    JoSglch committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    20149e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    ce22153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6196b0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from JoSglch/dynamic-length-messages

    Dynamic length messages
    Pog3k authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    aed19bd View commit details
    Browse the repository at this point in the history
  4. Fix issue when uds message is longer than 62 bytes (#11)

    * fix: fix padding of consecutive messages in CAN TP
    yannpoupon authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    25a088d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

  1. fix: deletion of received messages (#12)

    * fix(CanTp): deletion of received messages when sending
    
    * fix(CanTp): improve exception messages and discard invalid received messages
    
    Co-authored-by: Sébastian Clerson <s.clerson@technologyandstrategy.com>
    sebclrsn and Sébastian Clerson authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    462157f View commit details
    Browse the repository at this point in the history
Loading