agirbal / umongo

Desktop app to browse and administer your MongoDB cluster
http://www.edgytech.com/umongo/
580 stars 94 forks source link

Make sure umongo works with v2.8 #250

Open agirbal opened 9 years ago

agirbal commented 9 years ago

Use of "system.namespaces" seem to be a problem. it looks like the only spot I use namespaces is for displaying oplog information in replica set and server panels. This only happens if user picks the "oplog info" command.

$ git grep namespaces src/com/edgytech/umongo/MongoUtils.java: DBCollection namespaces = db.getCollection("syst src/com/edgytech/umongo/MongoUtils.java: if (namespaces.findOne(new BasicDBObject("name", src/com/edgytech/umongo/MongoUtils.java: } else if (namespaces.findOne(new BasicDBObject( src/com/edgytech/umongo/MongoUtils.java: DBObject olEntry = namespaces.findOne(new BasicD

$ git grep getReplicaSetInfo src/com/edgytech/umongo/MongoUtils.java: public static DBObject getReplicaSetInfo(MongoClient src/com/edgytech/umongo/ReplSetPanel.java: return MongoUtils.getReplicaSetInfo(ge src/com/edgytech/umongo/ServerPanel.java: new DocView(null, "Oplog Info", null, "Oplog of