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 Tabular Diff for CSV files #14661

Merged
merged 30 commits into from
Mar 29, 2021
Merged

Add Tabular Diff for CSV files #14661

merged 30 commits into from
Mar 29, 2021

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    8b5de2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d9211 View commit details
    Browse the repository at this point in the history
  3. Added CSV compare context.

    KN4CK3R committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    6b06e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb10bc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Prevent nil-cells.

    KN4CK3R committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fdab153 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Lint

    KN4CK3R committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9fd31a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Added csv diff template.

    KN4CK3R committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    16db3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13a2cd View commit details
    Browse the repository at this point in the history
  3. Lint & tests.

    KN4CK3R committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2b4eace View commit details
    Browse the repository at this point in the history
  4. Fixed wrong value.

    KN4CK3R committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    79bdeca View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Added file size limit for csv rendering.

    Display csv parser errors in diff.
    KN4CK3R committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    db623ab View commit details
    Browse the repository at this point in the history
  2. Lazy read single file.

    KN4CK3R committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    f8b902b View commit details
    Browse the repository at this point in the history
  3. Lazy read rows for full diff.

    KN4CK3R committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0753b92 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Moved code to csv package.

    KN4CK3R committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    66ea833 View commit details
    Browse the repository at this point in the history
  2. Fixed method name.

    KN4CK3R committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    828a4b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

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

Commits on Mar 10, 2021

  1. Revert unrelated change.

    KN4CK3R committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1038cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b69aa View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    1b34215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f17016 View commit details
    Browse the repository at this point in the history
  3. Removed line-height.

    KN4CK3R committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3835cf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    33e325d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4808a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Don't use unthemed color.

    KN4CK3R committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    260dd93 View commit details
    Browse the repository at this point in the history
  2. Added possible @ delimiter.

    KN4CK3R committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    15dca09 View commit details
    Browse the repository at this point in the history
  3. Changed copyright notice.

    KN4CK3R committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    925596e View commit details
    Browse the repository at this point in the history
  4. Encode content as UTF8.

    KN4CK3R committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    05a29ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f8ce65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f3728c View commit details
    Browse the repository at this point in the history