Azurite/lib
Edwin Huber c5a5693833
Release legacy 2.7.2 (#387)
* 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

* Escaped quotation marks replacement fix. (#284)

Was also replacing all @ by single quotes, breaking matches with strings containing @ (i.e. email addresses).

* updated release notes

* minor formatting of release note

* updated version in package.json

Co-authored-by: Alex <AlexanderFux83@gmail.com>
Co-authored-by: Phred Lane <fearphage@gmail.com>
Co-authored-by: Kyle Dodson <kyledodson@gmail.com>
Co-authored-by: Michael Kruglos <3526988+michaelkruglos@users.noreply.github.com>
Co-authored-by: Patryk Grzegorczyk <p.grzegorczyk@codetwo.com>
Co-authored-by: Jorge Poveda <jorgepoveda@gmail.com>
Co-authored-by: Alexander Schmidt <alex.schmidt@outlook.com>
Co-authored-by: Patryk Grzegorczyk <patryk.grzegorczyk@gmail.com>
Co-authored-by: Richard Cognot <cognot@gocad.org>
2020-02-04 13:42:21 -08:00
..
actions Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
core Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
middleware Send an error response when we catch an AzuriteError (#116) 2018-11-26 21:19:57 +01:00
model Release legacy 2.7.2 (#387) 2020-02-04 13:42:21 -08:00
routes Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
validation Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
xml New Release 2.6.7 (#84) 2018-09-04 09:15:17 +02:00
AzuriteBlob.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
AzuriteQueue.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00
AzuriteTable.js Release legacy 2.7.1 (#252) 2019-08-28 10:07:08 +02:00