summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries_update_delete_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-1/+1
* SERVER-60201 Clean up time-series update and delete functionsGregory Noma2021-09-291-458/+263
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-0/+24
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-011-15/+1
* SERVER-59720 Correctly handle $rename in time-series metaField-only updatesGregory Noma2021-09-011-18/+40
* SERVER-59154 Add more comprehensive time-series update test casesAlison Lu2021-08-301-0/+4
* SERVER-59024 Unit test update functions in timeseries_update_delete_util.hAlison Lu2021-08-201-0/+164
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-08-171-11/+33
* SERVER-59218 Only replace top-level metaField with "meta" for time-series upd...Kris Satya2021-08-121-0/+30
* SERVER-59092 Add support for jsonSchema operator for time-series deletesKris Satya2021-08-121-14/+94
* SERVER-58811 Add unit tests for query functions in timeseries_update_delete_u...Kris Satya2021-08-041-0/+202