summaryrefslogtreecommitdiff
path: root/src/github.com
AgeCommit message (Expand)Author
2014-09-29add --upsertFields and --directoryperdb for mongoimport2.7.7Wisdom Omuya
2014-09-29don't panic on invalid settingsWisdom Omuya
2014-09-29Working basic user+roles for mongorestoreKyle Erf
2014-09-28Added index support from system.indexes collection in mongorestoreKyle Erf
2014-09-26check that file copied (during test) to local FS actually existsalabid
2014-09-26we aren't sure about the number of bytes written (especially on windows)alabid
2014-09-26use filesystem agnostic file pathsWisdom Omuya
2014-09-26sasl tag to control the compiling of the kerberos functionalityGabriel Russell
2014-09-26strip CRLF for windows testsWisdom Omuya
2014-09-26making ssl a compile time option, and starting to do the same with gssapiGabriel Russell
2014-09-26don't wait twice on running shim commandsWisdom Omuya
2014-09-26Merge branch 'master' of github.com:mongodb/mongo-toolsalabid
2014-09-26removed datafiles from testdata dir in mongofiles and fixed the tests accordi...alabid
2014-09-26a ToolOptions.Validate that validates that --collection and --dbpath are not ...Gabriel Russell
2014-09-26fix for TestCreateIntentsForCollection testWisdom Omuya
2014-09-26Mongorestore index namespace fixKyle Erf
2014-09-26make .bat files executableWisdom Omuya
2014-09-26make tests clearerWisdom Omuya
2014-09-26fix shim tests on windowsWisdom Omuya
2014-09-26fix dumprestore4.js: return a failure code if --collection specified without ...mike o'brien
2014-09-26Mongorestore minor nit fixesKyle Erf
2014-09-26use docEq for tsv testsWisdom Omuya
2014-09-26fix for TestTSVImportDocument on windows-64Wisdom Omuya
2014-09-26command fix; mongodump shim commands now workKyle Erf
2014-09-26fix for metadata_test.goWisdom Omuya
2014-09-26remove unused TestIndexDocumentConversionWisdom Omuya
2014-09-26fix mongostat overflow bugWisdom Omuya
2014-09-26fix tsv1.jsWisdom Omuya
2014-09-26don't use strict string comparison for documents imported from csvWisdom Omuya
2014-09-26mongoimport: more fixing the leading/trailing whitespace parsing problem in c...Gabriel Russell
2014-09-26include check for whether indexes were actually created (in createIndex)alabid
2014-09-26update version str for all tools to 2.7.7alabid
2014-09-26Iter() for paritySam Helman
2014-09-26Tail()Sam Helman
2014-09-26Change to use iterSam Helman
2014-09-26Host and port defaultsSam Helman
2014-09-26mongooplog: remove unnecessary sortSam Helman
2014-09-26mongooplog: use Tail()Sam Helman
2014-09-26Mongodump shim supportKyle Erf
2014-09-25set the authentication database to the tool's -d database if it's not specifi...mike o'brien
2014-09-25don't treat dumping of non-existent collections as fatal error.mike o'brien
2014-09-25split up defaults for host and portmike o'brien
2014-09-25mongodump: dbpath is not allowed when host is specifiedGabriel Russell
2014-09-25mongoimport: fixing the leading/trailing whitespace parsing problem in csv im...Gabriel Russell
2014-09-25mongodump: implementing --excludeCollectionsWithPrefix and --excludeCollectionGabriel Russell
2014-09-25use user-specified db instead of admin db to compute md5alabid
2014-09-25Merge branch 'master' into TOOLS-218Valeri Karpov
2014-09-25mongooplog: add json tags for passing info to shimSam Helman
2014-09-25mongooplog code review changesSam Helman
2014-09-25handle converting map[string]interface in exportmike o'brien