From 422ecc1fdc881dcf2abf0d49a1c294e3a208d0ca Mon Sep 17 00:00:00 2001 From: Shane Connon Date: Tue, 14 Jan 2025 16:17:04 +0000 Subject: [PATCH] Updated references from old repo (ShaneGH) to new one (fsprojects) --- Features.md | 20 +++++++++---------- README.md | 12 +++++------ TestDynamo.Lambda/TestDynamo.Lambda.fsproj | 2 +- .../TestDynamo.Serialization.fsproj | 2 +- TestDynamo/TestDynamo.fsproj | 2 +- tools/Features/FeatureDescriptions.cs | 2 +- tools/Features/Features.md | 20 +++++++++---------- 7 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Features.md b/Features.md index bcb301c..21ee33b 100644 --- a/Features.md +++ b/Features.md @@ -56,14 +56,14 @@ ### Inputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) ### Outputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) @@ -182,14 +182,14 @@ ### Inputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) ### Outputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) @@ -283,14 +283,14 @@ ### Inputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) ### Outputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) @@ -408,14 +408,14 @@ ### Inputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) ### Outputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) @@ -501,14 +501,14 @@ ### Inputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) ### Outputs - * There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality) + * There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality) diff --git a/README.md b/README.md index 206b0b6..dfca0fb 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ An in-memory dynamodb client for automated testing [![Made with F#](https://img.shields.io/badge/Made%20with-FSharp-rgb(184,69,252).svg)](https://fsharp.org/) -[![Build Status](https://github.com/ShaneGH/TestDynamo/actions/workflows/dotnet2.yml/badge.svg)](https://github.com/ShaneGH/TestDynamo/actions) -[![Code coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FShaneGH%2FTestDynamo%2Frefs%2Fheads%2Fmain%2FautomatedBuildResults.json&query=%24.projects.TestDynamo.coverage&label=Code%20Coverage&color=green "Code coverage")](https://github.com/ShaneGH/TestDynamo/blob/main/tests/coverage.ps1) -[![Github](https://img.shields.io/badge/Github-TestDynamo-black "Github")](https://github.com/ShaneGH/TestDynamo) +[![Build Status](https://github.com/fsprojects/TestDynamo/actions/workflows/dotnet2.yml/badge.svg)](https://github.com/fsprojects/TestDynamo/actions) +[![Code coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffsprojects%2FTestDynamo%2Frefs%2Fheads%2Fmain%2FautomatedBuildResults.json&query=%24.projects.TestDynamo.coverage&label=Code%20Coverage&color=green "Code coverage")](https://github.com/fsprojects/TestDynamo/blob/main/tests/coverage.ps1) +[![Github](https://img.shields.io/badge/Github-TestDynamo-black "Github")](https://github.com/fsprojects/TestDynamo) [![NuGet](https://img.shields.io/badge/NuGet-TestDynamo-blue "NuGet")](https://www.nuget.org/packages/TestDynamo) [![NuGet](https://img.shields.io/badge/NuGet-TestDynamo.Serialization-blue "NuGet")](https://www.nuget.org/packages/TestDynamo.Serialization) [![NuGet](https://img.shields.io/badge/NuGet-TestDynamo.Lambda-blue "NuGet")](https://www.nuget.org/packages/TestDynamo.Lambda) @@ -13,7 +13,7 @@ An in-memory dynamodb client for automated testing TestDynamo is a rewrite of dynamodb in dotnet designed for testing and debugging. It implements a partial feature set of `IAmazonDynamoDb` to manage schemas and read and write items. - * [Core features](https://github.com/ShaneGH/TestDynamo/blob/main/Features.md) + * [Core features](https://github.com/fsprojects/TestDynamo/blob/main/Features.md) * Table management (Create/Update/Delete table) * Index management (Create/Update/Delete index) * Item operations (Put/Delete/Update etc) @@ -76,7 +76,7 @@ TestDynamo has a suite of features and components to model a dynamodb environmen * [`Api.GlobalDatabase`](#global-database) models an AWS account spread over multiple regions. It contains `Api.Database`s. * [Global databases](#global-database-cloning) can be cloned too * [`TestDynamoClient`](#testdynamoclient) is the entry point for linking a database to a `AmazonDynamoDBClient`. - * Check the [features](https://github.com/ShaneGH/TestDynamo/blob/main/Features.md) for a full list of endpoints, request args and responses that are supported. + * Check the [features](https://github.com/fsprojects/TestDynamo/blob/main/Features.md) for a full list of endpoints, request args and responses that are supported. * [`DatabaseSerializer`](#database-serializers) is a json serializer/deserializer for entire databases and global databases. * [Cloud Formation Templates](#cloud-formation-templates) can be consumed to to initialize databases and global databases * [Locking and atomic transactions](#locking-and-atomic-transactions) @@ -215,7 +215,7 @@ public async Task TestSomething() Use the handy debug properties on `Api.Database` and `Api.GlobalDatabase` in your debugger of choice -![https://raw.githubusercontent.com/ShaneGH/TestDynamo/refs/heads/main/Docs/DbDebugger.png](./Docs/DbDebugger.png "Debugger") +![https://raw.githubusercontent.com/fsprojects/TestDynamo/refs/heads/main/Docs/DbDebugger.png](./Docs/DbDebugger.png "Debugger") ### Test Tools diff --git a/TestDynamo.Lambda/TestDynamo.Lambda.fsproj b/TestDynamo.Lambda/TestDynamo.Lambda.fsproj index 2b4973e..c20d133 100644 --- a/TestDynamo.Lambda/TestDynamo.Lambda.fsproj +++ b/TestDynamo.Lambda/TestDynamo.Lambda.fsproj @@ -14,7 +14,7 @@ TestDynamo.Lambda TestDynamo.Lambda AWS Amazon DynamoDB In-Memory InMemory Testing FSharp - https://github.com/ShaneGH/TestDynamo + https://github.com/fsprojects/TestDynamo MIT true true diff --git a/TestDynamo.Serialization/TestDynamo.Serialization.fsproj b/TestDynamo.Serialization/TestDynamo.Serialization.fsproj index 0fdc976..dbc7b6f 100644 --- a/TestDynamo.Serialization/TestDynamo.Serialization.fsproj +++ b/TestDynamo.Serialization/TestDynamo.Serialization.fsproj @@ -14,7 +14,7 @@ TestDynamo.Serialization TestDynamo.Serialization AWS Amazon DynamoDB In-Memory InMemory Testing FSharp - https://github.com/ShaneGH/TestDynamo + https://github.com/fsprojects/TestDynamo MIT true true diff --git a/TestDynamo/TestDynamo.fsproj b/TestDynamo/TestDynamo.fsproj index 3a4b7ed..c6a9348 100644 --- a/TestDynamo/TestDynamo.fsproj +++ b/TestDynamo/TestDynamo.fsproj @@ -14,7 +14,7 @@ TestDynamo TestDynamo AWS Amazon DynamoDB In-Memory InMemory Testing FSharp - https://github.com/ShaneGH/TestDynamo + https://github.com/fsprojects/TestDynamo MIT true true diff --git a/tools/Features/FeatureDescriptions.cs b/tools/Features/FeatureDescriptions.cs index 05e4b18..c8500e5 100644 --- a/tools/Features/FeatureDescriptions.cs +++ b/tools/Features/FeatureDescriptions.cs @@ -65,7 +65,7 @@ private static object Descriptions() { var backupExample = new { - __description = "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)", + __description = "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)", __omitChildren = true }; diff --git a/tools/Features/Features.md b/tools/Features/Features.md index c615782..95d50e3 100644 --- a/tools/Features/Features.md +++ b/tools/Features/Features.md @@ -56,14 +56,14 @@ ### Inputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" ### Outputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" @@ -182,14 +182,14 @@ ### Inputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" ### Outputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" @@ -283,14 +283,14 @@ ### Inputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" ### Outputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" @@ -408,14 +408,14 @@ ### Inputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" ### Outputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" @@ -501,14 +501,14 @@ ### Inputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)" ### Outputs - * "There is an example of how to implement backups [in the README](https://github.com/ShaneGH/TestDynamo#implement-backups-functionality)" + * "There is an example of how to implement backups [in the README](https://github.com/fsprojects/TestDynamo#implement-backups-functionality)"