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

Adding Commandline Interface #213

Merged
merged 41 commits into from
Jan 1, 2021
Merged

Adding Commandline Interface #213

merged 41 commits into from
Jan 1, 2021

Commits on Sep 28, 2020

  1. adding commandline

    seperman committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7cfbd37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797b989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a5202 View commit details
    Browse the repository at this point in the history
  4. ending py3.5 support

    seperman committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    14b3886 View commit details
    Browse the repository at this point in the history
  5. adding more tests

    seperman committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d8dd378 View commit details
    Browse the repository at this point in the history
  6. adding more test coverage

    seperman committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2e59739 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. adding deeppatch command

    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d8282e4 View commit details
    Browse the repository at this point in the history
  2. fixing tests

    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ff867bb View commit details
    Browse the repository at this point in the history
  3. adding deepgrep command

    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c310b94 View commit details
    Browse the repository at this point in the history
  4. adding deep extract

    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    dd46061 View commit details
    Browse the repository at this point in the history
  5. Improve ignoring of NoneType in diff

    Instead of just checking t1, we also check t2, to ensure we survive
    diffs where both the old and the new value can be None.
    
    Also, as far as I can understand the code, we exit upon reporting a
    result in the case of a type mismatch rather than continuing the diff
    code (that way we don't need each type-specific differ to handle
    incorrect types – None, in this case).
    
    Further iteration from 47a141f.
    
    The expanded test coverage fails on master.
    stianjensen committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    75f9a17 View commit details
    Browse the repository at this point in the history
  6. always make it dict

    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    73ab169 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5b3567 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #214 from HyreAS/diff-none

    Improve ignoring of NoneType in diff
    seperman committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    01c429b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. wip

    seperman committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    72393b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    daf58c0 View commit details
    Browse the repository at this point in the history
  2. add debug message

    flowolf committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    917570d View commit details
    Browse the repository at this point in the history
  3. Revert "add debug message"

    This reverts commit 46db2aa.
    flowolf committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    42059f4 View commit details
    Browse the repository at this point in the history
  4. fix order of vars in diff.py

    flowolf committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9eb3707 View commit details
    Browse the repository at this point in the history
  5. add tests for math_close

    flowolf committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    ab92fbe View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. changed math_close parameters

    epsilon is now passed with math_epsilon. math_close boolean is removed.
    
    added warning for use in conjunction with ignore_order
    flowolf committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    86e552f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5af21 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request #221 from flowolf/math_close_diff_numbers

    add math_epsilon for number diffs that are close
    seperman committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    556dde7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. bye bye travis

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    0108889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c2bc2 View commit details
    Browse the repository at this point in the history
  3. does codecov work?

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    f17257d View commit details
    Browse the repository at this point in the history
  4. come on

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    26c7e4a View commit details
    Browse the repository at this point in the history
  5. readme badges

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    8020b87 View commit details
    Browse the repository at this point in the history
  6. bye bye coveralls

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9ab3a45 View commit details
    Browse the repository at this point in the history
  7. updating comments

    seperman committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    ab894ba View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. fixing group by

    seperman committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    0bcf4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2f4ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    777cce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51c7124 View commit details
    Browse the repository at this point in the history
  5. adding more tests

    seperman committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    eb39945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51b5c43 View commit details
    Browse the repository at this point in the history
  7. updating docs

    seperman committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    37b9611 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01a02ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a36282a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a47c799 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. adding the commandline docs

    seperman committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    d04af64 View commit details
    Browse the repository at this point in the history