summaryrefslogtreecommitdiff
path: root/mongoexport
AgeCommit message (Expand)Author
2016-01-20TOOLS-896 Add --noHeaderLine option for export csvZhuZiqiang
2015-10-14TOOLS-250: default Primary with mongos's or replsetsGabriel Russell
2015-10-01TOOLS-630 fix broken read prefs testmike o'brien
2015-10-01lint fixmike o'brien
2015-10-01TOOLS-630 accept read preferences on the command lineGabriel Russell
2015-10-01Revert "TOOLS-630"Gabriel Russell
2015-10-01TOOLS-630Gabriel Russell
2015-09-25TOOLS-916 dont attempt to dive into a nil documentKyle Erf
2015-09-09TOOLS-894 preserve key order in import and exportKyle Erf
2015-09-01TOOLS-846 provide value hints for argument taking optionsGabriel Russell
2015-08-20TOOLS-824 disallow specifying --forceTableScan and --query togethermike o'brien
2015-07-28TOOLS-843 make mongoexport csv test less touchyGabriel Russell
2015-07-24TOOLS-716 help text and tests for --queryFileKyle Erf
2015-07-24TOOLS-716: Mongodump: add option to read query from fileDavid Bordeynik
2015-07-15TOOLS-814 use the correct flags everywhereGabriel Russell
2015-06-18TOOLS-635 show progress bar in mongoexportGabriel Russell
2015-06-15TOOLS-350: remove db name check from mongoexportWisdom Omuya
2015-05-21TOOLS-681 support importing integers and longs without wrapperShraya Ramani
2015-05-21TOOLS-657: properly project dotted fieldsWisdom Omuya
2015-05-20TOOLS-744 fix for csv unit testsShraya Ramani
2015-04-13TOOLS-178 support for strings in NumberLong and for exporting NumberIntShraya Ramani
2015-03-09TOOLS-652 disable socket timeout on export querymike o'brien
2015-02-18TOOLS-84 improve mongoexport help output for CSVmike o'brien
2015-02-10TOOLS-579 --type should disregard string casingGabriel Russell
2015-01-29TOOLS-591: improve mongoexport documentationWisdom Omuya
2015-01-28TOOLS-591: improve common package documentationWisdom Omuya
2015-01-28TOOLS-584 unify usage stringsKyle Erf
2015-01-23TOOLS-591: improve package documentationWisdom Omuya
2015-01-16TOOLS-572 help text rewritesKyle Erf
2015-01-14TOOLS-559 basic error cleanupKyle Erf
2015-01-13TOOLS-563 use --type in mongoexportKyle Erf
2015-01-12TOOLS-566 don't double-write json when using --pretty and --jsonArray togethermike o'brien
2015-01-07TOOLS-554 mongoexport shouldn't close output writer if its writing to standar...mike o'brien
2014-12-18TOOLS-297: make tools' option parse error consistentWisdom Omuya
2014-12-18TOOLS-488: exit with a unique exit code for common "termination" signalsGabriel Russell
2014-12-17TOOLS-258: tools should verify host argument's replica set nameWisdom Omuya
2014-12-16TOOLS-269 capture and propagate error from parsing special keysmike o'brien
2014-12-16tools-469 properly convert query object after parsing special keysmike o'brien
2014-12-16TOOLS-477 --fields should work with --type=json in mongoexportmike o'brien
2014-12-12TOOLS-89 fix json func in integration testmike o'brien
2014-12-11Merge pull request #7 from Antonytm/mastermike o'brien
2014-12-11tools-475 fix breaking kerberos test on nil pointer errmike o'brien
2014-12-11Added EOL for pretty outputAntonytm
2014-12-11Add option to mongoexport to render pretty jsonAntonytm
2014-12-10TOOLS-475 --slaveOk flag should set mode on mongoexport query sessionmike o'brien
2014-12-10TOOLS-449: remove options subpackage from each tool packageSam Helman
2014-12-04tools-446 make connection errors consistent across all tools.mike o'brien
2014-12-04TOOLS-438: replace the exit code literals with constantsGabriel Russell
2014-12-04TOOLS-436: NewSessionProvider to return an errorGabriel Russell
2014-12-01TOOLS-296: conditionally disable 'direct' connection mode with replset-format...Sam Helman