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

[cassandra] Blacklisting/Whitelisting Tags for Indexing #1904

Merged
merged 23 commits into from
Nov 9, 2019

Commits on Nov 6, 2019

  1. Added configuration and CLI support

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3fdbae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Added filters

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    8310715 View commit details
    Browse the repository at this point in the history
  2. Create White and Blacklist filters based on options

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e67acd9 View commit details
    Browse the repository at this point in the history
  3. make fmt

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    d75054c View commit details
    Browse the repository at this point in the history
  4. Expanded filter tests

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    1c49ef7 View commit details
    Browse the repository at this point in the history
  5. Expanded factory tests

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c691d2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84fb987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67b98ec View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Moved tag filters out of cassandra connection config

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9726f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9893b3e View commit details
    Browse the repository at this point in the history
  3. Addressed review items

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9ffdb9b View commit details
    Browse the repository at this point in the history
  4. Combined white and blacklist filters

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e86345b View commit details
    Browse the repository at this point in the history
  5. Added exact match tests

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    eca658a View commit details
    Browse the repository at this point in the history
  6. processTags => tags

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    63834ab View commit details
    Browse the repository at this point in the history
  7. Create exact match tag filters

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    08f3487 View commit details
    Browse the repository at this point in the history
  8. Better var name

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6b4866a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83c5e22 View commit details
    Browse the repository at this point in the history
  10. Reverted submodule

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    ed29bb6 View commit details
    Browse the repository at this point in the history
  11. Created convenience factory methods for white/blacklist

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0d3ba34 View commit details
    Browse the repository at this point in the history
  12. Hid original factory method

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8f042cc View commit details
    Browse the repository at this point in the history
  13. Clarified tests

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    b80d70c View commit details
    Browse the repository at this point in the history
  14. Fixed submodule?

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2f6fed6 View commit details
    Browse the repository at this point in the history
  15. Removed blank line

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a0bfe43 View commit details
    Browse the repository at this point in the history