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

fix: Valid databaseOptions keys detected as invalid #9522

Open
wants to merge 2 commits into
base: alpha
Choose a base branch
from

Conversation

pocketcolin
Copy link

@pocketcolin pocketcolin commented Jan 9, 2025

Pull Request

Issue

9523

Closes: 9523

Approach

As discussed in #9211, the decision was made to maintain a list of valid database options for the Parse config that can be passed to MongoDB. There are many options (46 in total) and this PR adds 3 more that I was using. This approach just follows the same approach used in #9213

Tasks

  • Add tests

Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title fix: valid databaseOptions keys detected as invalid fix: Valid databaseOptions keys detected as invalid Jan 9, 2025
Copy link

parse-github-assistant bot commented Jan 9, 2025

Thanks for opening this pull request!

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.

Some databaseOptions that are valid MongoDB options are marked as invalid
1 participant