From eb060e110ce7c3d9952215783b2e1904b385ab76 Mon Sep 17 00:00:00 2001 From: Angela Susilo Date: Wed, 8 Mar 2023 14:55:47 +0000 Subject: [PATCH 1/3] Made some changes --- labs/web-app/src/index.html | 122 ++++++++++++++++++----------- labs/web-app/src/package-lock.json | 21 +++-- 2 files changed, 88 insertions(+), 55 deletions(-) diff --git a/labs/web-app/src/index.html b/labs/web-app/src/index.html index 1a9b65e..9f108d4 100644 --- a/labs/web-app/src/index.html +++ b/labs/web-app/src/index.html @@ -1,55 +1,83 @@ - - - Bulletin Board - - - - - - -
-

Welcome to the Event Calendar!

-
+ + + Bulletin Board + + + + + +
+

Welcome to week 7 of EIC cohort!

+
-
-
-
-
-

Add an Event

-
-
-
- - - - +
+
+
+
+

Add an Event

+
+
+
+ + + + +
-
- - - - - - - \ No newline at end of file + + + + + diff --git a/labs/web-app/src/package-lock.json b/labs/web-app/src/package-lock.json index 930b19a..87cd022 100644 --- a/labs/web-app/src/package-lock.json +++ b/labs/web-app/src/package-lock.json @@ -304,6 +304,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dev": true, "dependencies": { "safe-buffer": "5.1.2" }, @@ -314,7 +315,8 @@ "node_modules/basic-auth/node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true }, "node_modules/bluebird": { "version": "3.7.2", @@ -1352,7 +1354,6 @@ "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", "optional": true, "dependencies": { - "encoding": "^0.1.12", "minipass": "^3.1.0", "minipass-sized": "^1.0.3", "minizlib": "^2.0.0" @@ -1446,6 +1447,7 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "dev": true, "dependencies": { "basic-auth": "~2.0.1", "debug": "2.6.9", @@ -1461,6 +1463,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, "dependencies": { "ee-first": "1.1.1" }, @@ -1647,6 +1650,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, "engines": { "node": ">= 0.8" } @@ -2083,7 +2087,6 @@ "dependencies": { "@mapbox/node-pre-gyp": "^1.0.0", "node-addon-api": "^4.2.0", - "node-gyp": "8.x", "tar": "^6.1.11" }, "optionalDependencies": { @@ -2179,9 +2182,6 @@ "resolved": "https://registry.npmjs.org/terraformer/-/terraformer-1.0.12.tgz", "integrity": "sha512-MokUp0+MFal4CmJDVL6VAO1bKegeXcBM2RnPVfqcFIp2IIv8EbPAjG0j/vEy/vuKB8NVMMSF2vfpVS/QLe4DBg==", "deprecated": "terraformer is deprecated and no longer supported. Please use @terraformer/arcgis.", - "dependencies": { - "@types/geojson": "^7946.0.0 || ^1.0.0" - }, "engines": { "node": ">=4.2.6" }, @@ -2584,6 +2584,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dev": true, "requires": { "safe-buffer": "5.1.2" }, @@ -2591,7 +2592,8 @@ "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true } } }, @@ -3465,6 +3467,7 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "dev": true, "requires": { "basic-auth": "~2.0.1", "debug": "2.6.9", @@ -3477,6 +3480,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, "requires": { "ee-first": "1.1.1" } @@ -3613,7 +3617,8 @@ "on-headers": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true }, "once": { "version": "1.4.0", From 67b2b1ac7a15352b23634690554488e126113d8c Mon Sep 17 00:00:00 2001 From: Angela Susilo Date: Wed, 8 Mar 2023 15:46:13 +0000 Subject: [PATCH 2/3] Some changes in my branch --- labs/web-app/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/web-app/src/index.html b/labs/web-app/src/index.html index 9f108d4..1eb2bef 100644 --- a/labs/web-app/src/index.html +++ b/labs/web-app/src/index.html @@ -19,7 +19,7 @@
-

Welcome to week 7 of EIC cohort!

+

Hello this is week 7 of EIC cohort!

From 31441463fca59a01cdfa403367f62ad6b0925611 Mon Sep 17 00:00:00 2001 From: Angela Susilo Date: Thu, 9 Mar 2023 14:29:43 +0000 Subject: [PATCH 3/3] trying to fail --- labs/continuous-integration/src/HelloWorld/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/continuous-integration/src/HelloWorld/Program.cs b/labs/continuous-integration/src/HelloWorld/Program.cs index 45057e3..7751f92 100644 --- a/labs/continuous-integration/src/HelloWorld/Program.cs +++ b/labs/continuous-integration/src/HelloWorld/Program.cs @@ -10,7 +10,7 @@ static void Main(string[] args) if (args.Length == 1) { int bedtimeHour = 22; - int.TryParse(args[0], out bedtimeHour); + int.TryParse(args[1], out bedtimeHour); var today = DateTime.Today; var bedtime = new DateTime(today.Year, today.Month, today.Day, bedtimeHour, 0, 0); var duration = bedtime.Subtract(DateTime.Now);