-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: parse operand value when field is number type #1013
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #1013 +/- ##
===========================================
+ Coverage 81.26% 93.71% +12.45%
===========================================
Files 121 122 +1
Lines 5369 5424 +55
Branches 1599 1618 +19
===========================================
+ Hits 4363 5083 +720
+ Misses 935 323 -612
+ Partials 71 18 -53
... and 19 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
packages/codegen-ui-react/lib/__tests__/__snapshots__/studio-ui-codegen-react.test.ts.snap
Show resolved
Hide resolved
packages/codegen-ui-react/lib/__tests__/react-component-render-helper.test.ts
Show resolved
Hide resolved
* fix: parse operand value when field is number type (#1013) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.0 (#1014) Co-authored-by: Justin Shih <[email protected]> * fix: fix storage field prop import to storagemanager (#1016) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.1 (#1017) Co-authored-by: Justin Shih <[email protected]> * fix: add getOverrideProps to StorageManager (#1020) * fix: add getOverrideProps to StorageManager * fix: add overrideProps to Field component * Revert "fix: add overrideProps to Field component" This reverts commit 6393718. * chore(release): v2.14.2 (#1022) * fix: return theme declaration file from render func (#1023) Co-authored-by: Doesnt Matter <[email protected]> * fix: alias colliding imported model name in hasMany relationship (#1019) Co-authored-by: Justin Shih <[email protected]> * chore: update cli check --------- Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Charles Shin <[email protected]> Co-authored-by: David Lopez <[email protected]> Co-authored-by: Doesnt Matter <[email protected]> Co-authored-by: Roshane Pascual <[email protected]>
* fix: parse operand value when field is number type (#1013) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.0 (#1014) Co-authored-by: Justin Shih <[email protected]> * fix: fix storage field prop import to storagemanager (#1016) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.1 (#1017) Co-authored-by: Justin Shih <[email protected]> * fix: add getOverrideProps to StorageManager (#1020) * fix: add getOverrideProps to StorageManager * fix: add overrideProps to Field component * Revert "fix: add overrideProps to Field component" This reverts commit 6393718. * chore(release): v2.14.2 (#1022) * fix: return theme declaration file from render func (#1023) Co-authored-by: Doesnt Matter <[email protected]> * fix: alias colliding imported model name in hasMany relationship (#1019) Co-authored-by: Justin Shih <[email protected]> * chore: update cli check * chore: add specific cypress version to fix 12.15.0 bug (#1028) --------- Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Charles Shin <[email protected]> Co-authored-by: David Lopez <[email protected]> Co-authored-by: Doesnt Matter <[email protected]>
* fix: parse operand value when field is number type (#1013) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.0 (#1014) Co-authored-by: Justin Shih <[email protected]> * fix: fix storage field prop import to storagemanager (#1016) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.1 (#1017) Co-authored-by: Justin Shih <[email protected]> * fix: add getOverrideProps to StorageManager (#1020) * fix: add getOverrideProps to StorageManager * fix: add overrideProps to Field component * Revert "fix: add overrideProps to Field component" This reverts commit 6393718. * chore(release): v2.14.2 (#1022) * fix: return theme declaration file from render func (#1023) Co-authored-by: Doesnt Matter <[email protected]> * fix: alias colliding imported model name in hasMany relationship (#1019) Co-authored-by: Justin Shih <[email protected]> * chore: update cli check --------- Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Charles Shin <[email protected]> Co-authored-by: David Lopez <[email protected]> Co-authored-by: Doesnt Matter <[email protected]> Co-authored-by: Roshane Pascual <[email protected]>
* feat: add graphql support for components * feat: add graphql support for create form (#1008) * feat: add graphql support for create form with relationships (#1010) * Update GraphQL API import and refactor GraphQL call expressions (#1012) * chore: update graphql api import * chore: refactor graphql call expressions to common function * chore: use pluralize for graphql list queries * feat: add graphql support for update form (#1015) * feat: add graphql support for update form * fix: update snapshot * feat: add more assertions to check for graphql support * fix: removing obselete snapshot * fix: force update mutation to use id var * chore: add declaration snapshots (#1018) * Update from main (#1025) * fix: parse operand value when field is number type (#1013) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.0 (#1014) Co-authored-by: Justin Shih <[email protected]> * fix: fix storage field prop import to storagemanager (#1016) Co-authored-by: Justin Shih <[email protected]> * chore(release): v2.14.1 (#1017) Co-authored-by: Justin Shih <[email protected]> * fix: add getOverrideProps to StorageManager (#1020) * fix: add getOverrideProps to StorageManager * fix: add overrideProps to Field component * Revert "fix: add overrideProps to Field component" This reverts commit 6393718. * chore(release): v2.14.2 (#1022) * fix: return theme declaration file from render func (#1023) Co-authored-by: Doesnt Matter <[email protected]> * fix: alias colliding imported model name in hasMany relationship (#1019) Co-authored-by: Justin Shih <[email protected]> * chore: update cli check --------- Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Charles Shin <[email protected]> Co-authored-by: David Lopez <[email protected]> Co-authored-by: Doesnt Matter <[email protected]> Co-authored-by: Roshane Pascual <[email protected]> * feat: update GraphqlRenderConfig to use separate props for each file path * feat: graphql support for collections (#1027) * feat: graphql support for collections * chore: refactor collection element to helper function and update addMappedImport * feat: adding graphql support for update forms with relationship (#1030) * fix: wrapping list graphql result for await (#1032) * feat: add graphql support for relationship forms with autocomplete field * fix: autocomplete options prop using incorrect records (#1035) * feat: add graphql support for relationship forms with autocomplete field * fix: autocomplete options prop using incorrect records * feat: add helpers to identify api dependencies * fix: use related model name instead of field in generating graphql qu… (#1039) * fix: use related model name instead of field in generating graphql queries * fix: updating invalid schema in integ test * feat: exit early in integ test failure * fix: lowering nyc coverage threshold --------- Co-authored-by: Albert Winberg <[email protected]> Co-authored-by: Roshane Pascual <[email protected]> Co-authored-by: Charles Shin <[email protected]> Co-authored-by: awinberg-aws <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: David Lopez <[email protected]> Co-authored-by: Roshane Pascual <[email protected]>
Problem
comparing equality with filter operand as string returns false. 0 == '0'
Solution
Parse operand value when field type is a number
Links
Ticket
GitHub issue _____
Other links
Verification
Manual tests
Automated tests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.