Skip to content

Commit

Permalink
combined FubuTransportation.RavenDb into FubuMVC.RavenDb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jul 22, 2015
1 parent 9b130e5 commit 6757440
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 488 deletions.
1 change: 0 additions & 1 deletion TESTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ FubuMVC.Razor.Tests
FubuMVC.Spark.Tests
fubu.Testing
FubuPersistence.Tests
FubuTransportation.RavenDb.Testing
FubuTransportation.LightningQueues.Testing
2 changes: 2 additions & 0 deletions src/FubuMVC.RavenDb/FubuMVC.RavenDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
<Compile Include="Reset\IPersistenceReset.cs" />
<Compile Include="Reset\IServiceReset.cs" />
<Compile Include="Reset\ResetMessage.cs" />
<Compile Include="ServiceBus\RavenDbSchedulePersistence.cs" />
<Compile Include="ServiceBus\RavenDbSubscriptionPersistence.cs" />
<Compile Include="Storage\EntityStorage.cs" />
<Compile Include="Storage\IEntityStorage.cs" />
<Compile Include="Storage\IEntityStoragePolicy.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using FubuPersistence;
using Raven.Client;

namespace FubuTransportation.RavenDb
namespace FubuMVC.RavenDb.ServiceBus
{
public class RavenDbSchedulePersistence : ISchedulePersistence
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using FubuPersistence;
using Raven.Client;

namespace FubuTransportation.RavenDb
namespace FubuMVC.RavenDb.ServiceBus
{
public class RavenDbSubscriptionPersistence : ISubscriptionPersistence
{
Expand Down
36 changes: 0 additions & 36 deletions src/FubuMVC.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceBus", "ServiceBus",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubuTransportation.LightningQueues", "FubuTransportation.LightningQueues\FubuTransportation.LightningQueues.csproj", "{F151167C-4736-4C67-9697-7876574C05D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubuTransportation.RavenDb", "FubuTransportation.RavenDb\FubuTransportation.RavenDb.csproj", "{0D252B13-1636-43D4-B203-CCE05DE43073}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubuTransportation.Serenity", "FubuTransportation.Serenity\FubuTransportation.Serenity.csproj", "{7E7F5ADC-D27D-4BB9-BF03-E5909330A53C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubuTransportation.LightningQueues.Testing", "FubuTransportation.LightningQueues.Testing\FubuTransportation.LightningQueues.Testing.csproj", "{289E231C-190E-4595-BD10-4007CA10CEE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubuTransportation.RavenDb.Testing", "FubuTransportation.RavenDb.Testing\FubuTransportation.RavenDb.Testing.csproj", "{9FF0BA87-2700-427F-850E-BB46D996F2E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiagnosticsHarness", "DiagnosticsHarness\DiagnosticsHarness.csproj", "{5A9E17DD-A8E3-4ABD-AC6C-9A6A97F6CDA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceNode", "ServiceNode\ServiceNode.csproj", "{C71136AE-8197-4A9A-AA5F-9102F657C502}"
Expand Down Expand Up @@ -484,21 +480,6 @@ Global
{F151167C-4736-4C67-9697-7876574C05D0}.Retail|Mixed Platforms.ActiveCfg = Release|Any CPU
{F151167C-4736-4C67-9697-7876574C05D0}.Retail|Mixed Platforms.Build.0 = Release|Any CPU
{F151167C-4736-4C67-9697-7876574C05D0}.Retail|x86.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Debug|x86.ActiveCfg = Debug|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Release|Any CPU.Build.0 = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Release|x86.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Retail|Any CPU.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Retail|Any CPU.Build.0 = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Retail|Mixed Platforms.ActiveCfg = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Retail|Mixed Platforms.Build.0 = Release|Any CPU
{0D252B13-1636-43D4-B203-CCE05DE43073}.Retail|x86.ActiveCfg = Release|Any CPU
{7E7F5ADC-D27D-4BB9-BF03-E5909330A53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E7F5ADC-D27D-4BB9-BF03-E5909330A53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E7F5ADC-D27D-4BB9-BF03-E5909330A53C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -529,21 +510,6 @@ Global
{289E231C-190E-4595-BD10-4007CA10CEE2}.Retail|Mixed Platforms.ActiveCfg = Release|Any CPU
{289E231C-190E-4595-BD10-4007CA10CEE2}.Retail|Mixed Platforms.Build.0 = Release|Any CPU
{289E231C-190E-4595-BD10-4007CA10CEE2}.Retail|x86.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Debug|x86.ActiveCfg = Debug|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Release|Any CPU.Build.0 = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Release|x86.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Retail|Any CPU.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Retail|Any CPU.Build.0 = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Retail|Mixed Platforms.ActiveCfg = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Retail|Mixed Platforms.Build.0 = Release|Any CPU
{9FF0BA87-2700-427F-850E-BB46D996F2E3}.Retail|x86.ActiveCfg = Release|Any CPU
{5A9E17DD-A8E3-4ABD-AC6C-9A6A97F6CDA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9E17DD-A8E3-4ABD-AC6C-9A6A97F6CDA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9E17DD-A8E3-4ABD-AC6C-9A6A97F6CDA9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -689,10 +655,8 @@ Global
{5AE1DB5E-924E-45FA-A6A6-417119B95001} = {7B22E98D-6490-4100-A856-02C62137369C}
{B2D23037-7B43-4C8E-8F0C-BBF1D5F7FA82} = {43E7FF1E-6026-487A-8EA6-2234DBACDA85}
{F151167C-4736-4C67-9697-7876574C05D0} = {79F0A938-58F7-47CB-B800-0BB3990E1A3A}
{0D252B13-1636-43D4-B203-CCE05DE43073} = {9E95E0D5-0FED-41B6-A24E-C7D499933A19}
{7E7F5ADC-D27D-4BB9-BF03-E5909330A53C} = {79F0A938-58F7-47CB-B800-0BB3990E1A3A}
{289E231C-190E-4595-BD10-4007CA10CEE2} = {79F0A938-58F7-47CB-B800-0BB3990E1A3A}
{9FF0BA87-2700-427F-850E-BB46D996F2E3} = {9E95E0D5-0FED-41B6-A24E-C7D499933A19}
{5A9E17DD-A8E3-4ABD-AC6C-9A6A97F6CDA9} = {DE130877-DDCB-425C-9C20-BF1B73D4191D}
{C71136AE-8197-4A9A-AA5F-9102F657C502} = {DE130877-DDCB-425C-9C20-BF1B73D4191D}
{988142C2-5518-404D-A6EF-36C551086912} = {DE130877-DDCB-425C-9C20-BF1B73D4191D}
Expand Down
6 changes: 6 additions & 0 deletions src/FubuPersistence.Tests/FubuPersistence.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
<Compile Include="RavenDb\RavenUnitOfWorkTester.cs" />
<Compile Include="RavenDb\the_out_of_the_box_bottle_can_use_raven.cs" />
<Compile Include="Reset\CompleteResetTester.cs" />
<Compile Include="ServiceBus\RavenDbSchedulePersistenceTester.cs" />
<Compile Include="ServiceBus\RavenDbSubscriptionPersistenceTester.cs" />
<Compile Include="Storage\GlobalEntityStorageTester.cs" />
<Compile Include="Storage\SoftDeletedEntityStorageTester.cs" />
<Compile Include="Storage\SoftDeletedStoragePolicyTester.cs" />
Expand Down Expand Up @@ -220,6 +222,10 @@
<Project>{02441E35-668B-4713-9279-BD51948B95EB}</Project>
<Name>FubuMVC.RavenDb</Name>
</ProjectReference>
<ProjectReference Include="..\FubuMVC.Tests\FubuMVC.Tests.csproj">
<Project>{feb91f9f-ece2-480c-b39c-a44bbf1f7b01}</Project>
<Name>FubuMVC.Tests</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="FubuPersistence.Tests.dll.config">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
using FubuMVC.Core.ServiceBus.Configuration;
using FubuMVC.Core.ServiceBus.ScheduledJobs.Persistence;
using FubuMVC.RavenDb;
using FubuMVC.RavenDb.ServiceBus;
using FubuTestingSupport;
using NUnit.Framework;
using StructureMap;

namespace FubuTransportation.RavenDb.Testing
namespace FubuPersistence.Tests.ServiceBus
{
[TestFixture]
public class RavenDbSchedulePersistenceTester
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
using FubuMVC.Core.ServiceBus.Configuration;
using FubuMVC.Core.ServiceBus.Subscriptions;
using FubuMVC.RavenDb;
using FubuMVC.RavenDb.ServiceBus;
using FubuTestingSupport;
using FubuTransportation.Testing;
using NUnit.Framework;
using StructureMap;

namespace FubuTransportation.RavenDb.Testing
namespace FubuPersistence.Tests.ServiceBus
{
[TestFixture]
public class RavenDbSubscriptionPersistenceTester
Expand Down

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/FubuTransportation.RavenDb.Testing/app.config

This file was deleted.

5 changes: 0 additions & 5 deletions src/FubuTransportation.RavenDb.Testing/fubu.templates.config

This file was deleted.

21 changes: 0 additions & 21 deletions src/FubuTransportation.RavenDb.Testing/ripple.dependencies.config

This file was deleted.

Loading

0 comments on commit 6757440

Please sign in to comment.