From 4bbdca5140c66e030284bdd8b6785c4ea87f35c2 Mon Sep 17 00:00:00 2001 From: sathvikareddyg <120155841+sathvikareddyg@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:36:40 -0500 Subject: [PATCH 01/57] Update issue templates --- .../{completed-lists.md => master-pull-request.md} | 12 ++++-------- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 4 ++-- 4 files changed, 9 insertions(+), 13 deletions(-) rename .github/ISSUE_TEMPLATE/{completed-lists.md => master-pull-request.md} (50%) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 50% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index c5cea21c..13dd62ac 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,14 +1,10 @@ --- -name: Completed Lists +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: Compiled List +title: Put your UCID as the title(replace this text) +labels: Submitting Master Branch assignees: '' --- -You need to make a pull request and add the link to the pull request to this issue when you submit. - -PULL REQUEST LINK: - -UCID: +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..5d999c99 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: What I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..81fa67b9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,8 +1,8 @@ --- 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 +title: '' +labels: What I know 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..920169c3 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,8 +1,8 @@ --- 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 +title: '' +labels: What I want to know assignees: '' --- From 1ed0694c2d960ced201dc694515d51d8f4ac749e Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Mon, 20 Feb 2023 19:35:11 -0500 Subject: [PATCH 02/57] added something to list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b49fb1d..65275317 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Python Print[1] 2. Linux Directory listing[2] 3. Docker Installation[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] From 9079aaae79d50d7d1f5bb797fbcfbf2d439d1815 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Mon, 20 Feb 2023 19:57:52 -0500 Subject: [PATCH 03/57] added something --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65275317..abcb4f33 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 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 + + ### [Assignment Video](https://youtu.be/UFLKojO3OtM) ## You will accomplish this assignment in 5 phases: From c57e4ebe340a59a67ffd5ba652d856028058dc79 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 16:34:19 -0500 Subject: [PATCH 04/57] 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 dc260b0279716a2a3e47e4359fc162998f3648b4 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Wed, 22 Feb 2023 20:02:11 -0500 Subject: [PATCH 05/57] added issue to i don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..96ae3785 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[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Auto grading[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From c3a19574a9be12c5f3dd7f5e2940af2e90312472 Mon Sep 17 00:00:00 2001 From: Koushik Voggu <123499960+koushik-27@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:38:24 -0500 Subject: [PATCH 06/57] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 ++-- .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 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..b22718c2 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -1,8 +1,8 @@ --- 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 +title: nv344 +labels: Master List assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..a4710742 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: Don't Know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..7f89b5c7 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: Know 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..2e186d31 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: Wanna Know assignees: '' --- From ac441992ef13baf04e38d955bd3f6a9e1284dbf7 Mon Sep 17 00:00:00 2001 From: Joseph2810 <123079871+Joseph2810@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:40:11 -0500 Subject: [PATCH 07/57] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 ++-- .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 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..bc649195 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -1,8 +1,8 @@ --- 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 +title: jk728 +labels: Submitting master branch assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..c0b252b2 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: Things I don't Know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..d414666d 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: Things I Know 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..167039c7 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: Things I want to Know assignees: '' --- From d144acee7b0339fa09ca066cecbf961f3115027e Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 16:41:55 -0500 Subject: [PATCH 08/57] added Git merge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1d..193fb94d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ 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. Git merge #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 66987946537fff3db795e135e768c49d9dbc3ed7 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 16:42:57 -0500 Subject: [PATCH 09/57] added to I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ae3785..3929f1c5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. JavaScript [11] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 240263f6801566eca9610b53a9a0a44bed60866e Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 16:52:57 -0500 Subject: [PATCH 10/57] added to things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3929f1c5..991dfe5b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] #### Things we want to know next** 1. JavaScript [11] -2. Cloud deployment with Kubernetes[2] +2. Resolving Errors[10] 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 From 12f3fc794cda9047a7a681bf08c87547e5445b61 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 16:58:26 -0500 Subject: [PATCH 11/57] added things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 991dfe5b..3a48dacc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. JavaScript [11] 2. Resolving Errors[10] -3. Teraform[1] +3. Web project using HTML, CSS, JavaScript[9] ## 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 07854004be16d3710b5f22c125b00f1ea0ed6b83 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 16:58:46 -0500 Subject: [PATCH 12/57] added git usage on command line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1d..521a6a77 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Python Print[1] 2. Linux Directory listing[2] 3. Docker Installation[1] +4. Using Git on command line[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 181444ec8c95d92637a10879479f06a520cc37c3 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 17:03:37 -0500 Subject: [PATCH 13/57] added things I know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a48dacc..521e37f7 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. GitHub and PyCharm work[8] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 78c43552d166c9b68d5b5f58142eafb21b55b378 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 17:08:01 -0500 Subject: [PATCH 14/57] added things i know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 521e37f7..8074aa31 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. GitHub and PyCharm work[8] -2. Linux Directory listing[2] +2. Building image on Docker[7] 3. Docker Installation[1] #### Things we don't understand 1. Auto grading[1] From 4afca70bc22e2447f42f04e40ec241ea98e827e9 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:08:37 -0500 Subject: [PATCH 15/57] I don't understand how to resolve merge conflicts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..78d16d2a 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. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. I don't understand how to resolve merge conflicts[6] 2. GIt pull[2] 3. GIT status[1] From c28c3e6edb08989db191b137f2abd9e89867d87c Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 17:11:37 -0500 Subject: [PATCH 16/57] added i know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8074aa31..9a3f8baa 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. GitHub and PyCharm work[8] 2. Building image on Docker[7] -3. Docker Installation[1] +3. GitHub commands[6] #### Things we don't understand 1. Auto grading[1] 2. GIt pull[2] From c1e25924be197594ab2bb54167031150872520dc Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:12:28 -0500 Subject: [PATCH 17/57] added How to resolve a daemon issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 193fb94d..97dfad19 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[2] 3. GIT status[1] 4. Git merge +5. How to resolve a daemon issue #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From e1f8c221e2bbe170ac82bf8c970db927b26e1678 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:15:18 -0500 Subject: [PATCH 18/57] added collaborating on GHub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 521a6a77..7aa5f201 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] 4. Using Git on command line[1] +5. Collaborating on GitHub[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From a33724179269d500f16dc849a78e8d565528694a Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:17:38 -0500 Subject: [PATCH 19/57] I don't understand Docker container images and their use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..0427ff6f 100644 --- a/README.md +++ b/README.md @@ -19,7 +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[2] +2. I don't understand Docker container images and their use 3. GIT status[1] #### Things we want to know next** From 244d1c55fc5dcbe6e5aac4fceeb2574d989041eb Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:20:47 -0500 Subject: [PATCH 20/57] Added things I don't understand 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0427ff6f..97e70d30 100644 --- a/README.md +++ b/README.md @@ -19,7 +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. I don't understand Docker container images and their use +2. I don't understand Docker container images and their use[7] 3. GIT status[1] #### Things we want to know next** From 4db1a403fec3596e90719ed77874120cbd9885b3 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:22:05 -0500 Subject: [PATCH 21/57] added Git Stash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97dfad19..fee768a4 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[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Git Stash[2] 2. GIt pull[2] 3. GIT status[1] 4. Git merge From 40c5e8d9dc01dbe3d340705230b816398e76d2c6 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:23:19 -0500 Subject: [PATCH 22/57] added port issues on docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7aa5f201..d04c5bf7 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. GIt pull[2] 3. GIT status[1] +4. port issues on docker[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 534e145fc16a01813ce14de881e49cb701b92d95 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 17:24:04 -0500 Subject: [PATCH 23/57] added i don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a3f8baa..84f7aa81 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. GitHub commands[6] #### Things we don't understand 1. Auto grading[1] -2. GIt pull[2] +2. gitHub commit and push[5] 3. GIT status[1] #### Things we want to know next** 1. JavaScript [11] From a879529b7868ffe3b8b9832dda1b127ed921dadc Mon Sep 17 00:00:00 2001 From: navyarangu Date: Thu, 23 Feb 2023 17:28:24 -0500 Subject: [PATCH 24/57] added i don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f7aa81..05f2e318 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Auto grading[1] 2. gitHub commit and push[5] -3. GIT status[1] +3. Terminal Errors[3] #### Things we want to know next** 1. JavaScript [11] 2. Resolving Errors[10] From 2736061ad06ee4fcf882f42b69c6cb28c55f021c Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:30:31 -0500 Subject: [PATCH 25/57] added Docker Installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee768a4..047e6154 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 Print[1] 2. Linux Directory listing[2] -3. Docker Installation[1] +3. Docker Installation[2] #### Things we don't understand 1. Git Stash[2] 2. GIt pull[2] From b40e94168ce608506514737792b7afcc5f3dc7e6 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:32:17 -0500 Subject: [PATCH 26/57] added issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e410cf3..1b06338e 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. I don't understand Docker container images and their use[7] +3. GIT status[1] #### Things we want to know next** From f0c9effd421e9f0fd052c0558233c7d443a9f021 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:33:00 -0500 Subject: [PATCH 27/57] added pull requests on GHub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d04c5bf7..8bfdd18c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. port issues on docker[1] +5. pull requests on GHub[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 8273bf4208f14f66f087e778f3b9cafd6df2adff Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:36:30 -0500 Subject: [PATCH 28/57] added we dont understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b06338e..5bd2b503 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. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. I don't understand how to resolve merge conflicts[6] 2. I don't understand Docker container images and their use[7] 3. GIT status[1] From a95f84fe75b146db0b54c2cd7e5b115501e1bddc Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:37:27 -0500 Subject: [PATCH 29/57] added git push and pull --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 047e6154..50ba43e1 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Python Print[1] 2. Linux Directory listing[2] 3. Docker Installation[2] +4. Git push and pull[1] #### Things we don't understand 1. Git Stash[2] 2. GIt pull[2] 3. GIT status[1] -4. Git merge -5. How to resolve a daemon issue +4. Git merge[1] +5. How to resolve a daemon issue[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 1759a6c71a0534ae47cfc3c298a9744139cb5716 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:38:09 -0500 Subject: [PATCH 30/57] added watchtower --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bfdd18c..316a1d38 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] 4. port issues on docker[1] 5. pull requests on GHub[1] +6. Watchtower[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 05f1664c25c5ce49829eb978ce5582cdd1d3f44c Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:39:50 -0500 Subject: [PATCH 31/57] added things I don't understand 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..30028f16 100644 --- a/README.md +++ b/README.md @@ -20,7 +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. GIt pull[2] -3. GIT status[1] +3. I don't know how to deal with daemon errors[8] #### Things we want to know next** 1. Elastic Search Indexing [1] From 22d71aba8836bd70367657db4703ede841e28150 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:43:21 -0500 Subject: [PATCH 32/57] added Building Docker image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50ba43e1..70503b10 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[2] 4. Git push and pull[1] +5. Building Docker Image [1] #### Things we don't understand 1. Git Stash[2] 2. GIt pull[2] From bd0be066a50ef76c54ee95f552df395829400d45 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:45:01 -0500 Subject: [PATCH 33/57] added working with Vi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 316a1d38..ff15b034 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] +4. Working with Vi[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 03235c87984e06df48ae211b2a38bc61a9abab79 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:48:44 -0500 Subject: [PATCH 34/57] added Automated Tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70503b10..90814520 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] +4. How write Automated Tests [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 034b7492a461a7f1b4cdcbb9244b637a38fd38c7 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:49:15 -0500 Subject: [PATCH 35/57] updated count of Kubernetes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff15b034..481f2e49 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Watchtower[1] #### Things we want to know next** 1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] +2. Cloud deployment with Kubernetes[3] 3. Teraform[1] 4. Working with Vi[1] From 30f4b91c829f526045442baa4c0a9b73673347d1 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:50:54 -0500 Subject: [PATCH 36/57] removed spaces --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0d4d6d89..49754a6d 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Installation[1] #### Things we don't understand - - - 1. I don't understand how to resolve merge conflicts[6] 2. I don't understand Docker container images and their use[7] 3. I don't know how to deal with daemon errors[8] - - #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 89df3af38c16b31fe93f2159255283762cd4bfa8 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 17:52:51 -0500 Subject: [PATCH 37/57] Added Things I learned 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..ce710752 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. I learned Git issues[9] 2. Linux Directory listing[2] 3. Docker Installation[1] From 88074ac3ffbc67f8d0e1c067214ca1f0683ac154 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:53:09 -0500 Subject: [PATCH 38/57] added Devops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90814520..03db53f5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] 4. How write Automated Tests [1] +5. Devops[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 cc3faa11731f2f708dc135f7efb02fd117eb609d Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 17:56:42 -0500 Subject: [PATCH 39/57] added webpack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 481f2e49..e7566655 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[3] 3. Teraform[1] 4. Working with Vi[1] +5. Webpack[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 c5c4137b9d3fa0b764d86d23c55bc316f5a90bc0 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 23 Feb 2023 17:58:54 -0500 Subject: [PATCH 40/57] added Webpage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03db53f5..517a274a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. How write Automated Tests [1] 5. Devops[1] +6. How to create a webpage[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 0b863173e0d567a2d45df2ee5e90be1364f07dc2 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 18:31:07 -0500 Subject: [PATCH 41/57] Added in main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999c350c..82000acc 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. I learned Git issues[9] -2. Linux Directory listing[2] +2. I learned Git status[10] 3. Docker Installation[1] #### Things we don't understand From 152fe0a825e1e9c1343ea8f2bf0316d16d8fbf78 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 18:44:00 -0500 Subject: [PATCH 42/57] Added things in learned 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..ea9f6721 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 Print[1] 2. Linux Directory listing[2] -3. Docker Installation[1] +3. I learned pycharm[11] #### Things we don't understand 1. Git Stash[1] From a00303c4a6dad052af39d1f162ddcff19f06dba2 Mon Sep 17 00:00:00 2001 From: koushik-27 Date: Thu, 23 Feb 2023 18:44:49 -0500 Subject: [PATCH 43/57] updated the count of docker installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7566655..538a3ca5 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 Print[1] 2. Linux Directory listing[2] -3. Docker Installation[1] +3. Docker Installation[2] 4. Using Git on command line[1] 5. Collaborating on GitHub[1] #### Things we don't understand From 143d8a230201c3abb11e38c4b127eef9ed39a0af Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 18:55:05 -0500 Subject: [PATCH 44/57] Added things I want to know 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..95a4a20f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. I want to know about CI/CD tools[12] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 35063f1ba2f07427bc6816c2e0f3c88eb5be7e86 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 18:58:46 -0500 Subject: [PATCH 45/57] Added things I learned 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..b5e30471 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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[2] +2. I want to know Git remote repositories[13] 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 From ac48c745cce640673cad1e24cd5348414585acc7 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:04:09 -0500 Subject: [PATCH 46/57] things I want to know 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcb4f33..845ac6ac 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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[2] -3. Teraform[1] +3. I want to know about cloud deployment with Kubernetes[14] ## 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 823fa3f9b8e34b664f39d1bc6d7791521bb913d2 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:16:14 -0500 Subject: [PATCH 47/57] Added things I understand 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9efa43a0..940c673d 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. I learned Git issues[9] -2. I learned Git status[10] +2. I learned Git status[26] 3. I learned pycharm[11] #### Things we don't understand From 6ee6f54c6a39873a8ea0c509bd089d3f1de23b06 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:25:05 -0500 Subject: [PATCH 48/57] added changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 940c673d..74f49997 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. I learned Git issues[9] 2. I learned Git status[26] -3. I learned pycharm[11] +3. Docker Installation[1] #### Things we don't understand 1. I don't understand how to resolve merge conflicts[6] @@ -23,9 +23,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. I don't know how to deal with daemon errors[8] #### Things we want to know next** -1. I want to know about CI/CD tools[12] -2. I want to know Git remote repositories[13] -3. I want to know about cloud deployment with Kubernetes[14] +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 9017e04d3e4b97bbcdbe2dbb5db940d5a30a54de Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:28:43 -0500 Subject: [PATCH 49/57] added changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03456af2..907af37e 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. I learned Git issues[9] -2. I learned Git status[10] +2. I learned Git status[26] 3. I learned pycharm[11] #### Things we don't understand From cbb99636004e4219dab52b886e8056999a7b6b31 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:36:45 -0500 Subject: [PATCH 50/57] added changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4c47b7..29427998 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. I learned Git issues[9] -2. I learned Git status[10] +2. I learned Git status[26] 3. I learned pycharm[11] #### Things we don't understand From e736a51b9478579da7ddefe620194fe9ad944267 Mon Sep 17 00:00:00 2001 From: sathvikareddyg Date: Thu, 23 Feb 2023 19:38:34 -0500 Subject: [PATCH 51/57] added changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9efa43a0..069f5d42 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. I learned Git issues[9] -2. I learned Git status[10] +2. I learned Git status[26] 3. I learned pycharm[11] #### Things we don't understand From cde510b7be4ade49d58b599be943478332026be7 Mon Sep 17 00:00:00 2001 From: Koushik Voggu <123499960+koushik-27@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:56:08 -0500 Subject: [PATCH 52/57] Revert "7 things i learned 1" From 37e75bb83d41da801a21ced160d9d73b7bbc6c74 Mon Sep 17 00:00:00 2001 From: Koushik Voggu <123499960+koushik-27@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:59:07 -0500 Subject: [PATCH 53/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70737e66..5338c3eb 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 Print[1] 2. Linux Directory listing[2] -3. Docker Installation[2] +3. Docker Installation[3] 4. Git push and pull[1] 5. Building Docker Image [1] 6. Using Git on command line[1] From 9e3534e2dd1bcacf412925bec190aa2cd3035e10 Mon Sep 17 00:00:00 2001 From: Koushik Voggu <123499960+koushik-27@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:14:33 -0500 Subject: [PATCH 54/57] Update issue templates --- .github/ISSUE_TEMPLATE/assignment-master-list.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/assignment-master-list.md diff --git a/.github/ISSUE_TEMPLATE/assignment-master-list.md b/.github/ISSUE_TEMPLATE/assignment-master-list.md new file mode 100644 index 00000000..8c34e34f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assignment-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assignment master list +about: merging my master with another person's master +title: '' +labels: '' +assignees: '' + +--- + +This issue references the pull request I've made to merge my main with another person's main. From d27b1673f443ccdfe3aa8964bd5732c3befa2f8e Mon Sep 17 00:00:00 2001 From: navyaRangu <123217461+navyarangu13@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:51:00 -0500 Subject: [PATCH 55/57] Update issue templates --- .github/ISSUE_TEMPLATE/assignment-master-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/master-pull-request.md | 2 +- .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/assignment-master-list.md diff --git a/.github/ISSUE_TEMPLATE/assignment-master-list.md b/.github/ISSUE_TEMPLATE/assignment-master-list.md new file mode 100644 index 00000000..47496e08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assignment-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assignment master list +about: merging my master with another person's master +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 13dd62ac..91cf94a5 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -2,7 +2,7 @@ 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: Submitting Master Branch +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 5d999c99..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: What I don't know +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 81fa67b9..25b7b1c1 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: '' -labels: What I know +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 920169c3..fccc01f6 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: '' -labels: What I want to know +labels: '' assignees: '' --- From 4442423cd84f8f102f88a9199af410fea11dc4c1 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Fri, 24 Feb 2023 22:52:24 -0500 Subject: [PATCH 56/57] updated the list --- README.md | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index bfbcb111..b0fdaaf2 100644 --- a/README.md +++ b/README.md @@ -12,38 +12,30 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### 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. I learned Git issues[9] -2. I learned Git status[26] +**#### Things we understand** +1. I learned Git issues[1] +2. I learned Git status[1] 3. Docker Installation[1] +4. GitHub and PyCharm work[1] +5. Building image on Docker[1] +6. GitHub commands[1] #### Things we don't understand -1. I don't understand how to resolve merge conflicts[6] -2. I don't understand Docker container images and their use[7] -3. I don't know how to deal with daemon errors[8] +1. I don't understand how to resolve merge conflicts[1] +2. I don't understand Docker container images and their use[1] +3. I don't know how to deal with daemon errors[1] +4. Auto grading[1] +5. gitHub commit and push[1] +6. Terminal Errors[1] #### Things we want to know next** -1. I want to know about CI/CD tools[12] -2. I want to know Git remote repositories[13] -3. Teraform[1] - - - - - -1. GitHub and PyCharm work[8] -2. Building image on Docker[7] -3. GitHub commands[6] -#### Things we don't understand -1. Auto grading[1] -2. gitHub commit and push[5] -3. Terminal Errors[3] - -#### Things we want to know next** -1. JavaScript [11] -2. Resolving Errors[10] -3. Web project using HTML, CSS, JavaScript[9] +1. I want to know about CI/CD tools[1] +2. I want to know Git remote repositories[1] +3. cloud deployment with kubernetes[1] +4. JavaScript [1] +5. Resolving Errors[1] +6. Web project using HTML, CSS, JavaScript[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 46be59f249499d37f18116402ae651d9a75b59e0 Mon Sep 17 00:00:00 2001 From: navyarangu Date: Fri, 24 Feb 2023 22:54:53 -0500 Subject: [PATCH 57/57] updated the issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0fdaaf2..8b85f0d9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. cloud deployment with kubernetes[1] 4. JavaScript [1] 5. Resolving Errors[1] -6. Web project using HTML, CSS, JavaScript[1]** +6. Web project using HTML, CSS, JavaScript[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