summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon/free_mon_controller_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-120/+81
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40735 Force FreeMonControllerTest::TestRegisterFail to use fake timeMark Benvenuto2019-05-071-4/+5
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-14/+42
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-131-3/+85
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-181-3/+30
* SERVER-35480 Fix op observer for free monitoringMark Benvenuto2018-06-111-1/+2
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-111-44/+18
* SERVER-35296 Free monitoring metrics payload needs to be wrapped in a documentMark Benvenuto2018-06-041-3/+1
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-32/+16
* SERVER-34985 Send metrics payload as a BSONArray rather than a sequence of BS...Sara Golemon2018-05-141-21/+19
* SERVER-34228 Free Monitoring Replica Set supportMark Benvenuto2018-05-011-10/+303
* SERVER-34228 Make Free Monitoring a proper string vectorMark Benvenuto2018-05-011-17/+24
* SERVER-34227 FreeMonController - MetricsMark Benvenuto2018-04-201-60/+855
* SERVER-34226 Registration Integration TestsMark Benvenuto2018-04-201-1/+1
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-121-0/+430