From 666b6bb60c6ae5a746ac3041053863d9dd09c8f1 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Thu, 2 Jan 2020 03:47:04 +0530
Subject: [PATCH 14/31] Update Index.cshtml
---
WebApp/Views/Home/Index.cshtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebApp/Views/Home/Index.cshtml b/WebApp/Views/Home/Index.cshtml
index f76381f4..61aa05a5 100644
--- a/WebApp/Views/Home/Index.cshtml
+++ b/WebApp/Views/Home/Index.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "Home Page1";
+ ViewData["Title"] = "Home Page";
}
From 1fcd63617880aebe00f031a0b10fbf4f9fa140ba Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Thu, 2 Jan 2020 12:58:13 +0530
Subject: [PATCH 15/31] Update Employee.sql
---
WebApp.Database/dbo/Tables/Employee.sql | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp.Database/dbo/Tables/Employee.sql b/WebApp.Database/dbo/Tables/Employee.sql
index 8109566e..4968a360 100644
--- a/WebApp.Database/dbo/Tables/Employee.sql
+++ b/WebApp.Database/dbo/Tables/Employee.sql
@@ -5,6 +5,7 @@
[Email] NVARCHAR (50) NULL,
[Phone] NVARCHAR (50) NULL,
[Address] NVARCHAR (50) NULL,
+ [country] NVARCHAR (50) NULL
CONSTRAINT [PK_Employee] PRIMARY KEY CLUSTERED ([Id] ASC)
);
From 9e6e232f58c75ea3171437d5eb715b9968037520 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Thu, 2 Jan 2020 14:03:30 +0530
Subject: [PATCH 16/31] Update Employee.sql
---
WebApp.Database/dbo/Tables/Employee.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebApp.Database/dbo/Tables/Employee.sql b/WebApp.Database/dbo/Tables/Employee.sql
index 4968a360..09219b2e 100644
--- a/WebApp.Database/dbo/Tables/Employee.sql
+++ b/WebApp.Database/dbo/Tables/Employee.sql
@@ -5,7 +5,7 @@
[Email] NVARCHAR (50) NULL,
[Phone] NVARCHAR (50) NULL,
[Address] NVARCHAR (50) NULL,
- [country] NVARCHAR (50) NULL
+ [country] NVARCHAR (50) NULL,
CONSTRAINT [PK_Employee] PRIMARY KEY CLUSTERED ([Id] ASC)
);
From d04c5551cf9c060e33607497c384b57168be765a Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Thu, 2 Jan 2020 19:16:55 +0530
Subject: [PATCH 17/31] Update Contact.cshtml
---
WebApp/Views/Home/Contact.cshtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebApp/Views/Home/Contact.cshtml b/WebApp/Views/Home/Contact.cshtml
index ceef9b95..237afc5c 100644
--- a/WebApp/Views/Home/Contact.cshtml
+++ b/WebApp/Views/Home/Contact.cshtml
@@ -6,7 +6,7 @@
One Microsoft Way
- Redmond, WA 9971800425
+ Redmond, WA +919971800425
P:
425.555.0100
From bcd7dc1e283d59276970f8d787e3504d4e9a597d Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 5 Jan 2020 18:55:19 +0530
Subject: [PATCH 18/31] Update .runsettings
---
SeleniumUiTests/.runsettings | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SeleniumUiTests/.runsettings b/SeleniumUiTests/.runsettings
index 5f8e8c33..8f5e33e0 100644
--- a/SeleniumUiTests/.runsettings
+++ b/SeleniumUiTests/.runsettings
@@ -3,6 +3,6 @@
-
+
From bf232cf0b34e5cc8f0eb714a5cef6c098cada7c3 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 5 Jan 2020 23:04:37 +0530
Subject: [PATCH 19/31] Update Details.cshtml
---
WebApp/Views/Employees/Details.cshtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Views/Employees/Details.cshtml b/WebApp/Views/Employees/Details.cshtml
index 9db4a3dc..8ef5c499 100644
--- a/WebApp/Views/Employees/Details.cshtml
+++ b/WebApp/Views/Employees/Details.cshtml
@@ -1,5 +1,6 @@
@model WebApp.Models.Employee
+
@{
ViewData["Title"] = "Details";
}
From e4bda1cdb05641c444e332cb4dc30be7b24f03f6 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 5 Jan 2020 23:56:37 +0530
Subject: [PATCH 20/31] Update Details.cshtml
---
WebApp/Views/Employees/Details.cshtml | 1 -
1 file changed, 1 deletion(-)
diff --git a/WebApp/Views/Employees/Details.cshtml b/WebApp/Views/Employees/Details.cshtml
index 8ef5c499..9db4a3dc 100644
--- a/WebApp/Views/Employees/Details.cshtml
+++ b/WebApp/Views/Employees/Details.cshtml
@@ -1,6 +1,5 @@
@model WebApp.Models.Employee
-
@{
ViewData["Title"] = "Details";
}
From 3b9c550874f5f688c0b331c5bc7960986fa3a19f Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Mon, 6 Jan 2020 00:12:24 +0530
Subject: [PATCH 21/31] Update Details.cshtml
---
WebApp/Views/Employees/Details.cshtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Views/Employees/Details.cshtml b/WebApp/Views/Employees/Details.cshtml
index 9db4a3dc..8ef5c499 100644
--- a/WebApp/Views/Employees/Details.cshtml
+++ b/WebApp/Views/Employees/Details.cshtml
@@ -1,5 +1,6 @@
@model WebApp.Models.Employee
+
@{
ViewData["Title"] = "Details";
}
From 9e13d4255bf4e27cab259d5f54e77dadcea9adf1 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sat, 11 Jan 2020 02:22:59 +0530
Subject: [PATCH 22/31] Update .runsettings
---
SeleniumUiTests/.runsettings | 1 +
1 file changed, 1 insertion(+)
diff --git a/SeleniumUiTests/.runsettings b/SeleniumUiTests/.runsettings
index ed9f58f7..bb9bbbaa 100644
--- a/SeleniumUiTests/.runsettings
+++ b/SeleniumUiTests/.runsettings
@@ -6,3 +6,4 @@
+
From fcc98ba19dbb856dd741e590e0d2691fa9b8ffa7 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 00:36:07 +0530
Subject: [PATCH 23/31] Update Program.cs
---
WebApp/Program.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Program.cs b/WebApp/Program.cs
index 77205605..476bfc38 100644
--- a/WebApp/Program.cs
+++ b/WebApp/Program.cs
@@ -23,3 +23,4 @@ public static IWebHost BuildWebHost(string[] args) =>
.Build();
}
}
+
From 00f4ae73fd71be35f368cb4a8ace3ce98cece134 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 01:09:51 +0530
Subject: [PATCH 24/31] Update WebApp.csproj
---
WebApp/WebApp.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/WebApp/WebApp.csproj b/WebApp/WebApp.csproj
index 9e254679..f6606844 100644
--- a/WebApp/WebApp.csproj
+++ b/WebApp/WebApp.csproj
@@ -14,3 +14,5 @@
+
+
From 020a9a8e20c636c7adb0223e70b39c506d857e28 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 01:36:27 +0530
Subject: [PATCH 25/31] Update Create.cshtml
---
WebApp/Views/Employees/Create.cshtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Views/Employees/Create.cshtml b/WebApp/Views/Employees/Create.cshtml
index e3cd4e6b..de0ab75f 100644
--- a/WebApp/Views/Employees/Create.cshtml
+++ b/WebApp/Views/Employees/Create.cshtml
@@ -4,6 +4,7 @@
ViewData["Title"] = "Create";
}
+
Create
Employee
From 4a4618c5b1a8814105fdd4f8d76a5c039a70e7d9 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 23:20:21 +0530
Subject: [PATCH 26/31] Update Contact.cshtml
From 2cd3d305069e7d1c14131b3e8d102d2c846dc9bb Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 23:37:23 +0530
Subject: [PATCH 27/31] Update Startup.cs
From ded2d44089fcc25775a39867ce9a93fc3223fbde Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 23:42:28 +0530
Subject: [PATCH 28/31] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 73f9977b..eda1c31c 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Sample ASP.NET Core MVC app with database for demoing CI-CD pipelines using Azur

+
https://www.youtube.com/watch?v=uVne2HXkWXI&list=PLpbcUe4chE78FEvDjD9zfzSGvsdkvkkrj&index=1
From a26421abb8a9eecc205057015ca782225e1f9434 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 12 Jan 2020 23:46:25 +0530
Subject: [PATCH 29/31] Update HomeController.cs
---
WebApp/Controllers/HomeController.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Controllers/HomeController.cs b/WebApp/Controllers/HomeController.cs
index 3dc9d087..51ed14a7 100644
--- a/WebApp/Controllers/HomeController.cs
+++ b/WebApp/Controllers/HomeController.cs
@@ -2,6 +2,7 @@
using Microsoft.AspNetCore.Mvc;
using WebApp.Models;
+
namespace WebApp.Controllers
{
public class HomeController : Controller
From 5d4c01d881ee53782ebe4a02fcf8285f7e763ec9 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 19 Jan 2020 00:09:59 +0530
Subject: [PATCH 30/31] Update _ViewStart.cshtml
---
WebApp/Views/_ViewStart.cshtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/WebApp/Views/_ViewStart.cshtml b/WebApp/Views/_ViewStart.cshtml
index a5f10045..42bd7906 100644
--- a/WebApp/Views/_ViewStart.cshtml
+++ b/WebApp/Views/_ViewStart.cshtml
@@ -1,3 +1,4 @@
@{
Layout = "_Layout";
}
+
From cce2b72a787a3398a64613c3e03f8954bddd0468 Mon Sep 17 00:00:00 2001
From: Bairagi Charan Rout <47815569+routba1@users.noreply.github.com>
Date: Sun, 19 Jan 2020 01:02:56 +0530
Subject: [PATCH 31/31] Update WebSiteSQLDatabase.json
---
AzureResourceGroupDeployment/WebSiteSQLDatabase.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/AzureResourceGroupDeployment/WebSiteSQLDatabase.json b/AzureResourceGroupDeployment/WebSiteSQLDatabase.json
index 0714670c..a44752e8 100644
--- a/AzureResourceGroupDeployment/WebSiteSQLDatabase.json
+++ b/AzureResourceGroupDeployment/WebSiteSQLDatabase.json
@@ -1,4 +1,5 @@
{
+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {