Skip to content

graphql: Fix ER diagram error, bump multer #536

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

Merged
merged 3 commits into from
Jul 21, 2025
Merged

graphql: Fix ER diagram error, bump multer #536

merged 3 commits into from
Jul 21, 2025

Conversation

tbantle22
Copy link
Collaborator

@tbantle22 tbantle22 commented Jul 21, 2025

Fixes #535

@tbantle22 tbantle22 requested a review from Copilot July 21, 2025 14:30
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an ER diagram error by handling null comments in the index model and updates the multer dependency version. The changes address issue #535 related to ER diagram functionality.

  • Adds null coalescing operator to handle undefined/null comments in index model
  • Updates multer dependency from version 2.0.1 to 2.0.2
  • Adds new end-to-end test coverage for ER diagram functionality

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
graphql-server/src/indexes/index.model.ts Fixes null comment handling with nullish coalescing operator
graphql-server/package.json Bumps multer dependency version to 2.0.2
workbench-cypress/cypress/e2e/database/erDiagram.spec.ts Adds comprehensive E2E tests for ER diagram page

@tbantle22 tbantle22 merged commit fb33f1a into main Jul 21, 2025
3 checks passed
@tbantle22 tbantle22 deleted the taylor/er-fix branch July 21, 2025 14:42
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.

ER Diagram error since dolt 1.56.0
1 participant