Skip to content

[NAE-2439] Implement new filter data types#332

Open
Retoocs wants to merge 3 commits into
release/6.5.0from
NAE-2439
Open

[NAE-2439] Implement new filter data types#332
Retoocs wants to merge 3 commits into
release/6.5.0from
NAE-2439

Conversation

@Retoocs
Copy link
Copy Markdown
Contributor

@Retoocs Retoocs commented May 29, 2026

Description

Introduced new filter field component string_query

Implements NAE-2439

Dependencies

No new dependencies were introduced

Third party dependencies

No new dependencies were introduced

Blocking Pull requests

There are no dependencies on other PR

How Has Been This Tested?

Manually and by test

  • filter-string-query-field.component.spec

Test Configuration

Name Tested on
OS Ubuntu 24.04.1 LTS
Runtime Node 23.6.1
Dependency Manager NPM 11.0.0
Framework version Angular 19.2.2
Run parameters
Other configuration

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked, personally or remotely, with @...
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

Kovy95 and others added 3 commits May 27, 2026 12:19
- create new filter field as text field for filter query
- introduce new field types
@Retoocs Retoocs self-assigned this May 29, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@Retoocs, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 59 minutes and 59 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: fd40ab92-7add-4fe8-85df-d7b0bf87500f

📥 Commits

Reviewing files that changed from the base of the PR and between 5b46f21 and 6debca3.

📒 Files selected for processing (11)
  • projects/netgrif-components-core/src/lib/data-fields/filter-field/filter-string-query-field/abstract-filter-string-query-field.component.ts
  • projects/netgrif-components-core/src/lib/data-fields/filter-field/models/filter-field.ts
  • projects/netgrif-components-core/src/lib/data-fields/public-api.ts
  • projects/netgrif-components-core/src/lib/filter/user-filters.service.ts
  • projects/netgrif-components-core/src/lib/task-content/model/field-type-resource.ts
  • projects/netgrif-components-core/src/lib/task-content/services/field-converter.service.ts
  • projects/netgrif-components/src/lib/data-fields/data-fields.module.ts
  • projects/netgrif-components/src/lib/data-fields/filter-field/filter-string-query-field/filter-string-query-field.component.html
  • projects/netgrif-components/src/lib/data-fields/filter-field/filter-string-query-field/filter-string-query-field.component.scss
  • projects/netgrif-components/src/lib/data-fields/filter-field/filter-string-query-field/filter-string-query-field.component.spec.ts
  • projects/netgrif-components/src/lib/data-fields/filter-field/filter-string-query-field/filter-string-query-field.component.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Retoocs Retoocs marked this pull request as ready for review May 29, 2026 13:33
@Retoocs Retoocs changed the title Nae 2439 [NAE-2439] Implement new filter data types May 29, 2026
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants