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 an experimental csv module exposing a streaming csv parser #3743

Merged
merged 15 commits into from
Sep 10, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8e782c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e6ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78831ca View commit details
    Browse the repository at this point in the history
  4. Add csv module usage examples

    oleiade committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7e77c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c962257 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
    oleiade and olegbespalov committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    805304a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e4e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792410f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 9, 2024

  1. Update js/modules/k6/experimental/csv/module_test.go

    Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
    oleiade and joanlopez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7888ee6 View commit details
    Browse the repository at this point in the history
  2. Update js/modules/k6/experimental/csv/reader.go

    Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
    oleiade and joanlopez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    53f7011 View commit details
    Browse the repository at this point in the history
  3. Update js/modules/k6/experimental/fs/module.go

    Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
    oleiade and joanlopez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b3326ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d690302 View commit details
    Browse the repository at this point in the history
  5. Fix linting errors

    oleiade committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    30ffa8f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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