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

Switch csv and tsv method 'sv' from ReadAll() to stream each record with Read() #355

Merged

Commits on Dec 16, 2022

  1. switch csv and tsv method 'sv' from ReadAll() to stream each record w…

    …ith Read(), to improve memory usage. related to issue gabriel-vasile#354
    viprerk committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fe45260 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

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

Commits on Oct 10, 2023

  1. Bump codecov/codecov-action from 3.1.0 to 3.1.1 (gabriel-vasile#328)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6a0aa42 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 3.3.0 to 3.5.0 (gabriel-vasile#351)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.5.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.3.0...v3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b1f8105 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3.0.2 to 3.3.0 (gabriel-vasile#357)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.0.2...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a60ff30 View commit details
    Browse the repository at this point in the history
  4. Bump github/codeql-action from 2.1.22 to 2.2.4 (gabriel-vasile#364)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.2.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2.1.22...v2.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6102fd9 View commit details
    Browse the repository at this point in the history
  5. Bump golangci/golangci-lint-action from 3.2.0 to 3.4.0 (gabriel-vasil…

    …e#360)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.4.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.2.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f42eeae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3ac364 View commit details
    Browse the repository at this point in the history
  7. Bump github/codeql-action from 2.2.4 to 2.2.5 (gabriel-vasile#366)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.4 to 2.2.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2.2.4...v2.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7780377 View commit details
    Browse the repository at this point in the history
  8. Bump golang.org/x/net from 0.7.0 to 0.8.0 (gabriel-vasile#367)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    44bb566 View commit details
    Browse the repository at this point in the history
  9. replace deprecated ioutil calls (gabriel-vasile#392)

    * chore: ioutil deprecated and add ignore file
    
    * fix: delete ignore file
    
    Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
    
    ---------
    
    Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
    testwill authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dbcd5ed View commit details
    Browse the repository at this point in the history
  10. Bump golang.org/x/net from 0.8.0 to 0.10.0 (gabriel-vasile#387)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.10.0.
    - [Commits](golang/net@v0.8.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3b8e5ee View commit details
    Browse the repository at this point in the history
  11. Cosmetics - no code behaviour changes (gabriel-vasile#397)

    * Revert ioutil deprecation commit
    
    While go 1.16 is 2 years old, I feel like I should not go out of my way
    to break the library for users on go versions lower that 1.16. This
    commit reverts part of the changes from gabriel-vasile#392.
    
    * fix some doc comments for go v1.19 rules
    
    * Fix wrong total number of supported mimes
    
    The mistake was introduced in a merge commit.
    gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    79aa93c View commit details
    Browse the repository at this point in the history
  12. Remove old travis build status link from readme (gabriel-vasile#407)

    * Remove old travis build status link from readme
    
    * Remove unneeded go-version tag in CI
    It is not supported inside golangci-lint-action and triggers a warning
    gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8bdb082 View commit details
    Browse the repository at this point in the history
  13. Group all dependabot PRs together (gabriel-vasile#409)

    One group is for gomod and one is for github actions PRs
    gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    189fcfd View commit details
    Browse the repository at this point in the history
  14. Bump the gomod group with 1 update

    Bumps the gomod group with 1 update: [golang.org/x/net](https://github.com/golang/net).
    
    - [Commits](golang/net@v0.10.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gomod
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    35b2558 View commit details
    Browse the repository at this point in the history
  15. Bump the github-actions group with 5 updates

    Bumps the github-actions group with 5 updates:
    
    | Package | Update |
    | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | 3.3.0 to 3.5.3 |
    | [github/codeql-action](https://github.com/github/codeql-action) | 2.2.5 to 2.20.4 |
    | [actions/setup-go](https://github.com/actions/setup-go) | 3.5.0 to 4.0.1 |
    | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | 3.4.0 to 3.6.0 |
    | [codecov/codecov-action](https://github.com/codecov/codecov-action) | 3.1.1 to 3.1.4 |
    
    
    Updates `actions/checkout` from 3.3.0 to 3.5.3
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.3.0...v3.5.3)
    
    Updates `github/codeql-action` from 2.2.5 to 2.20.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2.2.5...v2.20.4)
    
    Updates `actions/setup-go` from 3.5.0 to 4.0.1
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.5.0...v4.0.1)
    
    Updates `golangci/golangci-lint-action` from 3.4.0 to 3.6.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.4.0...v3.6.0)
    
    Updates `codecov/codecov-action` from 3.1.1 to 3.1.4
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3.1.1...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c6bfce2 View commit details
    Browse the repository at this point in the history
  16. Remove some test files to CSV, TSV

    These files were introduced when changing csv detection from allocating
    all results at once to streaming each line. This change improves
    performance but the functionality remains exactly the same. Since the
    functionality is unchanged, existing test cases should suffice.
    gabriel-vasile committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c3ad178 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d392b2 View commit details
    Browse the repository at this point in the history