Stennie Steneker

Results 74 issues of Stennie Steneker

Add methods for console logging (`console.log()`, `console.debug()`, ...)

enhancement

Instead of concatenating JavaScript files with `make`, refactor Mongo Hacker so the base functionality is bootstrapped in `~/mongorc.js` and extensions are loaded from a subdirectory like `~/mongorc`. This will allow...

enhancement

The gh-pages content is out of sync with the current README: https://tylerbrock.github.io/mongo-hacker/

The `$unionWith` operator has been supported by [`UnionWithOperation`](https://docs.spring.io/spring-data/mongodb/docs/3.4.x/api/org/springframework/data/mongodb/core/aggregation/UnionWithOperation.html) since Spring Data MongoDB 3.1 but is not currently documented in the list of [Spring Data's Supported Aggregation Operators](https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo.aggregation.supported-aggregation-operations). In "Table 12....

type: documentation

According to source code comments this project is licensed under Apache License, Version 2.0. Adding a detectable `LICENSE` file would make this more evident.

enhancement

Pytest 7.2 (released Oct 25, 2022) deprecates running tests written for Nose: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose

improvement
tests

Starting in the MongoDB 4.4 release, `mongod` and `mongos` output all log messages in a new [structured JSON format](https://docs.mongodb.com/master/reference/log-messages/#structured-logging) which is designed to be parseable using standard JSON libraries. JSON...

improvement
util/other

`mplotqueries --storagestats` was planned as part of #711, but apparently not implemented. I reverted the existing stub via 2432473

improvement
mplotqueries