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

Support in filter operator for date primitive type #2489

Merged
merged 3 commits into from
Aug 15, 2023

Conversation

gayathrir11
Copy link
Contributor

@gayathrir11 gayathrir11 commented Aug 9, 2023

Summary

How did you test this change?

  • Test(s) added
  • Manual testing (please provide screenshots/recordings)
  • No testing (please provide an explanation)
video.mp4

Placeholder for date
in

@gayathrir11 gayathrir11 requested a review from a team as a code owner August 9, 2023 13:49
@changeset-bot
Copy link

changeset-bot bot commented Aug 9, 2023

🦋 Changeset detected

Latest commit: fb53399

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 21 packages
Name Type
@finos/legend-query-builder Patch
@finos/legend-application-query Patch
@finos/legend-application-studio Patch
@finos/legend-extension-dsl-data-space Patch
@finos/legend-extension-dsl-service Patch
@finos/legend-manual-tests Patch
@finos/legend-application-query-bootstrap Patch
@finos/legend-application-studio-bootstrap Patch
@finos/legend-extension-assortment Patch
@finos/legend-extension-dsl-diagram Patch
@finos/legend-extension-dsl-mastery Patch
@finos/legend-extension-dsl-persistence Patch
@finos/legend-extension-dsl-text Patch
@finos/legend-extension-store-flat-data Patch
@finos/legend-extension-store-relational Patch
@finos/legend-extension-store-service-store Patch
@finos/legend-application-query-deployment Patch
@finos/legend-application-studio-deployment Patch
@finos/legend-application-pure-ide Patch
@finos/legend-application-pure-ide-deployment Patch
@finos/legend-server-showcase-deployment Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gayathrir11 gayathrir11 self-assigned this Aug 9, 2023
@gayathrir11 gayathrir11 added this to the 11.0.0 milestone Aug 9, 2023
@gayathrir11 gayathrir11 added the Component: Query Builder Issues related to query builder core label Aug 9, 2023
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #2489 (fb53399) into master (2a729ba) will decrease coverage by 0.08%.
Report is 24 commits behind head on master.
The diff coverage is 16.27%.

@@            Coverage Diff             @@
##           master    #2489      +/-   ##
==========================================
- Coverage   41.67%   41.60%   -0.08%     
==========================================
  Files        1585     1593       +8     
  Lines       75060    75479     +419     
  Branches    17675    17782     +107     
==========================================
+ Hits        31283    31401     +118     
- Misses      43652    43951     +299     
- Partials      125      127       +2     
Files Changed Coverage Δ
.../filter/operators/QueryBuilderFilterOperator_In.ts 79.54% <ø> (ø)
...omponents/shared/BasicValueSpecificationEditor.tsx 56.89% <11.76%> (-6.29%) ⬇️
...src/stores/QueryBuilderValueSpecificationHelper.ts 80.00% <33.33%> (-2.79%) ⬇️

... and 74 files with indirect coverage changes

@@ -705,6 +771,8 @@ const CollectionValueInstanceValueEditor = observer(
setText(event.target.value);
};

const placeholder = text === '' ? getPlaceHolder(expectedType) : undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i know it was here before but do we need the text === '' check. i think placeholder only shows when the input is empty regardless.

@MauricioUyaguari MauricioUyaguari merged commit acda3c2 into finos:master Aug 15, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Builder Issues related to query builder core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants