From f345856d643368669755e01be0c10e1c0dd04f6f Mon Sep 17 00:00:00 2001
From: Param
Date: Tue, 7 Sep 2021 15:05:49 +0000
Subject: [PATCH 01/10] code modified
---
webapp/src/main/webapp/index.jsp | 2 --
1 file changed, 2 deletions(-)
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index b93fc246..14b29dc4 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -1,5 +1,3 @@
Hello Dear Students !!, Welcome to DevOps Project-2 !!
By Mr.Hari from Saidemy
It's time to start the DevOps Project-2 by Mr.Hari!!
- This is what complete End-to-End CI-CD pipeline DevOps Project!!
- We are done with DevOps Project-2
From 7f77369f90764ac2cc8cc9dec20f51b681910781 Mon Sep 17 00:00:00 2001
From: paramv10 <86299481+paramv10@users.noreply.github.com>
Date: Thu, 9 Sep 2021 16:20:34 +0530
Subject: [PATCH 02/10] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 8196d201..1968e0b2 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,2 @@
# maven-project
-
Simple Maven Project
From 1c1a70e8665a7f805c2296f6d016f9c9a16cd590 Mon Sep 17 00:00:00 2001
From: param
Date: Sun, 19 Sep 2021 14:13:28 +0000
Subject: [PATCH 03/10] fist commit
---
testfile | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 testfile
diff --git a/testfile b/testfile
new file mode 100644
index 00000000..e69de29b
From 99a815498e68c8c4c6e98dc4ee9171328e7f471c Mon Sep 17 00:00:00 2001
From: param
Date: Sun, 19 Sep 2021 15:34:38 +0000
Subject: [PATCH 04/10] commit new changes in index.jsp
---
testfile | 0
webapp/src/main/webapp/index.jsp | 5 +++++
2 files changed, 5 insertions(+)
delete mode 100644 testfile
diff --git a/testfile b/testfile
deleted file mode 100644
index e69de29b..00000000
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index 14b29dc4..6c592c20 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -1,3 +1,8 @@
Hello Dear Students !!, Welcome to DevOps Project-2 !!
By Mr.Hari from Saidemy
It's time to start the DevOps Project-2 by Mr.Hari!!
+
+
+ Hello Bro !! How are you !
+
+
From 8af7503b003ea42c79022313a0b069c63cff8c6d Mon Sep 17 00:00:00 2001
From: param
Date: Sun, 19 Sep 2021 18:17:05 +0000
Subject: [PATCH 05/10] final test
---
webapp/src/main/webapp/index.jsp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index 6c592c20..1e3c1765 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -6,3 +6,5 @@
Hello Bro !! How are you !
+
From 9ffa1610652a7b5fc812f8800ff63e946e968883 Mon Sep 17 00:00:00 2001
From: param
Date: Sun, 19 Sep 2021 18:30:26 +0000
Subject: [PATCH 06/10] modification in .jsp file
---
webapp/src/main/webapp/index.jsp | 44 +++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index 1e3c1765..e5bffc02 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -6,5 +6,47 @@
Hello Bro !! How are you !
+
+
+
+
+
+
+
+
+ Color Testing
+
+
+<%
+
+String bgColor = "BLUE";
+String myColor = request.getParameter("color");
+
+if (myColor != null){
+myColor = myColor;
+}
+else{
+myColor = bgColor;
+}
+
+%>
+
+
+
+Color Testing
+
+
+
+
+
+
+
From b695f196e1a848596d71ac25b6f8b53974e808c6 Mon Sep 17 00:00:00 2001
From: paramv10 <86299481+paramv10@users.noreply.github.com>
Date: Mon, 20 Sep 2021 00:03:46 +0530
Subject: [PATCH 07/10] Color test project
code modified
---
webapp/src/main/webapp/index.jsp | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index e5bffc02..571e592c 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -1,13 +1,3 @@
- Hello Dear Students !!, Welcome to DevOps Project-2 !!
- By Mr.Hari from Saidemy
- It's time to start the DevOps Project-2 by Mr.Hari!!
-
-
- Hello Bro !! How are you !
-
-
-
-