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

POSITIONING: Added tooling for CSV support #131

Merged
merged 7 commits into from
Feb 16, 2020

Commits on Feb 14, 2020

  1. POSITIONING: Added extensions to the vspec files

    - introduced extensions
    - removed duplication from the vspec file
    - tooling separated for discussion, on how it should look like
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8df5fde View commit details
    Browse the repository at this point in the history
  2. POSITIONING: Added instances to a leaf, introduced instances

    * Previously a branch input was introduced to avoid adding
      instances to leafs. Didn't make sense and is now corrected
    
    * 'extensions' didn't fit. Renamed it to 'instances'
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    195970b View commit details
    Browse the repository at this point in the history
  3. POSITIONING: Added tooling for CSV support

    First attempt on how the tooling could look like
    with the positions as instances. Dot notation might
    not be the best form. But as discussion item for now
    to conclude COVESA#81.
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    eeb9797 View commit details
    Browse the repository at this point in the history
  4. POSITIONING: Bugfixes tooling

    * not all instances had been named before
    * some nodes didn't appear
    * some nodes too much (e.g. row[x] listed as separate instances)
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c8e9673 View commit details
    Browse the repository at this point in the history
  5. POSITIONING: adopted tooling to support instances as keyword

    (cherry picked from commit ed0d3edc305187073b6a51bbf878d68d8a0ae0c3)
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    78910e8 View commit details
    Browse the repository at this point in the history
  6. POSITIONING: Introducing complex types

    In order to map the instances to the csv structure, complex types
    are introduced. This means, that a leaf with attached instances
    is a typed list and that instances have to be anticipated.
    
    (cherry picked from commit 7bdf3f1789abd0edba9e72acdf04015e4b69a63f)
    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2187f0a View commit details
    Browse the repository at this point in the history
  7. POSITIONING: Added CSV export

    danielwilms authored and Gunnar Andersson committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    57e7135 View commit details
    Browse the repository at this point in the history