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

feat(global-filters): Introduce global generic filters #3161

Merged
merged 20 commits into from
Mar 1, 2024

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    6bd0907 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    iker-barriocanal committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bba2a76 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    117bc03 View commit details
    Browse the repository at this point in the history
  2. address feedback

    Changes include:
    - Rename `CombinedFiltersConfig` -> `DynamicFiltersConfig` (same for the
      iterator) to align with `DynamicMeasurementsConfig`.
    - Add unit test covering multiple filters from project and global
      filters.
    - Add a brief comment in the iterator's loop to provide a bit more
      clarity into what the `loop` does.
    iker-barriocanal committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    950325d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feedback

    iker-barriocanal committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    45e2f94 View commit details
    Browse the repository at this point in the history
  2. more feedback

    iker-barriocanal committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b57c122 View commit details
    Browse the repository at this point in the history
  3. fix doc links

    iker-barriocanal committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6fafec0 View commit details
    Browse the repository at this point in the history
  4. some more feedback

    iker-barriocanal committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8384897 View commit details
    Browse the repository at this point in the history
  5. fix lint :)

    iker-barriocanal committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8aee088 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. simplify iterator

    iker-barriocanal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a6db146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3c3b7 View commit details
    Browse the repository at this point in the history
  3. some more feedback

    iker-barriocanal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d7790ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    791ac3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb8657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67014c0 View commit details
    Browse the repository at this point in the history
  7. add more tests

    iker-barriocanal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e47c900 View commit details
    Browse the repository at this point in the history
  8. fix test

    iker-barriocanal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    eb784c7 View commit details
    Browse the repository at this point in the history
  9. sample-rate-test 0

    iker-barriocanal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7454814 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix tests

    iker-barriocanal committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    28ed597 View commit details
    Browse the repository at this point in the history
  2. fix docs

    iker-barriocanal committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    93dfac9 View commit details
    Browse the repository at this point in the history