mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #94] [MERGED] RiakStorage upgrade #114
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/94
Author: @EmanueleMinotto
Created: 9/7/2019
Status: ✅ Merged
Merged: 9/20/2019
Merged by: @EmanueleMinotto
Base:
master← Head:issues/91📝 Commits (2)
186c8e0Add riak to Travis8f07e47Replace riak client with php-riak/riak-client📊 Changes
6 files changed (+176 additions, -190 deletions)
View changed files
📝
.travis.yml(+16 -0)📝
composer.json(+2 -3)📝
docs/reference/configuration.rst(+5 -3)📝
lib/Doctrine/KeyValueStore/Storage/RiakStorage.php(+51 -33)📝
phpunit.xml.dist(+1 -0)📝
tests/Doctrine/Tests/KeyValueStore/Storage/RiakStorageTest.php(+101 -151)📄 Description
Fixes https://github.com/doctrine/KeyValueStore/issues/91
Things done:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.