Azurite/lib/core/blob
Edwin Huber 33e57f5bbe
Release legacy 2.7.1 (#252)
* sped up tests by removing polling

* Fix query single item incorrect behavior

* Fixes incorrect handling of table management URLs

* Ensures only one AzuriteTableRequest is created and processed

* Updated paths so tests don't rely on cloning directory (#105)

Re-targeted to dev branch for pull request...

* Made etag handling same as in microsoft

* Return value collection with only one item when query type is not a single entity query

* Unit test

* Unit test

* Make "initialized" a member of the Environment class

Although the "env" module behaves as a singleton,
the "initialized" variable should be within the object's
definition. This allows better reusability and testing.

* Add tests for Environment class

* Allow 0 to be a valid port number

Passing port number 0 to Node.js' server.listen() will make it assign
an arbitrary unused port.

* Fixes #95

* Disable express' etag generation
* Update entity operations to emit etag according to spec
* Update `EntityIfMatch` to match timestamp instead of etag
* Add unit tests

* merge for #148 poveden:poveden/proper-close

* Fixed merge issues

* removed duplicated Basic_blob_tests

* Method override support

* Support case when RowKey is empty string

* added test and corrected status code

* Add support for HTTP Method Overrides (#128)

* using correct process termination message for cleanup on exit in windows, also applied NPM audit fixes

* merged changes

* Updated release notes for 2.7.1 release

* updated package dependencies with npm audit fix, all tests still passing

* Updated package version

* removed extra -
2019-08-28 10:07:08 +02:00
..
CopyOperationsManager.js rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
SnapshotTimeManager.js rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
StorageManager.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00