Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue#14: Actions and Build #18

Merged
merged 23 commits into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,5 @@ Moderation/Main/.idea/.idea.Main.dir/.idea/.gitignore
Moderation/Main/.idea/.idea.Main.dir/.idea/encodings.xml
Moderation/Main/.idea/.idea.Main.dir/.idea/indexLayout.xml
Moderation/Main/.idea/.idea.Main.dir/.idea/vcs.xml

.idea/.idea.PoliNetwork.Bot/.idea/

.idea/.idea.Telegram/.idea/
.idea/.idea.PoliNetwork.Bot/.idea/projectSettingsUpdater.xml
.idea/.idea.Telegram/.idea/projectSettingsUpdater.xml
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Lib_CSharp"]
path = Lib_CSharp
url = https://github.com/PoliNetworkOrg/Lib_CSharp.git
[submodule "Moderation/Moderation/Lib_CSharp"]
path = Moderation/Moderation/Lib_CSharp
url = https://github.com/PoliNetworkOrg/Lib_CSharp
6 changes: 0 additions & 6 deletions .idea/.idea.PoliNetworkBot/.idea/vcs.xml

This file was deleted.

1 change: 0 additions & 1 deletion Lib_CSharp
Submodule Lib_CSharp deleted from 88742e

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

7 changes: 7 additions & 0 deletions Moderation/.idea/.idea.Moderation/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 0 additions & 117 deletions Moderation/.idea/.idea.Moderation/.idea/workspace.xml

This file was deleted.

40 changes: 40 additions & 0 deletions Moderation/Moderation.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moderation", "Moderation\Moderation.csproj", "{C28EF231-412A-4FE9-88C3-C47FC362BDFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModerationTest", "ModerationTest\ModerationTest.csproj", "{904CB386-4B14-4A1F-A356-50380A4963A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoliNetwork.Core", "Moderation\Lib_CSharp\PoliNetwork.Core\src\PoliNetwork.Core.csproj", "{A987C703-A642-4D6D-9380-FBC140EB6A52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoliNetwork.Telegram", "Moderation\Lib_CSharp\PoliNetwork.Telegram\src\PoliNetwork.Telegram.csproj", "{38E88883-3571-4CF5-A7D3-8237B8588AAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoliNetwork.Db", "Moderation\Lib_CSharp\PoliNetwork.Db\src\PoliNetwork.Db.csproj", "{E2A86DD9-3A27-474B-B16E-8E9139DD70E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C28EF231-412A-4FE9-88C3-C47FC362BDFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C28EF231-412A-4FE9-88C3-C47FC362BDFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C28EF231-412A-4FE9-88C3-C47FC362BDFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28EF231-412A-4FE9-88C3-C47FC362BDFC}.Release|Any CPU.Build.0 = Release|Any CPU
{904CB386-4B14-4A1F-A356-50380A4963A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{904CB386-4B14-4A1F-A356-50380A4963A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{904CB386-4B14-4A1F-A356-50380A4963A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{904CB386-4B14-4A1F-A356-50380A4963A9}.Release|Any CPU.Build.0 = Release|Any CPU
{A987C703-A642-4D6D-9380-FBC140EB6A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A987C703-A642-4D6D-9380-FBC140EB6A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A987C703-A642-4D6D-9380-FBC140EB6A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A987C703-A642-4D6D-9380-FBC140EB6A52}.Release|Any CPU.Build.0 = Release|Any CPU
{38E88883-3571-4CF5-A7D3-8237B8588AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38E88883-3571-4CF5-A7D3-8237B8588AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38E88883-3571-4CF5-A7D3-8237B8588AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38E88883-3571-4CF5-A7D3-8237B8588AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{E2A86DD9-3A27-474B-B16E-8E9139DD70E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2A86DD9-3A27-474B-B16E-8E9139DD70E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2A86DD9-3A27-474B-B16E-8E9139DD70E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2A86DD9-3A27-474B-B16E-8E9139DD70E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions Moderation/Moderation/Bot/Handler/Default/DefaultUpdateHandler.cs

This file was deleted.

22 changes: 0 additions & 22 deletions Moderation/Moderation/Bot/Handler/IPollingErrorHandler.cs

This file was deleted.

Loading