Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ObjectStoreProvider [![Build Status](https://travis-ci.org/Microsoft/ObjectStoreProvider.svg?branch=master)](https://travis-ci.org/Microsoft/ObjectStoreProvider)
# ObjectStoreProvider [![Build Status](https://dev.azure.com/DomoreexpGithub/Github_Pipelines/_apis/build/status%2FDatastack%2FObjectStoreProvider?repoName=microsoft%2FObjectStoreProvider&branchName=master)](https://dev.azure.com/DomoreexpGithub/Github_Pipelines/_build/latest?definitionId=40&repoName=microsoft%2FObjectStoreProvider&branchName=master)

We developed ObjectStoreProvider after needing a simplified interface toobject storage/retrieval that worked not only across all browsers. We also have built a fully in-memory database provider that has no persistence but supports fully transactional semantics, for a fallback in situations where you don't want persistence (ephemeral logins, etc.)

Expand Down Expand Up @@ -70,6 +70,9 @@ Please read [the Contributing guide](./CONTRIBUTING.md).

NOTE: Commit history in `master` branch has been modifed (to fix a security issue), so if you have an open PR -or- forked and created a branch, please rebase it with latest `master`.

### Releasing
We are using [Azure Pipeline](https://dev.azure.com/DomoreexpGithub/Github_Pipelines/_build?definitionId=40) to automate releases. The logs are available only to internal Microsoft users who have access to the DomoreexpGithub organization.

## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
Loading