summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/stitch_support/stitch_support_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
* SERVER-57932 Improve error message for $near in aggregation to suggest workar...Maddie Zechar2023-03-041-5/+11
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-2/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+0
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-0/+4
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-4/+0
* SERVER-47922 move embedded config from argv[0] to a StaticImmortalGabriel Russell2020-07-181-1/+1
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-2/+1
* SERVER-45699 - Set LogicalClock on Stitch support library ServiceContextEric Daniels2020-01-251-0/+29
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-1/+1
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-1/+2
* SERVER-43334 Ban invalid positional projection syntaxIan Boros2019-12-111-4/+3
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-2/+3
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-3/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40185 Replacement upsert in Stitch Lib takes '_id' from query.Justin Seyster2019-04-121-0/+12
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+4
* SERVER-39102 Fix embedded and stitch unittests so logging and time reporting ...Henrik Edin2019-04-041-0/+15
* SERVER-39768 API to check if Stitch Support objects need a matcherJustin Seyster2019-03-281-22/+40
* SERVER-39523 Run validity checking before allowing Stitch lib projectionJacob Evans2019-03-011-0/+2
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-10/+8
* SERVER-39280 Robustify upsert in Stitch libraryJacob Evans2019-02-141-5/+24
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-0/+60
* SERVER-39104 Fix lintGregory Wlodarek2019-01-231-28/+32
* SERVER-39104 Use uint8_t for stitch lib BSON typesJacob Evans2019-01-231-94/+104
* SERVER-37828 Add Stitch library projection functionsJacob Evans2019-01-181-16/+192
* SERVER-37829 clean up service context on test assertionBenety Goh2019-01-151-7/+10
* Revert "SERVER-37829 disable failing test case under Windows"Benety Goh2019-01-101-2/+0
* SERVER-37829 disable failing test case under WindowsBenety Goh2019-01-101-0/+2
* SERVER-37829 Fix unittest on Windows debug due to StringData lifetime bugNick Zolnierz2019-01-091-0/+1
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-3/+145
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-151/+3
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-3/+151
* SERVER-38150 Evergreen target for Stitch Support LibraryJustin Seyster2018-12-271-1/+19
* SERVER-37830 Common Status objects for C APIsJustin Seyster2018-12-201-0/+8
* SERVER-37827 fix lintGregory Wlodarek2018-12-171-7/+3
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-171-0/+82
* SERVER-37826 Add build target for stitch_support lib and test binaryJustin Seyster2018-12-031-0/+61