Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-29203 Remove batch size limit for config server writes | samantharitter | 2017-08-18 | 1 | -1/+0 |
| | |||||
* | SERVER-30176: Extend the JSON Schema parser to handle logical restriction ↵ | Nick Zolnierz | 2017-08-18 | 2 | -0/+145 |
| | | | | keywords | ||||
* | SERVER-30588 Bind all addresses returned by getaddroinfo() | Sara Golemon | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | SERVER-29894 Start oplog application during recovery at checkpoint timestamp | Judah Schvimer | 2017-08-18 | 1 | -119/+1 |
| | |||||
* | SERVER-29202 Implement SessionsCollectionRS | samantharitter | 2017-08-18 | 1 | -0/+76 |
| | |||||
* | SERVER-30407 Add retry logic in findAndModify | Randolph Tan | 2017-08-17 | 1 | -0/+112 |
| | |||||
* | SERVER-30407 Store pre/post-image documents when running findAndModify with ↵ | Randolph Tan | 2017-08-17 | 1 | -14/+185 |
| | | | | txnNumber | ||||
* | SERVER-30534 Create a _configsvrDropCollection command | Joanna Huang | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | SERVER-30245 Add $_internalSchemaType. | David Storch | 2017-08-17 | 1 | -0/+19 |
| | | | | | This fixes a bug in the JSON Schema implementation in which the type keyword did not behave correctly with arrays. | ||||
* | SERVER-30076 Use the UUID of the transactions collection for rollback via ↵ | Jack Mulrow | 2017-08-17 | 1 | -0/+213 |
| | | | | refetch | ||||
* | SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collMods | Maria van Keulen | 2017-08-17 | 1 | -0/+43 |
| | |||||
* | SERVER-30362 MozJS - implement resolve instead of getProperty for native types | Mark Benvenuto | 2017-08-17 | 1 | -0/+40 |
| | |||||
* | SERVER-28338 KillSessions Support | Jason Carey | 2017-08-17 | 9 | -0/+856 |
| | |||||
* | Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()" | Yves Duhem | 2017-08-17 | 1 | -18/+0 |
| | | | | This reverts commit 1158a6b9b1de13ef2dd809b4515d881422163b5e. | ||||
* | SERVER-30688 Make PlanExecutor wait for awaitData only when it has an ↵ | Matthew Russotto | 2017-08-17 | 1 | -0/+21 |
| | | | | awaitData CanonicalQuery | ||||
* | SERVER-30588 Bind all addresses returned by getaddroinfo() | Sara Golemon | 2017-08-17 | 1 | -0/+18 |
| | |||||
* | SERVER-30580 No more status locations | Mathias Stearn | 2017-08-16 | 4 | -8/+8 |
| | |||||
* | SERVER-28301 Add stats about the logical session record cache to the ↵ | Ben Shteinfeld | 2017-08-16 | 1 | -1/+10 |
| | | | | serverStatus command | ||||
* | SERVER-30133 call tojson() on JSON object logged in assert error message | Esha Maharishi | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | SERVER-28335 Implement refreshSessions and refreshSessionsInternal commands | samantharitter | 2017-08-15 | 7 | -0/+140 |
| | |||||
* | SERVER-30418 continuous stepdown override should catch the ↵ | Esha Maharishi | 2017-08-15 | 1 | -11/+41 |
| | | | | ManualInterventionRequired error code for mapReduce in addition to shardCollection | ||||
* | SERVER-30512 Omit fullDocument in change stream if it's null unless ↵ | Siyuan Zhou | 2017-08-15 | 3 | -9/+17 |
| | | | | updateLookup is specified explicitly. | ||||
* | SERVER-30512 Ensure all changeStreams field names match the spec | Siyuan Zhou | 2017-08-15 | 4 | -51/+51 |
| | |||||
* | SERVER-30081: Run storage recovery at startup. | Daniel Gottlieb | 2017-08-15 | 1 | -0/+1 |
| | |||||
* | SERVER-27826 Increase the timeout SSLTest.prototype.connectWorked from 30 to ↵ | Ben Shteinfeld | 2017-08-15 | 1 | -1/+1 |
| | | | | 600 seconds | ||||
* | SERVER-29987 pass afterClusterTime to all commands | Misha Tyulenev | 2017-08-15 | 2 | -38/+51 |
| | |||||
* | SERVER-30627 Avoid network errors in restartServerReplication() in catchup ↵ | Siyuan Zhou | 2017-08-14 | 2 | -4/+9 |
| | | | | takeover JS tests. | ||||
* | SERVER-24897 Configuration of DHE parameters. | ADAM David Alan Martin | 2017-08-14 | 3 | -0/+42 |
| | | | | | | | Added an option to permit specifying a Diffie Hellman parameters file in PEM format which will be passed to OpenSSL. We also now indicate to OpenSSL that we'd like Elliptic Curve Diffie Hellman Exchange, if the client supports it. | ||||
* | SERVER-30614 Add writeOK checks to JS test writes in missing_key.js | Kaloian Manassiev | 2017-08-14 | 4 | -107/+98 |
| | |||||
* | SERVER-30555 drop the local.replset.checkpointTimestamp collection when we ↵ | Judah Schvimer | 2017-08-14 | 1 | -0/+8 |
| | | | | shut down in fCV 3.4 | ||||
* | SERVER-30057 Remove clusterTime from core/set_param1.js test | Misha Tyulenev | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | SERVER-29202 Add a refreshLogicalSessionCacheNow test command | samantharitter | 2017-08-14 | 6 | -0/+53 |
| | |||||
* | SERVER-29337 sharding/linearizable_read_concern.js should wait for ↵ | William Schultz | 2017-08-14 | 1 | -0/+6 |
| | | | | | | shardIdentity to replicate to all secondaries | ||||
* | SERVER-29617 replace fetcher with ARM and add numCursors server parameter | Jason Chan | 2017-08-12 | 1 | -2/+3 |
| | |||||
* | SERVER-30325 Temporarily exclude the 'config' database from the fuzzer ↵ | Kaloian Manassiev | 2017-08-12 | 1 | -1/+2 |
| | | | | DBHash checks | ||||
* | SERVER-30625 Reconnect connection after waiting for repl state transition in ↵ | Spencer T Brody | 2017-08-11 | 1 | -1/+6 |
| | | | | the shell | ||||
* | Revert "SERVER-29617 replace fetcher with ARM and add numCursors server ↵ | William Schultz | 2017-08-11 | 1 | -3/+2 |
| | | | | | | parameter" This reverts commit 0d3137df3879e86d92904309e968f25529904639. | ||||
* | SERVER-29617 replace fetcher with ARM and add numCursors server parameter | Jason Chan | 2017-08-11 | 1 | -2/+3 |
| | |||||
* | SERVER-30566: Unwind SERVER-28190 | Spencer Jackson | 2017-08-11 | 3 | -62/+0 |
| | |||||
* | SERVER-27738 Numerical path component should not provide value for ↵ | Tess Avitabile | 2017-08-11 | 1 | -0/+69 |
| | | | | positional operator | ||||
* | SERVER-29593: Integrate the official JSON Schema test corpus into the unit tests | Nick Zolnierz | 2017-08-11 | 1 | -0/+46 |
| | |||||
* | Revert "SERVER-29202 Add a refreshLogicalSessionCacheNow test command" | Max Hirschhorn | 2017-08-10 | 1 | -44/+0 |
| | | | | This reverts commit e1978af38dff725f0a0a60bca39a21b072751218. | ||||
* | SERVER-29202 Add a refreshLogicalSessionCacheNow test command | samantharitter | 2017-08-10 | 1 | -0/+44 |
| | |||||
* | SERVER-24550 Error out when db.createUser() is used with wrong syntax | Ben Shteinfeld | 2017-08-10 | 1 | -1/+11 |
| | |||||
* | SERVER-28772 Remove the $pushAll modifier. | Justin Seyster | 2017-08-10 | 4 | -51/+0 |
| | | | | | | | | | The $pushAll modifier was deprecated and is now unsupported. Clients should switch to the $push modifier with $each to get $pushAll behavior. This patch also updates some copyright notices that should have been updated as part of file renames in bf99c6. | ||||
* | SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops ↵ | Benety Goh | 2017-08-09 | 2 | -0/+22 |
| | | | | | | | non-atomically This allows concurrent applyOps commands to update the same collection on storage engines that support document level concurrency. | ||||
* | SERVER-30046 Support $expr constant expression in ComparisonMatchExpression | James Wahlin | 2017-08-09 | 2 | -2/+87 |
| | |||||
* | SERVER-29140 Close cursor for invalidate change notification entries. | Siyuan Zhou | 2017-08-09 | 1 | -0/+76 |
| | | | | This reverts commit ddcc982e9b1ecca89fc315d698990176ba73df25. | ||||
* | SERVER-29637 make shards obtain UUID for sharded collections from config ↵ | Esha Maharishi | 2017-08-09 | 2 | -47/+104 |
| | | | | server on setFeatureCompatibilityVersion: 3.6 | ||||
* | SERVER-30554 add library for applyOps concurrent tests | Benety Goh | 2017-08-09 | 3 | -154/+246 |
| |