From a9edd82b4bb132bc75e177f28973730429be31e1 Mon Sep 17 00:00:00 2001 From: super-hoi Date: Tue, 12 Jun 2018 19:29:10 +0200 Subject: [PATCH 01/55] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index d971cf9e0..bc2f24d6a 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Congratulations!

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it to three Amazon EC2 instances using AWS CodeDeploy.

For next steps, read the AWS CodePipeline Documentation.

+

This is a change I made directly in github.

From fb4d5cfc6965b6f1f5fed937d66b502fa0e2aba1 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 19:30:30 +0200 Subject: [PATCH 02/55] no message --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index d971cf9e0..370cf9e62 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Congratulations!

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it to three Amazon EC2 instances using AWS CodeDeploy.

For next steps, read the AWS CodePipeline Documentation.

+

Changed now one thing!

From 6915c2ca70a6a2e61f75f3e2db724af3409637d0 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 19:34:01 +0200 Subject: [PATCH 03/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index efa452a9f..e28e4d9dc 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

Congratulations!

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it to three Amazon EC2 instances using AWS CodeDeploy.

For next steps, read the AWS CodePipeline Documentation.

-

Changed now one thing!

This is a change I made directly in github.

+

Changed now one thing!

From 080b5d15e2720a9fe19cec6ce892c0a8f0c2d55c Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 19:41:40 +0200 Subject: [PATCH 04/55] version 1.1 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e28e4d9dc..55b7f1de6 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@

You have successfully created a pipeline that retrieved this source applicat

For next steps, read the AWS CodePipeline Documentation.

This is a change I made directly in github.

Changed now one thing!

+

Changed now one more thing!

From 4d25c87b27f86337e46ed1f6691133700a6cd51a Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 20:12:30 +0200 Subject: [PATCH 05/55] now with auto-refresh Signed-off-by: Rene Minder --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 55b7f1de6..e343e6d58 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ Sample Deployment + - - -
-

Congratulations!

-

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it - to three Amazon EC2 instances using AWS CodeDeploy.

-

For next steps, read the AWS CodePipeline Documentation.

-

This is a change I made directly in github.

-

Changed now one thing!

-

Changed now one more thing!

-

Changed now yet another thing!

-

Date/Time:

- -
- + + + Sample Deployment + + + + + + + +
+

Congratulations!

+

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it + to three Amazon EC2 instances using AWS CodeDeploy.

+

For next steps, read the AWS CodePipeline Documentation.

+

This is a change I made directly in github.

+

Changed now one thing!

+

>Changed now one more thing!

+

Changed now yet another thing!

+

Date/Time: +

+ +
+ From e0a02a482835b59e8e02dbccbbdedf9d862585f0 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 20:28:50 +0200 Subject: [PATCH 09/55] removed a typo Signed-off-by: Rene Minder --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 36b8645dc..2fb089eaa 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@

You have successfully created a pipeline that retrieved this source applicat

For next steps, read the AWS CodePipeline Documentation.

This is a change I made directly in github.

Changed now one thing!

-

>Changed now one more thing!

+

Changed now one more thing!

Changed now yet another thing!

Date/Time:

@@ -51,7 +51,7 @@

You have successfully created a pipeline that retrieved this source applicat } var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','yellow',5); + highlightFor('toHighlight','black',5); From cb260321d66ca455597ec0e51028354ae819a6e5 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Tue, 12 Jun 2018 20:54:11 +0200 Subject: [PATCH 10/55] lets generate some requests Signed-off-by: Rene Minder --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2fb089eaa..280030c2e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Sample Deployment - + + + - - - -
-

Congratulations!

-

Feature-C

-

Feature-C - Signals changes!

- -
- + } + } + function highlightFor(id,color,seconds){ + var element = document.getElementById(id) + var origcolor = element.style.backgroundColor + element.style.backgroundColor = color; + var t = setTimeout(function(){ + element.style.backgroundColor = origcolor; + },(seconds*1000)); + } + var dt = new Date(); + document.getElementById("datetime").innerHTML = dt.toLocaleString(); + highlightFor('toHighlight','black',5); + } + + + +
+

Congratulations!

+
+

Feature-C

+

Feature-C - Signals changes!

+
+ + From c35fea9273352684cf084c820bdb1570402c2ff2 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 14:44:31 +0200 Subject: [PATCH 36/55] no message --- index-element1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index-element1.html b/index-element1.html index 2dfd7e2cb..24b4bb287 100644 --- a/index-element1.html +++ b/index-element1.html @@ -1 +1 @@ -

Included content.

\ No newline at end of file +

Included content.

From 1701e8df49b9411e982a41283f057eb8ec3a1c38 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 14:47:10 +0200 Subject: [PATCH 37/55] no message --- index.html | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 24f39a6c3..4f470f2ec 100644 --- a/index.html +++ b/index.html @@ -25,18 +25,15 @@ } - - - - -
-

Congratulations!

-
-

Feature-C

-

Feature-C - Signals changes!

-
- - + + +
+

Congratulations!

+
+

Feature-C

+

Feature-C - Signals changes!

+
+ + From 5c56cb012f99f0d16031d19884f19bb62584edad Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 14:48:32 +0200 Subject: [PATCH 38/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f470f2ec..94aa87514 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ + -

Congratulations!

From 3d1ebefafdc785dcac4c163846ee52a220a168fc Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 14:52:40 +0200 Subject: [PATCH 39/55] no message --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 94aa87514..1b5e9db03 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ +
-
+

Congratulations!

Feature-C

From bf20d914fd2f8a2d5cf7c66bba13811f03c2f603 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 14:58:12 +0200 Subject: [PATCH 40/55] no message --- index.html | 94 ++++++++++++++++++++++++++---------------------------- 1 file changed, 45 insertions(+), 49 deletions(-) diff --git a/index.html b/index.html index 1b5e9db03..128fd2143 100644 --- a/index.html +++ b/index.html @@ -28,61 +28,57 @@
- - -

Congratulations!

Feature-C

Feature-C - Signals changes!

From adba43361e4bb62a99e41b71a9d8599359765b1a Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 15:01:05 +0200 Subject: [PATCH 41/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 128fd2143..66d45936b 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,6 @@

Congratulations!

Feature-C

Feature-C - Signals changes!

-
+
From a4dc354c4ec01cf236572393a5c5c901d1afb6c6 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 15:04:52 +0200 Subject: [PATCH 42/55] no message --- index.html | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/index.html b/index.html index 66d45936b..f9b2b9244 100644 --- a/index.html +++ b/index.html @@ -40,33 +40,6 @@

Feature-C

$(this).load(file); }); }); - function includeHTML() { - var z, i, elmnt, file, xhttp; - /*loop through a collection of all HTML elements:*/ - z = document.getElementsByTagName("*"); - for (i = 0; i < z.length; i++) { - elmnt = z[i]; - /*search for elements with a certain atrribute:*/ - file = elmnt.getAttribute("w3-include-html"); - if (file) { - /*make an HTTP request using the attribute value as the file name:*/ - xhttp = new XMLHttpRequest(); - xhttp.onreadystatechange = function() { - if (this.readyState == 4) { - if (this.status == 200) {elmnt.innerHTML = this.responseText;} - if (this.status == 404) {elmnt.innerHTML = "Page not found.";} - /*remove the attribute, and call this function once more:*/ - elmnt.removeAttribute("w3-include-html"); - includeHTML(); - } - } - xhttp.open("GET", file, true); - xhttp.send(); - /*exit the function:*/ - return; - } - } - } function highlightFor(id,color,seconds){ var element = document.getElementById(id) var origcolor = element.style.backgroundColor @@ -78,7 +51,6 @@

Feature-C

var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); highlightFor('toHighlight','black',5); - includeHTML();
From 73390fcbdd16862b11211d1452236eb4ee0091cc Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 15:12:36 +0200 Subject: [PATCH 43/55] no message --- index.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 58074d87f..f9b2b9244 100644 --- a/index.html +++ b/index.html @@ -26,26 +26,32 @@ - -

Congratulations!

+

Feature-C

Feature-C - Signals changes!

- +
From 7ef34160711bd27e6b62be94f515c7f27ccf9060 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 15:36:36 +0200 Subject: [PATCH 44/55] no message --- index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.html b/index.html index f9b2b9244..379ccfcab 100644 --- a/index.html +++ b/index.html @@ -29,17 +29,9 @@

Congratulations!

-

Feature-C

Feature-C - Signals changes!

+
- - + \ No newline at end of file From 2d437704407ee7c4470df5b9b5249be82ea65f57 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:00:09 +0200 Subject: [PATCH 46/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9cd64ea85..4e40a2479 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','black',5); + highlightFor('toHighlight','black',3); From f5664e924f1e9417be834672ac2908ee920b842f Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:07:40 +0200 Subject: [PATCH 47/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1e5771b30..ba85db19b 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','black',5); + highlightFor('toHighlight','yellow',5); From e0271e964190aa6f37cbbf70bf6e22d699e45168 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:09:40 +0200 Subject: [PATCH 48/55] fixed IA-xxxx --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ba85db19b..dbf16e251 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Congratulations!

Feature-C

-

Feature-C - Signals changes!

+

Feature-C - Highlights on page load!

Feature-D

@@ -46,7 +46,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','yellow',5); + highlightFor('toHighlight','red',5);
From 9bd565462d1931575614fc91d6db96c778d644e2 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:16:06 +0200 Subject: [PATCH 49/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dbf16e251..941c30ced 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
-

Congratulations!

+

Congratulations!

Feature-C

Feature-C - Highlights on page load!

From 2afa52fbf11fcf0556962bec2d274ab0b399543d Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:26:24 +0200 Subject: [PATCH 50/55] trying to fix dev branch Signed-off-by: Rene Minder --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fd5225de4..4febfe33d 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','red',5); + highlightFor('toHighlight','blue',5);
From f416c590a02f798b5eb6aada708ebc4fad67644a Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:39:13 +0200 Subject: [PATCH 51/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4febfe33d..e5eb52bb9 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Congratulations!

Feature-C

-

Feature-C - Signals changes!

+

Feature-C - Signals changes2!

Feature-D

Date/Time:

From 1e46be557151c8f7bba95b67599c804dc9c922bb Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:09:40 +0200 Subject: [PATCH 52/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e5eb52bb9..0e8b817a7 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Congratulations!

Feature-C

-

Feature-C - Signals changes2!

+

Feature-C - Highlights on page load!

Feature-D

Date/Time:

From 7a4d3b3f45a08ac1f305820528fe5bd1d76e95b3 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:44:41 +0200 Subject: [PATCH 53/55] no message --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0e8b817a7..69057faff 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Congratulations!

Feature-C

-

Feature-C - Highlights on page load!

+

Feature-C - Highlighted when page loads!

Feature-D

Date/Time:

@@ -45,7 +45,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','blue',5); + highlightFor('toHighlight','black',5);
From 600b816605916ba57306706434226971b3ed0651 Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:44:41 +0200 Subject: [PATCH 54/55] no message --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9cd64ea85..69057faff 100644 --- a/index.html +++ b/index.html @@ -26,14 +26,11 @@ - -

Congratulations!

Feature-C

-

Feature-C - Signals changes!

- +

Feature-C - Highlighted when page loads!

Feature-D

Date/Time:

@@ -52,5 +49,4 @@

Feature-D

- - + \ No newline at end of file From 6a27d788a881e5e85054dee4699d331c370085fe Mon Sep 17 00:00:00 2001 From: Rene Minder Date: Wed, 13 Jun 2018 16:58:07 +0200 Subject: [PATCH 55/55] no message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9c62d89b9..cbee14d0d 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Feature-D

} var dt = new Date(); document.getElementById("datetime").innerHTML = dt.toLocaleString(); - highlightFor('toHighlight','black',3); + highlightFor('toHighlight','brown',3);