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

ci: Mongodb-runner usage and default version to 6.0.2

Open Moumouls opened this issue 1 year ago • 4 comments
trafficstars

Pull Request

Issue

Closes: none

Approach

Mongodb runner use a global folder by default, it could conflict with old failed instances or other running instances non related to parse-server development.

Now using a dedicated folder during contributing phase, so it's easier to clean the folder in case of unexpected failure. Also updating default version to 6.0.2, because 6.X is compatible with Windows/Mac Intel/Mac ARM. 5.X don't start on Mac ARM so it always need a manual adjustment to contribute to parse. 5.X is now quite old also.

Tasks

  • [x] Add tests
  • [x] Add changes to documentation (guides, repository pages, code comments)
  • [x] Add security check
  • [x] Add new Parse Error codes to Parse JS SDK

Moumouls avatar Oct 26 '24 07:10 Moumouls