summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS-1100 revendor spacemonkeygo/opensslosx-3.2-sslGabriel Russell2016-03-2420-394/+1900
|
* TOOLS-1097 fix build o rhel55Gabriel Russell2016-03-171-0/+9
|
* TOOLS-1097 add osx1010 builderGabriel Russell2016-03-171-0/+11
|
* TOOLS-1097 run dist on more distrosGabriel Russell2016-03-171-1/+85
|
* TOOLS-1098 make VersionStr overridableGabriel Russell2016-03-173-7/+4
|
* TOOLS-1064 mongoimport alwasy returns 0 imported documents when compiled ↵Mark Benvenuto2016-03-141-1/+4
| | | | with gccgo
* TOOLS-1058 revendoring goconveyGabriel Russell2016-03-09303-4727/+31935
|
* Revert "TOOLS-1053 revendor spacemonkey/openssl"Ramon Fernandez2016-03-0816-1409/+383
| | | | This reverts commit 783bd9bf88895c4a4177e74b16dc332cda5eea50.
* TOOLS-1053 revendor spacemonkey/opensslRamon Fernandez2016-03-0216-383/+1409
|
* post 3.2.4Ramon Fernandez2016-03-021-1/+1
|
* bump 3.2.4Ramon Fernandez2016-03-021-1/+1
|
* Revert "TOOLS-1053 revendor spacemonkey/openssl"Ramon Fernandez2016-03-0216-1409/+383
| | | | This reverts commit 32c7ad9d9540971d7c2eda4b60749e3f24fcf4dc.
* Revert "bump 3.2.4"Ramon Fernandez2016-03-021-1/+1
| | | | This reverts commit 65dcccc0ea97a73d423e0c58b0ac30c009f5979d.
* Revert "post 3.2.4"Ramon Fernandez2016-03-021-1/+1
| | | | This reverts commit 6557949b6d26f5311183ca86506c6a8f5e47532d.
* post 3.2.4Ramon Fernandez2016-02-291-1/+1
|
* bump 3.2.4Ramon Fernandez2016-02-291-1/+1
|
* TOOLS-1053 revendor spacemonkey/opensslGabriel Russell2016-02-2516-383/+1409
|
* TOOLS-1043 explicitly create collections even when using noOptionsRestoreMike O'Brien2016-02-173-27/+35
|
* post 3.2.3Ramon Fernandez2016-02-171-1/+1
|
* bump 3.2.3Ramon Fernandez2016-02-171-1/+1
|
* post 3.2.2Ramon Fernandez2016-02-111-1/+1
|
* bump 3.2.2Ramon Fernandez2016-02-111-1/+1
|
* TOOLS-1039 marshal the keys of MarshalDGabriel Russell2016-01-191-3/+7
|
* TOOLS-1016 add missing gzip config js fileMike O'Brien2016-01-111-0/+36
|
* TOOLS-1016 look for compressed metadata for compressed bson filesMike O'Brien2016-01-1113-26/+107
|
* mongostat json has wrong mmapv1-specific fieldsyomegui2016-01-051-7/+4
| | | | | | | | | | The json formatter doesn't display these fields when the engine is WiredTiger: * flushes * ar|aw * qr|qw But these fields are present in grid formatter and documentation doesn't mention that these fields are mmapv1 specific (https://docs.mongodb.org/manual/reference/program/mongostat/). This patch fixes that.
* TOOLS-1021 fix common.yml to use mmapv1 for windows 32-bit db suiteJudah Schvimer2015-12-221-4/+0
| | | | (cherry picked from commit c7a0da321bae95ca0f552c74b8b3d720095ac16d)
* TOOLS-1025 updated tests to conform to ReplSetTest changesJudah Schvimer2015-12-2230-41/+41
| | | | (cherry picked from commit 56a535e6a89ad2d2be880e6f0aa4f93e2d8baf6a)
* TOOLS-1013 fix stat_discover.js after ReplSetTest cleanupJudah Schvimer2015-12-211-7/+4
| | | | (cherry picked from commit 30ed07b2d373ef850935b2e0e9f54724c9f83f81)
* TOOLS-1021 Updated common.yml to use MongoDB 3.2 for testingJudah Schvimer2015-12-219-25/+56
| | | | | | | Additionally fixed go integration tests and write-concern tests that began failing with 3.2. (cherry picked from commit f51cd8484580cdaed41588efe8fd79a960bc5a67)
* post 3.2.1Mike O'Brien2015-12-161-1/+1
|
* bump 3.2.1Mike O'Brien2015-12-161-1/+1
|
* TOOLS-954 Added bypassDocumentValidation option to mongorestore and mongoimportJudah Schvimer2015-12-169-143/+358
| | | | (cherry picked from commit a3b7602a4b462b3b42d040d60a03071ade7d1eb5)
* TOOLS-954 Upgraded mgo to v2Judah Schvimer2015-12-1625-392/+1838
| | | | (cherry picked from commit e3463ed7d542e2144c681585bdd7b08c591717b9)
* TOOLS-944 write concern tests use correct masterKyle Erf2015-12-106-12/+12
|
* TOOLS-982 remove BSONPath from intentsGabriel Russell2015-12-0811-128/+125
| | | | | | | | | | | | | | | | | BSONPath is replaced with different things in differnet contexts Its original use was as the path to open on disk. Many intents don't have paths on disk. Paths to files on disk are not represented in the path member int the realBSONFile and realMetadataFile structs It was then also use it log and error messages. This use was partially replaced with the Location member of the intent. For restore, this is now more fully replaced. dump could probably be brought up to par in its use of Location. Additionally it was used to indicate that an intent had either a BSON part or a Metadata part. This use is not replaced with checking that the intent contains either a BSONFile or MetadataFile
* TOOLS-1002 Makes oplog_rollover_test wait longer to trigger oplog rollovers ↵Judah Schvimer2015-12-081-9/+9
| | | | more consistently
* post 3.2.0Ramon Fernandez2015-12-081-1/+1
|
* TOOLS-893 set socket timeout to 0 in buffered bulk test so it doesn't timeoutJudah Schvimer2015-12-081-0/+2
| | | | (cherry picked from commit 45f3e10bc08ba7ca4419ec2f3e2d21690276296d)
* post 3.2.0-rc5Gabriel Russell2015-11-301-1/+1
|
* bump 3.2.0-rc5Gabriel Russell2015-11-301-1/+1
|
* TOOLS-944 writeconcern tests only turn off replication on secondariesKyle Erf2015-11-231-4/+12
|
* post 3.2.0-rc4Ramon Fernandez2015-11-201-1/+1
|
* bump 3.2.0-rc4Ramon Fernandez2015-11-201-1/+1
|
* TOOLS-967 invert the expectation of nonempty_temp_users.js and ↵Gabriel Russell2015-11-202-4/+4
| | | | users_and_roles_temp_collections.js
* TOOLS-967 reworking RestoreUsersOrRolesGabriel Russell2015-11-192-78/+90
| | | | o its important that we only call _mergeAuthzCollections once
* TOOLS-702 bsondump keeps attribute orderShraya Ramani2015-11-181-1/+1
|
* TOOLS-968 findAndModify is opcounted as a commandGabriel Russell2015-11-171-10/+5
|
* TOOLS-968 resetDbpath() in users_and_roles_28_to_26.jsGabriel Russell2015-11-161-0/+4
|
* post 3.2.0-rc3Gabriel Russell2015-11-161-1/+1
|