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

Some MongoDB and related updates #1355

Merged
merged 1 commit into from
May 6, 2018
Merged

Conversation

Martii
Copy link
Member

@Martii Martii commented May 6, 2018

  • Migrate to newer connect-mongo, mongodb, and mongoose.
  • express-brute usage migrated and retested
  • Discussions, comments, searching, listing, etc retested (SFSG)
  • Script installs retested
  • Script WO/UL/Import retested
  • Delete op retested... db intact

NOTES:

  • Dev tested
  • Local pro tested
  • Bug in Forum #350 retested
  • These are all tied together in some fashion
  • mongoose console warning:
WARNING: The `useMongoClient` option is no longer necessary in mongoose 5.x, please remove it.
    at handleUseMongoClient (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/connection.js:506:17)
    at NativeConnection.Connection.openUri (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/connection.js:407:7)
    at Mongoose.connect (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/index.js:207:15)
    at Object.<anonymous> (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/app.js:88:10)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3

Ref(s):

* Migrate to newer *connect-mongo*, *mongodb*, and *mongoose*.
* *express-brute* usage migrated and retested
* Disucssions, comments, searching, listing, etc retested *(SFSG)*
* Script installs retested
* WO/UL/Import retested
* Delete op retested... db intact

NOTES:
* Dev tested
* Local pro tested
* OpenUserJS#350 retested
* These are all tied together in some fashion
* *mongoose* console warning:

``` console
WARNING: The `useMongoClient` option is no longer necessary in mongoose 5.x, please remove it.
    at handleUseMongoClient (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/connection.js:506:17)
    at NativeConnection.Connection.openUri (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/connection.js:407:7)
    at Mongoose.connect (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/node_modules/mongoose/lib/index.js:207:15)
    at Object.<anonymous> (~/repo/git/OpenUserJS.org/martii/OpenUserJS.org/app.js:88:10)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3
```

Ref(s):
* https:/mongodb/node-mongodb-native/blob/b8484257e16ab129b5d1614f6c9fbf933846814d/CHANGES_3.0.0.md
@Martii Martii added migration Use this to indicate that it may apply to an existing or announced migration. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels May 6, 2018
@Martii Martii merged commit e393097 into OpenUserJS:master May 6, 2018
@Martii Martii deleted the someDepUpdates branch May 6, 2018 21:49
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.
Development

Successfully merging this pull request may close these issues.

1 participant