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

feat: virtualize rendering #798

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2021

  1. Added support for binary data types

    - Select data type (string, json, hex, uint, int, float) for each topic individually
    - Default data type is 'string'
    - Show milliseconds in message received timestamp
    mhorsche committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    567f6d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Specific int/uint byte size

    - possible data types are: 'json', 'string', 'hex', 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16', 'int32', 'int64', 'float', 'double'
    - default is 'json'
    mhorsche committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    626b9ca View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. Merge remote-tracking branch 'fb/multi-decoder/master' into feat/use-…

    …tahu-for-sparkplug-decoding
    Thomas Nordquist committed May 18, 2024
    Configuration menu
    Copy the full SHA
    10aae59 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore: decode data in frontend

    Thomas Nordquist committed May 21, 2024
    Configuration menu
    Copy the full SHA
    980072f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f23c65 View commit details
    Browse the repository at this point in the history
  3. fix sparkplug topic regexp

    bj00rn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    97fedcb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix: update react when decoder has been overriden

    Thomas Nordquist committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1ecb53b View commit details
    Browse the repository at this point in the history
  2. chore: refactor

    Thomas Nordquist committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b3a37e4 View commit details
    Browse the repository at this point in the history
  3. fix: fix ui updates

    Thomas Nordquist committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c88978f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: repair types

    Thomas Nordquist committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a2c4388 View commit details
    Browse the repository at this point in the history
  2. test: fix tests

    Thomas Nordquist committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bbe2ae3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: use tahu for sparkplug decoding

    bj00rn authored and Thomas Nordquist committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4406bf5 View commit details
    Browse the repository at this point in the history
  2. add sparkplug messages to demovideo

    bj00rn authored and Thomas Nordquist committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b4bdd01 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into tnordquist/decode-d…

    …ata-in-frontend
    Thomas Nordquist committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e9a56ac View commit details
    Browse the repository at this point in the history
  4. test: fix demo video

    Thomas Nordquist committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2e7acb6 View commit details
    Browse the repository at this point in the history
  5. feat: virtualize tree rendering

    Thomas Nordquist committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0b5b0a6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. chore: update eclipse server url

    Thomas Nordquist committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b21692d View commit details
    Browse the repository at this point in the history
  2. feat: connect with double-click

    Thomas Nordquist committed May 27, 2024
    Configuration menu
    Copy the full SHA
    22762f9 View commit details
    Browse the repository at this point in the history
  3. chore: coerce ui-test to end

    Thomas Nordquist committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bf78a4d View commit details
    Browse the repository at this point in the history