summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_javascript_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-1/+0
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-21/+24
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-2/+1
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-131-2/+2
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-31/+57
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-071-57/+31
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-31/+57
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-2/+3
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-1/+1
* SERVER-43138 Remove restriction on number of arguments to $_internalJsJacob Evans2019-10-021-7/+6
* Revert "SERVER-43138 Remove restriction on number of arguments to $_internalJs"James Wahlin2019-10-021-6/+7
* SERVER-43138 Remove restriction on number of arguments to $_internalJsJacob Evans2019-10-011-7/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-43140 Add limit to size of emitted values per document in $_internalJs...Ted Tuckman2019-09-301-0/+12
* SERVER-42798 Add unit tests for new internal JS expressionsJames Wahlin2019-09-101-0/+239