-
Notifications
You must be signed in to change notification settings - Fork 92
Release Notes
agirbal edited this page Jun 7, 2012
·
15 revisions
- all dbs display as red when using sharding, fixed
- see https://github.com/agirbal/umongo/issues?milestone=9&state=closed
- project renamed to UMongo
- see https://github.com/agirbal/umongo/issues?milestone=8&state=closed
- issue47: Timeout/lag issues
- issue46: upgrade to driver 2.7.2
- issue45: add reindex cmd
- issue44: add support for compact cmd
- issue43: add index options: background, sparse, etc
- issue42: add SSL support
- issue41: add support for movePrimary cmd
- issue40: allow support for partial results from shards
- issue39: add support for ReadPreference
- issue37: db that requires auth does not always display so
- issue36: insert by default should not be bulk
- issue35: add support for query hints
- issue33: add support for 'j' and string 'w' in writeconcern
- issue32: add sort field for mapreduce
- issue31: when adding shard as replica set, seems the tree node is not populated
- issue30: support for tailable cursor
- issue28: cannot add shard without a shard name
- issue27: menu to call command is not bound, nothing happens
- issue19: Quit menu does not work
- issue24: tree update is sometimes slow and makes all app unresponsive
- issue23: add currentOp / killOp for each server
- issue22: add nolock option to eval
- issue7: randomize values in documents
- issue21: add option to set log level
- issue4: Add a tool that compares the collection stats between servers of a replica
- issue20: add a tool to fix a collection by copying from another mongo
- issue18: add option to use LazyBSONDecoder
- issue17: add geoNear command
- issue16: move shard collection from index to collection panel, add unique flag
- issue14: populate context menu on each nodes with useful links
- issue13: add autoIndexId to create collection
- issue12: Result tabs reappear after being closed
- Use java mongo driver 2.6.5 with JAVA-411 fix
- issue11: on certain OS when connecting to replica set, all servers appear master
- issue10: remove unecessary warning from logs esp. on auto updates
- issue9: make db.eval a true cmd that can be auto updated
- issue8: new feature, add or list stored JS functions
- issue6: add tooltiptext for all forms esp. JS function expected
- issue3: remove need for quotes around keys in JSON
- issue2: add auto refresh feature to cursor based results
- use PasswordField for password input instead of basic TextField
- fix PasswordField to not save password to conf file For authentication info see Database Authentication
- New tool "Regen Config DB" to rebuild the sharding configuration DB if lost
- fixed RS Status and Oplog Info, was getting NPE
- sharding: findChunk, moveChunk and splitChunk commands
- turn on/off auto balancer for sharding
- fix importing of JSON files, had NPE
- new commands: listCommand, currentOps, killOp
- help for commands