From 8c01f429b94a0f269efe4a231ca273b542a43b48 Mon Sep 17 00:00:00 2001 From: vr62 <123099749+vr62@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:47:29 -0600 Subject: [PATCH 01/50] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..598dcc23 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -labels: Compiled List +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..fead2086 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: 'This is for your master pull request to merge your master into this repo. ' +title: Put your UCID as the title (replace this text) +labels: Complied List +assignees: '' + +--- + +You need to make a pull request and add the link to the pull request to this issue when you submit. diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..2c089f6b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: Things I Don't Understand +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..b600819a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,7 +2,7 @@ name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: Things I learned +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..88f5373b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- From c8ba805bef52c38bfdd296a476f362db19f97107 Mon Sep 17 00:00:00 2001 From: vr62 Date: Mon, 20 Feb 2023 14:17:19 -0600 Subject: [PATCH 02/50] added something to list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..0ffad510 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] -3. GIT status[1] +3. GIT status[1 +4. I wish I knew something #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 96449c5746a5e90a7412083e8b93e6a3335e615f Mon Sep 17 00:00:00 2001 From: vr62 <123099749+vr62@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:41:19 -0600 Subject: [PATCH 03/50] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 2c089f6b..a21b593a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: '' +labels: Things I don't Understand assignees: '' --- From 4567670715a29473395084b33e883e047cd05bdd Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 11:31:42 -0600 Subject: [PATCH 04/50] completed learning print in python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffad510..ab89eb41 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python Print[1] +1. Print Statement in Python[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From cd1a087f59ca4f73314d930f747087698794a027 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 12:16:04 -0600 Subject: [PATCH 05/50] resolved --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ab89eb41..8fc4a528 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1 -4. I wish I knew something #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From a508e03dc0740214ac3ee4eebe2b11d36c8605b1 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 12:22:28 -0600 Subject: [PATCH 06/50] added linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab89eb41..71718100 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Print Statement in Python[1] -2. Linux Directory listing[2] +2. Linux Directory listing[1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 48ebf132da7039c07be4f46ecd274bd74e62b764 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 13:49:21 -0600 Subject: [PATCH 07/50] added python to list --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 305235c3..65af2d9c 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Print Statement in Python[1] -2. Linux Directory listing[1] -3. Docker Installation[1] +1. Python[1] + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1 + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] + ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From fbde9c4f84d690bb3f59fdd83990fc2c33c806b2 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 13:58:48 -0600 Subject: [PATCH 08/50] added linux to the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65af2d9c..f0914b4a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Python[1] - +2. Linux[1] #### Things we don't understand #### Things we want to know next** From c20389df0ca091effe3ff1990374fcf23a211651 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:02:22 -0600 Subject: [PATCH 09/50] added JS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0914b4a..d94f6c6f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python[1] 2. Linux[1] +3. JavaScript[1] #### Things we don't understand #### Things we want to know next** From 5abc8ae1ded522f64f303870e00f947ff2a0c816 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:06:06 -0600 Subject: [PATCH 10/50] added React --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d94f6c6f..456b8d79 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python[1] 2. Linux[1] -3. JavaScript[1] +3. JavaScript[1] +4. ReactJS[1] #### Things we don't understand #### Things we want to know next** From 6ed282e4d80ecd17a84126c1bfb2ca5098681e5e Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:10:02 -0600 Subject: [PATCH 11/50] added git stash to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 456b8d79..f277d13c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. JavaScript[1] 4. ReactJS[1] #### Things we don't understand - +1. Git Stash #### Things we want to know next** From 353c673b9a1713962bf8f00c391a87dcee93edec Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:27:37 -0600 Subject: [PATCH 12/50] added github actions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f277d13c..95de9b36 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. JavaScript[1] 4. ReactJS[1] #### Things we don't understand -1. Git Stash +1. Git Stash[1] +2. GitHub Actions[1] #### Things we want to know next** From cd9cbf1abaec04b3c14c98579a3c05cd9ad9a8da Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:31:23 -0600 Subject: [PATCH 13/50] added git merge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95de9b36..1c64f981 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Stash[1] 2. GitHub Actions[1] +3. Git Merge[1] #### Things we want to know next** From 40c313a84041a78e8ed3a82ca2205310ad5b0f81 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:34:56 -0600 Subject: [PATCH 14/50] added terraform --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c64f981..620ba9cc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GitHub Actions[1] 3. Git Merge[1] #### Things we want to know next** - +1. Terraform[1] +2. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 84f4dc662676dc9f77f4ddd38776a1e7b3428340 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:37:34 -0600 Subject: [PATCH 15/50] added AWS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620ba9cc..eb0fe04b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GitHub Actions[1] 3. Git Merge[1] #### Things we want to know next** -1. Terraform[1] -2. +1. Terraform[1] +2. AWS[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 65a7ccaa7ac98c88bb9af9f0b501a796a81f3973 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:40:15 -0600 Subject: [PATCH 16/50] added Jenkins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb0fe04b..0b413049 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Terraform[1] 2. AWS[1] +3. Jenkins[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 33f390367e0ee649fc8d16a62923299135c3e8cc Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 14:42:42 -0600 Subject: [PATCH 17/50] added Kubernetes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b413049..2e6a2178 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Terraform[1] 2. AWS[1] -3. Jenkins[1] +3. Jenkins[1] +4. Kubernetes[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 4bd6824a340cac3721229152070bc05d2f69a647 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 14:54:43 -0600 Subject: [PATCH 18/50] added python --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1d..ace630c6 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. Python [1] + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] + ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From f26b1f69bc1e797d3b2255918a7843998ef5ef29 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 14:58:23 -0600 Subject: [PATCH 19/50] added linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ace630c6..a88081ca 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Python [1] - +2. Linux Directory Listing [1] #### Things we don't understand #### Things we want to know next** From c702ccd14f526f70b52759fb3d91b70b0b0c1057 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:52:10 -0500 Subject: [PATCH 20/50] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..dd16029a 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -labels: Compiled List +labels: compiled list assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..6d443239 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master pull request +about: This is for your master pull request to merge your master into this repo +title: Put your UCID as the title (replace the text) +labels: compiled list +assignees: '' + +--- + +you need to make a pull request and add the link to the pull request to this issue when you submit diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..2c089f6b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: Things I Don't Understand +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..b600819a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,7 +2,7 @@ name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: Things I learned +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..88f5373b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- From c7483b330fc9cbb6358eb8d54d2390008ef4b12b Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 16:55:27 -0600 Subject: [PATCH 21/50] Added Docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a88081ca..dc54af71 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python [1] 2. Linux Directory Listing [1] +3. Docker Installation[1] #### Things we don't understand #### Things we want to know next** From 1a5a3322b094aa65f84b96dad543c2d7d5be98e8 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 16:58:58 -0600 Subject: [PATCH 22/50] Added Git Stash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc54af71..17cfbe86 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory Listing [1] 3. Docker Installation[1] #### Things we don't understand - +1. Git Stash [1] #### Things we want to know next** From cfa10901f31784aaf4e992b93f66cdd100638a4d Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 17:06:22 -0600 Subject: [PATCH 23/50] Added Git Pull --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17cfbe86..02364049 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Installation[1] #### Things we don't understand 1. Git Stash [1] +2. Git Pull[1] #### Things we want to know next** From d6b17d8f374803ae79cc296d018449e5a085b8c2 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 17:24:55 -0600 Subject: [PATCH 24/50] Added Git Status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02364049..6a5da4ce 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Stash [1] 2. Git Pull[1] +3. GIT status [1] #### Things we want to know next** From c7e6373646c237a37a1c549d1200be819b9bb64c Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 17:37:06 -0600 Subject: [PATCH 25/50] Added Elastic Search --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a5da4ce..dbe87ec6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Git Pull[1] 3. GIT status [1] #### Things we want to know next** +1. Elastic Search Indexing [1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From aaeb3c9104d290db61bbfa1692df7901ffab9caf Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 17:46:04 -0600 Subject: [PATCH 26/50] Added cloud --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbe87ec6..d7b20a2b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Git Pull[1] 3. GIT status [1] #### Things we want to know next** -1. Elastic Search Indexing [1] - +1. Elastic Search Indexing[1] +2. Cloud deployment with kubernetes ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 529767a4c0f13e6a23ee827939e856f8ef904efb Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 17:49:21 -0600 Subject: [PATCH 27/50] Added terraform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7b20a2b..1fe7903b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Elastic Search Indexing[1] 2. Cloud deployment with kubernetes +3. Terraform ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 4d0ac45536f0b2b916ae909eab12f0dd7d57baff Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 18:03:19 -0600 Subject: [PATCH 28/50] Incremented Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe7903b..07cf03cf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python [1] +1. Python [2] 2. Linux Directory Listing [1] 3. Docker Installation[1] #### Things we don't understand From 9a8d75b45cbaa53f21da89626ebfbb5c7096ad0d Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:26:09 -0600 Subject: [PATCH 29/50] added python --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6a91029f..59980c5e 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python[2] -2. Linux[1] -3. JavaScript[1] -4. ReactJS[1] +1. Python[1] + #### Things we don't understand -1. Git Stash[1] -2. GitHub Actions[1] -3. Git Merge[1] + #### Things we want to know next** -1. Terraform[1] -2. AWS[1] -3. Jenkins[1] -4. Kubernetes[1] + ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 62291dc9ca165db0c6de0912a1c1bdeb725c4bee Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 <123400411+NandiniPalwai19@users.noreply.github.com> Date: Fri, 24 Feb 2023 18:28:04 -0600 Subject: [PATCH 30/50] Revert "33 python" --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59980c5e..6a91029f 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,19 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python[1] - +1. Python[2] +2. Linux[1] +3. JavaScript[1] +4. ReactJS[1] #### Things we don't understand - +1. Git Stash[1] +2. GitHub Actions[1] +3. Git Merge[1] #### Things we want to know next** - +1. Terraform[1] +2. AWS[1] +3. Jenkins[1] +4. Kubernetes[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 68e8e602f61822833870bc96e7e995353e0a4c66 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:55:31 -0600 Subject: [PATCH 31/50] kubes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..14ae20b4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Terraform[1] 2. AWS[1] 3. Jenkins[1] -4. Kubernetes[1] +4. Kubernetes[2] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 91a3dc91dd7dc0db553c59600c140d87d63fe936 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:08:40 -0600 Subject: [PATCH 32/50] changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..e0cb475e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python[2] -2. Linux[1] +2. Linux [1] 3. JavaScript[1] 4. ReactJS[1] #### Things we don't understand From 9221e4bcdfdfe5b0628b0efe66c96b610f6068b9 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:15:19 -0600 Subject: [PATCH 33/50] docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a91029f..b1f1f9cf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux[1] 3. JavaScript[1] 4. ReactJS[1] +5. Docker [1] #### Things we don't understand 1. Git Stash[1] 2. GitHub Actions[1] From 39d54ec9d41dadd07e4f76c150d0bfa963d095ee Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:21:55 -0600 Subject: [PATCH 34/50] gitstash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..2c6a8b7b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. JavaScript[1] 4. ReactJS[1] #### Things we don't understand -1. Git Stash[1] +1. Git Stash [1] 2. GitHub Actions[1] 3. Git Merge[1] #### Things we want to know next** From d4268f6ca536bf37e1da780cfa393bf0941c1fe9 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:24:04 -0600 Subject: [PATCH 35/50] Pull --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a91029f..fbc560dc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. ReactJS[1] #### Things we don't understand 1. Git Stash[1] +2. Git Pull 2. GitHub Actions[1] 3. Git Merge[1] #### Things we want to know next** From bb0c2218f78f5fdfdb03a13fcaf679e4be4dbecd Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:26:46 -0600 Subject: [PATCH 36/50] status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a91029f..32edf6cb 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Git Stash[1] 2. GitHub Actions[1] 3. Git Merge[1] +4. Git status #### Things we want to know next** 1. Terraform[1] 2. AWS[1] From 3a5d3f2542462b1c2918edf1179014053ae2f384 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:29:42 -0600 Subject: [PATCH 37/50] elastic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..87311f6e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. AWS[1] 3. Jenkins[1] 4. Kubernetes[1] - +5. elastic[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From b012fa78edfdfb91618acff78fd0b5404a13cad9 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:31:50 -0600 Subject: [PATCH 38/50] cloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a91029f..776d2c95 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Terraform[1] 2. AWS[1] 3. Jenkins[1] +4. cloud[1] 4. Kubernetes[1] From f655a614e612861fc6793a9f2bfd7b53105bf828 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:34:57 -0600 Subject: [PATCH 39/50] teraform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a91029f..6dd5594b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Terraform[1] 2. AWS[1] 3. Jenkins[1] +4. teraform[1] 4. Kubernetes[1] From 33e88f895e3b5059d34f66ab27849471dfcc56a9 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Fri, 24 Feb 2023 19:38:41 -0600 Subject: [PATCH 40/50] python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..29310061 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python[2] +1. Python[3] 2. Linux[1] 3. JavaScript[1] 4. ReactJS[1] From d3a8fa48c37fe2e88b1c66daf81794e326523f31 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 19:49:25 -0600 Subject: [PATCH 41/50] Kubes --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14ae20b4..7bcb5da4 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,23 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python[2] -2. Linux[1] +2. Linux[2] 3. JavaScript[1] 4. ReactJS[1] +5. Docker[1] #### Things we don't understand -1. Git Stash[1] +1. Git Stash[2] 2. GitHub Actions[1] 3. Git Merge[1] +4. Git pull[1] +5. Git Status[1] #### Things we want to know next** -1. Terraform[1] +1. Terraform[2] 2. AWS[1] 3. Jenkins[1] 4. Kubernetes[2] +5. Elastic Search Indexing[1] +6. Cloud Deployment[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From a28d76bf4a9252ed43c4a9f2e542fa6df10f99dc Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:45:05 -0500 Subject: [PATCH 42/50] added docker to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05eeff03..d86cb44d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux[2] 3. JavaScript[1] 4. ReactJS[1] -5. Docker[1] +5. i knew Docker[1] #### Things we don't understand 1. Git Stash[2] 2. GitHub Actions[1] From fa52b49d61acd4c7ea3c869e3a83d1679e3088a4 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:07:06 -0500 Subject: [PATCH 43/50] added aws to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d86cb44d..5f21ffdd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. JavaScript[1] 4. ReactJS[1] 5. i knew Docker[1] +6. i knew aws #### Things we don't understand 1. Git Stash[2] 2. GitHub Actions[1] From a6b3a056535160234e4fb6dd95740e460601e966 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:12:14 -0500 Subject: [PATCH 44/50] added tera form to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f21ffdd..524dc2ed 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. ReactJS[1] 5. i knew Docker[1] 6. i knew aws +7. i knew tera form #### Things we don't understand 1. Git Stash[2] 2. GitHub Actions[1] From 3ab16acb298811a6deb94bcbaacccf09627e0cdc Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:18:00 -0500 Subject: [PATCH 45/50] added kubernetes to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 524dc2ed..02554788 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Git Merge[1] 4. Git pull[1] 5. Git Status[1] +6. i dont know kubernetes #### Things we want to know next** 1. Terraform[2] From cdb31c41d8eaf4dddad715662ce10a7c87adcaa1 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:20:42 -0500 Subject: [PATCH 46/50] added git status to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02554788..4694425c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Git pull[1] 5. Git Status[1] 6. i dont know kubernetes +7. i dont know git status #### Things we want to know next** 1. Terraform[2] From f9b22be11e3f00c73ca3a85e218814f14c4a3a0e Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:25:21 -0500 Subject: [PATCH 47/50] added git pull to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4694425c..ababb0cc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Git Status[1] 6. i dont know kubernetes 7. i dont know git status +8. i dont know git pull #### Things we want to know next** 1. Terraform[2] From 8a0c5dc20db404f8eb5b389b53b93ec331fe1a48 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:36:33 -0500 Subject: [PATCH 48/50] added elastic search indexing to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ababb0cc..bb3664c8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes[2] 5. Elastic Search Indexing[1] 6. Cloud Deployment[1] +7. i want to know elastic search indexing ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 29c12dffbc0556f043f4f3ae73855047f423d962 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:38:46 -0500 Subject: [PATCH 49/50] added linux to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb3664c8..234b87a8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Elastic Search Indexing[1] 6. Cloud Deployment[1] 7. i want to know elastic search indexing +8. i want to know linux ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From ab316e4f734758db22d9873b658bb7d8fab76b87 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:42:34 -0500 Subject: [PATCH 50/50] added linux to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 234b87a8..229b45dc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Elastic Search Indexing[1] 6. Cloud Deployment[1] 7. i want to know elastic search indexing -8. i want to know linux +8. I want to know linux ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL