summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test_api_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73324 Literal and field name redaction for ExpressionFieldPath and Exp...Ted Tuckman2023-02-141-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+0
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-031-2/+2
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-291-2/+2
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-281-2/+2
* SERVER-58138 Rename enum values to opt in/out of stable APICharlie Swanson2021-10-091-1/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+4
* SERVER-54604 Add support of $_testApiVersion expression in SBEArun Banala2021-02-181-3/+1
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-5/+11
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-12/+10
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-1/+3
* SERVER-52873 Add tests to validate that APIVersionParameters are inherited in...Ruoxin Xu2021-01-121-3/+3
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+97