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

Issue311 improve hook searching #613

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on Sep 30, 2024

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

Commits on Oct 3, 2024

  1. Fix null pointer in HookHandler

    Add the tests to cover new implementations lto cover HookHandlerSearch
    steniobhz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9e39c83 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix tests and implement more validations.

    Add new tests for HookHandler
    Create testes with storage
    steniobhz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d9f1c76 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add integration tests for handleListenerSearch

    - Verifies successful listener search when multiple listeners are present in storage.
    - Ensures correct retrieval of a single listener from storage.
    - Tests failure case when searching for a non-existent listener among multiple listeners.
    - Ensures proper handling of search when no listeners are registered in storage.
    steniobhz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4a0b791 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    922708c View commit details
    Browse the repository at this point in the history
  2. Fix return method

    steniobhz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2f712c0 View commit details
    Browse the repository at this point in the history
  3. Added test for hookHandleSearch to verify behavior when no matching l…

    …istener is found for a given query parameter.
    steniobhz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a0161a2 View commit details
    Browse the repository at this point in the history
  4. Add tests for hookHandleSearch with no matching listeners and no list…

    …eners registered.
    
    - Test for handling searches with no matching listeners, returning an empty list.
    - Test for handling searches when no listeners are registered, ensuring an empty list is returned.
    - Fix hookHandler Search
    steniobhz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    322508f View commit details
    Browse the repository at this point in the history
  5. Implemented a search mechanism that iterates over the provided reposi…

    …tory. It checks if the destination of each item contains the query string (queryParam), adding matching items to the result.
    steniobhz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    55ab41b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fix error in mock tests

    steniobhz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8feb386 View commit details
    Browse the repository at this point in the history
  2. - add tests for Route

    - improve listeners tests
    steniobhz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4004646 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update README_hook.md

    steniobhz authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    64e6905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aeec5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f7f4ff View commit details
    Browse the repository at this point in the history