parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

feat: disable index validation

Open Moumouls opened this issue 3 years ago • 2 comments
trafficstars

New Pull Request Checklist

  • [x] I am not disclosing a vulnerability.
  • [x] I am creating this PR in reference to an issue.

Issue Description

Related issue: #8136

Approach

Add an option on both adapters

TODOs before merging

  • [x] Add tests
  • [x] Add changes to documentation (guides, repository pages, in-code descriptions)
  • [x] Add security check
  • [x] Add new Parse Error codes to Parse JS SDK
  • [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry)

Moumouls avatar Aug 23 '22 09:08 Moumouls

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!

Codecov Report

Base: 94.26% // Head: 93.83% // Decreases project coverage by -0.42% :warning:

Coverage data is based on head (50dbcfa) compared to base (6c16021). Patch coverage: 91.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #8137      +/-   ##
==========================================
- Coverage   94.26%   93.83%   -0.43%     
==========================================
  Files         180      180              
  Lines       13960    13969       +9     
==========================================
- Hits        13159    13108      -51     
- Misses        801      861      +60     
Impacted Files Coverage Δ
...dapters/Storage/Postgres/PostgresStorageAdapter.js 95.66% <88.88%> (-0.06%) :arrow_down:
src/Adapters/Files/GridFSBucketAdapter.js 93.47% <100.00%> (+0.04%) :arrow_up:
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 93.00% <100.00%> (+0.02%) :arrow_up:
src/Adapters/Cache/RedisCacheAdapter.js 15.55% <0.00%> (-75.56%) :arrow_down:
src/GraphQL/loaders/filesMutations.js 37.93% <0.00%> (-41.38%) :arrow_down:
src/GraphQL/transformers/mutation.js 87.73% <0.00%> (-9.44%) :arrow_down:
src/ParseServer.js 90.47% <0.00%> (-0.53%) :arrow_down:
src/RestWrite.js 94.91% <0.00%> (-0.30%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Aug 23 '22 10:08 codecov[bot]

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

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

Lint fixed @mtrezza

Moumouls avatar Nov 14 '22 23:11 Moumouls