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

Add CSV data parsing #402

Merged
merged 15 commits into from
Aug 17, 2022
Merged

Add CSV data parsing #402

merged 15 commits into from
Aug 17, 2022

Commits on Aug 1, 2022

  1. Add string trimming utility

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    cb1fc16 View commit details
    Browse the repository at this point in the history
  2. Add CSV data parsing support

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4d7bc1f View commit details
    Browse the repository at this point in the history
  3. Use libcsv for minimal maintenance surface

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8de20ad View commit details
    Browse the repository at this point in the history
  4. Revert "Add string trimming utility"

    This reverts commit 380845f.
    
    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    19da6f8 View commit details
    Browse the repository at this point in the history
  5. Document and please linters

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    395aee1 View commit details
    Browse the repository at this point in the history
  6. Drop libcsv as a dependency

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    150bb26 View commit details
    Browse the repository at this point in the history
  7. Move CSV data parsing to IO component

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a925186 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Drop libcsv-dev from packages.apt

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3a9cbe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Address peer review comments

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8673ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab2ff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Add missing documentation

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9a3c84d View commit details
    Browse the repository at this point in the history
  2. Relocate visibility attributes

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e72604a View commit details
    Browse the repository at this point in the history
  3. Add missing visibility attribute

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f6e5a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

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

Commits on Aug 16, 2022

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