summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/isMaster_feature_compatibility_version.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49994 rename jstests that contain master/slave terminologyPavi Vetriselvan2020-11-061-92/+0
|
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-1/+3
|
* SERVER-50651 Replace occurrences of isMaster command with hello in ↵Ali Mir2020-09-281-30/+34
| | | | noPassthrough jstests
* SERVER-50356: Account for last-continuous when closing connections on FCV ↵Lingzhi Deng2020-08-271-45/+67
| | | | upgrade/downgrade
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ↵Jason Chan2020-07-231-3/+3
| | | | "last-lts"
* SERVER-49269: Add 'previousVersion' field to FCV document when in ↵Lingzhi Deng2020-07-151-4/+4
| | | | downgrading states
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-051-4/+13
| | | | kImplicitDefault)
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-091-1/+0
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-2/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-44/+43
|
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-11/+0
|
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-14/+11
|
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid ↵Dianna Hohensee2018-01-241-12/+20
| | | | featureCompatibility values
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-5/+12
|
* SERVER-32519 clean up WireVersion enum uses in the code to use ↵Dianna Hohensee2018-01-121-10/+11
| | | | LATEST_WIRE_VERSION
* SERVER-31633 If the featureCompatibilityVersion is 3.6, upgrading, or ↵Tess Avitabile2017-10-271-0/+55
downgrading, respond to isMaster with minWireVersion=maxWireVersion