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

BA: improve relay mocks #156

Merged
merged 1 commit into from
Dec 12, 2024
Merged

BA: improve relay mocks #156

merged 1 commit into from
Dec 12, 2024

Conversation

anicioalexandre
Copy link
Collaborator

@anicioalexandre anicioalexandre commented Dec 12, 2024

  • graphql package update - v 1.1.13

    • Adapt queueOperationResolver to deal with resolvers or data mocks.
  • components package update - v 0.0.30

    • Adapt Storybook's withProviders to use only queueOperationResolver.
    • Updated dependencies
      • @baseapp-frontend/graphql@1.1.13
  • wagtail package update - v 1.0.6

    • Updated dependencies
      • @baseapp-frontend/graphql@1.1.13

Summary by CodeRabbit

  • New Features

    • Updated the withProviders functionality in Storybook for improved operation handling.
    • Enhanced queueOperationResolver to manage both resolvers and data mocks effectively.
  • Bug Fixes

    • Resolved issues related to the RoomListSubscription connection and improved accessibility and alignment in various components.
  • Documentation

    • Changelog updated for both @baseapp-frontend/components and @baseapp-frontend/graphql packages to reflect recent changes and version updates.
  • Chores

    • Updated version numbers for the @baseapp-frontend/components, @baseapp-frontend/graphql, and @baseapp-frontend/wagtail packages.

Verified

This commit was signed with the committer’s verified signature.
anicioalexandre Alexandre Anício
Copy link

changeset-bot bot commented Dec 12, 2024

⚠️ No Changeset found

Latest commit: abedcd4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link

coderabbitai bot commented Dec 12, 2024

Warning

There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure.

🔧 eslint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

packages/components/.storybook/decorators/withProviders.tsx

Oops! Something went wrong! :(

ESLint: 8.57.1

Error: Cannot read config file: /packages/components/.eslintrc.js
Error: Cannot find module '@baseapp-frontend/config/.eslintrc.js'
Require stack:

  • /packages/components/.eslintrc.js
  • /node_modules/.pnpm/@eslint+eslintrc@2.1.4/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
  • /node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/lib/cli-engine/cli-engine.js
  • /node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/lib/eslint/eslint.js
  • /node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/lib/eslint/index.js
  • /node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/lib/cli.js
  • /node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/bin/eslint.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1248:15)
    at Module._load (node:internal/modules/cjs/loader:1074:27)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1339:12)
    at require (node:internal/modules/helpers:135:16)
    at Object. (/packages/components/.eslintrc.js:1:18)
    at Module._compile (node:internal/modules/cjs/loader:1546:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1691:10)
    at Module.load (node:internal/modules/cjs/loader:1317:32)

Walkthrough

The pull request introduces several changes primarily focused on the withProviders function within the Storybook decorators. Notably, it removes the resolveMostRecentOperation function, simplifying the resolver logic by directly calling queueOperationResolver with a new parameter structure. Additionally, updates to the changelogs and version increments for the @baseapp-frontend/components, @baseapp-frontend/graphql, and @baseapp-frontend/wagtail packages are included, reflecting dependency updates and functional adjustments.

Changes

File Path Change Summary
packages/components/.storybook/decorators/withProviders.tsx Modified withProviders function: removed resolveMostRecentOperation from relayMockEnvironment, eliminated the useEffect hook, and updated the call to queueOperationResolver with a new parameter structure including queryName.
packages/components/CHANGELOG.md Updated changelog for version 0.0.30 to reflect changes in withProviders and dependency updates.
packages/components/package.json Updated version from 0.0.29 to 0.0.30.
packages/graphql/CHANGELOG.md Updated changelog for version 1.1.13 to include modifications to queueOperationResolver and dependency updates.
packages/graphql/package.json Updated version from 1.1.12 to 1.1.13.
packages/graphql/utils/createTestEnvironment/index.ts Modified createTestEnvironment: added queryName parameter to queueOperationResolver, enhanced logging, and updated internal logic for handling mocks.
packages/graphql/utils/createTestEnvironment/types.ts Updated TypeScript types: added queryName to MockResolvers and Data, and introduced QueueOperationResolverParams.
packages/wagtail/CHANGELOG.md Updated changelog for version 1.0.6 to reflect dependency updates, particularly for @baseapp-frontend/graphql.
packages/wagtail/package.json Updated version from 1.0.5 to 1.0.6.
packages/components/modules/navigations/Header/AccountMenu/AccountPopover/storybook/stories.tsx Modified how queueOperationResolver is called by wrapping mockResolvers in an object.

Possibly related PRs

Suggested reviewers

  • deboracosilveira

Poem

🐰 In the meadow where changes bloom,
The withProviders sheds old gloom.
A call to queue with a new name,
Simplified paths, no more game.
With versions updated, we hop along,
In the world of code, we all belong! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (4)
packages/graphql/utils/createTestEnvironment/types.ts (1)

6-6: LGTM! Consider adding JSDoc comments.

The type changes look good and maintain consistency. The addition of queryName to both types and the new QueueOperationResolverParams export improves the flexibility of the test environment configuration.

Consider adding JSDoc comments to document the purpose of queryName and when it should be used. Example:

type MockResolvers = {
  mockResolvers: MockPayloadGenerator.MockResolvers
  data?: never
+ /** Optional query name to identify specific operations in the resolver */
  queryName?: string
}

Also applies to: 12-12, 16-17

packages/components/.storybook/decorators/withProviders.tsx (1)

19-19: TODO comment needs attention.

The comment about Tailwind classes registration should be addressed or tracked properly.

Would you like me to help create an issue to track the Tailwind classes registration problem?

packages/graphql/utils/createTestEnvironment/index.ts (2)

41-46: Consider removing or conditionally enabling debug logs

The multiple console.log statements add noise to test output. Consider:

  1. Removing them if they were for development
  2. Or adding a debug flag parameter to control logging
- console.log('queueOperationResolver', mockResolvers, data, queryName)
- environment.mock.queueOperationResolver((operationToResolve) => {
-   console.log('AOPS', operationToResolve)
-   if (mockResolvers) {
-     console.log('mockResolvers', mockResolvers)
+ environment.mock.queueOperationResolver((operationToResolve) => {
+   if (mockResolvers) {

35-59: Consider restructuring the resolver logic for better maintainability

The current implementation has nested conditionals that could be simplified. Consider restructuring to reduce complexity and improve readability.

  const queueOperationResolver = ({
    mockResolvers,
    data,
    queryName,
  }: QueueOperationResolverParams) => {
    try {
      environment.mock.queueOperationResolver((operationToResolve) => {
-       if (mockResolvers) {
-         return MockPayloadGenerator.generate(operationToResolve, mockResolvers)
-       }
-
-       // return the data mock if no queryName is provided
-       if (data && !queryName) return data
-
-       // return the data mock if the queryName is provided and the operation matches
-       if (queryName && operationToResolve.fragment.node.name === queryName) {
-         return data
-       }
-
-       console.warn('The operation was not mocked.')
-       return null
+       if (mockResolvers) {
+         return MockPayloadGenerator.generate(operationToResolve, mockResolvers)
+       }
+       
+       const operationName = operationToResolve.fragment.node.name
+       const shouldReturnData = !queryName || operationName === queryName
+       
+       if (data && shouldReturnData) {
+         return data
+       }
+       
+       console.warn('The operation was not mocked.')
+       return null
      })
    } catch (e) {
      console.error(e)
    }
  }
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 52f397f and abedcd4.

📒 Files selected for processing (10)
  • packages/components/.storybook/decorators/withProviders.tsx (1 hunks)
  • packages/components/CHANGELOG.md (1 hunks)
  • packages/components/modules/navigations/Header/AccountMenu/AccountPopover/__storybook__/stories.tsx (1 hunks)
  • packages/components/package.json (1 hunks)
  • packages/graphql/CHANGELOG.md (1 hunks)
  • packages/graphql/package.json (1 hunks)
  • packages/graphql/utils/createTestEnvironment/index.ts (2 hunks)
  • packages/graphql/utils/createTestEnvironment/types.ts (1 hunks)
  • packages/wagtail/CHANGELOG.md (1 hunks)
  • packages/wagtail/package.json (1 hunks)
✅ Files skipped from review due to trivial changes (4)
  • packages/graphql/package.json
  • packages/wagtail/package.json
  • packages/components/package.json
  • packages/wagtail/CHANGELOG.md
🔇 Additional comments (4)
packages/components/modules/navigations/Header/AccountMenu/AccountPopover/__storybook__/stories.tsx (1)

37-37: LGTM! Verify mock resolver integration.

The update to use object parameter syntax for queueOperationResolver is consistent with the type changes.

Let's verify that all stories are using the new parameter format:

✅ Verification successful

Mock resolver integration verified successfully

The search revealed that all story files are using the new object parameter syntax for queueOperationResolver. The only instance found with different syntax is in createTestEnvironment/index.ts, which is actually the implementation of the resolver itself, where it's correctly using a callback function as required by the environment mock API.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for any remaining direct calls to queueOperationResolver
rg "queueOperationResolver\([^{]" --type ts --type tsx

Length of output: 84


Script:

#!/bin/bash
# Search for any remaining direct calls to queueOperationResolver with proper file type detection
rg "queueOperationResolver\([^{]" -t typescript -t tsx

Length of output: 91


Script:

#!/bin/bash
# Search for any direct calls to queueOperationResolver without object parameter syntax
# Using just the file extensions since ripgrep type detection seems unavailable
rg "queueOperationResolver\([^{]" --glob "*.ts" --glob "*.tsx"

Length of output: 190


Script:

#!/bin/bash
# Let's check the context of this usage to understand if it's a different use case
rg "queueOperationResolver" -B 2 -A 2 packages/graphql/utils/createTestEnvironment/index.ts

Length of output: 539

packages/components/.storybook/decorators/withProviders.tsx (1)

24-28: LGTM! Clean implementation of resolver configuration.

The changes effectively simplify the control flow by:

  • Properly handling undefined values with fallbacks
  • Using destructuring for clean parameter access
  • Consolidating the resolver logic into a single call

Let's verify the parameters are being passed correctly from stories:

✅ Verification successful

The queryName parameter implementation is correctly used in the test environment

The search results show that queryName is properly implemented in the test environment (packages/graphql/utils/createTestEnvironment/index.ts) where it's used to:

  • Match specific operations in the resolver
  • Handle undefined cases with appropriate fallbacks
  • Control mock data resolution based on operation names

The parameter is also correctly typed in the test environment types file, and there are no story files using these parameters directly, which is expected as this is primarily a test utility. The other occurrences of queryName in the codebase are related to GraphQL @refetchable directives, which is a different usage altogether.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for story parameters that might need updating
rg "parameters:\s*{[^}]*queryName" --type ts --type tsx

Length of output: 184


Script:

#!/bin/bash
# Search for story parameters using queryName with proper regex
rg "parameters:\s*\{[^}]*queryName" --type ts --type tsx

# Also search for direct usage of queryName in story files
rg "queryName:" --type ts --type tsx

# Look for story files that might use these parameters
fd "\.stories\.(ts|tsx)$" --exec grep -l "parameters"

Length of output: 205


Script:

#!/bin/bash
# Search for story files and their content
fd -e ts -e tsx ".stories." -x cat {} \; | grep -A 5 -B 5 "queryName"

# Also search for any file containing queryName parameter usage
rg "queryName" -A 5 -B 5

Length of output: 14143

packages/graphql/CHANGELOG.md (1)

3-9: LGTM! Changelog entry is accurate and well-formatted

The changelog entry correctly describes the adaptation of queueOperationResolver to handle both resolvers and data mocks.

packages/components/CHANGELOG.md (1)

3-10: LGTM! Changelog entries are accurate and well-structured

The changelog correctly documents both the adaptation of Storybook's withProviders and the dependency update.

@anicioalexandre anicioalexandre merged commit 0a212a3 into master Dec 12, 2024
9 checks passed
This was referenced Dec 12, 2024
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.

None yet

1 participant