Sebastian Mayr
Sebastian Mayr
**Expected behavior** (Preferably) MultiLock locks atomically - either all locks are locked together, or none is locked. Alternatively, MultiLock should at least clean up after itself and unlock locks it...
Previously nested constructs containing dot-paths as keys would lead to a crash like "cannot find configuration param 'dot.path'". With some careful hacking around paths we can at least enable this...
FileList's are not writeable in the specs, but to make `input.files` testable, we'll need to implement a util method to modify it. /cc @cpojer
This finally gets us some behaviour-based tests in this repo instead of relying on manually checked snapshots.
TODO: - [ ] [LegacyUnenumerableNamedProperties]
Not sure about it yet, but thinking...
We now purposefully unmarshal the Mongo query via the bson library. This adds implicit support for ObjectIds ($oid), Timestamps ($ts), Regexes ($regex), etc. in queries. This _may_ offer a workaround...
This adds a callback parameter to all the modify operations. Additionally it removes the callback parameter of the find methods since it wasn't used anyway. It might be worth thinking...
This commit fixes findOne. If someone requests a record with findOne and this record gets updated afterwards, the change doesn't get propagated to the first client.
The working directory in a bundle is the same directory in which the app.html file is in, the bundle folder prefix makes it impossible to execute bundles.