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

restructure convertfunctions #52

Merged
merged 19 commits into from
May 6, 2024
Merged

Commits on Apr 28, 2024

  1. Restructure README.md

    * convertmodes are now in a table
    * first steps to restructure convertmodes to external files, a cleaner
      interface
    
    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2a43ae2 View commit details
    Browse the repository at this point in the history
  2. All convertmethods with none-function

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    210ab10 View commit details
    Browse the repository at this point in the history
  3. Tiny steps to use convertfunctions via an interface

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    bae80d5 View commit details
    Browse the repository at this point in the history
  4. Some stuff that should have happened earlier...

    * Changed the default type for CAN-IDs to uint32 in all places
    * Changed the default type for MQTT Payload to []byte
    * Completely removed convert2CAN and convert2MQTT functions
    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3f0b7e2 View commit details
    Browse the repository at this point in the history
  5. New type for mqtt payload in test

    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3464189 View commit details
    Browse the repository at this point in the history
  6. Removes mockup _test files

    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    55f7106 View commit details
    Browse the repository at this point in the history
  7. Second convertmode in new interface format

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    80f9620 View commit details
    Browse the repository at this point in the history
  8. Remove convertfunctions.go and fix log message

    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a33d82f View commit details
    Browse the repository at this point in the history
  9. Implemented convertmode uint82ascii

    Malte Muench committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e9861b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Generic implementation for all uint*2ascii convertmodes

    Malte Muench committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1470f38 View commit details
    Browse the repository at this point in the history
  2. Enable uint*2ascii convertmodes

    Malte Muench committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    81296f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Adds new interfaced convertmode 2uint322ascii

    Placed hint for myself to use strings.Fields instead of split
    Malte Muench committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f54b6e1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Implement all uint convertmodes

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ea3a037 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Convert modes of uint and int now en par

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b6f8621 View commit details
    Browse the repository at this point in the history
  2. New convertmode in interfaced-form bytecolor2colorcode

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8872819 View commit details
    Browse the repository at this point in the history
  3. Last convertmode implemented

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9c59893 View commit details
    Browse the repository at this point in the history
  4. Removes helpers.go

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 5, 2024
    Configuration menu
    Copy the full SHA
    86ef63a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Adds e2e test state

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ee09cb8 View commit details
    Browse the repository at this point in the history
  2. Updates readme

    Signed-off-by: Malte Muench <[email protected]>
    Malte Muench committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5519fcb View commit details
    Browse the repository at this point in the history