Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-45301 Not all expected aliases are present in the ninja generator output | Mathew Robinson | 2020-02-13 | 1 | -0/+1 |
| | |||||
* | SERVER-46058 Redaction of BSONObj results in BSONObj and not a string. | Henrik Edin | 2020-02-12 | 3 | -6/+6 |
| | |||||
* | SERVER-45985 Add truncation support to the text formatter | Henrik Edin | 2020-02-06 | 1 | -1/+3 |
| | | | | create mode 100644 src/mongo/logv2/log_truncation.h | ||||
* | SERVER-45558 Revert logging additions for TLA+ Trace Checker project | A. Jesse Jiryu Davis | 2020-01-29 | 2 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a combination of 6 commits. Revert "SERVER-44458 Add RaftMongo.tla spec" This reverts commit 88aaa47b815507e3ddd9a3a79f00d0eaca3ae071. Revert "SERVER-45184 Ban TLA+ tracing with inMemory" This reverts commit e57438bd024d04f82dcbcbe68fe223b3f3aec838. Revert "SERVER-43589 Trace logging for RaftMongo.tla" This reverts commit f515d2ad5494e64c3be80189e7ea6bceaf267421. Revert "SERVER-44076 create TLA+ Trace Checking logging framework" This reverts commit 744200de5f5667334457ee35abfa3747e2e26d55. Revert "SERVER-43589 Failpoint to log TLA+ trace events" This reverts commit eda99cf7ca668908e5eb0498845b0270265c44e7. Revert "SERVER-45106 Add TLA+ log component to logv2" This reverts commit a60ce00707f0ffdb5d2ec5c3a72993cc2b2d2978. delete mode 100644 jstests/replsets/tla_plus_trace_checking.js delete mode 100644 src/mongo/db/repl/replication_coordinator_impl_tla_plus_trace.cpp delete mode 100644 src/mongo/db/repl/tla_plus_trace_repl.idl delete mode 100644 src/mongo/util/tla_plus_trace.cpp delete mode 100644 src/mongo/util/tla_plus_trace.h delete mode 100644 src/mongo/util/tla_plus_trace.idl | ||||
* | SERVER-45705 Fix ODR violation in LogOptions where logv2 component could be ↵ | Henrik Edin | 2020-01-27 | 1 | -0/+1 |
| | | | | wrong depending on linkage. | ||||
* | SERVER-445566 legacy logging cleanups | Gabriel Russell | 2020-01-24 | 1 | -1/+4 |
| | |||||
* | SERVER-45662 Update Flow Control timeAcquiringMicros in currentOp | Maria van Keulen | 2020-01-23 | 1 | -1/+1 |
| | | | | | This patch also bumps the RamLog byte limit for log lines to be 2048 bytes per line to allow checkLog-based tests to pass as of this change. | ||||
* | SERVER-45583 Unittests are using logv2. | Henrik Edin | 2020-01-21 | 4 | -13/+53 |
| | | | | Capture log system uses logv2, tests can handle converted log statements. | ||||
* | SERVER-45619 Fix so logv1 to v2 appender does not output large log warning ↵ | Henrik Edin | 2020-01-17 | 1 | -3/+6 |
| | | | | in shell | ||||
* | SERVER-45524 remove support for logging void * types | Gabriel Russell | 2020-01-16 | 1 | -8/+0 |
| | |||||
* | SERVER-45443 Logv2 log statements are required to have a unique id | Henrik Edin | 2020-01-14 | 1 | -5/+2 |
| | |||||
* | SERVER-44142 correctly utilize LogSeverity in logv2 | Gabriel Russell | 2019-11-25 | 5 | -54/+43 |
| | |||||
* | SERVER-44541 Attribute packing and extraction for logv2 | Henrik Edin | 2019-11-19 | 1 | -1/+0 |
| | | | | | Basic integral and floating point types, string, BSONObj supported. Custom types supported via toString() and toBSON() hooks. | ||||
* | SERVER-43589 Failpoint to log TLA+ trace events | A. Jesse Jiryu Davis | 2019-11-07 | 2 | -1/+6 |
| | |||||
* | SERVER-44277 Add capability for shell to use logv2 | Henrik Edin | 2019-10-30 | 2 | -9/+66 |
| | |||||
* | SERVER-43891 Cleanup logv2/log.h, remove log record abstraction. | Henrik Edin | 2019-10-29 | 1 | -3/+3 |
| | |||||
* | SERVER-43746 logv2 Tee and RamLog | Gabriel Russell | 2019-10-16 | 4 | -1/+39 |
| | |||||
* | SERVER-42726 enable logging via logv2 | Gabriel Russell | 2019-10-03 | 1 | -0/+81 |
| | |||||
* | SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex | Ben Caimano | 2019-09-17 | 8 | -16/+16 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 12 | -42/+38 |
| | |||||
* | SERVER-41809 Collapse unit tests on a per-directory basis | Andrew Morrow | 2019-06-20 | 1 | -25/+24 |
| | |||||
* | SERVER-41071 Replace more NULLs with nullptr | A. Jesse Jiryu Davis | 2019-06-17 | 2 | -6/+6 |
| | |||||
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 2 | -8/+8 |
| | |||||
* | SERVER-39339 Remove `stdx/memory.h` | ADAM David Alan Martin | 2019-06-10 | 1 | -2/+1 |
| | |||||
* | SERVER-40813 remove all -inl.h files | Billy Donahue | 2019-04-30 | 2 | -92/+54 |
| | |||||
* | SERVER-40476 merge contents of utils/stringutils into utils/str. | Billy Donahue | 2019-04-11 | 1 | -1/+0 |
| | |||||
* | SERVER-40476 remove mongoutils::str | Billy Donahue | 2019-04-09 | 5 | -28/+22 |
| | | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | ||||
* | SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING | Billy Donahue | 2019-03-28 | 11 | -23/+28 |
| | | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done | ||||
* | SERVER-37743 Debug logs should include the debug log level | Andrew Morrow | 2019-03-15 | 6 | -54/+76 |
| | |||||
* | SERVER-37412 Added LogSeverityLimiter for timed logging | Ben Caimano | 2019-02-20 | 1 | -0/+111 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 46 | -50/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-34260 Move bookkeeping functions into ConnectionInterface | Jonathan Reams | 2019-01-23 | 2 | -0/+6 |
| | |||||
* | SERVER-37880 Merge the barrier functionality to be part of the unittests library | Kaloian Manassiev | 2019-01-10 | 1 | -2/+1 |
| | |||||
* | SERVER-36644 remove AtomicWord typedefs | Billy Donahue | 2019-01-07 | 3 | -4/+4 |
| | |||||
* | SERVER-38781 remove vestigial html code | Mathias Stearn | 2018-12-27 | 2 | -60/+0 |
| | |||||
* | SERVER-37740 SERVER-37741 remove deprecated LabeledLevel | Kevin Pulo | 2018-11-21 | 4 | -123/+1 |
| | |||||
* | SERVER-37909 Fix GCC-8 in some tests. | ADAM David Alan Martin | 2018-11-08 | 1 | -4/+5 |
| | | | | | | | GCC-8 doesn't treat `_Pragma(...)` ignore directives in macros the way that Clang does. Instead of this technique, we'll make the requirement on `ASSERT_THROWS`' parameter an expression, not a statement. | ||||
* | SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL. | Max Hirschhorn | 2018-11-05 | 2 | -2/+52 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 47 | -635/+772 |
| | |||||
* | SERVER-20603 Add component information to syslog logging | Henrik Edin | 2018-10-10 | 1 | -0/+4 |
| | |||||
* | SERVER-33231 Create initial sync log component | Vesselina Ratcheva | 2018-10-08 | 2 | -0/+6 |
| | |||||
* | SERVER-36532 Increase RamLog line size to 1024 | Anthony Roy | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | SERVER-36461 Add 'transaction' identifier to slow transaction log output | Nathan Louie | 2018-08-07 | 2 | -0/+5 |
| | |||||
* | SERVER-32906 Improve logging around elections | Tess Avitabile | 2018-07-27 | 2 | -0/+6 |
| | |||||
* | SERVER-30841 Lower the amount of metadata refresh logging | Cheahuychou Mao | 2018-07-25 | 2 | -0/+6 |
| | |||||
* | SERVER-36209 Log to Visual Studio Debug Output in debug builds if debugger ↵ | Henrik Edin | 2018-07-23 | 1 | -2/+11 |
| | | | | is attached. | ||||
* | SERVER-35128: Add a boost::optional overload to Logstream builder's operator<< | Daniel Gottlieb | 2018-05-24 | 1 | -0/+11 |
| | |||||
* | SERVER-33909 More detailed error reporting from CAPI | ADAM David Alan Martin | 2018-05-03 | 1 | -2/+3 |
| | | | | | | | | | | | The `libmongodbcapi.h` file now contains detailed documentation of all preconditions, postconditions, and behaviors. All operations now take a `libmongodbcapi_status *` argument which will be populated with the failure results of an operation. The internals of how the `libmongodbcapi_` functions are implemented have been rewritten to catch and report nearly all failures, as well as to use more native C++ idioms such as exceptions and RAII. | ||||
* | SERVER-33906 Callback registration for logs in embedded C API. | Henrik Edin | 2018-04-10 | 3 | -4/+50 |
| | |||||
* | SERVER-34307 replace invariant(false) with MONGO_UNREACHABLE | Benety Goh | 2018-04-04 | 1 | -3/+3 |
| |