Azurite/lib/core
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
..
blob Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
queue rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
table Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
AzuriteError.js Send an error response when we catch an AzuriteError (#116) 2018-11-26 21:19:57 +01:00
Constants.js rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
ErrorCodes.js Fix issue 70 (#91) 2018-09-06 08:58:53 +02:00
HttpHeaderNames.js Refactored error handling (#90) 2018-09-05 18:27:38 +02:00
InternalAzuriteError.js rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
cli.js rebased onto dev and then pretified 2018-08-30 17:00:13 +02:00
env.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
utils.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00