Skip to content

Releases: TylerBrock/mongo-hacker

Mongo Hacker v0.1.1

06 Dec 12:35
Compare
Choose a tag to compare

MongoDB Shell Enhancements for Hackers

  • Fix #208: Change Stream cursor methods isExhausted(), hasNext() broken

For install options see Mongo Hacker Installation.

mongo shell reference:

Mongo Hacker v0.1.0

28 Aug 20:04
Compare
Choose a tag to compare

MongoDB Shell Enhancements for Hackers

  • Fix #161: TypeError: this._db._initExtraInfo is not a function
  • Fix #199: Edit function has ASCII color codes
  • Fix #114: additional setting to turn off colorization
  • Fix #195: profile command failing on .find() operation
  • Fix #196: filter is not a function
  • Fix #193: avoid calling profile command to get slowms on 4.0+ as this may block with pending transactions
  • Remove sharding customisations: these have diverged too far from the upstream source.
  • Handle exceptions for GLE (not supported in 4.0+ transactions)
  • Improved manual install:
    • Change default "make install" target to copy to ~/.mongorc.js
    • Backup ~/.mongorc.js using current unixtime in filename
    • Add "make develop" target to symlink to ~/.mongorc.js
  • Add notice for EOL shell/server versions
  • Refer to document(s) instead of record(s) and pluralise appropriately
  • Add support disclaimer and link to new CHANGELOG.md
  • Add GitHub issue & PR templates

For install options see Mongo Hacker Installation.

mongo shell reference:

Mongo Hacker v0.0.16

23 Aug 10:06
Compare
Choose a tag to compare
Mongo Hacker v0.0.16 Pre-release
Pre-release
  • Updated the code to work in older mongo shells (@vaelen)
  • Adding support for view to show (@jmatth)
  • Changing column print to work better with views and errors (@jmatth)
  • Adding automationNotice support to show (@jmatth)
  • Simplifying show by wrapping built in function (@jmatth)
  • Updated the ps command to be much more powerful (@vaelen)
  • Added appName field (@vaelen)
  • Make setVerboseShell command use config parameter (@lebedev)
  • Added section to README.md file for install from source (@quirinux)
  • Remove extra parenthesis from UUID formatting (@salty-horse)
  • Fixed #182: "The 'cursor' option is required" (@wolph)

Mongo Hacker v0.0.15

23 Aug 10:04
Compare
Choose a tag to compare
Mongo Hacker v0.0.15 Pre-release
Pre-release
  • Add simple methods to help generate random data (@sindbach)
  • Added 'ps' and 'kill' shell helpers (@vaelen)
  • Added license (@vaelen)

Mongo Hacker v0.0.14

23 Aug 10:04
Compare
Choose a tag to compare
Mongo Hacker v0.0.14 Pre-release
Pre-release
  • Added runOnDBs() to run function on some/all databases (@malarzm)
  • Reverted Fix #13 which interferes with ReplSetTest() command (@kevinadi)

Mongo Hacker v0.0.13

23 Aug 09:54
Compare
Choose a tag to compare
Mongo Hacker v0.0.13 Pre-release
Pre-release
  • Feature: delta counts for "count documents" cmd (@pvdb)
  • Refactor coloring database/collection names (@pvdb)
  • Handle printing multiple (ie. more than 2) padded columns (@pvdb)

Mongo Hacker v0.0.12

23 Aug 09:54
Compare
Choose a tag to compare
Mongo Hacker v0.0.12 Pre-release
Pre-release
  • Hot new ASCII logo
  • Sort databases by name (@malarzm)
  • Better DBRef support (@malarzm)

Mongo Hacker v0.0.11

23 Aug 09:54
Compare
Choose a tag to compare
Mongo Hacker v0.0.11 Pre-release
Pre-release
  • Make index paranoia ready for MongoDB 3.0+ (@const-g)
  • Add a helper "count indexes" to display index stats (@const-g)

Mongo Hacker v0.0.10

03 Dec 19:09
Compare
Choose a tag to compare
Mongo Hacker v0.0.10 Pre-release
Pre-release
  • Added <database>.getIndexes()

Mongo Hacker v0.0.9

03 Dec 19:08
Compare
Choose a tag to compare
Mongo Hacker v0.0.9 Pre-release
Pre-release
  • Bugfix for colors polluting edit mode (@stennie)