-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the whole project(solution) from Amoraitis.Todolist->TodoList
Fix all occurencies in all files, remove docker project(we only need docker-compose file), some refactoring
- Loading branch information
Showing
168 changed files
with
317 additions
and
23,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
language: csharp | ||
solution: Amoraitis.TodoList.sln | ||
solution: TodoList.sln | ||
mono: none | ||
dotnet: 2.1.402 | ||
script: | ||
- dotnet restore Amoraitis.TodoList/Amoraitis.TodoList.csproj | ||
- dotnet build Amoraitis.TodoList/Amoraitis.TodoList.csproj | ||
- dotnet test Amoraitis.Todo.UnitTests/ | ||
- dotnet restore TodoList.Web/TodoList.Web.csproj | ||
- dotnet build TodoList.Web/TodoList.Web.csproj | ||
- dotnet test TodoList.UnitTests/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Amoraitis.TodoList/Models/AccountViewModels/ForgotPasswordViewModel.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
Amoraitis.TodoList/Models/ManageViewModels/RemoveLoginViewModel.cs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Amoraitis.TodoList/Models/ManageViewModels/ShowRecoveryCodesViewModel.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.