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

Don't use mongoose 5.10.7 #8278

Conversation

jlsjonas
Copy link
Contributor

@jlsjonas jlsjonas commented Oct 11, 2020

resolves #8066

Signed-off-by: Jonas De Kegel jonas@fluid.desi

Description of what you did:

bumped mongoose to 5.10.8 as requested here AND manually ensure 5.10.7 was not used in yarn.lock (for some reason yarn kept resolving ^5.5.13 to 5.10.7 even though it was the only remaining 5.10.7 usage (it should've switched to 5.10.8); manually updating the yarn.lock did make yarn see this, also after subsequent changes (but it will be important to check this on merge if there are lock conflicts)

resolved strapi#8066

Signed-off-by: Jonas De Kegel <jonas@fluid.desi>
@codecov
Copy link

codecov bot commented Oct 11, 2020

Codecov Report

Merging #8278 into master will increase coverage by 0.01%.
The diff coverage is 47.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8278      +/-   ##
==========================================
+ Coverage   33.02%   33.04%   +0.01%     
==========================================
  Files        1219     1219              
  Lines       13568    13573       +5     
  Branches     1348     1348              
==========================================
+ Hits         4481     4485       +4     
- Misses       8205     8206       +1     
  Partials      882      882              
Flag Coverage Δ
#front 24.70% <ø> (ø)
#unit 54.13% <47.61%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ugin-content-manager/controllers/ContentManager.js 21.67% <0.00%> (ø)
packages/strapi/lib/core-api/controller.js 28.26% <0.00%> (-1.29%) ⬇️
packages/strapi-utils/lib/logger.js 65.00% <42.85%> (-11.48%) ⬇️
...n/services/permission/permissions-manager/index.js 100.00% <100.00%> (ø)
packages/strapi/lib/core-api/service.js 72.72% <100.00%> (+8.28%) ⬆️
packages/strapi/lib/services/entity-service.js 48.78% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7485de2...8f0637d. Read the comment docs.

Copy link
Member

@alexandrebodin alexandrebodin left a comment

Choose a reason for hiding this comment

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

Great thanks I was waiting for the release and didn't see it :)

@alexandrebodin alexandrebodin added source: core:database Source is core/database package issue: enhancement Issue suggesting an enhancement to an existing feature labels Oct 13, 2020
@alexandrebodin alexandrebodin added this to the 3.2.4 milestone Oct 13, 2020
@alexandrebodin alexandrebodin merged commit ecb3777 into strapi:master Oct 13, 2020
@lauriejim
Copy link
Contributor

This pull request has been mentioned on Strapi Community. There might be relevant details there:

https://forum.strapi.io/t/new-release-strapi-v3-2-4-security-fix/509/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature source: core:database Source is core/database package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strapi refuses to upload files when configured with MongoDB -- bug in mongoose 5.10.7
3 participants