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/64] 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/64] 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 c57e4ebe340a59a67ffd5ba652d856028058dc79 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 16:34:19 -0500 Subject: [PATCH 03/64] Revert "Merge pull request #128 from jidone7061/main" This reverts commit ec83353c9efdcfb0450f43c4c5bc287da87e473c, reversing changes made to 0745d4df3b9ee24094b7c68d16562e838aa1e192. --- .github/ISSUE_TEMPLATE/bcs25.md | 10 ---- .github/ISSUE_TEMPLATE/complete-list.md | 10 ---- .github/ISSUE_TEMPLATE/completed-lists.md | 5 +- .github/ISSUE_TEMPLATE/master-list.md | 10 ---- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 ----- ...rstand.md => things-i-don-t-understand.md} | 4 +- .../{things-i-know.md => things-i-learned.md} | 4 +- ...-know-next.md => things-i-want-to-know.md} | 6 +-- .../ISSUE_TEMPLATE/things-we-understand.md | 10 ---- README.md | 49 ++++--------------- 10 files changed, 20 insertions(+), 99 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bcs25.md delete mode 100644 .github/ISSUE_TEMPLATE/complete-list.md delete mode 100644 .github/ISSUE_TEMPLATE/master-list.md delete mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md rename .github/ISSUE_TEMPLATE/{things-we-don-t-understand.md => things-i-don-t-understand.md} (68%) rename .github/ISSUE_TEMPLATE/{things-i-know.md => things-i-learned.md} (85%) rename .github/ISSUE_TEMPLATE/{things-we-want-to-know-next.md => things-i-want-to-know.md} (50%) delete mode 100644 .github/ISSUE_TEMPLATE/things-we-understand.md diff --git a/.github/ISSUE_TEMPLATE/bcs25.md b/.github/ISSUE_TEMPLATE/bcs25.md deleted file mode 100644 index 51785f76..00000000 --- a/.github/ISSUE_TEMPLATE/bcs25.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: bcs25 -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/complete-list.md b/.github/ISSUE_TEMPLATE/complete-list.md deleted file mode 100644 index 5ccd425b..00000000 --- a/.github/ISSUE_TEMPLATE/complete-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Complete List -about: Sending to upstream Repo -title: Use UCID -labels: Complete List -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index e7796b43..c5cea21c 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,9 +2,10 @@ 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 +assignees: '' -labels: '' - +--- 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/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md deleted file mode 100644 index c222948d..00000000 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Master List -about: Describe this issue template's purpose here. -title: '' -labels: Master List -assignees: '' - ---- - -This is the master list for the ideas diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md deleted file mode 100644 index 475bc47c..00000000 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Master Pull Request - - -about: This is for your master pull request to merge your master into this repo. -title: bcs25 - - - -You need to make a pull request snd add the link to the pull request to the issue when you submit. - diff --git a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md similarity index 68% rename from .github/ISSUE_TEMPLATE/things-we-don-t-understand.md rename to .github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 60a3fea9..472a5362 100644 --- a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,8 +1,8 @@ --- -name: Things we don't understand +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: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-know.md b/.github/ISSUE_TEMPLATE/things-i-learned.md similarity index 85% rename from .github/ISSUE_TEMPLATE/things-i-know.md rename to .github/ISSUE_TEMPLATE/things-i-learned.md index 3bcf609a..ff68fa38 100644 --- a/.github/ISSUE_TEMPLATE/things-i-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,8 +1,8 @@ --- -name: Things I know +name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: '' +labels: Things I learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md similarity index 50% rename from .github/ISSUE_TEMPLATE/things-we-want-to-know-next.md rename to .github/ISSUE_TEMPLATE/things-i-want-to-know.md index 97638fe3..025fa8f1 100644 --- a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,8 +1,8 @@ --- -name: Things we want to know next +name: Things I want to know about: Describe this issue template's purpose here. -title: 'Thing we want to know: [Thing we want to Knows]' -labels: Thing we want to know next +title: 'Thing I want to know: [Thing I want to Knows]' +labels: Things I learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-understand.md b/.github/ISSUE_TEMPLATE/things-we-understand.md deleted file mode 100644 index ac9b6d60..00000000 --- a/.github/ISSUE_TEMPLATE/things-we-understand.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things we understand -about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things we understand]" -labels: Thing we understand -assignees: '' - ---- - -Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. diff --git a/README.md b/README.md index 23720273..0b49fb1d 100644 --- a/README.md +++ b/README.md @@ -9,50 +9,21 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. You will learn to merge pull requests and resolve merge conflicts 3. You will learn to manage a basic project using GitHub Project. -### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritize each issue. +### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritze each issue. ### Your list should look like this: #### Things we understand** - - -1. git status [1] -2. git fetch [1] -3. git checkout [1] -4. Docker Setup[4] -5. Linux command[1] -6. I learned Python Pytest[1] -7. Create new branch and merge within my own repo[1] -8. Cloning Repository[2] -9. Python is integrated into pycharm[1] -10. Pycharm and Github workflow and integration process[1] -11. Create new branch and merge within my own repo[1] - +1. Python Print[1] +2. Linux Directory listing[2] +3. Docker Installation[1] #### Things we don't understand -1. Clarity on who Merges a pull request [1] -2. Difference between Docker build & Docker compose [1] -3. How docker pushes to dockerhub [1] -4. Git rebase Usage[1] -5. Git Stash Usage[1] -6. Git show Usage[1] -7. Undo specific git commit or git push[2] -8. Git Pull[2] -9. Docker Storage space limitation[2] -10. dockerization[1] -11. Git Push[1] -12. Teraform[1] -12. Cloud deployment with Kubernetes[1] - - +1. Git Stash[1] +2. GIt pull[2] +3. GIT status[1] #### Things we want to know next** -1. How to better work as a PM or as a subordinate [1] -2. Use Python program to write Hello World [1] -3. How Dockerhub pushes or uses resources against repos in scalable way [1] -4. How to deploy a web app with a database on the cloud [1] -5. Cloud deployment with Kubernetes[3] -6. Teraform Usage[3] -7. Elastic Search Indexing[3] -8. Security within our Github and Docker workflow[1] -9. Linux Directory Listings[1] +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 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 04/64] 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 05/64] 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 06/64] 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 07/64] 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 08/64] 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 09/64] 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 10/64] 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 11/64] 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 12/64] 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 13/64] 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 14/64] 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 15/64] 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 16/64] 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 17/64] 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 18/64] 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 19/64] 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 20/64] 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 21/64] 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 22/64] 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 23/64] 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 24/64] 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 25/64] 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 26/64] 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 27/64] 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 28/64] 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 29/64] 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 30/64] 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 31/64] 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 eb72fc16478722fe671e7b1fd30f92b42337c35a Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:32:31 -0600 Subject: [PATCH 32/64] added linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59980c5e..fbc428fb 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[1] - +2. Linux [1] #### Things we don't understand #### Things we want to know next** From db21a7d93b0ce4789cae0a151d7cbe1d34f6565a Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:37:11 -0600 Subject: [PATCH 33/64] added javascript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..6e69273e 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 132cd08fef8d1d3830a2167440ab5c2511f5fa3b Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:40:38 -0600 Subject: [PATCH 34/64] raect --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a91029f..3f3b68ef 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ 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 [2] +2. Linux [1] +3. JavaScript [1] +4. ReactJS [1] #### Things we don't understand 1. Git Stash[1] 2. GitHub Actions[1] From 00be2dc0e097cc6e4988f2ccc5d993114308bd8b Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:43:12 -0600 Subject: [PATCH 35/64] git stash --- 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 12909b0dc0172932e51da7285fff49d1fd087478 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:45:30 -0600 Subject: [PATCH 36/64] gitactions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..0b788d86 100644 --- a/README.md +++ b/README.md @@ -20,7 +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. GitHub Actions[1] +2. GitHub Actions [1] 3. Git Merge[1] #### Things we want to know next** 1. Terraform[1] From 7cbda21f2207e4b6a78209a19d66f24dd64bfb5d Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:46:56 -0600 Subject: [PATCH 37/64] gitmerge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91029f..b9630866 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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] +3. Git Merge [1] #### Things we want to know next** 1. Terraform[1] 2. AWS[1] From 94361e46e2183930346ab90c4805bdb1dcda6bee Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:48:24 -0600 Subject: [PATCH 38/64] teraform --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a91029f..df87b34d 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ 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] +3. Git Merge [1] #### Things we want to know next** -1. Terraform[1] +1. Terraform [1] 2. AWS[1] 3. Jenkins[1] 4. Kubernetes[1] From 3f3e2570c4192d139cbe463b25ea47f2f682b8a9 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:49:47 -0600 Subject: [PATCH 39/64] aws --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a91029f..2768b56e 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ 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] +3. Git Merge [1] #### Things we want to know next** -1. Terraform[1] -2. AWS[1] +1. Terraform [1] +2. AWS [1] 3. Jenkins[1] 4. Kubernetes[1] From b1537f003f4bb2e4a6e55f8b64cf6c58b34b0bc3 Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:51:27 -0600 Subject: [PATCH 40/64] jenkins --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a91029f..b3eb58c9 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ 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] +3. Git Merge [1] #### Things we want to know next** -1. Terraform[1] -2. AWS[1] -3. Jenkins[1] +1. Terraform [1] +2. AWS [1] +3. Jenkins [1] 4. Kubernetes[1] From 59c9abfa0d45a9f24921999b084e1d9b7f78ff5c Mon Sep 17 00:00:00 2001 From: vr62 Date: Fri, 24 Feb 2023 18:53:09 -0600 Subject: [PATCH 41/64] kubes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3eb58c9..0c774a9d 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 [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 42/64] 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 43/64] 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 44/64] 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 45/64] 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 46/64] 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 47/64] 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 48/64] 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 49/64] 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 50/64] 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 51/64] 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 52/64] 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 53/64] 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 54/64] 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 55/64] 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 56/64] 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 57/64] 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 58/64] 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 59/64] 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 f7cba1401f5050c9a1b3cb5992b522607b870881 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:52:22 -0500 Subject: [PATCH 60/64] 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 c9cf0b8ebf7ae3b28e47cd831889d158968e2568 Mon Sep 17 00:00:00 2001 From: RamyaKammari <123509204+RamyaKammari@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:55:12 -0500 Subject: [PATCH 61/64] added git stash to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 234b87a8..10402b19 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Cloud Deployment[1] 7. i want to know elastic search indexing 8. i want to know linux +9. i want to know git stash ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 6bac6cc1e93c1bc8dfe96a2a76d45c1a1fbcffa2 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Sat, 25 Feb 2023 16:08:49 -0600 Subject: [PATCH 62/64] all set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b69687f..20cd251e 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 [2] 2. Linux[2] 3. JavaScript[2] 4. ReactJS[2] From 614defff28951212fc69b5b26615a229abaa2ae3 Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Sat, 25 Feb 2023 16:13:00 -0600 Subject: [PATCH 63/64] all done --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20cd251e..5405b7fb 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes[3] 5. Elastic Search Indexing[3] 6. Cloud Deployment[2] -7. i want to know linux -8. i want to know git stash +7. i want to know linux [1] +8. i want to know git stash [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 38e305f03386f43cbe48a76587bd5c98731c973b Mon Sep 17 00:00:00 2001 From: NandiniPalwai19 Date: Sat, 25 Feb 2023 16:14:56 -0600 Subject: [PATCH 64/64] all set --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5405b7fb..5c6e0ac9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 7. i want to know linux [1] 8. i want to know git stash [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 **open powershell or terminal and run "ssh-keygen -b 4096" and hit enter through the prompts and then open the file **your home directory/.ssh/id_rsa.pub** and copy that text into your github account settings under SSH/GPG keys -> add key. in one of the prompts it will tell you where it is going to save the key. If you already have a key reusue the one you have and cancel out of the process with control c **. I do it on my mac with the command vi ~/.ssh/id_rsa.pub" and then i press shift colon : and q to quit