summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bulk_api.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-121-11/+16
* SERVER-19741 WriteError and WriteConcernError are not Error instancesWaley Chen2016-08-101-2/+16
* Revert "SERVER-19741 WriteError and WriteConcernError are not Error instances"Waley Chen2016-08-081-6/+0
* SERVER-19741 WriteError and WriteConcernError are not Error instancesWaley Chen2016-08-081-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-112/+48
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-1/+36
* SERVER-23579 WriteConcern can be called on objectsMatt Cotter2016-04-291-2/+5
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-1056/+1074
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-66/+66
* SERVER-13393 Improve error message on negative bulk timeoutsAndrew Morrow2015-08-241-1/+1
* SERVER-19727 captureStackTrace bulk_api emulationJason Carey2015-08-041-0/+2
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-2/+0
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-4/+30
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-231-1/+18
* SERVER-13394 Fix typo in jValue validation error message in WriteConcern cons...Kamran Khan2014-03-281-1/+1
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-181-159/+304
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-20/+16
* SERVER-12954 w parameter is not propagated correctly on compatibility writeModeRandolph Tan2014-03-141-13/+21
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-121-5/+9
* SERVER-13063 Improved bulk API error messageAndreas Nilsson2014-03-111-1/+1
* SERVER-13078 Fixed batch sizes one off in bulk APIAndreas Nilsson2014-03-111-13/+22
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-1/+2
* SERVER-12668 shell reporting of w:0 write results is uglySiyuan Zhou2014-02-181-9/+17
* Bulk find() requires selector, SERVER-12553.A. Jesse Jiryu Davis2014-02-181-11/+16
* SERVER-12702: add writeconcern operation optionScott Hernandez2014-02-171-1/+3
* SERVER-12696: writeconcern plumbing to db/bulkScott Hernandez2014-02-131-9/+12
* SERVER-12696: cleanup bulk api writeconcernScott Hernandez2014-02-131-23/+42
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-5/+5
* SERVER-12576 Add string rep of Bulk object and improve SingleWriteResult form...Dan Pasette2014-02-091-10/+88
* Shell bulk operations should not accept maxTimeMS parameter, SERVER-12602.A. Jesse Jiryu Davis2014-02-051-15/+9
* rename bulk api stuff to bulk (not batch)Scott Hernandez2014-02-041-0/+905