mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #96] [MERGED] DynamoDB internal refactoring #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/96
Author: @EmanueleMinotto
Created: 10/20/2019
Status: ✅ Merged
Merged: 11/15/2019
Merged by: @EmanueleMinotto
Base:
master← Head:dynamodb-refactoring📝 Commits (3)
1089486DynamoDbStorage internal refactoring9fe32a6Add DynamoDB to documentation76b76d4Include DynamoDB tests on Travis📊 Changes
6 files changed (+233 additions, -554 deletions)
View changed files
📝
.travis.yml(+2 -0)📝
docs/reference/configuration.rst(+4 -11)📝
lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php(+69 -197)📝
phpunit.xml.dist(+1 -0)➕
tests/Doctrine/Tests/KeyValueStore/Storage/DynamoDbStorageTest.php(+157 -0)➖
tests/Doctrine/Tests/KeyValueStore/Storage/DynamoDbTest.php(+0 -346)📄 Description
Things done:
This closes https://github.com/doctrine/KeyValueStore/pull/89, closes https://github.com/doctrine/KeyValueStore/pull/88, closes https://github.com/doctrine/KeyValueStore/pull/87
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.