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

#15009 bug with not contains #16853

Open
wants to merge 7 commits into
base: v18-prod
Choose a base branch
from

Commits on Nov 21, 2024

  1. refactor(table-service): primefaces#15009 outsource it

    Additionally move the filter method there
    juri-sinitson committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    90d17ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782b134 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. refactor(testing): add jest in context of primefaces#15009

    NOTE:
    1. Configured jest according to https://thymikee.github.io/jest-preset-angular/docs/getting-started/installation
    2. In was recommended in diverse sources to comment out the files
    in `tsconfig.spec.json` to avoid conflicts with jest
    juri-sinitson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    22f819e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53afae View commit details
    Browse the repository at this point in the history
  3. refactor(dev): primefaces#15009 enable sourceMap

    - To debug in the browser
    juri-sinitson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ff618ff View commit details
    Browse the repository at this point in the history
  4. fix(table-service): primefaces#15009 add unit tests and fix

    - Especially the fixing the global filter `notContains`
    which is the main scope of this issue.
    juri-sinitson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    375defc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aad822e View commit details
    Browse the repository at this point in the history