Skip to content

Commit

Permalink
šŸšš Split and rename repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Jan 13, 2021
1 parent a6201d7 commit 09335ce
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 210 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A lightweight redis-backed message queue processor

# Contributing

Contributions can be made via pull requests to this repository. We hope to credit and reward larger contributions via a [bounty system](https://www.bountysource.com/teams/ppy). If you're unsure of what you can help with, check out the [list of open issues](https://github.com/ppy/osu-server/issues).
Contributions can be made via pull requests to this repository. We hope to credit and reward larger contributions via a [bounty system](https://www.bountysource.com/teams/ppy). If you're unsure of what you can help with, check out the [list of open issues](https://github.com/ppy/osu-queue-processor/issues).

Note that while we already have certain standards in place, nothing is set in stone. If you have an issue with the way code is structured; with any libraries we are using; with any processes involved with contributing, *please* bring it up. I welcome all feedback so we can make contributing to this project as pain-free as possible.

Expand Down
19 changes: 11 additions & 8 deletions osu.Server.QueueProcessor.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Server.QueueProcessor", "osu.Server.QueueProcessor\osu.Server.QueueProcessor.csproj", "{2601BC23-DAD3-46CA-861B-5D2386631939}"
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu.Server.QueueProcessor", "osu.Server.QueueProcessor\osu.Server.QueueProcessor.csproj", "{2601BC23-DAD3-46CA-861B-5D2386631939}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Server.QueueProcessor.Tests", "osu.Server.QueueProcessor.Tests\osu.Server.QueueProcessor.Tests.csproj", "{844442F7-C058-42A6-9217-433D9663C9F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Server.Queues.ManiaKeyRankingProcessor", "osu.Server.Queues.ManiaKeyRankingProcessor\osu.Server.Queues.ManiaKeyRankingProcessor.csproj", "{6504492D-D8E1-464C-AD66-9A90C06DCA4D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu.Server.QueueProcessor.Tests", "osu.Server.QueueProcessor.Tests\osu.Server.QueueProcessor.Tests.csproj", "{844442F7-C058-42A6-9217-433D9663C9F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -20,9 +21,11 @@ Global
{844442F7-C058-42A6-9217-433D9663C9F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{844442F7-C058-42A6-9217-433D9663C9F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{844442F7-C058-42A6-9217-433D9663C9F6}.Release|Any CPU.Build.0 = Release|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6504492D-D8E1-464C-AD66-9A90C06DCA4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5085A430-FAF4-4FFF-86C2-119794B67075}
EndGlobalSection
EndGlobal
4 changes: 0 additions & 4 deletions osu.Server.Queues.ManiaKeyRankingProcessor/Dockerfile

This file was deleted.

129 changes: 0 additions & 129 deletions osu.Server.Queues.ManiaKeyRankingProcessor/ManiaKeyRankingProcessor.cs

This file was deleted.

10 changes: 0 additions & 10 deletions osu.Server.Queues.ManiaKeyRankingProcessor/Program.cs

This file was deleted.

18 changes: 0 additions & 18 deletions osu.Server.Queues.ManiaKeyRankingProcessor/ScoreItem.cs

This file was deleted.

22 changes: 0 additions & 22 deletions osu.Server.Queues.ManiaKeyRankingProcessor/UserStats.cs

This file was deleted.

This file was deleted.

0 comments on commit 09335ce

Please sign in to comment.