Kyle Davis1edb84e6edRefs #1661: Added `$ifNull` expression to `munge` and hacked in a partial conversion of `Aggregator#getGraph()` to `munge` so I can use it in building relationships in the NGS report
1edb84e6ed
Refs #1661: Added `$ifNull` expression to `munge` and hacked in a partial conversion of `Aggregator#getGraph()` to `munge` so I can use it in building relationships in the NGS report
9f58d6c842
Added CursorDocumentSource, Cursor, PipelineCommand, Pipeline, and PipelineD classes. Also removed some old code and fixed the top level munge to use PipelineCommand. refs #998, #1615, #1616
89b46757f0
Added 'map' and 'aggregate' extension functions to our view templates. Fixed an issue with munge where exclusion was not working. fixes #1653