| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c... | Yoonsoo Kim | 2021-07-01 | 1 | -20/+0 |
* | SERVER-57512 removed the legacy op and GLE methods | Adityavardhan Agrawal | 2021-07-01 | 1 | -117/+0 |
* | SERVER-58103 Remove test cases which test legacy op behaviors | Yoonsoo Kim | 2021-06-30 | 1 | -114/+1 |
* | SERVER-47817 Remove resetError command | Alexandre Bique | 2021-01-28 | 1 | -15/+13 |
* | SERVER-51362 Ensure update and delete shell helpers support 'let' variables | Katherine Wu | 2020-10-08 | 1 | -0/+10 |
* | SERVER-50104 Make the test hook run a background migration on the data used b... | Cheahuychou Mao | 2020-08-28 | 1 | -1/+1 |
* | SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f... | Mihai Andrei | 2020-07-07 | 1 | -0/+11 |
* | Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell s... | Mihai Andrei | 2020-07-02 | 1 | -11/+0 |
* | SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f... | Mihai Andrei | 2020-07-01 | 1 | -0/+11 |
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -18/+8 |
* | SERVER-1599 Add support for index hint to update command | Xin Hao Zhang | 2019-06-18 | 1 | -0/+15 |
* | SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne function | Bernard Gorman | 2019-05-10 | 1 | -0/+4 |
* | SERVER-40461 fix lint | Benety Goh | 2019-04-24 | 1 | -1/+2 |
* | SERVER-40461 implement WriteResult._id for upserts | Gabriel Russell | 2019-04-24 | 1 | -0/+3 |
* | SERVER-38937 unify txn override and auto retry on network error | Judah Schvimer | 2019-04-04 | 1 | -2/+1 |
* | SERVER-35094 add new txn states and allow retrying commitTransaction cmd | Pavi Vetriselvan | 2018-06-07 | 1 | -1/+1 |
* | SERVER-34256 Expose TransientTxnError error labels in response. | Siyuan Zhou | 2018-05-08 | 1 | -0/+3 |
* | SERVER-33218 implement txn shell helpers for reads and writes | Pavi Vetriselvan | 2018-04-02 | 1 | -1/+2 |
* | SERVER-31335 cmd assertions check write errors | Kevin Albertson | 2018-01-11 | 1 | -8/+2 |
* | SERVER-24174: Inconsistent rule for storing dotted field names | Nick Zolnierz | 2017-10-12 | 1 | -15/+0 |
* | SERVER-30686 Add support for retryWrites=true in the mongo shell. | Max Hirschhorn | 2017-08-30 | 1 | -0/+13 |
* | SERVER-29913 Use runCommand() in bulk_api.js for performing writes. | Max Hirschhorn | 2017-08-23 | 1 | -20/+1 |
* | SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel... | Tess Avitabile | 2017-04-04 | 1 | -0/+25 |
* | SERVER-25357 expose read concern setter for shell mongo object | Matt Cotter | 2016-08-12 | 1 | -11/+16 |
* | SERVER-19741 WriteError and WriteConcernError are not Error instances | Waley Chen | 2016-08-10 | 1 | -2/+16 |
* | Revert "SERVER-19741 WriteError and WriteConcernError are not Error instances" | Waley Chen | 2016-08-08 | 1 | -6/+0 |
* | SERVER-19741 WriteError and WriteConcernError are not Error instances | Waley Chen | 2016-08-08 | 1 | -0/+6 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -112/+48 |
* | SERVER-23791 extend shell helpers to pass collation parameter to server | David Storch | 2016-05-10 | 1 | -1/+36 |
* | SERVER-23579 WriteConcern can be called on objects | Matt Cotter | 2016-04-29 | 1 | -2/+5 |
* | SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong... | Jonathan Abrahams | 2016-03-09 | 1 | -1056/+1074 |
* | SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fix | Mike Grundy | 2016-02-05 | 1 | -66/+66 |
* | SERVER-13393 Improve error message on negative bulk timeouts | Andrew Morrow | 2015-08-24 | 1 | -1/+1 |
* | SERVER-19727 captureStackTrace bulk_api emulation | Jason Carey | 2015-08-04 | 1 | -0/+2 |
* | SERVER-18531 Integrate SpiderMonkey | Jason Carey | 2015-07-14 | 1 | -2/+0 |
* | SERVER-14875 explain helpers for the shell | David Storch | 2014-10-13 | 1 | -4/+30 |
* | SERVER-13865 handle edge case for v2.4 when upserted _id not returned | Greg Studer | 2014-05-23 | 1 | -1/+18 |
* | SERVER-13394 Fix typo in jValue validation error message in WriteConcern cons... | Kamran Khan | 2014-03-28 | 1 | -1/+1 |
* | SERVER-13057 push shell write errors more in line with other drivers | Greg Studer | 2014-03-18 | 1 | -159/+304 |
* | SERVER-12977 disallow empty write batches | Greg Studer | 2014-03-17 | 1 | -20/+16 |
* | SERVER-12954 w parameter is not propagated correctly on compatibility writeMode | Randolph Tan | 2014-03-14 | 1 | -13/+21 |
* | SERVER-13001: exclude nModified from legacy write results | Scott Hernandez | 2014-03-12 | 1 | -5/+9 |
* | SERVER-13063 Improved bulk API error message | Andreas Nilsson | 2014-03-11 | 1 | -1/+1 |
* | SERVER-13078 Fixed batch sizes one off in bulk API | Andreas Nilsson | 2014-03-11 | 1 | -13/+22 |
* | SERVER-12786: add shell writeMode option | Scott Hernandez | 2014-02-26 | 1 | -1/+2 |
* | SERVER-12668 shell reporting of w:0 write results is ugly | Siyuan Zhou | 2014-02-18 | 1 | -9/+17 |
* | Bulk find() requires selector, SERVER-12553. | A. Jesse Jiryu Davis | 2014-02-18 | 1 | -11/+16 |
* | SERVER-12702: add writeconcern operation option | Scott Hernandez | 2014-02-17 | 1 | -1/+3 |
* | SERVER-12696: writeconcern plumbing to db/bulk | Scott Hernandez | 2014-02-13 | 1 | -9/+12 |
* | SERVER-12696: cleanup bulk api writeconcern | Scott Hernandez | 2014-02-13 | 1 | -23/+42 |