From 5ae7078f425a7c4500f8d16c939cfc2eb4a064de Mon Sep 17 00:00:00 2001 From: Justin Diaz <76543236+Jad229@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:01:33 -0500 Subject: [PATCH 001/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-know.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-learned.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-want-to-learn.md | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/things-i-don-t-know.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-learned.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-learn.md diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-know.md b/.github/ISSUE_TEMPLATE/things-i-don-t-know.md new file mode 100644 index 000000000..0121b4631 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-know.md @@ -0,0 +1,10 @@ +--- +name: Things I don't know +about: Describe this issue template's purpose here. +title: '' +labels: Things I know +assignees: '' + +--- + +Please add 1 item that you don't know yet. File new issues for each item that you don't know. Please keep the number of characters to no more than 255. diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md new file mode 100644 index 000000000..5efbcdc12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -0,0 +1,10 @@ +--- +name: Things I learned +about: Describe this issue template's purpose here. +title: '' +labels: Things I learned +assignees: '' + +--- + +Please add 1 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/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md b/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md new file mode 100644 index 000000000..b7111ac2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md @@ -0,0 +1,10 @@ +--- +name: Things I want to learn +about: Describe this issue template's purpose here. +title: '' +labels: Things I want to know +assignees: '' + +--- + +Please add 1 item that you want to learn. File new issues for each item that you want to learn. Please keep the number of characters to no more than 255. From 1d004ea0485e8d37950acf28c2968302127caf30 Mon Sep 17 00:00:00 2001 From: Justin Diaz <76543236+Jad229@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:16:09 -0500 Subject: [PATCH 002/517] CHANGE: added list item to things I learned --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e858738d3..9bb5fca45 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Collaborating on GitHub: 7. Collaborate with your partner: By this time, your partner should have completed their task as well, and they can make a pull request to merge their feature into the owner's repository. Only the owner of the repository can actually merge. You may get merge conflicts, but you can reduce the likelihood of a conflict by making sure that both partners' repo's master branch is updated and that the branch you are submitting a pull request for is up-to-date with master on both repositories. ## Put your items here -### Things you understand so far +### How to create an oracle VM instance 1. Add items to the list ### Things you don't understand about what we are doing / web development. 1. Add items to the list From 6d515fb35d1b17b1cb99abd878c9b814a48708ef Mon Sep 17 00:00:00 2001 From: Justin Diaz <76543236+Jad229@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:20:49 -0500 Subject: [PATCH 003/517] CHANGES: added item to things I learned --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb5fca45..52c2492f7 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Collaborating on GitHub: 7. Collaborate with your partner: By this time, your partner should have completed their task as well, and they can make a pull request to merge their feature into the owner's repository. Only the owner of the repository can actually merge. You may get merge conflicts, but you can reduce the likelihood of a conflict by making sure that both partners' repo's master branch is updated and that the branch you are submitting a pull request for is up-to-date with master on both repositories. ## Put your items here -### How to create an oracle VM instance -1. Add items to the list +### Things you learned +1. How to create an Oracle VM instance ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From 07291af5a18e5ef8500e26d29cec117281f6c8c6 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:05:33 -0500 Subject: [PATCH 004/517] CHANGES: added idea folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..757fee31c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea \ No newline at end of file From 2f043c38fe61134cacb921dc6450e479b5aab86e Mon Sep 17 00:00:00 2001 From: Kadeem Lewis Date: Thu, 16 Feb 2023 19:44:54 -0500 Subject: [PATCH 005/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-learned.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/things-i-learned.md diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md new file mode 100644 index 000000000..aa6909059 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -0,0 +1,10 @@ +--- +name: Things I Learned +about: Things I learned in class +title: '' +labels: things I learned +assignees: '' + +--- + +I learned... From a1935e6b694b7ce2303cc645f46742dfa163fccc Mon Sep 17 00:00:00 2001 From: samaraaugust <76708246+samaraaugust@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:26:24 -0500 Subject: [PATCH 006/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 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/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..cf4f2ec98 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: I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..f5743c08f 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: I want to know assignees: '' --- From 4eeda6f9be28235ce41c5ff934e8f3a6afe44852 Mon Sep 17 00:00:00 2001 From: Kadeem Lewis Date: Fri, 17 Feb 2023 10:09:12 -0500 Subject: [PATCH 007/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-dont-understand.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/things-i-dont-understand.md diff --git a/.github/ISSUE_TEMPLATE/things-i-dont-understand.md b/.github/ISSUE_TEMPLATE/things-i-dont-understand.md new file mode 100644 index 000000000..45e5dbea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-dont-understand.md @@ -0,0 +1,10 @@ +--- +name: Things I Dont understand +about: Concepts I don't understand +title: '' +labels: things I dont understand +assignees: '' + +--- + +I don't understand From b6c8e87339e808efae0661a49f1e1650cc23963f Mon Sep 17 00:00:00 2001 From: Kadeem Lewis Date: Fri, 17 Feb 2023 10:13:58 -0500 Subject: [PATCH 008/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-know.md diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md new file mode 100644 index 000000000..8f7abdb77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -0,0 +1,10 @@ +--- +name: Things I want to know +about: Concepts I am interested in learning +title: '' +labels: things I want to know +assignees: '' + +--- + +I want to learn... From b92132d951c69419cc6b9f66e58f403d6f05b16c Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:24:51 -0500 Subject: [PATCH 009/517] CHANGES: added containerization to Things we want to know incremented it by 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..750bb1d26 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. Containerization[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 2bdfe5e6c858ccaf17bcc12c18cbd82077483217 Mon Sep 17 00:00:00 2001 From: Justin Diaz <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:14:59 -0500 Subject: [PATCH 010/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-know.md | 10 ---------- .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 | 10 ---------- .github/ISSUE_TEMPLATE/things-i-want-to-learn.md | 4 ++-- 6 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/things-i-don-t-know.md delete mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-know.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 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/things-i-don-t-know.md b/.github/ISSUE_TEMPLATE/things-i-don-t-know.md deleted file mode 100644 index 0121b4631..000000000 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-know.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things I don't know -about: Describe this issue template's purpose here. -title: '' -labels: Things I know -assignees: '' - ---- - -Please add 1 item that you don't know yet. File new issues for each item that you don't know. Please keep the number of characters to no more than 255. diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..2c089f6be 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 ff68fa38f..d14bca735 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 +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 deleted file mode 100644 index 025fa8f14..000000000 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 -assignees: '' - ---- - -Please describe what you want to know in less than 255 characters. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md b/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md index b7111ac2a..fef0d4eca 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-learn.md @@ -1,8 +1,8 @@ --- -name: Things I want to learn +name: Things I Want to Learn about: Describe this issue template's purpose here. title: '' -labels: Things I want to know +labels: '' assignees: '' --- From 93bed8df5cec745351faf3d7aa3628c1c6ad2e76 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:10:35 -0500 Subject: [PATCH 011/517] CHANGES: added Unit Testing to list incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 750bb1d26..59b796215 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Containerization[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] +4. Unit Testing[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 5e2899bb21bbea2a26325aa18387c2a87271cac4 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:16:40 -0500 Subject: [PATCH 012/517] CHANGES: added docker compose file to list, incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 750bb1d26..f992f5bd2 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. Docker Compose Files[1] #### Things we want to know next** 1. Containerization[1] 2. Cloud deployment with Kubernetes[2] From e226860a3618ae35d61c10e45d0d87af5b482746 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:23:52 -0500 Subject: [PATCH 013/517] CHANGES: fixed spaces, added kibana to list, and incremented by 1 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 750bb1d26..ce8ef7742 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,18 @@ 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 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. Containerization[1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Containerization[1] +2. Cloud deployment with Kubernetes[2] +3. Teraform[1] +4. Kibana[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 84e76e608292d45bde54e0c7aefe290ffd231904 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:32:20 -0500 Subject: [PATCH 014/517] CHANGES: fixed merge conflict added Kibana, incremented by 1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8ef7742..2650629ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Containerization[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] -4. Kibana[1] +4. Unit Testing[1] +5. Kibana[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 2399be31854c75a5cddda9de2e4c627bad0c4ee3 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:38:51 -0500 Subject: [PATCH 015/517] CHANGES: corrected format on list items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dd1d7f6f..35f647261 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ 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[2] -3. GIT status[1] +2. Git pull[2] +3. Git status[1] 4. Docker Compose Files[1] #### Things we want to know next** 1. Containerization[1] From 487ee4523cd30ef1293f0cf31f9fe716d1d12473 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:44:28 -0500 Subject: [PATCH 016/517] CHANGES: Added virtualization to list, incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35f647261..1195c612e 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. Virtualization[1] #### Things we don't understand 1. Git Stash[1] 2. Git pull[2] From 2856dc36a7a3a5ed64a48b249ec6e92a7bef3927 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:47:01 -0500 Subject: [PATCH 017/517] CHANGES: added Docker to list, incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1195c612e..bb1d84a8d 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. Virtualization[1] +5. Docker[1] #### Things we don't understand 1. Git Stash[1] 2. Git pull[2] From 4f62c16dc486a3ff471d48e7c0e586bfeb0a4b8e Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:52:20 -0500 Subject: [PATCH 018/517] CHANGES: incremented Cloud deployment with kubernetes by 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1d84a8d..e129fe5a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Docker Compose Files[1] #### Things we want to know next** 1. Containerization[1] -2. Cloud deployment with Kubernetes[2] +2. Cloud deployment with Kubernetes[3] 3. Teraform[1] 4. Unit Testing[1] 5. Kibana[1] From 2825ceaffa42e1c5acee51572ea4e3111c3a6ddf Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:57:29 -0500 Subject: [PATCH 019/517] CHANGES: added git stash to list, incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e129fe5a4..6ef3e8bcf 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. Unit Testing[1] 5. Kibana[1] +6. 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 From 00864f449c770de62028bf9577b05a634e06f895 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:03:26 -0500 Subject: [PATCH 020/517] CHANGES: added traefik to list, incremented by 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ef3e8bcf..74700bd93 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. Docker Compose Files[1] +5. Traefik[1] #### Things we want to know next** 1. Containerization[1] 2. Cloud deployment with Kubernetes[3] From 2eb18cfb9d6c9f58419ca0f97a45befd6ffdcd7b Mon Sep 17 00:00:00 2001 From: ers34 <58746249+ers34@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:14:28 -0500 Subject: [PATCH 021/517] Update issue templates Add correct labels to each issue template (3) --- .github/ISSUE_TEMPLATE/completed-lists.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 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 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/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..4257e8733 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: i don't understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..67a10cf11 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: i learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..3b2a98acd 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. +about: Please describe what you want to know in less than 255 characters. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: i want to know assignees: '' --- From 98f8be0a57a8fa3b7f63fabf1e5c87f004982dd1 Mon Sep 17 00:00:00 2001 From: Salmaan Saeed Date: Fri, 17 Feb 2023 17:00:29 -0500 Subject: [PATCH 022/517] 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 c5cea21c6..598dcc230 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 000000000..056864e47 --- /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: Master 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 472a53624..1c8839ab6 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 Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b29f3e88e 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: 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 025fa8f14..af051eb46 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: Want to Know assignees: '' --- From af2040dff2e9fe7ce85270b023a0b4dc216233bd Mon Sep 17 00:00:00 2001 From: sagedemage Date: Fri, 17 Feb 2023 17:24:26 -0500 Subject: [PATCH 023/517] added a list about not knowing how to do user authentcation in the things we don't understand section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..90a756df0 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. I don't know how implement user authentication 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From cf391b533e938b722b5d05117a3e091bb3bf98f0 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Fri, 17 Feb 2023 17:45:41 -0500 Subject: [PATCH 024/517] added a list about learning to use docker in the things we understand section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a756df0..cbe2f74ff 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 to use docker for running and building containers 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From d2b57a99f5d5cbc60ab4b8d1fff23974240ea5f4 Mon Sep 17 00:00:00 2001 From: jgwentworth92 Date: Fri, 17 Feb 2023 21:13:54 -0500 Subject: [PATCH 025/517] Initial commit --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 +++ .../things-i-don-t-understand.md | 10 ++ .github/ISSUE_TEMPLATE/things-i-learned.md | 10 ++ .../ISSUE_TEMPLATE/things-i-want-to-know.md | 10 ++ .gitignore | 1 + LICENSE | 21 +++++ README.md | 94 +++++++++++++++++++ 7 files changed, 160 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-don-t-understand.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-learned.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-know.md create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md new file mode 100644 index 000000000..c5cea21c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -0,0 +1,14 @@ +--- +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: '' + +--- + +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: diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md new file mode 100644 index 000000000..472a53624 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -0,0 +1,10 @@ +--- +name: Things I Don't Understand +about: This is for adding issues that you don't understand +title: '' +labels: Things I Don't Understand +assignees: '' + +--- + +I don't understand diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md new file mode 100644 index 000000000..ff68fa38f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -0,0 +1,10 @@ +--- +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 +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/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md new file mode 100644 index 000000000..025fa8f14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -0,0 +1,10 @@ +--- +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 +assignees: '' + +--- + +Please describe what you want to know in less than 255 characters. diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..723ef36f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..ca0e1d0ff --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 kaw393939 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 000000000..0b49fb1dd --- /dev/null +++ b/README.md @@ -0,0 +1,94 @@ +# MyWebClass Collaboration and Brainstorming Assignment + +## Overview + +The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. + +## Learning Objectives: +1. You will learn to collaborate online using GIT +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 prioritze each issue. + +### Your list should look like this: +#### Things we understand** +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] +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 +**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: + +1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. + **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. + +2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** + +This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. + +3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. + +4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. + +5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. + +### You are done when you have completed the following: + +1. Added your issues individually and resolved them +2. Made 9 pull requests to another person for each item that contains the branch you want to merge +3. Merged 9 pull requests from someone else +3. Made a pull request to another person with your master branch that contains the consolidated list +4. Merged the pull request of someone elsesa compiled list +5. Submmited a pull request to this repository to have your complete list merged + +### Canvas Submission instructions + +To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. + +## Project Setup Instructions +Collaborating on GitHub: + +1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. +3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". +5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". +4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. + + +### Project management and Collaboration workflow Steps +1. create an issue +2. assign issue to project task +* Assign to yourself +* Assign to correct project board +* Assign to "todo" project status +* Assign to the correct milestone +* create issue branch +3. Go to the project board and move the task you created to in progress +4. git fetch origin to see new branch +5. checkout issue branch locally +6. git status to make sure you don't have any changed files in the branch before you work +7. Resolve the issue by adding the list item or incrementing the count of the item +8. commit -a -m "message text" to do the commit +9. git push origin head <- pushes current branch to github +10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine +11. merge the pull request and add "closes # i.e. closes #4 to close the issue +12. Check that your task is moved from in progress to done +13. update your local main branch with the changes from the merge by doing git pull origin main +14. Repeat again, and again, and again + From 7e301a876227db1f60d1e5c0958f4b9c08b03d7b Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sat, 18 Feb 2023 13:39:18 -0500 Subject: [PATCH 026/517] Update issue templates --- .../{completed-lists.md => master-pull-request.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(-) rename .github/ISSUE_TEMPLATE/{completed-lists.md => master-pull-request.md} (82%) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 82% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index c5cea21c6..88a3bcc3b 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,8 +1,8 @@ --- -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 +labels: Submitting my 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 472a53624..cf4f2ec98 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: I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..88f5373b0 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 5bac585c1f8780243e9e7befa0f31cf0cef3750d Mon Sep 17 00:00:00 2001 From: Tawana A Arthur <89936951+tawana0518@users.noreply.github.com> Date: Sat, 18 Feb 2023 14:09:40 -0500 Subject: [PATCH 027/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..2c089f6be 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 ff68fa38f..b600819af 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 025fa8f14..88f5373b0 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 1aa50056ba545a73dbaf57d03d597c9b512a5456 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sat, 18 Feb 2023 14:11:59 -0500 Subject: [PATCH 028/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 88f5373b0..f5743c08f 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: '' +labels: I want to know assignees: '' --- From 8d8727ff257014e6fd678a0c35d16dbeb919a331 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 15:16:37 -0500 Subject: [PATCH 029/517] added issue about vuejs --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..ccc5eb711 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ 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. +2. +3. #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. How to use and implement vuejs +2. +3. #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. +2. +3. ## 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 47918d5e13028098f123c76d4e42f8bbe1c15c77 Mon Sep 17 00:00:00 2001 From: Salmaan Saeed Date: Sat, 18 Feb 2023 15:39:09 -0500 Subject: [PATCH 030/517] Update issue templates --- .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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1c8839ab6..b39056467 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,7 +1,7 @@ --- name: Things I Don't Understand about: This is for adding issues that you don't understand -title: '' +title: "[Things I Don't Understand] - (insert text)" labels: Don't Understand assignees: '' diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index b29f3e88e..9629ca365 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,7 +1,7 @@ --- name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" +title: "[Things I Learned] - (insert text)" labels: 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 af051eb46..bbf9de6a0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,7 +1,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]' +title: "[Thing I want to Knows] - (insert text)" labels: Want to Know assignees: '' From 17ac7154d22b45bf26dab7a73fc0d6a8ca1c0dac Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:01:05 -0500 Subject: [PATCH 031/517] rename docker info to docker cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe2f74ff..eb825bf30 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. I learned to use docker for running and building containers +1. Docker Cli 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 2848517914e9d13423de83350f63e1704d2db4d6 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:03:06 -0500 Subject: [PATCH 032/517] added flask to things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb825bf30..3baa35381 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. Docker Cli -2. Linux Directory listing[2] +2. Flask 3. Docker Installation[1] #### Things we don't understand 1. I don't know how implement user authentication From 1902455944a26a610ab674e293892ee288d3c466 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:09:23 -0500 Subject: [PATCH 033/517] rename user auth info to user authentication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3baa35381..5e2987fdc 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. Flask 3. Docker Installation[1] #### Things we don't understand -1. I don't know how implement user authentication +1. User Authentication 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 63654d92a6da05dcf52ef9cfacf980378a27b29e Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 16:09:53 -0500 Subject: [PATCH 034/517] Added git fetch to things we don't understand section of list. --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..0e0015c80 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,11 @@ 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. #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Git Fetch #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +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 8a0aadb6dc330e93d56b37e93d9894d7e93acd25 Mon Sep 17 00:00:00 2001 From: srinivasbojja369 <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:10:55 -0500 Subject: [PATCH 035/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..f2dcfd782 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -1,9 +1,9 @@ --- 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: '' +title: SB2542 +labels: Submit Master Branch +assignees: srinivasbojja369 --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..02488d2f5 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,9 +2,9 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: Things I Don't Understand -assignees: '' +labels: I dont know +assignees: srinivasbojja369 --- -I don't understand +I don't understand how to use docker in high-end-based projects. diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..e970a85c3 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,9 +2,9 @@ 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 -assignees: '' +labels: I know +assignees: srinivasbojja369 --- -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. +I learned how to use git and GitHub for software projects. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..0d45bd5d2 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,9 +2,9 @@ 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 -assignees: '' +labels: I want to know +assignees: srinivasbojja369 --- -Please describe what you want to know in less than 255 characters. +I Want to learn DevOps. From 23a3e3aa3446737544664e1472e2f91b20f7719a Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:13:57 -0500 Subject: [PATCH 036/517] added issue about teraform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc5eb711..61d673910 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. #### Things we don't understand 1. How to use and implement vuejs -2. +2. I don't know what teraform is or how to use it 3. #### Things we want to know next** 1. From 2dcbf6641ce42e463a14ea8c1cccaa5f682f33c8 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:17:25 -0500 Subject: [PATCH 037/517] added CI/CD in things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2987fdc..65fbe4ddf 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. Docker Cli 2. Flask -3. Docker Installation[1] +3. CI/CD #### Things we don't understand 1. User Authentication 2. GIt pull[2] From 2bb89c37478fba748fec4fb77fada358ca746516 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:19:50 -0500 Subject: [PATCH 038/517] added issue about git stash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d673910..78c64272f 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. How to use and implement vuejs 2. I don't know what teraform is or how to use it -3. +3. I don't understand how to use git stash and how it temporarily gets rid of changes #### Things we want to know next** 1. 2. From 59cdf2212011be22205707d2f4390c1b5cf333df Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:21:33 -0500 Subject: [PATCH 039/517] added MVC in things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fbe4ddf..cdd38153e 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. CI/CD #### Things we don't understand 1. User Authentication -2. GIt pull[2] +2. MVC 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 8b2a722334230e6d3a8c51797ec827a2eab1c856 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:24:19 -0500 Subject: [PATCH 040/517] added issue about ssh keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c64272f..dd4b06562 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. +1. I learned how to add ssh key to github account and how to connect with local environment 2. 3. #### Things we don't understand From 3839d106d864bb6d3b3a88b9c726ed6e01ad6415 Mon Sep 17 00:00:00 2001 From: Salmaan Saeed Date: Sat, 18 Feb 2023 16:24:28 -0500 Subject: [PATCH 041/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 9629ca365..62881a696 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,4 @@ 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. +I learned diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index bbf9de6a0..e784d2c7c 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,4 +7,4 @@ assignees: '' --- -Please describe what you want to know in less than 255 characters. +I want to know From 4241d4f79c6089c3a972604d7cbc104728dc6e98 Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 16:25:53 -0500 Subject: [PATCH 042/517] Added git rebase to things we don't understand section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e0015c80..3de4edabc 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. #### Things we don't understand 1. Git Fetch +2. Git Rebase #### Things we want to know next** 1. From 54d66b44d168d042470d2aa815d62439f03ea3b6 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:27:58 -0500 Subject: [PATCH 043/517] added mobile responsiveness in things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd38153e..146e46f5c 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. User Authentication 2. MVC -3. GIT status[1] +3. Mobile Responsiveness #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 3761c45021beff3c8358bb4ed2cf6570f7935cc7 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:28:58 -0500 Subject: [PATCH 044/517] added issue about docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4b06562..d70b16462 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 how to add ssh key to github account and how to connect with local environment -2. +2. I learned how to use docker to create web applications and how using images can be effective and useful. 3. #### Things we don't understand 1. How to use and implement vuejs From 0676491b9915595e83031bf12aa84a75e032d22e Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:35:54 -0500 Subject: [PATCH 045/517] added issue about reactjs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d70b16462..430d3e015 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 how to add ssh key to github account and how to connect with local environment 2. I learned how to use docker to create web applications and how using images can be effective and useful. -3. +3. I learned about how to ReactJS to build web applications. #### Things we don't understand 1. How to use and implement vuejs 2. I don't know what teraform is or how to use it From 71353caad96b81ec56af4d3ec2c2d4815fed1169 Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 16:36:00 -0500 Subject: [PATCH 046/517] Added docker images to things we don't understand section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3de4edabc..a0c1a8554 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Fetch 2. Git Rebase +3. Docker Images #### Things we want to know next** 1. From bca4c3da9d8a089511f1179eeea96a94bbfcf22a Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 16:42:44 -0500 Subject: [PATCH 047/517] Added github repo to things we understand section of list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c1a8554..66837098a 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. +1. Github Repository #### Things we don't understand 1. Git Fetch 2. Git Rebase From cd1227c96a193fede9c6507d3ad504489ee4b690 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:43:55 -0500 Subject: [PATCH 048/517] added issue about git commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 430d3e015..2cf9a4cc6 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. I don't know what teraform is or how to use it 3. I don't understand how to use git stash and how it temporarily gets rid of changes #### Things we want to know next** -1. +1. I want to learn more about git commands so that I could just use the terminal quickly 2. 3. From 350de3d0a92e11dcee449133531269084080506a Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:46:25 -0500 Subject: [PATCH 049/517] moved mobile responsiveness to things we understand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 146e46f5c..f2c7a52f3 100644 --- a/README.md +++ b/README.md @@ -14,12 +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. Docker Cli -2. Flask +2. Mobile Responsiveness 3. CI/CD #### Things we don't understand 1. User Authentication 2. MVC -3. Mobile Responsiveness +3. #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 790e1800c9feab1aadb930fac2e8c58c4aa0ade8 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:48:09 -0500 Subject: [PATCH 050/517] added issue about vuejs vs reactjs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf9a4cc6..03bf9b445 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. I don't understand how to use git stash and how it temporarily gets rid of changes #### Things we want to know next** 1. I want to learn more about git commands so that I could just use the terminal quickly -2. +2. I want to learn how to use vuejs instead of reactjs 3. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 50e5163a38bdfb1c5c3f59b334274ea2c24d39a0 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:53:08 -0500 Subject: [PATCH 051/517] added elestic search to things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c7a52f3..248576489 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. User Authentication 2. MVC -3. +3. Elastic Search #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From d3ac88b3deeafe2a90df2c7244711aa8e3e461c9 Mon Sep 17 00:00:00 2001 From: Samara Augustin Date: Sat, 18 Feb 2023 16:53:33 -0500 Subject: [PATCH 052/517] added issue about using godaddy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03bf9b445..5bcec75a2 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. I want to learn more about git commands so that I could just use the terminal quickly 2. I want to learn how to use vuejs instead of reactjs -3. +3. I want to continue to learn about how to depoly webstite on godaddy using docker and oracle ## 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 2611ce344c0bb3f084ed54d4b3ab86784a29031a Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 16:53:52 -0500 Subject: [PATCH 053/517] Added pull request to things we understand section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66837098a..f975788fd 100644 --- a/README.md +++ b/README.md @@ -14,6 +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 Repository +2. Pull Request #### Things we don't understand 1. Git Fetch 2. Git Rebase From 66bc45338c85b135bf19c6c2934bf091dc40c22d Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 16:55:53 -0500 Subject: [PATCH 054/517] ADDED: First thing to I learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..53c61af89 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -6,5 +6,4 @@ labels: Things I learned 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. +I learned Git Commands \ No newline at end of file From c6a2a9c7ed2e3ed0c1058bdd273e5da5e6d12680 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 16:57:15 -0500 Subject: [PATCH 055/517] added NoSQL in things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 248576489..919115c27 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. MVC 3. Elastic Search #### Things we want to know next** -1. Elastic Search Indexing [1] +1. NoSQL 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 6c40fb08c2895238fee949b92aca2776a4eaa8b0 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 17:00:04 -0500 Subject: [PATCH 056/517] added Kubernetes in things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919115c27..6c2169549 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. Elastic Search #### Things we want to know next** 1. NoSQL -2. Cloud deployment with Kubernetes[2] +2. Kubernetes 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 1f2f2841d4a6fc2da07c532d23d11e010590b413 Mon Sep 17 00:00:00 2001 From: Salmaan Saeed Date: Sat, 18 Feb 2023 17:01:56 -0500 Subject: [PATCH 057/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index e784d2c7c..69a697417 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,7 +1,7 @@ --- name: Things I want to know about: Describe this issue template's purpose here. -title: "[Thing I want to Knows] - (insert text)" +title: "[Thing I want to Know] - (insert text)" labels: Want to Know assignees: '' From 74b76d84d5e41a009072a729b2b59e032fe88e8e Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 17:03:56 -0500 Subject: [PATCH 058/517] added AWS in things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2169549..481ae307d 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. NoSQL 2. Kubernetes -3. Teraform[1] +3. AWS ## 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 ff61af724c9042438e5e20d3959a4d87c4fb809f Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 17:04:00 -0500 Subject: [PATCH 059/517] Added merge conflict to things we understand section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f975788fd..7e6ff9f53 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. Github Repository 2. Pull Request +3. Merge conflict #### Things we don't understand 1. Git Fetch 2. Git Rebase From 8e9bff69415ded7c8bfe43b2e5ec46e74d6ee149 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:08:55 -0500 Subject: [PATCH 060/517] ADDED: First thing to I don't understnd --- .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 02488d2f5..f025c6719 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,4 @@ assignees: srinivasbojja369 --- -I don't understand how to use docker in high-end-based projects. +I don't understand how to use docker \ No newline at end of file From 8b4c26f5482a464c232a03d243ea5ccd524ac438 Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 17:09:46 -0500 Subject: [PATCH 061/517] Added sql to things we want to know next section of list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6ff9f53..c79d7220c 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 Rebase 3. Docker Images #### Things we want to know next** -1. +1. SQL ## 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 ca63fa8fe5dd31a579ae3b46bb47b5db153a09c7 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:16:15 -0500 Subject: [PATCH 062/517] ADDED: Second thing to I Learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 53c61af89..bb4136a24 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -6,4 +6,5 @@ labels: Things I learned assignees: '' --- -I learned Git Commands \ No newline at end of file +I learned Git Commands +I learned How to use Github \ No newline at end of file From 6ff429ee6f488c00074d716ce3bfcf0157b9e268 Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 17:16:18 -0500 Subject: [PATCH 063/517] Added javascript frameworks to things we want to know next section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c79d7220c..a2ea60b9c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Images #### Things we want to know next** 1. SQL +2. Javascript Frameworks ## 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 28a165847693a0f0cdf9078a0bec252c6f005ff0 Mon Sep 17 00:00:00 2001 From: Tawana Arthur Date: Sat, 18 Feb 2023 17:21:05 -0500 Subject: [PATCH 064/517] Added kubernetes to things we want to know next section of list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2ea60b9c..10137e615 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. SQL 2. Javascript Frameworks +3. 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 0972edd649d6d94f6d83978a91420689bae20412 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:23:43 -0500 Subject: [PATCH 065/517] ADDED:Third thing to I Learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index bb4136a24..0582d5e25 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,5 @@ assignees: '' --- I learned Git Commands -I learned How to use Github \ No newline at end of file +I learned How to use Github +I learned Npm Live Reload of Website \ No newline at end of file From 69072e0695060e076d41c479740d6b78d7080f47 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:23:58 -0500 Subject: [PATCH 066/517] ADDED: Second thing to I don't understnd --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 3 ++- 1 file changed, 2 insertions(+), 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 f025c6719..dcdff3e4b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,5 @@ assignees: srinivasbojja369 --- -I don't understand how to use docker \ No newline at end of file +I don't understand how to use docker +I dont understand push request \ No newline at end of file From 1e3af2d96d9648a1036afa9631d3dd7fd1f4e9f3 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:27:55 -0500 Subject: [PATCH 067/517] ADDED: First thing to I don't understand --- .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 472a53624..d118dcb6f 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,4 @@ assignees: '' --- -I don't understand +I don't understand The ened use of Docker From fd025b783d26bb475bba152b14748838085240b4 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:28:33 -0500 Subject: [PATCH 068/517] ADDED: Third thing to I don't understnd --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 3 ++- 1 file changed, 2 insertions(+), 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 dcdff3e4b..733b92c86 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,4 +8,5 @@ assignees: srinivasbojja369 --- I don't understand how to use docker -I dont understand push request \ No newline at end of file +I dont understand push request +I dont understand pycharm \ No newline at end of file From 270e8a64c757c491a97a7f6e726eecfd0a3e2818 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:31:42 -0500 Subject: [PATCH 069/517] ADDED:Second thing to I don't Understand --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 3 ++- 1 file changed, 2 insertions(+), 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 d118dcb6f..9463fddaa 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,5 @@ assignees: '' --- -I don't understand The ened use of Docker +I don't understand The end use of Docker +I don't understand How to resolve Merge Conflicts \ No newline at end of file From d3d8c37d40381e9178fc6d1d0203270433059768 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 17:34:40 -0500 Subject: [PATCH 070/517] removed user auth in list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481ae307d..2eec8a5c4 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. Mobile Responsiveness 3. CI/CD #### Things we don't understand -1. User Authentication +1. 2. MVC 3. Elastic Search #### Things we want to know next** From a29352201086882aa44f15df973fe2eb5df472d3 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 17:35:20 -0500 Subject: [PATCH 071/517] added back user auth in things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eec8a5c4..2910b819c 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. Mobile Responsiveness 3. CI/CD #### Things we don't understand -1. +1. User Authentication 2. MVC 3. Elastic Search #### Things we want to know next** From 42f1546768dd0ea4ae312c676bbc816f762af7c8 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 17:36:08 -0500 Subject: [PATCH 072/517] remove space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2910b819c..481ae307d 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. Mobile Responsiveness 3. CI/CD #### Things we don't understand -1. User Authentication +1. User Authentication 2. MVC 3. Elastic Search #### Things we want to know next** From 744d891f96d1c587c30f350ac2b293263690a7b1 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:36:46 -0500 Subject: [PATCH 073/517] ADDED:third thing to I don't understand --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 3 ++- 1 file changed, 2 insertions(+), 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 9463fddaa..6e50311ab 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,4 +8,5 @@ assignees: '' --- I don't understand The end use of Docker -I don't understand How to resolve Merge Conflicts \ No newline at end of file +I don't understand How to resolve Merge Conflicts +I don't understand Docker Container,Images and their Use \ No newline at end of file From 670b73f47e1443dc095d11b1f5a4739879ae3f59 Mon Sep 17 00:00:00 2001 From: bmarani <123278350+bmarani@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:38:56 -0500 Subject: [PATCH 074/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..bfeade96b 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: merging my 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 472a53624..603f40945 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 ff68fa38f..b600819af 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 025fa8f14..6306deaa1 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 9263f37027a61df2befa3c5a4a49b80de93d6cb7 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:41:45 -0500 Subject: [PATCH 075/517] ADDED: First thing i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index e970a85c3..4d6f19f51 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,4 @@ assignees: srinivasbojja369 --- -I learned how to use git and GitHub for software projects. +I learned how to use git. From 0db34222c24137e368a1a0208e21a1ceb8ba4cb1 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:47:19 -0500 Subject: [PATCH 076/517] ADDED: First thing to I want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..e27b3d82e 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,4 +7,4 @@ assignees: '' --- -Please describe what you want to know in less than 255 characters. +I want to learn Kubernetes with an example project From 66ca31ac5e6d38cbb8f49f588028f0e639ba8aba Mon Sep 17 00:00:00 2001 From: bmarani <123278350+bmarani@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:47:35 -0500 Subject: [PATCH 077/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index b600819af..3538d7b29 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: '' +labels: things I know assignees: '' --- From 0476fe4998bee4824a74b6efbb3475b026fc2a97 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:47:48 -0500 Subject: [PATCH 078/517] ADDED: Second thing i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 4d6f19f51..30ccbd85b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -8,3 +8,4 @@ assignees: srinivasbojja369 --- I learned how to use git. +I am still learning pycharm. From 94bbbd77d413c65f0a4721bebbc4abb949b504d3 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:51:17 -0500 Subject: [PATCH 079/517] ADDED: Third thing i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 30ccbd85b..cbcf184f2 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -9,3 +9,4 @@ assignees: srinivasbojja369 I learned how to use git. I am still learning pycharm. +I am still learning docker. \ No newline at end of file From 6729cd2f06ab7d1e4604eb797165cce9309873e9 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:53:08 -0500 Subject: [PATCH 080/517] ADDED: Second thing to I want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index e27b3d82e..e26b57707 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -8,3 +8,4 @@ assignees: '' --- I want to learn Kubernetes with an example project +I want to learn how to deploy a website to cloud From c0540fb05df0a2bc0f069593c6673ea38a3d555a Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 17:56:34 -0500 Subject: [PATCH 081/517] ADDED:Third thing to I want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index e26b57707..4d57bbc89 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -9,3 +9,4 @@ assignees: '' I want to learn Kubernetes with an example project I want to learn how to deploy a website to cloud +I want to Learn CI/CD Tools From e1cb1f2d7670c343de51e85042a67831d06f829f Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 18:00:16 -0500 Subject: [PATCH 082/517] ADDED:Fourth thing to I want o learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 4d57bbc89..df32e667d 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -10,3 +10,4 @@ assignees: '' I want to learn Kubernetes with an example project I want to learn how to deploy a website to cloud I want to Learn CI/CD Tools +I want to learn to Automate the whole process From d2b841ad8990afb3555f302bc1dc66c416c277ed Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 18:01:25 -0500 Subject: [PATCH 083/517] removed docker cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481ae307d..85c26e77e 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. Docker Cli +1. 2. Mobile Responsiveness 3. CI/CD #### Things we don't understand From 29e7543704d7572f95ddfaa4a502e00867cde286 Mon Sep 17 00:00:00 2001 From: sagedemage Date: Sat, 18 Feb 2023 18:01:59 -0500 Subject: [PATCH 084/517] added docker cli in things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c26e77e..f7aae6900 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. +1. Docker CLI 2. Mobile Responsiveness 3. CI/CD #### Things we don't understand From 338a6eb5a8348a735f2ea9e23e7bde768b9f29de Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:03:30 -0500 Subject: [PATCH 085/517] ADDED: First thing i want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 0d45bd5d2..51503dfb1 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,4 +7,4 @@ assignees: srinivasbojja369 --- -I Want to learn DevOps. +I Want to learn DevOpss From a53a7cfe29433ec9d6f5b75af7b22dad29c1ff8e Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:07:42 -0500 Subject: [PATCH 086/517] ADDED: Second thing i want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 51503dfb1..8a1ddf70d 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -8,3 +8,4 @@ assignees: srinivasbojja369 --- I Want to learn DevOpss +I want to know python \ No newline at end of file From d2414c1b4dd11b40cee86d0fd770d53c00cb602a Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:13:27 -0500 Subject: [PATCH 087/517] ADDED: Third thing i want to learn --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 8a1ddf70d..7fb88b7a9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -8,4 +8,5 @@ assignees: srinivasbojja369 --- I Want to learn DevOpss -I want to know python \ No newline at end of file +I want to know python +I want to know how automation works in web systems. \ No newline at end of file From 15decc9a4db39bf729ff31f25ebd61f0813907cc Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 18:21:04 -0500 Subject: [PATCH 088/517] ADDED: Counts --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 6e50311ab..b579e5480 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,6 +7,6 @@ assignees: '' --- -I don't understand The end use of Docker -I don't understand How to resolve Merge Conflicts -I don't understand Docker Container,Images and their Use \ No newline at end of file +I don't understand The end use of Docker [1] +I don't understand How to resolve Merge Conflicts [1] +I don't understand Docker Container,Images and their Use [1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 0582d5e25..9305ff2ba 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -6,6 +6,6 @@ labels: Things I learned assignees: '' --- -I learned Git Commands -I learned How to use Github -I learned Npm Live Reload of Website \ No newline at end of file +I learned Git Commands [1] +I learned How to use Github [1] +I learned Npm Live Reload of Website [1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index df32e667d..7707cea5e 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,7 +7,7 @@ assignees: '' --- -I want to learn Kubernetes with an example project -I want to learn how to deploy a website to cloud -I want to Learn CI/CD Tools -I want to learn to Automate the whole process +I want to learn Kubernetes with an example project [1] +I want to learn how to deploy a website to cloud [1] +I want to Learn CI/CD Tools [1] +I want to learn to Automate the whole process [1] From e06591747d1adbaba47ccec9a13068dfa2ab679e Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 18:24:41 -0500 Subject: [PATCH 089/517] added Things we understand --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..5d53ad09c 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ 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. I know how to make SSH key and add it to the Github +2. I learned GitHub Issues +3. I learned GitHub Milestones and Labels #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 04d878c1843f6fcf878303c999edd4e7776170c2 Mon Sep 17 00:00:00 2001 From: Srinivas <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:24:50 -0500 Subject: [PATCH 090/517] Added Counts --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 733b92c86..4cba049c9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,6 +7,6 @@ assignees: srinivasbojja369 --- -I don't understand how to use docker -I dont understand push request -I dont understand pycharm \ No newline at end of file +I don't understand how to use docker [1] +I dont understand push request [1] +I dont understand pycharm [1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index cbcf184f2..8a35298ac 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,6 +7,6 @@ assignees: srinivasbojja369 --- -I learned how to use git. -I am still learning pycharm. -I am still learning docker. \ No newline at end of file +I learned how to use git.[1] +I am still learning pycharm.[1] +I am still learning docker.[1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 7fb88b7a9..239e04581 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,6 +7,6 @@ assignees: srinivasbojja369 --- -I Want to learn DevOpss -I want to know python -I want to know how automation works in web systems. \ No newline at end of file +I Want to learn DevOpss[1] +I want to know python[1] +I want to know how automation works in web systems.[1] \ No newline at end of file From 9e8bf1ba0d4aa265aaa724a761c1a10c4bb6822d Mon Sep 17 00:00:00 2001 From: berta marani Date: Sat, 18 Feb 2023 18:47:38 -0500 Subject: [PATCH 091/517] added i don't get this to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..16dbf6e92 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. I don't get this[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From ea4f44c690543189980479caf12b061d400cfedd Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 18:58:19 -0500 Subject: [PATCH 092/517] added someting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d53ad09c..01dd77b5f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,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. fdsafsda ## 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 a64f1d4a7e570fc7f6b6989af1d691e8c3c6296c Mon Sep 17 00:00:00 2001 From: berta marani Date: Sat, 18 Feb 2023 19:27:34 -0500 Subject: [PATCH 093/517] added i don't get this to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..b5aaefdc0 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. i don't get this[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 0164f519a244d50be0416b92d516bd409333cf5e Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 20:22:41 -0500 Subject: [PATCH 094/517] modified readme file things I understand on SSH Key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dd77b5f..3d7abe0f3 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. I know how to make SSH key and add it to the Github +1. I know how to make SSH key in the macbook & add it to the Github 2. I learned GitHub Issues 3. I learned GitHub Milestones and Labels #### Things we don't understand From 60ef50ac9664655136eca37668a6cde01eed847d Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 20:29:29 -0500 Subject: [PATCH 095/517] modified readme file for Things I understand - Github issues and branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d7abe0f3..6985335b2 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 know how to make SSH key in the macbook & add it to the Github -2. I learned GitHub Issues +2. I learned GitHub Issues and creating Branch 3. I learned GitHub Milestones and Labels #### Things we don't understand 1. Git Stash[1] From 5566b1d996e9bd7ce1eab1d5add9fd1f91f6228e Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 20:35:09 -0500 Subject: [PATCH 096/517] modified readme file for Things I understand - Github Milestone, Labels and How to use them --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6985335b2..e34138240 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 know how to make SSH key in the macbook & add it to the Github 2. I learned GitHub Issues and creating Branch -3. I learned GitHub Milestones and Labels +3. I learned GitHub Milestones, Labels and how to use them #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 9758cd683f744745f36fafdcd8b97a9ed3e6a519 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:44:48 -0500 Subject: [PATCH 097/517] ADDED: first thing to i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..0db347d57 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,4 @@ 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. +I learned how to use Github \ No newline at end of file From 404e7277b304a75fb5b2f6262afc60fbdcb8fda4 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:47:45 -0500 Subject: [PATCH 098/517] ADDED: second thing to i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 0db347d57..73f43b7be 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,5 @@ assignees: '' --- -I learned how to use Github \ No newline at end of file +I learned how to use Github +I learned basics of Docker \ No newline at end of file From fd1a7361da4eb6ab8d8e74c1a4d70c70a9c1e28c Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:50:25 -0500 Subject: [PATCH 099/517] ADDED: third thing to i learned --- .github/ISSUE_TEMPLATE/things-i-learned.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 73f43b7be..e58a2cfee 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -8,4 +8,5 @@ assignees: '' --- I learned how to use Github -I learned basics of Docker \ No newline at end of file +I learned basics of Docker +I learned Pycharm \ No newline at end of file From 25d296cd86e80821fad38d835e328e06266c0065 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:53:25 -0500 Subject: [PATCH 100/517] ADDED: first thing to i don't understand --- .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 472a53624..ac24e4f99 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,4 @@ assignees: '' --- -I don't understand +I don't understand Docker Container, Images and their Use From 065aa767d4d913eec6b649fdd12117ca8fda38ba Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:53:45 -0500 Subject: [PATCH 101/517] ADDED: first thing to i don't understand --- .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 ac24e4f99..73a9e41db 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,4 @@ assignees: '' --- -I don't understand Docker Container, Images and their Use +I don't understand Docker Container, Images and their Uses From 642f16caaf8c8805de83cdcfd794bbf860149ca6 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:56:35 -0500 Subject: [PATCH 102/517] ADDED: second thing to i don't understand --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 73a9e41db..7283c58cf 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,3 +8,4 @@ assignees: '' --- I don't understand Docker Container, Images and their Uses +I don't understand End use of Docker From fc44ee97f8ef31733fbc5b17258c20703f9a2926 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 20:59:16 -0500 Subject: [PATCH 103/517] ADDED: third thing to i don't understand --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 7283c58cf..1ea6c6e98 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -9,3 +9,4 @@ assignees: '' I don't understand Docker Container, Images and their Uses I don't understand End use of Docker +I don't Understand how the process is automated \ No newline at end of file From c5b0379c4b86184c11f10915341da6e35c6e7308 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 21:02:00 -0500 Subject: [PATCH 104/517] ADDED: First thing to i want to know --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..37383e3fa 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,4 +7,4 @@ assignees: '' --- -Please describe what you want to know in less than 255 characters. +I want to learn CI/CD tools From 543d2b6040f30a52530c5fbffac946ec0bfa418b Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 21:04:35 -0500 Subject: [PATCH 105/517] ADDED: second thing to i want to know --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 37383e3fa..0b6348a22 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -8,3 +8,4 @@ assignees: '' --- I want to learn CI/CD tools +I want to know Devops tools and their Use From af9f2199828634e46003a6b2ae2da6e7314db956 Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 21:07:08 -0500 Subject: [PATCH 106/517] ADDED: third thing to i want to know --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 0b6348a22..81436e25b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -9,3 +9,4 @@ assignees: '' I want to learn CI/CD tools I want to know Devops tools and their Use +I want to understand all steps of the Devops Automation From b719a5fbd3d2f39a6160ded6e218ce8690a9f4ff Mon Sep 17 00:00:00 2001 From: harshithreddy444 Date: Sat, 18 Feb 2023 21:35:35 -0500 Subject: [PATCH 107/517] ADDED: counts --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1ea6c6e98..aca07e04a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,6 +7,6 @@ assignees: '' --- -I don't understand Docker Container, Images and their Uses -I don't understand End use of Docker -I don't Understand how the process is automated \ No newline at end of file +I don't understand Docker Container, Images and their Uses [1] +I don't understand End use of Docker [1] +I don't Understand how the process is automated [1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index e58a2cfee..656d6ce15 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,6 +7,6 @@ assignees: '' --- -I learned how to use Github -I learned basics of Docker -I learned Pycharm \ No newline at end of file +I learned how to use Github [1] +I learned basics of Docker [1] +I learned Pycharm [1] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 81436e25b..47c1833e6 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,6 +7,6 @@ assignees: '' --- -I want to learn CI/CD tools -I want to know Devops tools and their Use -I want to understand all steps of the Devops Automation +I want to learn CI/CD tools [1] +I want to know Devops tools and their Use [1] +I want to understand all steps of the Devops Automation [1] From 744cc50a709cb527642828308b210c3ea7dc6f3a Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 21:45:39 -0500 Subject: [PATCH 108/517] modified readme file for Things I don't understand - Gitstash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e34138240..2a096cb55 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. I learned GitHub Issues and creating Branch 3. I learned GitHub Milestones, Labels and how to use them #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] +1. Git Stash - what is it? +2. Git Rebase 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 80efb2c8e9f8760b41ac42d24a72fbec56811e09 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 21:51:32 -0500 Subject: [PATCH 109/517] modified readme file for Things I don't understand - GitRebase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a096cb55..12d7eba85 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. I learned GitHub Milestones, Labels and how to use them #### Things we don't understand 1. Git Stash - what is it? -2. Git Rebase +2. Git Rebase - what is it? 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From e0f041fd456173d0fa631685a493e15bbb9fec00 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sat, 18 Feb 2023 21:57:12 -0500 Subject: [PATCH 110/517] modified readme file for Things I don't understand - Git Action Complete workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d7eba85..a61d878b8 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 - what is it? 2. Git Rebase - what is it? -3. GIT status[1] +3. GIT Actions - Complete Workflow #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 9c079abd49c5c84713c24af50f11cc67467087d4 Mon Sep 17 00:00:00 2001 From: srinivasbojja369 <123528673+srinivasbojja369@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:33:37 -0500 Subject: [PATCH 111/517] 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 | 3 +-- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 -- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index f2dcfd782..8e062f360 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -9,6 +9,6 @@ assignees: srinivasbojja369 You need to make a pull request and add the link to the pull request to this issue when you submit. -PULL REQUEST LINK: +PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/80 -UCID: +UCID: SB2542 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 96a998776..cead43323 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,11 +7,9 @@ assignees: srinivasbojja369 --- - I don't understand The end use of Docker[3] I don't understand How to resolve Merge Conflicts[1] I dont understand push request [1] I dont understand pycharm [1] I don't understand Docker Container, Images and their Uses [2] I don't Understand how the process is automated [1] - diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 153267c7c..e523a3e8f 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -5,11 +5,10 @@ title: "[Things I Learned]" labels: I know assignees: srinivasbojja369 - --- + I learned Npm Live Reload of Website[1] I learned Git Commands [1] I learned how to use Github [3] I learned basics of Docker [2] I learned Pycharm [2] - diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 099805e20..234b62036 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,7 +7,6 @@ assignees: srinivasbojja369 --- - I want to Learn CI/CD Tools[2] I want to learn how to deploy a website to cloud[1] I want to learn Kubernetes with an example project[1] @@ -16,4 +15,3 @@ I want to know python[1] I want to know how automation works in web systems.[2] I want to know Devops tools and their Use [1] I want to understand all steps of the Devops Automation [1] - From 8fc16e4754c3112c0367f167a9b13439dd299a71 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 22:46:25 -0500 Subject: [PATCH 112/517] ADDED: UCID in readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b49fb1dd..13f25067e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 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. +UCID: sm637 + ### Your list should look like this: #### Things we understand** 1. Python Print[1] From 24e2a781366e905ca28d4cb738e5f95e1f00dcd7 Mon Sep 17 00:00:00 2001 From: Sumanmhalsank02 Date: Sat, 18 Feb 2023 22:57:32 -0500 Subject: [PATCH 113/517] CHANGED: files contain [1] for all - mylist only --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 +--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 01cc26e93..dfd7a9e08 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,9 +7,9 @@ assignees: '' --- -I don't Understand how the process is automated[1] -I don't understand The end use of Docker [2] + +I don't understand The end use of Docker [1] I don't understand How to resolve Merge Conflicts [1] -I don't understand Docker Container,Images and their Use [2] +I don't understand Docker Container,Images and their Use [1] diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index f4278f285..7c552ea9d 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -8,9 +8,7 @@ assignees: '' --- -I learned Pycharm[1] -I learned basics of Docker[1] I learned Git Commands [1] -I learned How to use Github [2] +I learned How to use Github [1] I learned Npm Live Reload of Website [1] diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 52a5b76fa..df996d917 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -8,11 +8,10 @@ assignees: '' --- -I want to understand all steps of the Devops Automation[1] -I want to know Devops tools and their Use[1] + I want to learn Kubernetes with an example project [1] I want to learn how to deploy a website to cloud [1] -I want to Learn CI/CD Tools [2] +I want to Learn CI/CD Tools [1] I want to learn to Automate the whole process [1] From 7df12b1641b43e1fd1adf5c5482814fe4f3bdc6c Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:16:30 -0500 Subject: [PATCH 114/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 10 +++++----- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 7 ++----- .github/ISSUE_TEMPLATE/things-i-learned.md | 5 ++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 8e062f360..a9884d703 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -1,14 +1,14 @@ --- name: Completed Lists about: This is for your master pull request to merge your master into this repo. -title: SB2542 -labels: Submit Master Branch -assignees: srinivasbojja369 +title: sm637 +labels: Master List +assignees: Sumanmhalsank02 --- You need to make a pull request and add the link to the pull request to this issue when you submit. -PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/80 +PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/81 -UCID: SB2542 +UCID: sm637 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 00026e5a8..df4490973 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,17 +2,14 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: I dont know -assignees: srinivasbojja369 +labels: Don't Understand +assignees: Sumanmhalsank02 --- - I don't understand The end use of Docker[3] I don't understand How to resolve Merge Conflicts[1] I dont understand push request [1] I dont understand pycharm [1] I don't understand Docker Container, Images and their Uses [2] I don't Understand how the process is automated [1] - - diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index cbb2e741b..141d8ca20 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,13 +1,12 @@ --- name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" +title: Things I Learned labels: I know -assignees: srinivasbojja369 +assignees: Sumanmhalsank02 --- - I learned Npm Live Reload of Website[1] I learned Git Commands [1] I learned how to use Github [3] diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 234b62036..043406d06 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,9 +1,9 @@ --- 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: I want to know -assignees: srinivasbojja369 +title: Thing I want to know +labels: Want to know +assignees: Sumanmhalsank02 --- From b4a716855ef73600f31275d8b3f1d733e8961c32 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 05:33:34 -0500 Subject: [PATCH 115/517] added things i don't understand to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..f1dda6f9c 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] -2. GIt pull[2] +2. things i don't understand[2] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 6dfe67d1caf9053413872ea050cadee633e346a6 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 05:45:21 -0500 Subject: [PATCH 116/517] added git pull to list --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 317d218c8..cd92b17f1 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ 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 -2. things i don't understand[2] 1. i don't get this[1] -2. GIt pull[2] -3. GIT status[1] +2. things i don't understand[2] +3. GIT pull[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 6dcb1efd30955703dd907689478c4abc1d11fbd7 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 05:52:26 -0500 Subject: [PATCH 117/517] added docker installation to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd92b17f1..7e0adf5cf 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. docker installation[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 9ba713e4f3d3c9da705903692000e15f56c67a0d Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 05:58:29 -0500 Subject: [PATCH 118/517] added adding modified files to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0adf5cf..744bc30fe 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. docker installation[1] -2. Linux Directory listing[2] +2. adding modified files[2] 3. Docker Installation[1] #### Things we don't understand 1. i don't get this[1] From f5d4643e712d151fcd42f499e4a8da0a79ac17fb Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 06:03:56 -0500 Subject: [PATCH 119/517] added git status to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744bc30fe..c1a3d0afb 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. docker installation[1] 2. adding modified files[2] -3. Docker Installation[1] +3. git status[1] #### Things we don't understand 1. i don't get this[1] 2. things i don't understand[2] From a734ef55439098b0d5557d61360cd54d2fdee38f Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 06:10:04 -0500 Subject: [PATCH 120/517] added how this all relates to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a3d0afb..ca8c4d846 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. things i don't understand[2] 3. GIT pull[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. how this all relates[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From f29e479e3cb4cb0cf6272330e65d82c162c06c32 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 06:13:47 -0500 Subject: [PATCH 121/517] added how to make a website to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca8c4d846..6ca646d77 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 pull[1] #### Things we want to know next** 1. how this all relates[1] -2. Cloud deployment with Kubernetes[2] +2. how to make a website[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 From 5ef82c311c605786ce226544252085de07d37db2 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 06:18:17 -0500 Subject: [PATCH 122/517] added debugging to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca646d77..b58877ada 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. how this all relates[1] 2. how to make a website[2] -3. Teraform[1] +3. debugging[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 e0a06102b2c95d198fdcbf19b1a81eac367e2d51 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 09:39:16 -0500 Subject: [PATCH 123/517] modified readme file for Things I want to know - Teraform --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a61d878b8..c6da594ab 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Git Rebase - what is it? 3. GIT Actions - Complete Workflow #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Teraform +2. Elastic Search Indexing +3. Cloud deployment with Kubernetes[2] 4. fdsafsda ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 386f77be79e83b80750a383cbdf0215bcc7a41fc Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 09:47:56 -0500 Subject: [PATCH 124/517] modified readme file for Things I want to know - Cloud Deployment with Kubernetes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6da594ab..65b4ba929 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT Actions - Complete Workflow #### Things we want to know next** 1. Teraform -2. Elastic Search Indexing -3. Cloud deployment with Kubernetes[2] +2. Cloud deployment with Kubernetes +3. Elastic Search Indexing 4. fdsafsda ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 414933396261a828758638530eb85e3932c12670 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 09:54:35 -0500 Subject: [PATCH 125/517] modified readme file for Things I want to know - Elastic Search Indexing --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b4ba929..6c8e182ee 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Teraform 2. Cloud deployment with Kubernetes -3. Elastic Search Indexing -4. fdsafsda +3. Elastic Search Indexing - What is it? ## 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 65eeb20955b918d0170068fda6ea47254d2204ab Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 11:30:10 -0500 Subject: [PATCH 126/517] modified readme file for Things both Tawana and I know - We know how to make SSH key in the macbook, add it to the Github and Git fetch[2] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8e182ee..331ca642e 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. I know how to make SSH key in the macbook & add it to the Github +1. We know how to make SSH key in the macbook, add it to the Github and Git fetch[2] 2. I learned GitHub Issues and creating Branch 3. I learned GitHub Milestones, Labels and how to use them #### Things we don't understand From 2758ae12cdb8b3063d8215992a5d938adb3cfdaa Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:56:57 -0500 Subject: [PATCH 127/517] Update master-pull-request.md --- .github/ISSUE_TEMPLATE/master-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 88a3bcc3b..4f72298d1 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,5 +1,5 @@ --- -name: Master Pull Request +name: Completed list 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 my master branch From 61d83d0abf43ceabdb43865f804d1598af03a6ba Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:57:34 -0500 Subject: [PATCH 128/517] Update master-pull-request.md --- .github/ISSUE_TEMPLATE/master-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 4f72298d1..f609e430f 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,5 +1,5 @@ --- -name: Completed list +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: Submitting my master branch From 1505cb86104ed09a439bd2f85b0a2187d242c15e Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sun, 19 Feb 2023 12:04:57 -0500 Subject: [PATCH 129/517] Rename master-pull-request.md to completed-lists.md --- .../ISSUE_TEMPLATE/{master-pull-request.md => completed-lists.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{master-pull-request.md => completed-lists.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/completed-lists.md similarity index 100% rename from .github/ISSUE_TEMPLATE/master-pull-request.md rename to .github/ISSUE_TEMPLATE/completed-lists.md From 3efed2647cfec3cc6aea6234c7f33a4fc0f7b478 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 13:25:08 -0500 Subject: [PATCH 130/517] added git rebase to list --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 317d218c8..6ab563555 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ 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 -2. things i don't understand[2] 1. i don't get this[1] -2. GIt pull[2] +2. git rebase 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From b5d928aa2ebf4bdf79d49cb9354b9174325b7a14 Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 13:32:02 -0500 Subject: [PATCH 131/517] added git commit to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5aaefdc0..548cc41f6 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. i don't get this[1] +1. git commit 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 4a588adb309dfd214e91cfdfc26411fb56cd899a Mon Sep 17 00:00:00 2001 From: Rajiv Kumar <111255700+rk864@users.noreply.github.com> Date: Sun, 19 Feb 2023 14:52:52 -0500 Subject: [PATCH 132/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..bfeade96b 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: merging my 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 472a53624..603f40945 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 ff68fa38f..3538d7b29 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 025fa8f14..6306deaa1 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 25f5c9f79450d0948f72ec80bb93b70720ef6511 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:06:11 -0500 Subject: [PATCH 133/517] modified readme file for 1st thing I know --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..7b91e5738 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,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 Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull[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 ddf426862da35947fcc5ecf979a8fd6a0f99d2a3 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:16:28 -0500 Subject: [PATCH 134/517] modified readme file for 2nd thing I know --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b91e5738..d64d65e84 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull[1] +1. how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull[1] +2. GitHub Milestones, Labels[1] #### Things we don't understand #### Things we want to know next** From 0b4dfe86aaf0ae872074e8a18c91e3dd2bc52a72 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:27:29 -0500 Subject: [PATCH 135/517] modified readme file for 3rd thing I know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d64d65e84..a174ba349 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. how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull[1] 2. GitHub Milestones, Labels[1] +3. GitHub Milestones, Labels and how to use them [1] #### Things we don't understand #### Things we want to know next** From 532142061e8f3f623c21b9e833966847e657c081 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:35:44 -0500 Subject: [PATCH 136/517] modified readme file for 1st thing I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a174ba349..9b217b66e 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. GitHub Milestones, Labels[1] 3. GitHub Milestones, Labels and how to use them [1] #### Things we don't understand +1. Git Stash[1] #### Things we want to know next** From d20fb54e206206876feed258b1f2e415e71c4b66 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:41:37 -0500 Subject: [PATCH 137/517] modified readme file for 2nd thing I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b217b66e..11bb0aaf0 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. GitHub Milestones, Labels and how to use them [1] #### Things we don't understand 1. Git Stash[1] +2. Git Rebase[1] #### Things we want to know next** From 8e1e5f34362cf1ec465b234b7e04499eeda08ebb Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:46:40 -0500 Subject: [PATCH 138/517] modified readme file for 3rd thing I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11bb0aaf0..8c3a0f54d 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 Rebase[1] +3. GIT Actions - Complete Workflow[1] #### Things we want to know next** From 775c83357e534c8e68ae2e5d8565c637b15a08df Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:53:37 -0500 Subject: [PATCH 139/517] modified readme file for 1st thing I want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3a0f54d..caaaef36f 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 Rebase[1] 3. GIT Actions - Complete Workflow[1] #### Things we want to know next** +1. 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 7fa6fa0b8d2ba316fcc9f311d86035fdad47f777 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:57:16 -0500 Subject: [PATCH 140/517] modified readme file for 2nd thing I want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caaaef36f..4aa229cce 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT Actions - Complete Workflow[1] #### Things we want to know next** 1. Teraform [1] +2. Cloud deployment with 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 8dd077b130ce862d237000566b92dcf1023f767e Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Sun, 19 Feb 2023 15:59:34 -0500 Subject: [PATCH 141/517] modified readme file for 3rd thing I want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4aa229cce..257887fde 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. Teraform [1] 2. Cloud deployment with Kubernetes [1] +3. Elastic Search Indexing - What is it? [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 78fbd96ed1e8bba68b7eebda91515acc88d174df Mon Sep 17 00:00:00 2001 From: berta marani Date: Sun, 19 Feb 2023 17:42:13 -0500 Subject: [PATCH 142/517] made final changes to list, last commit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17943a607..f416d657f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. We know how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull, Merge Conflict, Git Status and Git fetch[3] -2. I learned GitHub Issues and creating Branch[3] -3. I learned GitHub Milestones, Labels and how to use them[1] +1. We know how to make SSH key in the macbook, add it to the Github, GitHub Repository, Git Pull, Merge Conflict, Git Status and Git fetch[3] +2. I learned GitHub Issues and creating Branch[3] +3. I learned GitHub Milestones, Labels and how to use them[1] 4. Docker Installation [2] #### Things we don't understand 1. Git Stash - what is it? [3] @@ -26,8 +26,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Teraform [2] 2. Cloud deployment with Kubernetes [2] 3. Elastic Search Indexing - What is it? [2] -4. SQL [1] -5. Javascript Frameworks [2] +4. SQL [2] +5. Javascript Frameworks [3] 6. Debugging [1] 7. How to make website[1] From 9848bc434f23604c5c8926a97318925dd470f8fc Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:26:05 -0500 Subject: [PATCH 143/517] issue 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..c7325e67f 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. I-want to know React JS [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 1220c3437c82ba3e3d6b4d68b1de95a0e54088ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:29:52 -0500 Subject: [PATCH 144/517] issue 1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..8a094d1e3 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ 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] -2. GIt pull[2] -3. GIT status[1] +1.code with multiple threads[1] +1. GIt pull[2] +2. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 990df70076459c566040c62ddb44b6ffeacd50ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:30:52 -0500 Subject: [PATCH 145/517] issue 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a094d1e3..3a35f4609 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,4 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again + \ No newline at end of file From c97fed341943179188da3186569465d4ff593585 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:33:25 -0500 Subject: [PATCH 146/517] issue 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..24b66f9b1 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 Print[1] -2. Linux Directory listing[2] +2. I know PHP [1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 63836739b667799e5dd2e24c970228c3f47295ab Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Mon, 20 Feb 2023 12:33:00 -0500 Subject: [PATCH 147/517] Revert "Merge pull request #14 from kadeem-lewis/NJIT-WIS-main" This reverts commit 8c8cf6f46178d3d29afc48b32c7d88b7d460fe29, reversing changes made to ff22d239e0e1507063dc5ec0a3b909de540a2823. --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 --- .github/ISSUE_TEMPLATE/things-i-learned.md | 5 +- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 5 +- README.md | 106 +++--------------- 4 files changed, 23 insertions(+), 107 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md deleted file mode 100644 index c5cea21c6..000000000 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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: '' - ---- - -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: diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index a2dbac038..aa6909059 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,9 +1,10 @@ --- name: Things I Learned about: Things I learned in class -title: "" +title: '' labels: things I learned -assignees: "" +assignees: '' + --- I learned... diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 61d41a30b..8f7abdb77 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,9 +1,10 @@ --- name: Things I want to know about: Concepts I am interested in learning -title: "" +title: '' labels: things I want to know -assignees: "" +assignees: '' + --- I want to learn... diff --git a/README.md b/README.md index 0b49fb1dd..e858738d3 100644 --- a/README.md +++ b/README.md @@ -1,94 +1,22 @@ -# MyWebClass Collaboration and Brainstorming Assignment +# MyWebClass collaboration and brainstorming activity to identify required content for mywebclass -## Overview +The purpose of this assignment is to practice collaborating using GIT/GitHub and to do this you need to create a list of things that you have learned in this class, things that you don't understand, and things that you want to know more about. -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. - -## Learning Objectives: -1. You will learn to collaborate online using GIT -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 prioritze each issue. - -### Your list should look like this: -#### Things we understand** -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] -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 -**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: - -1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. - -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** - -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. - -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. - -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. - -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. - -### You are done when you have completed the following: - -1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge -3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged - -### Canvas Submission instructions - -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. - -## Project Setup Instructions +## Instructions Collaborating on GitHub: 1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - - -### Project management and Collaboration workflow Steps -1. create an issue -2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch -3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main -14. Repeat again, and again, and again - +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +3. Create tasks: Go to the "Project" board, and create one task for every item in your list in the "To do" column. Once you have all your tasks, pick the top task and assign it to yourself, mark it as "documentation," assign it to the 0.1.0 milestone, and click "Open in new tab" to go to the issue page and create a branch for it. Once it's all set and you're ready to work on it, move it to the "In progress" column. +4. Clone the repository and checkout the issue branch: Once you have a branch, you will need to clone the repository and type "git fetch" to see any new branches. Then, checkout the issue branch of the issue that you will work on. +5. Add your changes and push the branch: Once you have checked out the issue branch, add your changes to the README.md file, and then push the branch back to GitHub. +6. Make a pull request and close the issue: Create a pull request to merge your changes into the main repository. In the message when you go to merge the pull request, you need to type "closes #" (e.g., "closes #1"). After you merge the pull request, it will move your task card for that issue from "In progress" to "Done." +7. Collaborate with your partner: By this time, your partner should have completed their task as well, and they can make a pull request to merge their feature into the owner's repository. Only the owner of the repository can actually merge. You may get merge conflicts, but you can reduce the likelihood of a conflict by making sure that both partners' repo's master branch is updated and that the branch you are submitting a pull request for is up-to-date with master on both repositories. + +## Put your items here +### Things you understand so far +1. Add items to the list +### Things you don't understand about what we are doing / web development. +1. Add items to the list +### Things you want to know next +1. Add items to the list From 3e72102ab575768df731a33f6663e0a53d153748 Mon Sep 17 00:00:00 2001 From: ss889 <98911705+ss889@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:30:13 -0500 Subject: [PATCH 148/517] Update issue templates --- .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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..2c089f6be 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 ff68fa38f..b600819af 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 025fa8f14..88f5373b0 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 53baaa7b537b5fd2e146638624fda44ba90e762a Mon Sep 17 00:00:00 2001 From: ss889 <98911705+ss889@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:35:56 -0500 Subject: [PATCH 149/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 2c089f6be..11afd90fa 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,8 +2,8 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: '' -assignees: '' +labels: Things I Don't Understand +assignees: ss889 --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index b600819af..7764ab5c0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,8 +2,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: '' -assignees: '' +labels: Things I learned +assignees: ss889 --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 88f5373b0..20cf8ad28 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,8 +2,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: '' -assignees: '' +labels: Things I want to know +assignees: ss889 --- From 3b89923e2d816ce4c9116e667b7d48ff8e6df823 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik <55409963+asce1001@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:27:28 -0500 Subject: [PATCH 150/517] Update issue templates --- .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 +- ...-to-know.md => things-i-would-like-to-know-next.md} | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md rename .github/ISSUE_TEMPLATE/{things-i-want-to-know.md => things-i-would-like-to-know-next.md} (72%) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..41ac34bd5 --- /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: 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 472a53624..2c089f6be 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 ff68fa38f..b600819af 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-would-like-to-know-next.md similarity index 72% rename from .github/ISSUE_TEMPLATE/things-i-want-to-know.md rename to .github/ISSUE_TEMPLATE/things-i-would-like-to-know-next.md index 025fa8f14..8b8b26c87 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-would-like-to-know-next.md @@ -1,8 +1,8 @@ --- -name: Things I want to know +name: Things i would like to know next 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 would like to know next assignees: '' --- From 889da812a638237d03885368349de53eb1e2ae27 Mon Sep 17 00:00:00 2001 From: roopalisarode <114116643+roopalisarode@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:10:24 -0500 Subject: [PATCH 151/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..1c8839ab6 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 Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b29f3e88e 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: 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 025fa8f14..af051eb46 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: Want to Know assignees: '' --- From f7c99fd8e8ebd6eb9d7c208beb8697f6aa582d88 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:14:15 -0500 Subject: [PATCH 152/517] Update README.md --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 13f25067e..e5601091b 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,30 @@ UCID: sm637 ### Your list should look like this: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +Npm Live Reload of Website[1] +Git Commands [1] +How to use Github [3] +Basics of Docker [2] +Pycharm [2] + + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +The end use of Docker[3] +How to resolve Merge Conflicts[1] +Push request [1] +Pycharm [1] +Docker Container, Images and their Uses [2] +How the process is automated [1] + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +CI/CD Tools[2] +How to deploy a website to cloud[1] +Kubernetes with an example project[1] +DevOpss[1] +python[1] +How automation works in web systems.[2] +Devops tools and their Use [1] +I want to understand all steps of the Devops Automation [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 40e8faba2b0cdf5656546feddb8c642a2e46e9ef Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:15:43 -0500 Subject: [PATCH 153/517] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e5601091b..b1f8db514 100644 --- a/README.md +++ b/README.md @@ -15,30 +15,30 @@ UCID: sm637 ### Your list should look like this: #### Things we understand** -Npm Live Reload of Website[1] -Git Commands [1] -How to use Github [3] -Basics of Docker [2] -Pycharm [2] +1. Npm Live Reload of Website[1] +2. Git Commands [1] +3. How to use Github [3] +4. Basics of Docker [2] +5. Pycharm [2] #### Things we don't understand -The end use of Docker[3] -How to resolve Merge Conflicts[1] -Push request [1] -Pycharm [1] -Docker Container, Images and their Uses [2] -How the process is automated [1] +1. The end use of Docker[3] +2. How to resolve Merge Conflicts[1] +3. Push request [1] +4. Pycharm [1] +5. Docker Container, Images and their Uses [2] +6. How the process is automated [1] #### Things we want to know next** -CI/CD Tools[2] -How to deploy a website to cloud[1] -Kubernetes with an example project[1] -DevOpss[1] -python[1] -How automation works in web systems.[2] -Devops tools and their Use [1] -I want to understand all steps of the Devops Automation [1] +1. CI/CD Tools[2] +2. How to deploy a website to cloud[1] +3. Kubernetes with an example project[1] +4. DevOpss[1] +5. python[1] +6. How automation works in web systems.[2] +7. Devops tools and their Use [1] +8. I want to understand all steps of the Devops Automation [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 e065781347e6deb3c87564aecfcdf613e326a7cb Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:16:45 -0500 Subject: [PATCH 154/517] Update things-i-don-t-understand.md --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index df4490973..6d0fa5833 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,9 +7,3 @@ assignees: Sumanmhalsank02 --- -I don't understand The end use of Docker[3] -I don't understand How to resolve Merge Conflicts[1] -I dont understand push request [1] -I dont understand pycharm [1] -I don't understand Docker Container, Images and their Uses [2] -I don't Understand how the process is automated [1] From f47fcde073285162663a67143b581d43299161b5 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:16:58 -0500 Subject: [PATCH 155/517] Update things-i-learned.md --- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 141d8ca20..c7d90efb9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -6,9 +6,3 @@ labels: I know assignees: Sumanmhalsank02 --- - -I learned Npm Live Reload of Website[1] -I learned Git Commands [1] -I learned how to use Github [3] -I learned basics of Docker [2] -I learned Pycharm [2] From 92730f84454179e51f052f3fad0de00bfea2f613 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:17:13 -0500 Subject: [PATCH 156/517] Update things-i-want-to-know.md --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 043406d06..6bfd040ea 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,11 +7,3 @@ assignees: Sumanmhalsank02 --- -I want to Learn CI/CD Tools[2] -I want to learn how to deploy a website to cloud[1] -I want to learn Kubernetes with an example project[1] -I Want to learn DevOpss[1] -I want to know python[1] -I want to know how automation works in web systems.[2] -I want to know Devops tools and their Use [1] -I want to understand all steps of the Devops Automation [1] From 6a98a170ac5acf57898ded09c4bb564947369d54 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:23:09 -0500 Subject: [PATCH 157/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 3 ++- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 +++- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index a9884d703..d3ab69f9c 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: sm637 -labels: Master List +labels: Master List, Want to know assignees: Sumanmhalsank02 --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 6d0fa5833..001f7c77b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,9 +1,10 @@ --- name: Things I Don't Understand about: This is for adding issues that you don't understand -title: '' +title: sm637 labels: Don't Understand assignees: Sumanmhalsank02 --- + diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index c7d90efb9..b2436d835 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,8 +1,10 @@ --- name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters -title: Things I Learned +title: sm637 labels: I know assignees: Sumanmhalsank02 --- + + diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 6bfd040ea..104dc7eeb 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,9 +1,10 @@ --- name: Things I want to know about: Describe this issue template's purpose here. -title: Thing I want to know +title: sm637 labels: Want to know assignees: Sumanmhalsank02 --- + From 688114e5f0039d6bd6d532196c281128d4969567 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:25:40 -0500 Subject: [PATCH 158/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index d3ab69f9c..19700ab76 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,13 +2,13 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: sm637 -labels: Master List, Want to know +labels: Master List assignees: Sumanmhalsank02 --- You need to make a pull request and add the link to the pull request to this issue when you submit. -PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/81 +PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/116 UCID: sm637 From 31dd40f238a6f58f7858b07b8fa508c39943890e Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 12:51:25 -0500 Subject: [PATCH 159/517] Added a issue 'Docker image configuration' under 'I Dont Understand' issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea0c6fd3..f4864e013 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ Collaborating on GitHub: 1. I know how to make an ssh key and add it to GitHub So I don't need to login with password 2. I learend GITHUB Issues ### Things you don't understand about what we are doing / web development. -1. Add items to the list +1. How to configures docker images for various applications ### Things you want to know next 1. How to connect viewjs to elastic search From 782465abfcb9c93a53da914bd525e5095ff9cfa8 Mon Sep 17 00:00:00 2001 From: livia <71726874+viiamie@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:48:36 -0500 Subject: [PATCH 160/517] update issue templates labels --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .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, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..67c1468ad 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: 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 472a53624..f2f98494c 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: dont understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..331041b51 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 +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: learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..0a80564b5 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 +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: want2know assignees: '' --- From 6d1f825a921f0c7882829391454b32e25f3e8463 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:06:17 -0500 Subject: [PATCH 161/517] added something i learned --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..63c2fcfcc 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,12 @@ 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. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +#### Things we learned** +1. vim commands [1] #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +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 4755c695701ef682e62adb2a41827b866a37b9ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:06:23 -0500 Subject: [PATCH 162/517] issue 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..3b631a95b 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. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] +2. Node js[1] 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 657fd0f57cc3f90bff6d5c99a70786e16df874a9 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:08:21 -0500 Subject: [PATCH 163/517] issue 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..2acf7cb73 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 Print[1] -2. Linux Directory listing[2] +2. Agile[1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 506a3677062ee08a10bf48c9c9fbb1b067a42f39 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:10:02 -0500 Subject: [PATCH 164/517] issue 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..3f5e4f6ef 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] -2. GIt pull[2] +2. PostgreSQL[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 451b02cf26d652420f040e7ad3f301fe08604167 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:12:46 -0500 Subject: [PATCH 165/517] issue 7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..090460ede 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. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +3. Vue JS[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 647b2e53868576a18abc7226e5db3afc1ec3e063 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:14:35 -0500 Subject: [PATCH 166/517] issue 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..432e6501f 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] -3. GIT status[1] +3. complex applications of docker[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From c432765632c8bdddb83a7c443828bbe77766d20f Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:16:00 -0500 Subject: [PATCH 167/517] issue 9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..67251e1bd 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. flask[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From c1df6657baee5e41259176464d042d69e8bbc55e Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:26:40 -0500 Subject: [PATCH 168/517] added second thing i learned --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63c2fcfcc..b3a045a83 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ 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 learned** -1. vim commands [1] +#### Things we learned +1. vim commands [1] +2. oracle server setup [1] #### Things we don't understand 1. -#### Things we want to know next** +#### Things we want to know next 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 6d6d1b927ab76edc961f0b1d245b0669919446f9 Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 20:27:10 -0500 Subject: [PATCH 169/517] added docker images to the list of things I don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..9b452e76a 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. Docker Images[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From e43ec4fc55b8bd4a7822b4bb72b460a3b9fcb1be Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 20:32:55 -0500 Subject: [PATCH 170/517] added node.js to the list of things I don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b452e76a..fba1a49bf 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. Docker Images[1] -2. GIt pull[2] +2. Node.js[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From aeeca0f66a6b121ac0da4e433bcad9364a558e2d Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 20:44:51 -0500 Subject: [PATCH 171/517] added webpack to the list of things I don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba1a49bf..3a6917a59 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. Docker Images[1] 2. Node.js[1] -3. GIT status[1] +3. Webpack[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 59bd5f7115dcce8d3e6a9d6c13076c151aaa5357 Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 20:49:49 -0500 Subject: [PATCH 172/517] added Git commands to the list of things I understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6917a59..f1792fe49 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. Git commands[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 9fa7960c6f0c91e42888ee7f7532f4a7d20bddcb Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 20:57:47 -0500 Subject: [PATCH 173/517] added pycharm to the list of things I understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1792fe49..563b0faaf 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. Git commands[1] -2. Linux Directory listing[2] +2. Pycharm[1] 3. Docker Installation[1] #### Things we don't understand 1. Docker Images[1] From dd501a8ed56a151767bff0f4cd28d0986c4e2cb6 Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 21:02:21 -0500 Subject: [PATCH 174/517] added ssh keygen to the list of things I understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 563b0faaf..b7798a9c3 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. Git commands[1] 2. Pycharm[1] -3. Docker Installation[1] +3. ssh keygen[1] #### Things we don't understand 1. Docker Images[1] 2. Node.js[1] From cd1f9f705644ca2b08525785ccb796285564dd63 Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 21:10:07 -0500 Subject: [PATCH 175/517] added teraform to the list of things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7798a9c3..e9a284ecd 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. Node.js[1] 3. Webpack[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Teraform [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 8e1e6dd149a2a9f58767a3f4275b1fd2f1099017 Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 21:18:40 -0500 Subject: [PATCH 176/517] added rest api to the list of things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a284ecd..3a70245d1 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. Webpack[1] #### Things we want to know next** 1. Teraform [1] -2. Cloud deployment with Kubernetes[2] +2. Rest api[1] 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 ea1453a191245600593b416083581f903af7d98c Mon Sep 17 00:00:00 2001 From: roopali Date: Tue, 21 Feb 2023 21:21:52 -0500 Subject: [PATCH 177/517] added reactjs to the list of things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a70245d1..9f3a73c79 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. Teraform [1] 2. Rest api[1] -3. Teraform[1] +3. Reactjs[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 f75cc0b37f52aa1c9900dc9ce613aa0fa9ba5f64 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 22:08:21 -0500 Subject: [PATCH 178/517] Added test case validation to the list 'I dont understand' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4864e013..f0dcdf9b8 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far -1. I know how to make an ssh key and add it to GitHub So I don't need to login with password -2. I learend GITHUB Issues +1. ### Things you don't understand about what we are doing / web development. 1. How to configures docker images for various applications +2. How to create a test case to validate the integrity of the code ### Things you want to know next -1. How to connect viewjs to elastic search +1. From 8a1d572408280e8ac521146fdce67e6c6361f4f0 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 22:18:55 -0500 Subject: [PATCH 179/517] Added how to write test cases for web pages in the issue 'I dont understand' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0dcdf9b8..062ae162a 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,6 @@ Collaborating on GitHub: ### Things you don't understand about what we are doing / web development. 1. How to configures docker images for various applications 2. How to create a test case to validate the integrity of the code +3. How to write test cases to for web pages ### Things you want to know next 1. From 828708358b4eb92ccdcb9b2b1383f3535bd2a5a6 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 22:42:43 -0500 Subject: [PATCH 180/517] Added a learning for containerising a docker image under 'Things i learned' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062ae162a..49b600fcc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far -1. +1. How to containesise a docker image ### Things you don't understand about what we are doing / web development. 1. How to configures docker images for various applications 2. How to create a test case to validate the integrity of the code From 3ee189211f85e1dc21ad492e49c9e0b276cb95b7 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 22:47:39 -0500 Subject: [PATCH 181/517] Added a learning for collaborating with the team using version control under 'Things i learned' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49b600fcc..eb89d41a6 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far 1. How to containesise a docker image +2. How to collaborate with the team using version control ### Things you don't understand about what we are doing / web development. 1. How to configures docker images for various applications 2. How to create a test case to validate the integrity of the code From f20617b7ceaa82ab850c644ab366e2ff1697336d Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 23:19:34 -0500 Subject: [PATCH 182/517] Added a learning for forking and pull request under 'Things i learned' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb89d41a6..ba29de3a7 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Collaborating on GitHub: ### Things you understand so far 1. How to containesise a docker image 2. How to collaborate with the team using version control +3. How to fork and pull request on git ### Things you don't understand about what we are doing / web development. 1. How to configures docker images for various applications 2. How to create a test case to validate the integrity of the code From d52ed9308b3ea32e759d75397950f33b923c8b83 Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 23:24:19 -0500 Subject: [PATCH 183/517] Added how to create new VMS and configure them in AWS under 'Things i would like to know next' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba29de3a7..7bd6701a4 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ Collaborating on GitHub: 2. How to create a test case to validate the integrity of the code 3. How to write test cases to for web pages ### Things you want to know next -1. +1. How to create new VMs and configure them in AWS From a7bb75ff4c96ea5084aa173553c1ced41057198a Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 23:27:30 -0500 Subject: [PATCH 184/517] Added how to create web pages using ReactJS under 'Things i would like to know next' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bd6701a4..19f3d274d 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,4 @@ Collaborating on GitHub: 3. How to write test cases to for web pages ### Things you want to know next 1. How to create new VMs and configure them in AWS +2. How to create web pages using ReactJS From e779a26b880257bc5fbf246303af5f79d6a4fc2b Mon Sep 17 00:00:00 2001 From: Yatindra Mahadik Date: Tue, 21 Feb 2023 23:37:05 -0500 Subject: [PATCH 185/517] Added how to use kubernetes under 'Things i would like to know next' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19f3d274d..18e19f60c 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,4 @@ Collaborating on GitHub: ### Things you want to know next 1. How to create new VMs and configure them in AWS 2. How to create web pages using ReactJS +3. How to use Kubernetes \ No newline at end of file From d073b860aed4bb94ba93390a935e693dcab626b0 Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:41:22 -0500 Subject: [PATCH 186/517] Update things-i-don-t-understand.md --- .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 472a53624..0524d63d0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,7 +1,7 @@ --- name: Things I Don't Understand about: This is for adding issues that you don't understand -title: '' +title: idk labels: Things I Don't Understand assignees: '' From a87d610fe9e66a854d68c9aae8087bc529c9000c Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:42:25 -0500 Subject: [PATCH 187/517] Update things-i-don-t-understand.md --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 0524d63d0..0dd6933d0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,8 +1,8 @@ --- name: Things I Don't Understand about: This is for adding issues that you don't understand -title: idk -labels: Things I Don't Understand +title: (Thing I Don't Understand) +labels: idk assignees: '' --- From 484b1129dedd550b41a03fdd05393be61ab8fc49 Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:43:10 -0500 Subject: [PATCH 188/517] Update things-i-learned.md --- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..5a79e64d1 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: (Things I Learned) +labels: i wanna learn assignees: '' --- From 4a857508bc01f4b8ef96c7ab0e82e43df67a05a2 Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:44:13 -0500 Subject: [PATCH 189/517] Update things-i-want-to-know.md --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..a5ec99d8c 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 +about: Describe something you want to learn. +title: '(Thing I want to know)' +labels: i wanna learn assignees: '' --- From af02b1481d77fa9e063399065d4e7624939e4f67 Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:45:15 -0500 Subject: [PATCH 190/517] Update things-i-learned.md --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 5a79e64d1..445124841 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: i wanna learn +labels: i know assignees: '' --- From c33d1a73b69bf5f1b1b93438aaef612e3a4d3ffe Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:07:54 -0500 Subject: [PATCH 191/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..1c8839ab6 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 Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b29f3e88e 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: 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 025fa8f14..af051eb46 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: Want to Know assignees: '' --- From dea8c83c2366d63c9e7c9d262aecc5ea1c0cbc9f Mon Sep 17 00:00:00 2001 From: Kadeem Lewis Date: Wed, 22 Feb 2023 13:21:10 -0500 Subject: [PATCH 192/517] Revert "Njit wis main" From 5cdb6cd759e6857a7615dc4bafe83cfcb9606665 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:37:48 -0500 Subject: [PATCH 193/517] Added Forking to things we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1dd..7e5e5ee07 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. Forking[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From a1e117fb5b368d2b595313fb8dc80638ddb791a5 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:41:09 -0500 Subject: [PATCH 194/517] update readme to match latest version --- README.md | 116 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 99 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e858738d3..1ef4ba25d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,104 @@ -# MyWebClass collaboration and brainstorming activity to identify required content for mywebclass +# MyWebClass Collaboration and Brainstorming Assignment -The purpose of this assignment is to practice collaborating using GIT/GitHub and to do this you need to create a list of things that you have learned in this class, things that you don't understand, and things that you want to know more about. +## Overview + +The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. + +## Learning Objectives: + +1. You will learn to collaborate online using GIT +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 prioritze each issue. + +### Your list should look like this: + +#### Things we understand\*\* + +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] +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 +**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: + +1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. + **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. + +2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** + +This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. + +3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. + +4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. + +5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. + +### You are done when you have completed the following: + +1. Added your issues individually and resolved them +2. Made 9 pull requests to another person for each item that contains the branch you want to merge +3. Merged 9 pull requests from someone else +4. Made a pull request to another person with your master branch that contains the consolidated list +5. Merged the pull request of someone elsesa compiled list +6. Submmited a pull request to this repository to have your complete list merged + +### Canvas Submission instructions + +To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. + +## Project Setup Instructions -## Instructions Collaborating on GitHub: 1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -3. Create tasks: Go to the "Project" board, and create one task for every item in your list in the "To do" column. Once you have all your tasks, pick the top task and assign it to yourself, mark it as "documentation," assign it to the 0.1.0 milestone, and click "Open in new tab" to go to the issue page and create a branch for it. Once it's all set and you're ready to work on it, move it to the "In progress" column. -4. Clone the repository and checkout the issue branch: Once you have a branch, you will need to clone the repository and type "git fetch" to see any new branches. Then, checkout the issue branch of the issue that you will work on. -5. Add your changes and push the branch: Once you have checked out the issue branch, add your changes to the README.md file, and then push the branch back to GitHub. -6. Make a pull request and close the issue: Create a pull request to merge your changes into the main repository. In the message when you go to merge the pull request, you need to type "closes #" (e.g., "closes #1"). After you merge the pull request, it will move your task card for that issue from "In progress" to "Done." -7. Collaborate with your partner: By this time, your partner should have completed their task as well, and they can make a pull request to merge their feature into the owner's repository. Only the owner of the repository can actually merge. You may get merge conflicts, but you can reduce the likelihood of a conflict by making sure that both partners' repo's master branch is updated and that the branch you are submitting a pull request for is up-to-date with master on both repositories. - -## Put your items here -### Things you understand so far -1. Add items to the list -### Things you don't understand about what we are doing / web development. -1. Add items to the list -### Things you want to know next -1. Add items to the list +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. +3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". +5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". +6. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +7. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. + +### Project management and Collaboration workflow Steps + +1. create an issue +2. assign issue to project task + +- Assign to yourself +- Assign to correct project board +- Assign to "todo" project status +- Assign to the correct milestone +- create issue branch + +3. Go to the project board and move the task you created to in progress +4. git fetch origin to see new branch +5. checkout issue branch locally +6. git status to make sure you don't have any changed files in the branch before you work +7. Resolve the issue by adding the list item or incrementing the count of the item +8. commit -a -m "message text" to do the commit +9. git push origin head <- pushes current branch to github +10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine +11. merge the pull request and add "closes # i.e. closes #4 to close the issue +12. Check that your task is moved from in progress to done +13. update your local main branch with the changes from the merge by doing git pull origin main +14. Repeat again, and again, and again From d40b95c9d2aca00d9698cfd22ac26c20d05b6c5b Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:41:54 -0500 Subject: [PATCH 195/517] Added Cloning to things we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e5e5ee07..cd91622c2 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. Forking[1] +5. Cloning[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From f30562d320c9ebd2bf67a106323d371ecb11fc17 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:45:33 -0500 Subject: [PATCH 196/517] added thing I didn't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..107986ee9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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. Pulling updates from main repository #### Things we want to know next\*\* From 8cafa6bb634f152e1aa17ef1be268f508db3a3f0 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:48:24 -0500 Subject: [PATCH 197/517] Added Kernel to things we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd91622c2..1ef5ac12f 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] 4. Forking[1] 5. Cloning[1] +6. Kernel[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 0510eb2094e87471dad7e0df29e972d0ff7c95d2 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:50:58 -0500 Subject: [PATCH 198/517] added im shortcuts to things I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..044ab066e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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. Advanced Vim shortcuts #### Things we want to know next\*\* From 6dece488d1fea75bf7d233b3c01c002a9953d8ec Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:53:15 -0500 Subject: [PATCH 199/517] add docker-compose files to things I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..7bdf51a35 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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. Docker-compose files #### Things we want to know next\*\* From ded77c3a857485ffdac0eac495c438fd2f202388 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:54:55 -0500 Subject: [PATCH 200/517] Added Vim to Things we want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef5ac12f..e7569a700 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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. Vim[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 a6fc179878504b80d7816b09562c4f683594414e Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:55:50 -0500 Subject: [PATCH 201/517] added third thing i learned --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a045a83..0d67fd1c8 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ 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: +### My List: #### Things we learned 1. vim commands [1] 2. oracle server setup [1] +3. generate SSH keys [1] #### Things we don't understand 1. #### Things we want to know next From 060d219f675b863076de25c4ff1fd7bee35f7e6e Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:56:20 -0500 Subject: [PATCH 202/517] added javascript project configuration to want to learn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..e28f39e14 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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. Javascript Project Configuration ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 92afe856878c402b9c8b94c6d732332834372486 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 13:59:16 -0500 Subject: [PATCH 203/517] added docker commands to things I learned --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..cad036529 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,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. Docker commands #### Things we don't understand From 13ec0147757137bdc07078c16b184f566b0b87e5 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:01:42 -0500 Subject: [PATCH 204/517] Added Lean to Things we want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7569a700..6e7cd7cc3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] 4. Vim[1] +5. Lean[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 900243f9dec986ab9c3a476f2f1abb9b89e33ad7 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 14:04:00 -0500 Subject: [PATCH 205/517] added connect to cloud instance via shh to things I learned --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..f16be9d68 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,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. Connect to cloud instance via ssh #### Things we don't understand From 39cc3006b0e1e95ce6b9be54a4b0169d27d8a1b0 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:04:10 -0500 Subject: [PATCH 206/517] Added Vue JS to Things we want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e7cd7cc3..3bd416fb0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. Vim[1] 5. Lean[1] +6. Vue JS[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 0c773cd6abf5f283eeedd2331addd3fdb52ccf8b Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 14:06:30 -0500 Subject: [PATCH 207/517] added restful api to things I want to learn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f16be9d68..20c2b9593 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,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. RESTful API ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From d7ed1a3f0e0834320a61b9cdfd33ccb86e116558 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:06:34 -0500 Subject: [PATCH 208/517] Added fie structure to things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bd416fb0..c726500ff 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,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. File Structure[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 7a7e05c68e9da8c63147c0b437840bd1b0bc3456 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 14:08:29 -0500 Subject: [PATCH 209/517] Revert "added restful api to things I want to learn" This reverts commit 0c773cd6abf5f283eeedd2331addd3fdb52ccf8b. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 20c2b9593..f16be9d68 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ 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. RESTful API ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 4fadcdaca511d9fb365f73bb1525cdf33a65c754 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:08:53 -0500 Subject: [PATCH 210/517] Added Github flow to things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c726500ff..da54a6edd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. File Structure[1] +5. Github Flow[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 11a07f038038138ffa8ec759e474ff90a2d94c44 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:10:40 -0500 Subject: [PATCH 211/517] Update README.md --- README.md | 100 +++++------------------------------------------------- 1 file changed, 9 insertions(+), 91 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..c74672832 100644 --- a/README.md +++ b/README.md @@ -1,94 +1,12 @@ -# MyWebClass Collaboration and Brainstorming Assignment - -## Overview - -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. - -## Learning Objectives: -1. You will learn to collaborate online using GIT -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 prioritze each issue. - -### Your list should look like this: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. Using sass for stylesheets +2. +3. #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. +2. +3. #### 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 -**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: - -1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. - -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** - -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. - -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. - -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. - -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. - -### You are done when you have completed the following: - -1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge -3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged - -### Canvas Submission instructions - -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. - -## Project Setup Instructions -Collaborating on GitHub: - -1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - - -### Project management and Collaboration workflow Steps -1. create an issue -2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch -3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main -14. Repeat again, and again, and again - +1. +2. +3. From 9db9cb9521f00883e41e7a259c667bb0b3272862 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:10:50 -0500 Subject: [PATCH 212/517] Added Collaboration to things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da54a6edd..59158c242 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] 4. File Structure[1] 5. Github Flow[1] +6. Collaboration[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 3346ca4698419ac81e33316802643a7fcc73cd9e Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 14:11:44 -0500 Subject: [PATCH 213/517] added restful apis to things I want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..77c203ce6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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. RESTful API ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 59951c7d170a89fcfaf2d4c6fdc87ba3771abcb1 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:12:40 -0500 Subject: [PATCH 214/517] added first thing i want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d67fd1c8..282579194 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. #### Things we want to know next -1. +1. agile development methodology [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 7772a70ab70f9659a3fc909d0ba042a782cd19fb Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 14:13:19 -0500 Subject: [PATCH 215/517] add deploy to other cloud providers to things I want to learn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ef4ba25d..12f7a58d5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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. Deploy to other cloud platforms ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 988ea078ef35f9a89d5a4d36b38d834b64e55350 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:18:03 -0500 Subject: [PATCH 216/517] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c47c4bcf..9e65b376f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Advanced Vim shortcuts 5. Docker-compose files 6. Pulling updates from main repository +7. File Structure[1] +8. Github Flow[1] +9. Collaboration[1] #### Things we want to know next\*\* From 5fe7f786791b6e1b40237cb28f2fb957a120d5e6 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:22:49 -0500 Subject: [PATCH 217/517] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e65b376f..ed737bfe9 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Forking[1] 5. Cloning[1] 6. Kernel[1] -7. Connect to cloud instance via ssh -8. Docker commands +7. Connect to cloud instance via ssh[1] +8. Docker commands[1] #### Things we don't understand @@ -48,9 +48,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 7. File Structure[1] 8. Github Flow[1] 9. Collaboration[1] -10. Deploy to other cloud platforms -11. RESTful API -12. Javascript Project Configuration +10. Deploy to other cloud platforms[1] +11. RESTful API[1] +12. Javascript Project Configuration[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 d8fda00795f466c19f856dd5d7cfdcc2ce2ea698 Mon Sep 17 00:00:00 2001 From: kadeem-lewis Date: Wed, 22 Feb 2023 15:41:56 -0500 Subject: [PATCH 218/517] added vim to things I learned --- README.md | 93 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..897aec14c 100644 --- a/README.md +++ b/README.md @@ -2,93 +2,104 @@ ## Overview -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. +The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. ## Learning Objectives: + 1. You will learn to collaborate online using GIT 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 prioritze 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** + +#### Things we understand\*\* + 1. Python Print[1] -2. Linux Directory listing[2] +2. Linux Directory listing[2] 3. Docker Installation[1] +4. Vim[1] + #### Things we don't understand + 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1] -#### Things we want to know next** + +#### 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 -**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 +**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: 1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. + **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** +2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. +This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. +3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. +4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. +5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. ### You are done when you have completed the following: - + 1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge +2. Made 9 pull requests to another person for each item that contains the branch you want to merge 3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged +4. Made a pull request to another person with your master branch that contains the consolidated list +5. Merged the pull request of someone elsesa compiled list +6. Submmited a pull request to this repository to have your complete list merged ### Canvas Submission instructions -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. +To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. ## Project Setup Instructions + Collaborating on GitHub: 1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. +3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". +5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". +6. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +7. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. ### Project management and Collaboration workflow Steps + 1. create an issue 2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch + +- Assign to yourself +- Assign to correct project board +- Assign to "todo" project status +- Assign to the correct milestone +- create issue branch + 3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main +4. git fetch origin to see new branch +5. checkout issue branch locally +6. git status to make sure you don't have any changed files in the branch before you work +7. Resolve the issue by adding the list item or incrementing the count of the item +8. commit -a -m "message text" to do the commit +9. git push origin head <- pushes current branch to github +10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine +11. merge the pull request and add "closes # i.e. closes #4 to close the issue +12. Check that your task is moved from in progress to done +13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again - From ba9881c91d93ff81d054767f922da18a2e5e6963 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 15:55:09 -0500 Subject: [PATCH 219/517] Update README.md --- README.md | 91 +------------------------------------------------------ 1 file changed, 1 insertion(+), 90 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..9a977a181 100644 --- a/README.md +++ b/README.md @@ -2,93 +2,4 @@ ## Overview -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. - -## Learning Objectives: -1. You will learn to collaborate online using GIT -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 prioritze each issue. - -### Your list should look like this: -#### Things we understand** -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] -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 -**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: - -1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. - -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** - -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. - -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. - -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. - -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. - -### You are done when you have completed the following: - -1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge -3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged - -### Canvas Submission instructions - -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. - -## Project Setup Instructions -Collaborating on GitHub: - -1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - - -### Project management and Collaboration workflow Steps -1. create an issue -2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch -3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main -14. Repeat again, and again, and again - +This is where we need to merge all of the compiled lists. From 98d05518922045dd7ee6ab90655230e3a7858385 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:57:05 -0500 Subject: [PATCH 220/517] Create .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..485dee64b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea From ad39dadeba921c56220f15ed94d46b88453de1a1 Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:21:22 -0500 Subject: [PATCH 221/517] Revert "5 how to use the git workflow" From 253af47e5bdbda86aae4f2a9a9de199c7ca8b18a Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:30:39 -0500 Subject: [PATCH 222/517] CHANGES: added conterization to list --- README.md | 93 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..872c51a60 100644 --- a/README.md +++ b/README.md @@ -2,93 +2,104 @@ ## Overview -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. +The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. ## Learning Objectives: + 1. You will learn to collaborate online using GIT 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 prioritze 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** + +#### Things we understand\*\* + 1. Python Print[1] -2. Linux Directory listing[2] +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** +4. Containerization[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 -**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 +**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: 1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. + **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** +2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. +This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. +3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. +4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. +5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. ### You are done when you have completed the following: - + 1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge +2. Made 9 pull requests to another person for each item that contains the branch you want to merge 3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged +4. Made a pull request to another person with your master branch that contains the consolidated list +5. Merged the pull request of someone elsesa compiled list +6. Submmited a pull request to this repository to have your complete list merged ### Canvas Submission instructions -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. +To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. ## Project Setup Instructions + Collaborating on GitHub: 1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. +3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". +5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". +6. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +7. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. ### Project management and Collaboration workflow Steps + 1. create an issue 2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch + +- Assign to yourself +- Assign to correct project board +- Assign to "todo" project status +- Assign to the correct milestone +- create issue branch + 3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main +4. git fetch origin to see new branch +5. checkout issue branch locally +6. git status to make sure you don't have any changed files in the branch before you work +7. Resolve the issue by adding the list item or incrementing the count of the item +8. commit -a -m "message text" to do the commit +9. git push origin head <- pushes current branch to github +10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine +11. merge the pull request and add "closes # i.e. closes #4 to close the issue +12. Check that your task is moved from in progress to done +13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again - From c57e4ebe340a59a67ffd5ba652d856028058dc79 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 16:34:19 -0500 Subject: [PATCH 223/517] 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 51785f765..000000000 --- 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 5ccd425b3..000000000 --- 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 e7796b434..c5cea21c6 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 c222948dd..000000000 --- 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 475bc47cc..000000000 --- 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 60a3fea96..472a53624 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 3bcf609a8..ff68fa38f 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 97638fe33..025fa8f14 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 ac9b6d606..000000000 --- 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 237202736..0b49fb1dd 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 c43f7eb4a63423fb8621eac7e2df24a020e54c32 Mon Sep 17 00:00:00 2001 From: ss889 <98911705+ss889@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:41:43 -0500 Subject: [PATCH 224/517] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..878c41cbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: 'For master pull request to merge master into this repo. ' +title: ss889 +labels: Compiled List +assignees: ss889 + +--- + +make a pull request and add a link to the pull request to this issue when you submit. From 9726f81f64479076741df3d520de5e0d49c3e69b Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:44:27 -0500 Subject: [PATCH 225/517] CHANGES: added kibana to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 872c51a60..c67a789a9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. Containerization[1] +5. Kibana[1] #### Things we want to know next\*\* From 975e6dd6b7c04fe0aa98eba6424dcfce8b7e9fe4 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:51:48 -0500 Subject: [PATCH 226/517] CHANGES: added docker-compose to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c67a789a9..ecd90a2cc 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 status[1] 4. Containerization[1] 5. Kibana[1] +6. Docker Compose[1] #### Things we want to know next\*\* From 8717e4c60b8a900b838bf3b0f636100a3394af65 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:54:31 -0500 Subject: [PATCH 227/517] CHANGES: added dockerfiles to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecd90a2cc..c921f6ae0 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. Containerization[1] 5. Kibana[1] 6. Docker Compose[1] +7. Dockerfiles[1] #### Things we want to know next\*\* From 3f3dc49def685708ec2d2f48b5bdb5b1d0a56847 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:57:32 -0500 Subject: [PATCH 228/517] CHANGES: added docker to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c921f6ae0..ce82ef0fd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,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. Docker[1] #### Things we don't understand From 3de86551669eb71f0995157a5cc57fe0c614f137 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:59:27 -0500 Subject: [PATCH 229/517] Added Ssh Issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..092b4ce39 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. Ssh Configuration 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 49cf36e41809d0cf4abd7ea642ecc7bf8bc79217 Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:00:13 -0500 Subject: [PATCH 230/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 19700ab76..223f2c10b 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: sm637 -labels: Master List +labels: Master List, Want to know assignees: Sumanmhalsank02 --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 001f7c77b..9b6358ab6 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,4 +7,9 @@ assignees: Sumanmhalsank02 --- - +1. The end use of Docker[3] +2. How to resolve Merge Conflicts[1] +3. Push request [1] +4. Pycharm [1] +5. Docker Container, Images and their Uses [2] +6. How the process is automated [1] From 52bf4f2503bfd3b29f06bbabf276151c796595ed Mon Sep 17 00:00:00 2001 From: Suman Mhalsank <48148023+Sumanmhalsank02@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:00:55 -0500 Subject: [PATCH 231/517] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 9b6358ab6..001f7c77b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -7,9 +7,4 @@ assignees: Sumanmhalsank02 --- -1. The end use of Docker[3] -2. How to resolve Merge Conflicts[1] -3. Push request [1] -4. Pycharm [1] -5. Docker Container, Images and their Uses [2] -6. How the process is automated [1] + From 8c4ee2dfec602af8e83f935ac0302f0855f53742 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:02:34 -0500 Subject: [PATCH 232/517] CHANGES: added Git actions to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce82ef0fd..d4d489520 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] 4. Docker[1] +5. Git Actions[1] #### Things we don't understand From 0fb8a88c4624829148aef76ed43830988c8a4be5 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:12:50 -0500 Subject: [PATCH 233/517] CHANGES: added virtualization to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d489520..014a843ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] 4. Docker[1] -5. Git Actions[1] +5. Virtualization[1] #### Things we don't understand From 4f1c5729c233beb17d9c013b30660028a9b5f567 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:14:44 -0500 Subject: [PATCH 234/517] Added Traefik Issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092b4ce39..d56a560fd 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. Ssh Configuration -2. GIt pull[2] +2. Traefik Integration 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From fe1c4e7deb2ac34b6d687b7d2fd000b54f4a00c7 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:19:47 -0500 Subject: [PATCH 235/517] CHANGES: Added Vuejs to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 014a843ac..a625b302d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,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. VueJs[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 25cd1c4b3aff14642a76204ce06a76750a8beb0d Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 17:22:51 -0500 Subject: [PATCH 236/517] added something to the list of things i know so far --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e5d003a4..11e63b38d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collaborating on GitHub: ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub So I don't need to login with password 2. I learend GITHUB Issues +3. I learned how to create and name repositories in Github and in Docker. ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From 1f4bf0fe143a9ee841e2d8b8b359d582398fe233 Mon Sep 17 00:00:00 2001 From: Jad229 <76543236+Jad229@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:28:29 -0500 Subject: [PATCH 237/517] CHANGES: added unit testing to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a625b302d..2007c189b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] 4. VueJs[1] +5. Unit Testing[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 7bd797acf13f5e84863c9f8629d3a7706bbc91a4 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:30:41 -0500 Subject: [PATCH 238/517] Added Webclass Issue. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d56a560fd..d64c09665 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ 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. Ssh Configuration -2. Traefik Integration -3. GIT status[1] +1. Ssh Configuration. +2. Traefik Integration. +3. Had issues with earlier webclass integration. #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 25ec713d398c781908a1ee2902396e936f039fd4 Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 17:40:31 -0500 Subject: [PATCH 239/517] added somthing to things i understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5d003a4..45263f10f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far -1. I know how to make an ssh key and add it to GitHub So I don't need to login with password +1. I know how to make an ssh key and add it to GitHub. 2. I learend GITHUB Issues ### Things you don't understand about what we are doing / web development. 1. Add items to the list From dadba0d160a74cd846957f420e5c528aad73dffc Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:45:05 -0500 Subject: [PATCH 240/517] Added Docker Hub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64c09665..6adc3843c 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. Docker Hub. 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From df1cd68b0613e0a700eed0261ae014141bcc3503 Mon Sep 17 00:00:00 2001 From: ss889 <98911705+ss889@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:49:12 -0500 Subject: [PATCH 241/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0ee0e97..49cd85f90 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub. -2. I learend GITHUB Issues +2. I learned GITHUB Issues 3. I learned how to create and name repositories in Github and in Docker. ### Things you don't understand about what we are doing / web development. 1. Add items to the list From 640597ae288142688d538f1bae60c7f99880ba00 Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 18:15:18 -0500 Subject: [PATCH 242/517] modified the list for things i understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5d003a4..85dcd043b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub So I don't need to login with password -2. I learend GITHUB Issues +2. I learned all about GITHUB Issues ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From 7d56fca3931b0a64541dfce057f0ada84f81b325 Mon Sep 17 00:00:00 2001 From: ss889 <98911705+ss889@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:21:00 -0500 Subject: [PATCH 243/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49cd85f90..72511db5c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub. -2. I learned GITHUB Issues +2. I learned all about GITHUB Issues 3. I learned how to create and name repositories in Github and in Docker. ### Things you don't understand about what we are doing / web development. 1. Add items to the list From b50e92ea20cb777cd34df5e04b2ad128c4caa602 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:51:15 -0500 Subject: [PATCH 244/517] Added Css. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adc3843c..5110806d0 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. Docker Hub. -2. Linux Directory listing[2] +2. Css. 3. Docker Installation[1] #### Things we don't understand 1. Ssh Configuration. From 5426c9c1f30f016f51136a75ba2ff7596edc11e4 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:53:13 -0500 Subject: [PATCH 245/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74672832..09e9c4c53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #### Things we understand** 1. Using sass for stylesheets -2. +2. python unit tests 3. #### Things we don't understand 1. From 20e0608572500a8ed9be7bfd94bddd024ad9c6f8 Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 18:58:46 -0500 Subject: [PATCH 246/517] added something in the list of things i dont understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72511db5c..8c89e9908 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ Collaborating on GitHub: 2. I learned all about GITHUB Issues 3. I learned how to create and name repositories in Github and in Docker. ### Things you don't understand about what we are doing / web development. -1. Add items to the list +1. What some git commands do. ### Things you want to know next 1. How to connect viewjs to elastic search From 52022d7ad72eaa1298c1b46e11fa3060c811f71b Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:04:13 -0500 Subject: [PATCH 247/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e9c4c53..9c0cdcbcb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #### Things we understand** 1. Using sass for stylesheets 2. python unit tests -3. +3. using docker #### Things we don't understand 1. 2. From f870afd796b3aeb0076b53fc18f73964d78a003d Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 19:09:34 -0500 Subject: [PATCH 248/517] modified the list of things i dont understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c89e9908..7f678cd03 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,6 @@ Collaborating on GitHub: 3. I learned how to create and name repositories in Github and in Docker. ### Things you don't understand about what we are doing / web development. 1. What some git commands do. +2. I don't understand what exactly a DevOps Engineer does. ### Things you want to know next 1. How to connect viewjs to elastic search From fe9b36adadc964297ce5a82763de7e3ccbb6baae Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 19:14:32 -0500 Subject: [PATCH 249/517] modified the list of things i dont know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f678cd03..be5844ecc 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,6 @@ Collaborating on GitHub: ### Things you don't understand about what we are doing / web development. 1. What some git commands do. 2. I don't understand what exactly a DevOps Engineer does. +3. I don't know how to fix some merge issues. ### Things you want to know next 1. How to connect viewjs to elastic search From 0b7e62ac71d2aca2e22c77836b24e86abfe11587 Mon Sep 17 00:00:00 2001 From: JoshME23 <113443326+JoshME23@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:20:45 -0500 Subject: [PATCH 250/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..d114abf72 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 understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..cd7a88cac 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 c840f5d42ff9674b2e4dc3dbd3f26ecef860b337 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:23:58 -0500 Subject: [PATCH 251/517] added the second thing i want to know --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 282579194..d41bd30da 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. #### Things we want to know next -1. agile development methodology [1] +1. agile development methodology [1] +2. vue.js [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 f763233ece24aab0aaf07bff73884c6bf29fbc91 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:29:52 -0500 Subject: [PATCH 252/517] added the third thing i want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d41bd30da..b8e12fb99 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next 1. agile development methodology [1] 2. vue.js [1] +3. 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 01ae6467cb12f3137a346c818c5f2e740560b08c Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:43:26 -0500 Subject: [PATCH 253/517] Added Basics of Putty. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110806d0..f39eb3abd 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. Docker Hub. 2. Css. -3. Docker Installation[1] +3. Basics of Putty. #### Things we don't understand 1. Ssh Configuration. 2. Traefik Integration. From 8458a78e1d3005c12cb1995a2e26d7e25646db4f Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:46:34 -0500 Subject: [PATCH 254/517] Added Daemons. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39eb3abd..4d07f6bd2 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. Traefik Integration. 3. Had issues with earlier webclass integration. #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Daemons 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From d1e5dfef9334cffc5bd9356d550f0cdac4863fb5 Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 19:47:16 -0500 Subject: [PATCH 255/517] added an item in the list of things i want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be5844ecc..a53f902e6 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ Collaborating on GitHub: 2. I don't understand what exactly a DevOps Engineer does. 3. I don't know how to fix some merge issues. ### Things you want to know next -1. How to connect viewjs to elastic search +1. I want to know more about Docker and its functions. From 4e3ccab33f06008acc9e0fa77333195ae54846c3 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:51:30 -0500 Subject: [PATCH 256/517] Added Kubernetes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d07f6bd2..7ae3d5c1c 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. Had issues with earlier webclass integration. #### Things we want to know next** 1. Daemons -2. Cloud deployment with Kubernetes[2] +2. Kubernetes 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 0b92c8d20787a138dab19a14a0abf17660cd115d Mon Sep 17 00:00:00 2001 From: ss889 Date: Wed, 22 Feb 2023 19:56:28 -0500 Subject: [PATCH 257/517] updated the list of things i want to know next --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a53f902e6..6371385e7 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ Collaborating on GitHub: 3. I don't know how to fix some merge issues. ### Things you want to know next 1. I want to know more about Docker and its functions. +2. I want to know how what we're learning will be used in web development. From 8b83b729c405629e87e9bd65c663a7e5fe1a0829 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:03:31 -0500 Subject: [PATCH 258/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0cdcbcb..5920195d5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ 2. 3. #### Things we want to know next** -1. +1. playwright testing 2. 3. From 4bf06054a7aaa3ccfddb742fd1756020c5498a58 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:21:15 -0500 Subject: [PATCH 259/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5920195d5..d6abef859 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ 3. #### Things we want to know next** 1. playwright testing -2. +2. vue.js framework 3. From 1f5382c87471f93fad2b36383873bbfc42b32732 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:33:38 -0500 Subject: [PATCH 260/517] added the first thing i don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e12fb99..381a29e5b 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. oracle server setup [1] 3. generate SSH keys [1] #### Things we don't understand -1. +1. docker containers and images [1] #### Things we want to know next 1. agile development methodology [1] 2. vue.js [1] From e11366652befb6cb3636ad1039e9f725cb1864a6 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:37:43 -0500 Subject: [PATCH 261/517] added the second thing i don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 381a29e5b..6d530c812 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. generate SSH keys [1] #### Things we don't understand 1. docker containers and images [1] +2. ci/cd [1] #### Things we want to know next 1. agile development methodology [1] 2. vue.js [1] From 72726aee2e2fd006f866469a640e02357efc8951 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:39:54 -0500 Subject: [PATCH 262/517] Added Node.js. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae3d5c1c..cbcf7d173 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. Daemons 2. Kubernetes -3. Teraform[1] +3. Node.js ## 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 364a3d751c9efb4dcb5c5e8478ce2eadd08ef226 Mon Sep 17 00:00:00 2001 From: viiamie <71726874+viiamie@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:04:24 -0500 Subject: [PATCH 263/517] added third thing i don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d530c812..9d22c6081 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. docker containers and images [1] 2. ci/cd [1] +3. git flags [1] #### Things we want to know next 1. agile development methodology [1] 2. vue.js [1] From 5ce325802798db610e570f6206624bd082541d55 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 21:34:41 -0500 Subject: [PATCH 264/517] added git status to Things we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1dd..67c998331 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. git status #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 19693a05d2600fd17b063c7802eb8ac3e6355bd9 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 21:46:15 -0500 Subject: [PATCH 265/517] added git fetch to Things we understand --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c998331..7b64ebf1f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ 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. git status +4. git status +5. git fetch [1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From b1f4d46d28eede4ad26820960adf21d4ae9fa369 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 21:50:32 -0500 Subject: [PATCH 266/517] added git checkout to Things we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b64ebf1f..2344b32a1 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] 4. git status 5. git fetch [1] +6. git checkout [1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 34abd899e3830cd320dcba31af54a59ca247de40 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:53:50 -0500 Subject: [PATCH 267/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6abef859..6cda01f0b 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ #### Things we want to know next** 1. playwright testing 2. vue.js framework -3. +3. github project management From a1c798f6a5dcda6ea33279ed09aac9c338c30ec9 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 21:56:25 -0500 Subject: [PATCH 268/517] added Dockerhub to things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2344b32a1..0ceaa1f50 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,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. Dockerhub [1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 89018c8025c0ab5cea66aa5d49235911f2780bc0 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 22:00:27 -0500 Subject: [PATCH 269/517] added Undoing commits to Things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ceaa1f50..8c6aaec87 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. Dockerhub [1] +5. Undoing commits [1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 3b0d5a8b54696378535376904629ef2097a0134e Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 22:02:20 -0500 Subject: [PATCH 270/517] added git rebase to Things we don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c6aaec87..62d317e33 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] 4. Dockerhub [1] 5. Undoing commits [1] +6. git rebase [1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 972093a667dae46328a746fefd7e511ade68991f Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 22:04:18 -0500 Subject: [PATCH 271/517] added How to use Kubernetes and Docker together to Things we want to know next --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62d317e33..fad196195 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,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 to use Kubernetes and Docker together [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 8f81c42dd19b603ac9a53dd3c67fa120af06807f Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 22:06:04 -0500 Subject: [PATCH 272/517] added How to properly use git rebase to Things we want to know next --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fad196195..13ad75253 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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 to use Kubernetes and Docker together [1] +5. How to properly use git rebase [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 863c89d25960ada0d0e71f4314b1e4fd10f83ca7 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 22 Feb 2023 22:07:54 -0500 Subject: [PATCH 273/517] added How to deploy a webapp to Things we want to know next --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13ad75253..93fcec9e6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. How to use Kubernetes and Docker together [1] 5. How to properly use git rebase [1] +6. How to deploy a webapp ## 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 872ca43602ac85b351f9922d831858bbad947471 Mon Sep 17 00:00:00 2001 From: JoshME23 <113443326+JoshME23@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:45:15 -0500 Subject: [PATCH 274/517] added missing increments (#24) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93fcec9e6..7685fcc38 100644 --- a/README.md +++ b/README.md @@ -16,7 +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. git status +4. git status [1] 5. git fetch [1] 6. git checkout [1] #### Things we don't understand @@ -32,7 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. How to use Kubernetes and Docker together [1] 5. How to properly use git rebase [1] -6. How to deploy a webapp +6. How to deploy a webapp [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 0951ab3a1eb2ff70b7f08d67c3879e97b19d16ee Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:17:50 -0500 Subject: [PATCH 275/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cda01f0b..7f871f010 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 2. python unit tests 3. using docker #### Things we don't understand -1. +1. github ssh auth 2. 3. #### Things we want to know next** From 7488e7e1f60758094e2a6821e1a8fe5fe5bd5223 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:21:58 -0500 Subject: [PATCH 276/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f871f010..73f72de95 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 3. using docker #### Things we don't understand 1. github ssh auth -2. +2. git pull 3. #### Things we want to know next** 1. playwright testing From d25243118d1a389b7eddf44157f791cb3f018ecd Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:28:30 -0500 Subject: [PATCH 277/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f72de95..a99e8068a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ #### Things we don't understand 1. github ssh auth 2. git pull -3. +3. kibana #### Things we want to know next** 1. playwright testing 2. vue.js framework From 8a0e85bf177ec31eadf686ce83e7a4883d24ea34 Mon Sep 17 00:00:00 2001 From: ml447 <87166382+ml447@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:31:51 -0500 Subject: [PATCH 278/517] Update issue templates --- .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 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..f486ba249 --- /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: 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. diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..cf4f2ec98 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: I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..f5743c08f 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: I want to know assignees: '' --- From 6073898731b64064a54b4adc8391a80609153e03 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 <98864756+phillipebarreto1@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:02:42 -0500 Subject: [PATCH 279/517] 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 c5cea21c6..598dcc230 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 000000000..fece3e934 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: Describe this issue template's purpose here. +title: Put your UCID as the title (replace this text) +labels: Submit to Master branch +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 472a53624..727f03e5c 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 ff68fa38f..8929befbe 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 025fa8f14..cd7a88cac 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 738b98110ce57f0210082bdf4b1f66a8c5b57440 Mon Sep 17 00:00:00 2001 From: Jkowal012 <91334004+Jkowal012@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:02:44 -0500 Subject: [PATCH 280/517] 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 c5cea21c6..598dcc230 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 000000000..d44645b1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master pull request +about: Describe this issue template's purpose here. +title: Put your UCID as the title (replace this text) +labels: Submit master branch +assignees: Jkowal012 + +--- + +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 472a53624..12910d8b0 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 do not understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b600819af 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 025fa8f14..cd7a88cac 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 2060188844dc219dce9ad33dd460c779bcbd2d92 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 13:35:01 -0500 Subject: [PATCH 281/517] added docker terminology to Things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..f9a29ab5f 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. Docker Terminology[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 9e53bde5eb11f500f8c33ca0fc22aeb437095991 Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 13:41:39 -0500 Subject: [PATCH 282/517] added I don't know anything to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7425470..893a8c86a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Collaborating on GitHub: ### Things you understand so far 1. Whatever ### Things you don't understand about what we are doing / web development. -1. Add items to the list +1. I don't know anything ### Things you want to know next 1. How to connect viewjs to elastic search From 28094d8a1841165410c39a4cbe95d349fa77f013 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 13:44:38 -0500 Subject: [PATCH 283/517] added cmd commands to Things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a29ab5f..47738aeb9 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. Docker Terminology[1] -2. GIt pull[2] +2. CMD commands[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 094f2b6a88bda9259b364dd42c2c5b031692e5ec Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Thu, 23 Feb 2023 13:48:58 -0500 Subject: [PATCH 284/517] Added docker to things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..e611207d5 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. Docker[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 5e8ed178eea4fd9424d8a662394132d6157c97a3 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 13:49:55 -0500 Subject: [PATCH 285/517] added cmd commands to Things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47738aeb9..9131571f1 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. Docker Terminology[1] -2. CMD commands[1] +2. CMD Commands[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 3cc4949075e93c890113c3b827b76bbf4256d574 Mon Sep 17 00:00:00 2001 From: vengurlekardevika16 <124622943+vengurlekardevika16@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:16:53 -0500 Subject: [PATCH 286/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..1c8839ab6 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 Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..af051eb46 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: Want to Know assignees: '' --- From fb2da4ec650cce0a670c788e9caad7b9dde78257 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:18:43 -0500 Subject: [PATCH 287/517] Added Node.js. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..a1a19dd9a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,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 Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. Python Print[1] +2. Linux Directory listing[2] +3. Docker Installation[1] +4. CSS #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From c553735c7aac2b580150a3d974c65fc53898b479 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:21:45 -0500 Subject: [PATCH 288/517] Added Docker Hub. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a19dd9a..cee2c3b40 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ 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. CSS +4. CSS. +5. Docker Hub. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From ea77474b17d782b03cb6c7826d00730d314a88fd Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:23:27 -0500 Subject: [PATCH 289/517] Added Basics of Putty. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee2c3b40..52e6f17e7 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] 4. CSS. 5. Docker Hub. +6. Putty. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 473acf33ddf94b3b210263387e908d7b1f44af13 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:25:21 -0500 Subject: [PATCH 290/517] Added SSH. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52e6f17e7..ed9995601 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,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. SSH Integration #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 6b2f32086a27c791a77bd9437a75e170e7617c1f Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:30:18 -0500 Subject: [PATCH 291/517] Added Kubernetes to the Things I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..d49cae7f1 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. Kubernetes [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 62c4b20383afd85357e029056fb1e5229e6b469a Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:37:12 -0500 Subject: [PATCH 292/517] Added Cloud Computing to Things I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49cae7f1..9c53bb2ab 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. Kubernetes [1] -2. Cloud deployment with Kubernetes[2] +2. Cloud Computing[1] 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 8be30bd192ee74de544a84b328d6f7a02e9c6cb2 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:39:30 -0500 Subject: [PATCH 293/517] Added Traefik --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed9995601..0aa62201d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. SSH Integration +5. Traefik #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From cd0dde7f08241da6ae08235004f6079f6e740a6b Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:40:44 -0500 Subject: [PATCH 294/517] Added Kibana to the Things I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c53bb2ab..b09e7d4e6 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. Kubernetes [1] 2. Cloud Computing[1] -3. Teraform[1] +3. Kibana[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 95d011d5e559a582a3c6bfced7ae704ab26f7297 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:41:16 -0500 Subject: [PATCH 295/517] Added Webclass. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0aa62201d..b414f709c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] 4. SSH Integration 5. Traefik +6. Webclass #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 8d51edf708fd54066c12deee18bafba89c935d23 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:42:52 -0500 Subject: [PATCH 296/517] Added Daemons. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b414f709c..7b68ea6ad 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik 6. Webclass #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Elastic Search Indexing [1] +2. Cloud deployment with Kubernetes[2] +3. Teraform[1] +4. Daemons ## 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 7e05335c6d79cf8639389834a4ce5d8b06a1c5b2 Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:44:57 -0500 Subject: [PATCH 297/517] Added 'git reflog' to the Things I Don't Understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09e7d4e6..bc3adb161 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 reflog[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From f03bf9518fad42e59dff260fdb4f7478b56d17d9 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:46:10 -0500 Subject: [PATCH 298/517] Added Kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b68ea6ad..630f67250 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] 4. Daemons +5. 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 5f54c08b83173c193537994cf2e2e4c3d0d44aa4 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:46:59 -0500 Subject: [PATCH 299/517] Added Node.js. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 630f67250..57aa0f938 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. Daemons 5. Kubernetes +6. Node.js ## 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 b16b3f63e272560e4df553fa450f23f0b83ebc56 Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:49:01 -0500 Subject: [PATCH 300/517] Added 'git diff' to the Things I Don't Understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc3adb161..8c4cdcc34 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 reflog[1] -2. GIt pull[2] +2. git diff[1] 3. GIT status[1] #### Things we want to know next** 1. Kubernetes [1] From 46bd79dd7273fc0806bf30db79ea44d78a1878b6 Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:52:15 -0500 Subject: [PATCH 301/517] Added 'git stash' to the Things I Don't Understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4cdcc34..2a940f99f 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 reflog[1] 2. git diff[1] -3. GIT status[1] +3. git stash[1] #### Things we want to know next** 1. Kubernetes [1] 2. Cloud Computing[1] From 47d28e9b741ead70455c6869e8ef06330cd770ed Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:55:49 -0500 Subject: [PATCH 302/517] Added Docker commands to the Things I Learned list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a940f99f..eb6913566 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. Docker Commands[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 06873b94e9a2889797c81420536bc85382e5e923 Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 16:58:50 -0500 Subject: [PATCH 303/517] Added Python and Java to the Things I Learned list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6913566..b98c0b23c 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. Docker Commands[1] -2. Linux Directory listing[2] +2. Python and Java[1] 3. Docker Installation[1] #### Things we don't understand 1. git reflog[1] From 3f3ca87ca9392d44948e4b105da63100f2cba90a Mon Sep 17 00:00:00 2001 From: Devika Vengurlekar Date: Thu, 23 Feb 2023 17:01:30 -0500 Subject: [PATCH 304/517] Added SQL and PHP to the Things I Learned list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b98c0b23c..47aee10ea 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. Docker Commands[1] 2. Python and Java[1] -3. Docker Installation[1] +3. SQL and PHP[1] #### Things we don't understand 1. git reflog[1] 2. git diff[1] From 6cd0ccaa37f0c9691a585856f23b6e3de68abcae Mon Sep 17 00:00:00 2001 From: cr432 <114003161+cr432@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:11:43 -0500 Subject: [PATCH 305/517] updated issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 6 +++--- .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, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..b711df122 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: cr432 +labels: master list assignees: '' --- @@ -11,4 +11,4 @@ You need to make a pull request and add the link to the pull request to this iss PULL REQUEST LINK: -UCID: +UCID: cr432 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..f2f98494c 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: dont understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..126cfbf98 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: 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 025fa8f14..07bf59e86 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: want to know assignees: '' --- From 8b0943b6580f48a99dafb2f9ceb383f4f245102f Mon Sep 17 00:00:00 2001 From: Devendra Pitam <90913482+dp787@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:11:44 -0500 Subject: [PATCH 306/517] Updated Issue Templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 6 +++--- .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, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..c440e9232 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: dp787 +labels: Master List assignees: '' --- @@ -11,4 +11,4 @@ You need to make a pull request and add the link to the pull request to this iss PULL REQUEST LINK: -UCID: +UCID: dp787 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..c646016b4 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: I Don't Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b29f3e88e 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: 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 025fa8f14..bc5b7ec2c 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: I Want To Know assignees: '' --- From b5c9d758fdeaa1f9f21a7f6dea597c5cc53ad223 Mon Sep 17 00:00:00 2001 From: Samuel-Okongo <90460425+Samuel-Okongo@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:20:28 -0500 Subject: [PATCH 307/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 6 +++--- .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, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..0165a56b7 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: so274 +labels: '' assignees: '' --- @@ -11,4 +11,4 @@ You need to make a pull request and add the link to the pull request to this iss PULL REQUEST LINK: -UCID: +UCID:so274 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..9d7bd0990 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: I don't understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..eda373ff8 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: thing I understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..cd7a88cac 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 24b252e58a3ae5d7cf5c40cfd2c55b11900922d0 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:24:48 -0500 Subject: [PATCH 308/517] added docker containers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..b29ae80c6 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. Docker Containers 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 65f3c394e2cd7580f2ed5a83480e96286ae54079 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 18:25:26 -0500 Subject: [PATCH 309/517] added dont understand 1 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..b9618e57b 100644 --- a/README.md +++ b/README.md @@ -17,9 +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] -2. GIt pull[2] -3. GIT status[1] +1. docker commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 4c654b6d1e5b4cf7ae274fec9cd50980531b054a Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 18:33:54 -0500 Subject: [PATCH 310/517] added something I don't understand to list --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..4eeb72ac2 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,11 @@ 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. #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. docker[1] #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +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 ef811c62afe197aa1287e52841f9fe1e89f8d37b Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 18:41:16 -0500 Subject: [PATCH 311/517] added dont understand 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9618e57b..8d22e5015 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. docker commands[1] +2. terminal commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 499dbc836d27874615020d9dcf927766a02f21f4 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:41:30 -0500 Subject: [PATCH 312/517] added resolve merge conflcits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29ae80c6..8b6fb9b94 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. Docker Containers -2. GIt pull[2] +2. Resolve Merge Conflicts 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 5dce86835d9b11386b8dc03cfa87adb7e2b18693 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:46:27 -0500 Subject: [PATCH 313/517] added Python Fluency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b6fb9b94..b137de71d 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. Docker Containers 2. Resolve Merge Conflicts -3. GIT status[1] +3. Python Fluency #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 6fed2edd48d177d51e7b7e89c58c873ed6a4a9d0 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 18:46:57 -0500 Subject: [PATCH 314/517] added dont understand 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d22e5015..640f53bc0 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. docker commands[1] 2. terminal commands[1] +3. docker desktop #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 3ca836b2e6496952a2c89a296b96b0ff03831861 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 18:48:06 -0500 Subject: [PATCH 315/517] added something I don't understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4eeb72ac2..9dd53b054 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. #### Things we don't understand 1. docker[1] +2. python[2] #### Things we want to know next** 1. From ab524517feb1cd3b14fb94894cfeddfd555114d6 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:51:09 -0500 Subject: [PATCH 316/517] added creating different branches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b137de71d..06956029c 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. Create Different Branches 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 7a5ccd906ece764c73c4dba51588058fb483e3de Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:53:25 -0500 Subject: [PATCH 317/517] added creating different branches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06956029c..9703e14d5 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. Create Different Branches +1. Creating Different Branches 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From b63d6bf4a6905bf41e4e8c7c2eb734b9be37a13b Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 18:54:40 -0500 Subject: [PATCH 318/517] added something I dont understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dd53b054..6348588dc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. docker[1] 2. python[2] +3. jobs using docker[3] #### Things we want to know next** 1. From 426ad1c3263367a0d65679e6686b97ad2f11ab98 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 18:56:32 -0500 Subject: [PATCH 319/517] added something i know 1 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 640f53bc0..24d77f1c4 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,11 @@ 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. git merge[1] #### Things we don't understand 1. docker commands[1] 2. terminal commands[1] -3. docker desktop +3. docker desktop[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 75ddd76d273985e33713f8697d502c0258420e33 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 18:57:12 -0500 Subject: [PATCH 320/517] added pull requests and pull conflicts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9703e14d5..b4405691b 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. Creating Different Branches -2. Linux Directory listing[2] +2. Pull Requests and Pull Conflicts 3. Docker Installation[1] #### Things we don't understand 1. Docker Containers From 2a71a1d854f56b7574a30b8d350ff9ce949bd6cc Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 19:00:28 -0500 Subject: [PATCH 321/517] added Git Merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4405691b..778fa2164 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. Creating Different Branches 2. Pull Requests and Pull Conflicts -3. Docker Installation[1] +3. Git Merge #### Things we don't understand 1. Docker Containers 2. Resolve Merge Conflicts From a91a378eb9c30d78f417dba3e8eed191e95bf380 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 19:01:00 -0500 Subject: [PATCH 322/517] added something i know 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24d77f1c4..a15f95765 100644 --- a/README.md +++ b/README.md @@ -14,6 +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. git merge[1] +2. create branches[1] #### Things we don't understand 1. docker commands[1] 2. terminal commands[1] From c190fd767f9d0ef56af5b3f1fe73ca0183e5516a Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:02:56 -0500 Subject: [PATCH 323/517] added to thing we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6348588dc..4563fce70 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. +1. basics of python #### Things we don't understand 1. docker[1] 2. python[2] From ee27b547962b7efbe59b6d259bfe8adf87d01094 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 19:03:59 -0500 Subject: [PATCH 324/517] added proper use of terminal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 778fa2164..6fe64a4a7 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. Resolve Merge Conflicts 3. Python Fluency #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Proper Use of Terminal 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From f6bccdafb3963f374b016ceccf11cf78e7653365 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 19:05:21 -0500 Subject: [PATCH 325/517] added something i know 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a15f95765..7db3ef9ba 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. git merge[1] 2. create branches[1] +3. resolve merge conflicts[1] #### Things we don't understand 1. docker commands[1] 2. terminal commands[1] From 1c49db08ca900ac784d01960a15d3eb743b321c1 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 19:08:22 -0500 Subject: [PATCH 326/517] added essential repositories --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe64a4a7..7bde9e60d 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. Python Fluency #### Things we want to know next** 1. Proper Use of Terminal -2. Cloud deployment with Kubernetes[2] +2. Essential Repositories for Resume 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 9dc53766fe50991c6dd7c073b85a5da7ee9949d3 Mon Sep 17 00:00:00 2001 From: Devendra Pitam Date: Thu, 23 Feb 2023 19:12:05 -0500 Subject: [PATCH 327/517] added learn python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bde9e60d..dcd67b51b 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. Proper Use of Terminal 2. Essential Repositories for Resume -3. Teraform[1] +3. Learn Python Fluently ## 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 3612acd4111920be346aedd56cf72e7937b26554 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 19:15:18 -0500 Subject: [PATCH 328/517] added want to know 1 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7db3ef9ba..c6786b3c7 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. terminal commands[1] 3. docker desktop[1] #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. python[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 198ee098025fb3c460bed545ae24fd854836398b Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 19:23:35 -0500 Subject: [PATCH 329/517] added want to know 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6786b3c7..9b1f3fabf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. docker desktop[1] #### Things we want to know next** 1. python[1] +2. general security[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 44463f2a747097c01d6ca5500104756d6cf6a0e1 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:24:40 -0500 Subject: [PATCH 330/517] added to thing we understand --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4563fce70..d1778509f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. basics of python +1. basics of python[1] +2. docker in professional setting[2] #### Things we don't understand 1. docker[1] 2. python[2] From 3230f34ac24b9c4a187624f5eb22003d46a94ad2 Mon Sep 17 00:00:00 2001 From: cramsterr Date: Thu, 23 Feb 2023 19:29:08 -0500 Subject: [PATCH 331/517] added want to know 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1f3fabf..045bdeb0e 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. python[1] 2. general security[1] +3. advantages to help get a better internship/job[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 c8908576f984677bcad3c47cb46e676c4cd31b4d Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:29:57 -0500 Subject: [PATCH 332/517] added to thing we understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1778509f..3b2f6e8c5 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. basics of python[1] 2. docker in professional setting[2] +3. github[3] #### Things we don't understand 1. docker[1] 2. python[2] From f56fe1f33d528b7ec0d17c3b78e772834b6e20a4 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:34:55 -0500 Subject: [PATCH 333/517] added to thing we want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2f6e8c5..c276b7651 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. python[2] 3. jobs using docker[3] #### Things we want to know next** -1. +1. Advanced docker[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 cacea21370743b372329442ea250de0982966a1c Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:41:22 -0500 Subject: [PATCH 334/517] added to thing we want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c276b7651..62f8113e6 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. jobs using docker[3] #### Things we want to know next** 1. Advanced docker[1] - +2. How jobs look at github[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 **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 From 9243dff10caa7ef05b2c938b678efef314e1c7a0 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Feb 2023 19:46:01 -0500 Subject: [PATCH 335/517] added to thing we want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62f8113e6..a3a4b2b2b 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. Advanced docker[1] 2. How jobs look at github[2] +3. Be a web developer[3] ## 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 From 3bb05aa33b2e3922e10c42d638bb35e92777c427 Mon Sep 17 00:00:00 2001 From: jgwentworth92 Date: Thu, 23 Feb 2023 20:00:11 -0500 Subject: [PATCH 336/517] Update README.md adding stuff I accidentally deleted when i merged pull requests. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88bc2af5d..c781e4945 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,24 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Agile[1] 3. flask[1] 4. CSS[1] +5. putty[1] +6. Docker Hub[1]. #### Things we don't understand 1.code with multiple threads[1] 2. PostgreSQL[1] 3. complex applications of docker[1] +4. SSH integration[1] +5. Traefik[1] +6. webclass[1] #### Things we want to know next** 1. I-want to know React JS [1] 2. Node js[2] -3. Vue JS[1] +3. vue js[1] +4. Daemons[1] +5. Kubernetes[1] + + +7. Vue JS[1] @@ -95,4 +105,4 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again - \ No newline at end of file + From 8d9567c846ab1b4074e4130f0b22b1c4719ba672 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:05:58 -0500 Subject: [PATCH 337/517] added docker terminology to Things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9131571f1..f0e0c1d5e 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. Docker Terminology[1] 2. CMD Commands[1] -3. GIT status[1] +3. GIT commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From f6f49c741c1b6987d753e3b4355e114f1a0008bb Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:13:05 -0500 Subject: [PATCH 338/517] added Kubernetes 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 f0e0c1d5e..5d52061f0 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. CMD Commands[1] 3. GIT commands[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Kubernetes [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From bb5b4d72c27f4f04aa20d842a0de08e9ee7bebf8 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:15:53 -0500 Subject: [PATCH 339/517] added Azure integration to things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d52061f0..dd0f7fe19 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 commands[1] #### Things we want to know next** 1. Kubernetes [1] -2. Cloud deployment with Kubernetes[2] +2. Azure integration[1] 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 1d18cd6328913d65e54dd8b3530d1bd9165beff0 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:19:34 -0500 Subject: [PATCH 340/517] added full stack developer to things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0f7fe19..f74735abd 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. Kubernetes [1] 2. Azure integration[1] -3. Teraform[1] +3. Full stack developer[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 4e83385f1d2ae3892ecefed9efbe60dc02341794 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:22:35 -0500 Subject: [PATCH 341/517] added installing docker under things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f74735abd..4df323bbd 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. Installing Docker on Windows[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 52a4c04a2cbf1f8b44d8a3c09b8add232f8fce70 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:25:22 -0500 Subject: [PATCH 342/517] added importance of containerization under things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df323bbd..88a1318f2 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. Installing Docker on Windows[1] -2. Linux Directory listing[2] +2. Importance of containerization[1] 3. Docker Installation[1] #### Things we don't understand 1. Docker Terminology[1] From fdbfedcfbb06b2426c332e9b59cb4f7fe968692a Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 23 Feb 2023 20:27:40 -0500 Subject: [PATCH 343/517] added basic python under things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a1318f2..c09492934 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. Installing Docker on Windows[1] 2. Importance of containerization[1] -3. Docker Installation[1] +3. Basic Python[1] #### Things we don't understand 1. Docker Terminology[1] 2. CMD Commands[1] From 30071727338f869dee292c7e8cffbb179ebb101e Mon Sep 17 00:00:00 2001 From: GraceBurke-88 <70772404+GraceBurke-88@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:17:20 -0500 Subject: [PATCH 344/517] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa01d6d33..9cb97e7c0 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ 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. Advanced Vim shortcuts -5. Docker-compose files -6. Pulling updates from main repository +4. Advanced Vim shortcuts[1] +5. Docker-compose files[1] +6. Pulling updates from main repository[1] 7. File Structure[1] 8. Github Flow[1] 9. Collaboration[1] From be90969daf9efe6db5d6c523632767c41cf8876a Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 21:58:07 -0500 Subject: [PATCH 345/517] added I don't understand Github commands to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 893a8c86a..3c85d04c5 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,6 @@ Collaborating on GitHub: 1. Whatever ### Things you don't understand about what we are doing / web development. 1. I don't know anything +2. I don't understand Github commands ### Things you want to know next 1. How to connect viewjs to elastic search From 40266560059873bb07b1d97033b46c2f1baafc34 Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:09:18 -0500 Subject: [PATCH 346/517] added I don't know how Github just works to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c85d04c5..1ba126676 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,6 @@ Collaborating on GitHub: ### Things you don't understand about what we are doing / web development. 1. I don't know anything 2. I don't understand Github commands +3. I don't know how Github just works ### Things you want to know next 1. How to connect viewjs to elastic search From 65fbc8cd7dd2dfdf337604f5bed804c037102440 Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:14:53 -0500 Subject: [PATCH 347/517] added I know Github is used to share file access to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba126676..fd01467a3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far -1. Whatever +1. I know Github is used to share file access ### Things you don't understand about what we are doing / web development. 1. I don't know anything 2. I don't understand Github commands From 228b1741e9df8336d70a766aec6221e936e2167a Mon Sep 17 00:00:00 2001 From: Devendra Pitam <90913482+dp787@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:20:32 -0500 Subject: [PATCH 348/517] Revert "Merge my list" --- .github/ISSUE_TEMPLATE/completed-lists.md | 10 ++--- .../things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- README.md | 45 ++++++++++--------- 5 files changed, 29 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index b3a9600da..922e0e9fc 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: so274 -labels: '' +title: dp787 +labels: Master List assignees: '' --- @@ -11,8 +11,4 @@ You need to make a pull request and add the link to the pull request to this iss PULL REQUEST LINK: - - -UCID:so274 - - +UCID: cr432 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 6dc1572fd..23e0f8a7d 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: I don't understand +labels: I Don't Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 9662c888f..7785ee665 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: thing I understand +labels: 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 7813a55e3..2cf60417a 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 want to know +labels: I Want To Know assignees: '' --- diff --git a/README.md b/README.md index de04e5619..f242fb1a1 100644 --- a/README.md +++ b/README.md @@ -13,30 +13,31 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. basics of python[1] -2. docker in professional setting[1] -3. github[1] -4. branches[3] -5. requests[1] -6. git merge[1] -7. resolve merge conflicts[1] -8. git merge[3] +1. git merge[3] +2. create branches[3] +3. resolve merge conflicts[1] +4. python basics[1] +5. professional docker use[1] +6. github[1] +7. pull requests and pull conflicts[1] +8. merge conflicts[1] #### Things we don't understand -1. docker[4] -2. python[2] -3. jobs using docker[1] -4. merge conflicts[1] -5. commands in docker[2] -6. docker commands[2] +1. docker commands[2] +2. terminal commands[2] +3. docker[4] +4. python[2] +5. jobs that use docker[1] +6. resolve merge conflicts[1] #### Things we want to know next** -1. Advanced docker[1] -2. How jobs look at github[2] -3. Be a web developer[1] -4. Terminal[1] -5. essential repositories[1] -6. python[3] -7. security[2] -8. personal github[1] +1. python[3] +2. general security[2] +3. advantages to help get a better internship/job[2] +4. advanced docker use[1] +5. what jobs will check personal github[1] +6. how to become a web developer[1] +7. proper terminal use[1] +8. repositories for resume[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 From 0900fb07c8bb38562c27fd7eaa8158dfc5a0a176 Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:33:11 -0500 Subject: [PATCH 349/517] added I know how to create new issues --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd01467a3..87db00797 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far 1. I know Github is used to share file access +2. I know how to create new issues ### Things you don't understand about what we are doing / web development. 1. I don't know anything 2. I don't understand Github commands From 5baa4eb00a1696b5f96485b7027e4984648e6cba Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:36:00 -0500 Subject: [PATCH 350/517] added I know how to access repositories to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87db00797..c9d5c0026 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collaborating on GitHub: ### Things you understand so far 1. I know Github is used to share file access 2. I know how to create new issues +3. I know how to access repositories ### Things you don't understand about what we are doing / web development. 1. I don't know anything 2. I don't understand Github commands From b2195719b499a5db795a51da27ed9c602938576e Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:39:55 -0500 Subject: [PATCH 351/517] added I want to know how to use Github to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d5c0026..e1fc7f1e4 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ Collaborating on GitHub: 2. I don't understand Github commands 3. I don't know how Github just works ### Things you want to know next -1. How to connect viewjs to elastic search +1. I want to know how to use Github From fd77233d0349940c260abf5261ee3737df48682d Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:43:03 -0500 Subject: [PATCH 352/517] added I want to know how to not commit to master branch to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1fc7f1e4..3ee0e4c13 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ Collaborating on GitHub: 3. I don't know how Github just works ### Things you want to know next 1. I want to know how to use Github +2. I want to know how to not commit to master branch From 915aa4874d0ce6dea4d60208bd598c10a5b052da Mon Sep 17 00:00:00 2001 From: ml447 Date: Thu, 23 Feb 2023 22:45:57 -0500 Subject: [PATCH 353/517] added I want to know how to do pull requests to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ee0e4c13..919102a33 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,4 @@ Collaborating on GitHub: ### Things you want to know next 1. I want to know how to use Github 2. I want to know how to not commit to master branch +3. I want to know how to do pull requests From c3a4530a6be365c16512246b6a1f6fa5908b7049 Mon Sep 17 00:00:00 2001 From: naa23 <115054755+naa23@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:35:34 -0500 Subject: [PATCH 354/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..1efc14b02 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: 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 472a53624..cf4f2ec98 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: I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..f5743c08f 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: I want to know assignees: '' --- From 310953b3be7cdf36c2a1735984d2680a08e75caf Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 01:24:06 -0500 Subject: [PATCH 355/517] Added that I know how to use github on the Things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..f016d8173 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 how Github works and know how to use it properly now. 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 685ad1cbd16b6b5382cefcfdb3a7cd3a51d8f5c4 Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 01:35:53 -0500 Subject: [PATCH 356/517] Added that I know what is Docker and why it's used by developers on Things I understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f016d8173..789be6ec8 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 how Github works and know how to use it properly now. -2. Linux Directory listing[2] +2. I learned that Docker is used for sharing, building, and running modern applications. 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 09e9b1967f96e1a5c94d23ccf9465180348e1abf Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 01:59:06 -0500 Subject: [PATCH 357/517] adding github commands to things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..36cd7daec 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] -2. GIt pull[2] +2. GitHub Commands[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 16e6a8480a5888d84e841ab93b8af970fef66e48 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 02:06:47 -0500 Subject: [PATCH 358/517] added vi commands to things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..50b4ea0a0 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] -3. GIT status[1] +3. Vi Commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 1f5e868658f31b77e01f4eff43b380dd0b5967f1 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 02:12:47 -0500 Subject: [PATCH 359/517] added connecting git to pycharm to things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..6e8011c51 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. Connecting GitHub to pycharm[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 8fd7d626f3acfc50bee140a95aaeefbe93f659e2 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 02:18:08 -0500 Subject: [PATCH 360/517] added using github to share files to things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..84454a665 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 Print[1] -2. Linux Directory listing[2] +2. Using GitHub to share files[1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 949f10baa70723618df1fd775d9a5e413e20a1f3 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 02:24:41 -0500 Subject: [PATCH 361/517] added creating issues on github to things we understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..a7fd31983 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. Creating Issues on GitHub[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 3b19f654a05eec4f74046dec302d2cac3fb2bd5d Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 02:28:37 -0500 Subject: [PATCH 362/517] added how to use kubernetes to things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..4ce22c43f 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. How to use Kubernetes [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 8322e785772ad48c97c2cb5f0e629d718a63ed51 Mon Sep 17 00:00:00 2001 From: EmmanuelChiobi <90267631+EmmanuelChiobi@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:43:18 -0500 Subject: [PATCH 363/517] Added issue templates --- .../ISSUE_TEMPLATE/things-i-don-t-understand.md | 10 +++------- .github/ISSUE_TEMPLATE/things-i-learned.md | 14 +++++--------- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 14 +++++--------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1612021e5..0fcbabe9e 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,14 +1,10 @@ --- name: Things I Don't Understand -about: This is for adding issues that you don't understand +about: This is for adding issues that you don't understand. title: '' -<<<<<<< HEAD -labels: Things I Don't Understand -======= -labels: Don't Understand ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +labels: don't understand assignees: '' --- -I don't understand + diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 1767610a2..e3f12fb01 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,14 +1,10 @@ --- -name: Things I learned -about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" -<<<<<<< HEAD -labels: Things I learned -======= -labels: I Know ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +name: Things I Learned +about: Add one item for each thing you learned. Keep to max of 255 characters. +title: '' +labels: i know 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/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index ca013eec0..e44d24554 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,14 +1,10 @@ --- -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]' -<<<<<<< HEAD -labels: Things I learned -======= -labels: Want to Know ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +name: Things I Want To Know +about: Add one item for each thing you want to know. +title: '' +labels: want to know assignees: '' --- -Please describe what you want to know in less than 255 characters. + From 02b4334d5e02bd1235a7b1e619ac65c1868927a9 Mon Sep 17 00:00:00 2001 From: EmmanuelChiobi <90267631+EmmanuelChiobi@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:54:15 -0500 Subject: [PATCH 364/517] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..3da800dae --- /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: '' +labels: submit-master +assignees: '' + +--- + + From d6b21f66598ca10387a2d5770eb0e1ede9fbcab6 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 04:05:57 -0500 Subject: [PATCH 365/517] added imporving pythopn programing to things I want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..d5b6ac0da 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. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] +2. Further Knowledge in python programming[1] 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 e08e18eef59da2e2644bc71afbb961e10fcd2073 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 Date: Fri, 24 Feb 2023 04:34:47 -0500 Subject: [PATCH 366/517] added how to use AWS to things we want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..d131fcca0 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. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +3. How to use 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 439de357f413b364ff717ac888deaa02f311bd8a Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 13:46:13 -0500 Subject: [PATCH 367/517] Added Docker / Kubernetes --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c781e4945..833a8c015 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,35 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. PHP [1] +1. PHP [1] 2. Agile[1] -3. flask[1] +3. flask[1] 4. CSS[1] 5. putty[1] 6. Docker Hub[1]. +7. +8. +9. #### Things we don't understand -1.code with multiple threads[1] +1. code with multiple threads[1] 2. PostgreSQL[1] 3. complex applications of docker[1] 4. SSH integration[1] 5. Traefik[1] 6. webclass[1] +7. Docker[1] +8. +9. #### Things we want to know next** 1. I-want to know React JS [1] 2. Node js[2] 3. vue js[1] 4. Daemons[1] 5. Kubernetes[1] - - -7. Vue JS[1] - +6. Vue JS[1] +7. +8. +9. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 48be62b3f67eb0118781ccb19ebc108ad395db1c Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 13:47:21 -0500 Subject: [PATCH 368/517] Added Docker / Kubernetes (2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 833a8c015..0a5f74123 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. SSH integration[1] 5. Traefik[1] 6. webclass[1] -7. Docker[1] +7. Docker / Kubernetes[1] 8. 9. #### Things we want to know next** From a82d875057f179f5982358ab794f64555999a043 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 14:12:38 -0500 Subject: [PATCH 369/517] Added UNIX Commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5f74123..82408c385 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. CSS[1] 5. putty[1] 6. Docker Hub[1]. -7. +7. UNIX Commands[1] 8. 9. #### Things we don't understand @@ -30,7 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik[1] 6. webclass[1] 7. Docker / Kubernetes[1] -8. +8. 9. #### Things we want to know next** 1. I-want to know React JS [1] From 459d4701017e274f436449feb02cab18f7fcb584 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:50:23 -0500 Subject: [PATCH 370/517] Update README.md --- README.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..98345dbfa 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,28 @@ 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. Docker Hub. +2. Css. +3. Basics of Putty. +4. PHP[1] +5. Flask[1] +6. agile[1] + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Ssh Configuration. +2. Traefik Integration. +3. Had issues with earlier webclass integration. +4. Docker Full web application deployment[1] +5. Postgresql[1] +6. Multiple thread programming + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Daemons +2. Kubernetes +3. Node.js +4. React JS[1] +5. Vue JS[4] +6. 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 746afb415752e4e52e763e8ab19888fe51381fc6 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:51:33 -0500 Subject: [PATCH 371/517] Update Read Me 3 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98345dbfa..3dc8aefaf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Node.js 4. React JS[1] 5. Vue JS[4] -6. 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 94c2b0681c5007ec1f08f3c8579a1bdbd826c9a7 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:01:23 -0500 Subject: [PATCH 372/517] Update issue templates --- .github/ISSUE_TEMPLATE/assign-master-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/completed-lists.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/assign-master-list.md diff --git a/.github/ISSUE_TEMPLATE/assign-master-list.md b/.github/ISSUE_TEMPLATE/assign-master-list.md new file mode 100644 index 000000000..83dddc46b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assign-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assign Master List +about: 'Create an issue using the template "Assignment Master List" ' +title: '' +labels: '' +assignees: '' + +--- + +Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make an issue template to accept this issue on your own repository and provide these instructions. diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 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/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..2c089f6be 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 ff68fa38f..b600819af 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 025fa8f14..88f5373b0 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 4fa59af541955a204dd47e25c565527d5c390538 Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:03:20 -0500 Subject: [PATCH 373/517] Added Webstorm and Pycharm to Things I Understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789be6ec8..f1b91683c 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 how Github works and know how to use it properly now. 2. I learned that Docker is used for sharing, building, and running modern applications. -3. Docker Installation[1] +3. I learned to use Webstorm in IS117 and Pycharm in this class this semester. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 8121770b9d6be8ac00523bd522215e511a0c1c4b Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:10:59 -0500 Subject: [PATCH 374/517] Added DevOps to my I don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b91683c..2e352aa8f 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. I learned that Docker is used for sharing, building, and running modern applications. 3. I learned to use Webstorm in IS117 and Pycharm in this class this semester. #### Things we don't understand -1. Git Stash[1] +1. What DevOps is and what's its use 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 4245b1c7a59355fd6c0750b876b1a06e5dca8779 Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:17:09 -0500 Subject: [PATCH 375/517] Added java to my Don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e352aa8f..81993a1c4 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. I learned to use Webstorm in IS117 and Pycharm in this class this semester. #### Things we don't understand 1. What DevOps is and what's its use -2. GIt pull[2] +2. Tried to learn Java but failed to learn a lot as it's complicated. 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From c63745c005c8a229606c4ca0e71af0e61486f0c9 Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:21:57 -0500 Subject: [PATCH 376/517] Added Bootstrap to my I don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81993a1c4..f976388ec 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. What DevOps is and what's its use 2. Tried to learn Java but failed to learn a lot as it's complicated. -3. GIT status[1] +3. I don't understand what bootstrap is and didn't really understand it when professor went over it. #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 480bc4da5e9fabd71448102b59f4cd656d90cd77 Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:26:56 -0500 Subject: [PATCH 377/517] Added Wireframes to Want to Learn List --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f976388ec..e2b2b02c7 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. Tried to learn Java but failed to learn a lot as it's complicated. 3. I don't understand what bootstrap is and didn't really understand it when professor went over it. #### Things we want to know next** -1. Elastic Search Indexing [1] +1. I have heard of Wireframes but want to learn more about it. 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 342eac895f0ee24eff4dfc8b106a5a84927cb60a Mon Sep 17 00:00:00 2001 From: vengurlekardevika16 <124622943+vengurlekardevika16@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:29:06 -0500 Subject: [PATCH 378/517] Update completed-lists.md --- .github/ISSUE_TEMPLATE/completed-lists.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 8484c1e49..9861d8050 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -1,20 +1,13 @@ --- name: Completed Lists about: This is for your master pull request to merge your master into this repo. -<<<<<<< HEAD -title: Put your UCID as the title (replace this text) +title: dv339 labels: Master List -assignees: '' -======= -title: sm637 -labels: Master List, Want to know -assignees: Sumanmhalsank02 ->>>>>>> 52bf4f2503bfd3b29f06bbabf276151c796595ed - +assignees: 'vengurlekardevika16' --- You need to make a pull request and add the link to the pull request to this issue when you submit. PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/116 -UCID: sm637 +UCID: dv339 From f86af0fa8864c4e16517e2b12282eccd8a56d1ea Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:31:16 -0500 Subject: [PATCH 379/517] Added node.js to want to learn list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b2b02c7..4a96943aa 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. I don't understand what bootstrap is and didn't really understand it when professor went over it. #### Things we want to know next** 1. I have heard of Wireframes but want to learn more about it. -2. Cloud deployment with Kubernetes[2] +2. Want to learn more about Node.js 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 441fff2327c129b1738eeb27856245f8bfec6d87 Mon Sep 17 00:00:00 2001 From: vengurlekardevika16 <124622943+vengurlekardevika16@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:33:25 -0500 Subject: [PATCH 380/517] Update completed-lists.md --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 9861d8050..7262a6496 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -8,6 +8,6 @@ assignees: 'vengurlekardevika16' You need to make a pull request and add the link to the pull request to this issue when you submit. -PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/116 +PULL REQUEST LINK: https://github.com/NJIT-WIS/project-management-github-activity/pull/344 UCID: dv339 From 92fe0ff598c1951d54e49e22d54a73383ab718bb Mon Sep 17 00:00:00 2001 From: Nayed Ali Date: Fri, 24 Feb 2023 15:34:57 -0500 Subject: [PATCH 381/517] Added jQuery to want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a96943aa..d624edfdd 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. I have heard of Wireframes but want to learn more about it. 2. Want to learn more about Node.js -3. Teraform[1] +3. Learn what jQuery is ## 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 a8efb067bd844f0761a1c3af0f84bd973f008329 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 15:39:05 -0500 Subject: [PATCH 382/517] Added Bootstrap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82408c385..8a2d28e80 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. putty[1] 6. Docker Hub[1]. 7. UNIX Commands[1] -8. +8. Bootstrap[1] 9. #### Things we don't understand 1. code with multiple threads[1] From ff1a8b29ba375fba7039cd3ce7ec1b3d33de7527 Mon Sep 17 00:00:00 2001 From: vengurlekardevika16 <124622943+vengurlekardevika16@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:52:09 -0500 Subject: [PATCH 383/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 3 ++- .github/ISSUE_TEMPLATE/merge-list.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/merge-list.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 7262a6496..0012e2e45 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -3,7 +3,8 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: dv339 labels: Master List -assignees: 'vengurlekardevika16' +assignees: vengurlekardevika16 + --- 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/merge-list.md b/.github/ISSUE_TEMPLATE/merge-list.md new file mode 100644 index 000000000..8c0eeb323 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/merge-list.md @@ -0,0 +1,15 @@ +--- +name: Merge List +about: This is the merge list sent from someone before I merge my Master list into + this list. +title: '' +labels: '' +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: From 8442a70b708f41d72acf1efc9e23839fdfeb30f9 Mon Sep 17 00:00:00 2001 From: LeslieTepale <77855205+LeslieTepale@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:14:11 -0500 Subject: [PATCH 384/517] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a99e8068a..33c62e2a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #### Things we understand** -1. Using sass for stylesheets +1. Sass 2. python unit tests -3. using docker +3. Docker #### Things we don't understand 1. github ssh auth 2. git pull From d9feded2b19bebfd2c0a05de6651666650088284 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:14:08 -0500 Subject: [PATCH 385/517] Fixing conflicts on repos --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 --- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 +-- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 4 +-- README.md | 29 +++++++++---------- 4 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 642cdecee..3ed28ef41 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,11 +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) -<<<<<<< HEAD -labels: Compiled List -======= labels: Master List ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index e3f12fb01..fabbc9314 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,10 +1,10 @@ --- name: Things I Learned about: Add one item for each thing you learned. Keep to max of 255 characters. -title: '' +title: "[Things I Learned]" labels: i know 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/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index e44d24554..7483cacc9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,10 +1,10 @@ --- name: Things I Want To Know about: Add one item for each thing you want to know. -title: '' +title: 'Thing I want to know: [Thing I want to Knows]' labels: want to know assignees: '' --- - +Please describe what you want to know in less than 255 characters. diff --git a/README.md b/README.md index 8a2d28e80..6e7377252 100644 --- a/README.md +++ b/README.md @@ -16,32 +16,31 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. PHP [1] 2. Agile[1] 3. flask[1] -4. CSS[1] -5. putty[1] -6. Docker Hub[1]. +4. Css. +5. Basics of Putty. +6. Docker Hub. 7. UNIX Commands[1] 8. Bootstrap[1] 9. #### Things we don't understand -1. code with multiple threads[1] +1. Multi-thread programming [1] 2. PostgreSQL[1] -3. complex applications of docker[1] -4. SSH integration[1] -5. Traefik[1] -6. webclass[1] +3. Docker full web-application deployment[1] +4. Ssh Configuration. +5. Traefik Integration +6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. 9. #### Things we want to know next** -1. I-want to know React JS [1] -2. Node js[2] -3. vue js[1] -4. Daemons[1] -5. Kubernetes[1] -6. Vue JS[1] +1. React JS [1] +2. Node.js +3. Daemons +4. Kubernetes +5. Vue JS[4] +6. 7. 8. -9. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From c7a775811b5a1375d782c78937d7e2d67db9ffa0 Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 17:16:13 -0500 Subject: [PATCH 386/517] Task: edited list --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..bde160703 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,19 @@ 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. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +### List: +#### Things we understand +1. [1] +2. [1] +3. [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] +2. [1] +3. [1] +#### Things we want to know next +1. [1] +2. [1] +3. [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 494517ebddc051d271904f92cc0683880d93ccfa Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 17:21:40 -0500 Subject: [PATCH 387/517] Resolving merge conflicts on fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bde160703..232892b7b 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. [1] #### Things we don't understand 1. Git Stash[1] -2. [1] +2. Resolving merge conflict on fork[1] 3. [1] #### Things we want to know next 1. [1] From 63c2d4261bc081fbda1ef81557a3b535b4dbb260 Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 17:25:28 -0500 Subject: [PATCH 388/517] #3 Difference between Docker container and Docker repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232892b7b..20cf5f074 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. Resolving merge conflict on fork[1] -3. [1] +3. Difference between Docker container and Docker repository[1] #### Things we want to know next 1. [1] 2. [1] From a5ab172c20c49bf940d6bd1711229f6b0e3b7a2b Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:35:52 -0500 Subject: [PATCH 389/517] Added Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7377252..7cfc2ca89 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Docker Hub. 7. UNIX Commands[1] 8. Bootstrap[1] -9. +9. Python #### Things we don't understand 1. Multi-thread programming [1] 2. PostgreSQL[1] From 6398615a7d8865cae346e75a6363d541a5f80164 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:38:58 -0500 Subject: [PATCH 390/517] Added MongoDB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cfc2ca89..47d1e0fbe 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik Integration 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] -8. +8. MongoDB 9. #### Things we want to know next** 1. React JS [1] From 27ef6fda5c2dbc9b4068ef8318ba744bed82ba63 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:42:33 -0500 Subject: [PATCH 391/517] Added NodeJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d1e0fbe..772bcf9f0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. MongoDB -9. +9. NodeJS #### Things we want to know next** 1. React JS [1] 2. Node.js From 763313134a8ec658f2a2f6eae0f0eea6ebf4b52d Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:45:47 -0500 Subject: [PATCH 392/517] Added ReactJS --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 772bcf9f0..8bc92a806 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 8. MongoDB 9. NodeJS #### Things we want to know next** -1. React JS [1] +1. React JS [2] 2. Node.js 3. Daemons 4. Kubernetes 5. Vue JS[4] 6. 7. -8. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 4744699c7f32e68b838e0721c407ff106007b8b1 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:47:57 -0500 Subject: [PATCH 393/517] Added Flask --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc92a806..540b599c3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Daemons 4. Kubernetes 5. Vue JS[4] -6. +6. Flask 7. From ee96dcd17309721d40a03b8e5068f0ab6eb6fff3 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:50:12 -0500 Subject: [PATCH 394/517] Added AWS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540b599c3..3bffb1960 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes 5. Vue JS[4] 6. Flask -7. +7. AWS ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 3c77e0ae1fb543edf446f2c9a16b960e352f89de Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 17:56:38 -0500 Subject: [PATCH 395/517] #4 How to host a website on Oracle Cloud from a Github repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20cf5f074..8984060d9 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. Resolving merge conflict on fork[1] 3. Difference between Docker container and Docker repository[1] #### Things we want to know next -1. [1] -2. [1] +1. How to host a website on Oracle Cloud from a Github repo[1] +2. [1] 3. [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 75b6610cab7a1941033470ef810658e0cefefc6e Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 18:01:00 -0500 Subject: [PATCH 396/517] #5 Increasing security on web server/web page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8984060d9..5368dba2c 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. Difference between Docker container and Docker repository[1] #### Things we want to know next 1. How to host a website on Oracle Cloud from a Github repo[1] -2. [1] +2. Increasing security on web server/web page[1] 3. [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 9c53540dc1048f3343d431a97970dada2391406c Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 18:05:25 -0500 Subject: [PATCH 397/517] #6 Customizing parameters of docker-compose files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5368dba2c..f5612146f 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. How to host a website on Oracle Cloud from a Github repo[1] 2. Increasing security on web server/web page[1] -3. [1] +3. Customizing parameters of docker-compose files[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 f58261544a9ab2eff42557f9f5453f7e74abfccd Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 18:06:55 -0500 Subject: [PATCH 398/517] #7 Linux Directory Navigation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5612146f..1c641c85f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### List: #### Things we understand -1. [1] -2. [1] -3. [1] +1. Linux Directory Navigation[1] +2. [1] +3. [1] #### Things we don't understand 1. Git Stash[1] 2. Resolving merge conflict on fork[1] From 3c5c061d3bf1ee8c4adeebfcd1a4d30f01af45e7 Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 18:08:56 -0500 Subject: [PATCH 399/517] #8 Running Docker Compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c641c85f..e21ad09ac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### List: #### Things we understand 1. Linux Directory Navigation[1] -2. [1] +2. Running Docker Compose[1] 3. [1] #### Things we don't understand 1. Git Stash[1] From b58d6d12a2cb14c9b94270c12b2643b9b5668110 Mon Sep 17 00:00:00 2001 From: Charles Wicklund Date: Fri, 24 Feb 2023 18:10:39 -0500 Subject: [PATCH 400/517] #9 Installing NPM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e21ad09ac..d50a2ccf6 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. Linux Directory Navigation[1] 2. Running Docker Compose[1] -3. [1] +3. Installing NPM[1] #### Things we don't understand 1. Git Stash[1] 2. Resolving merge conflict on fork[1] From 35ca91b0acd0de3c93c4107456e11d3d30f33215 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:17:30 -0500 Subject: [PATCH 401/517] Added UNIX Commands --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3dc8aefaf..32cebe7ed 100644 --- a/README.md +++ b/README.md @@ -13,26 +13,27 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Docker Hub. -2. Css. -3. Basics of Putty. -4. PHP[1] -5. Flask[1] -6. agile[1] +1. PHP [1] +2. Agile[1] +3. flask[1] +4. Css. +5. Basics of Putty. +6. Docker Hub. +7. UNIX Commands #### Things we don't understand -1. Ssh Configuration. -2. Traefik Integration. -3. Had issues with earlier webclass integration. -4. Docker Full web application deployment[1] -5. Postgresql[1] -6. Multiple thread programming +1. Multi-thread programming [1] +2. PostgreSQL[1] +3. Docker full web-application development[1] +4. Ssh Configuration. +5. Traefik Integration +6. Had issues with earlier webclass integration. #### Things we want to know next** -1. Daemons -2. Kubernetes -3. Node.js -4. React JS[1] +1. ReactJS [1] +2. Node.js +3. Daemons +4. Kubernetes 5. Vue JS[4] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 88e93ea05383a23a94c00dcf0840f85c2b6bfc7f Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:27:03 -0500 Subject: [PATCH 402/517] Added Bootstrap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32cebe7ed..68a63050b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Basics of Putty. 6. Docker Hub. 7. UNIX Commands +8. Bootstrap #### Things we don't understand 1. Multi-thread programming [1] From 5f3d08b12ec838dbf8a7c5682c640fdc1140ef77 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:30:45 -0500 Subject: [PATCH 403/517] Added Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68a63050b..4831f622a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Docker Hub. 7. UNIX Commands 8. Bootstrap +9. Python #### Things we don't understand 1. Multi-thread programming [1] From b5b71a0fb189794aba3011ea4d88e9f2879c5417 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:32:17 -0500 Subject: [PATCH 404/517] Added Docker / Kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4831f622a..4a363e80b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Ssh Configuration. 5. Traefik Integration 6. Had issues with earlier webclass integration. +7. Docker / Kubernetes[1] #### Things we want to know next** 1. ReactJS [1] From 2ec5031274cab1e018e43f7feb81083609df49a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:34:37 -0500 Subject: [PATCH 405/517] Edited Docker / Kubernetes --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..3da800dae --- /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: '' +labels: submit-master +assignees: '' + +--- + + From 57e444dbaa489aa3e7e62c157f13b48e852ed6b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:35:15 -0500 Subject: [PATCH 406/517] Added MongoDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a363e80b..5f4c292a3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik Integration 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] +8. MongoDB #### Things we want to know next** 1. ReactJS [1] From d2678b104067af8fe8b6ecb3d91f53609faf2fdd Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:37:08 -0500 Subject: [PATCH 407/517] Added NodeJS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f4c292a3..e2ebbe9ca 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. MongoDB +9. NodeJS #### Things we want to know next** 1. ReactJS [1] From 01ee27e54b83d5bdc3d3b1745e5c2e93e216015f Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:38:30 -0500 Subject: [PATCH 408/517] Added ReactJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ebbe9ca..481a9e19e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 9. NodeJS #### Things we want to know next** -1. ReactJS [1] +1. ReactJS [2] 2. Node.js 3. Daemons 4. Kubernetes From f532484f5f62f5a9435c8be328e6de103b1b1b97 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:39:42 -0500 Subject: [PATCH 409/517] Added Flask --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 481a9e19e..e7a42a601 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Daemons 4. Kubernetes 5. Vue JS[4] +6. Flask ## 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 c23438df727302c000f4dae333c90bf5b0a73431 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:42:25 -0500 Subject: [PATCH 410/517] Added AWS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7a42a601..0d116a7da 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes 5. Vue JS[4] 6. Flask +7. AWS ## 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 8499d25de96dd7bc67a87a3f36896d8a860e8f1f Mon Sep 17 00:00:00 2001 From: naa23 <115054755+naa23@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:49:56 -0500 Subject: [PATCH 411/517] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..36fb69ad8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: For your master pull requested to merge your master to mine. +title: '' +labels: '' +assignees: '' + +--- + +You need to make a pull request and add the link to the pull request to this issue when you submit. From 0249d394631a23d1b00f7c094ee7926513a6dd96 Mon Sep 17 00:00:00 2001 From: shaydulislam <114159972+shaydulislam@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:53:16 -0500 Subject: [PATCH 412/517] Update issue templates --- .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 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..a809ac614 --- /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 requested to merge your master into mine ' +title: '' +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 472a53624..2c089f6be 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 ff68fa38f..b600819af 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 025fa8f14..88f5373b0 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 a4c2dc877c133c9f5dd159130938a3d3f938a89c Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:04:30 -0500 Subject: [PATCH 413/517] Added kubernetes --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..1bc7a53a6 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,9 @@ 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] #### 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] +1. 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 c561f0111e7e66d67088f60fdf4fdbba0bb403c4 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 20:07:20 -0500 Subject: [PATCH 414/517] added push and commit on github on my things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..56545b3d6 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. push and commit on github 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 07d6be7cea24ab5b72e884ac950d747cf4ecf034 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:09:42 -0500 Subject: [PATCH 415/517] git stash --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc7a53a6..f4d4db1f3 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** #### Things we don't understand +1. kubernetes[1] +2. Git stash[1] #### Things we want to know next** -1. 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 d30ebbd983b463f0d402602d5b6635358ee20bf9 Mon Sep 17 00:00:00 2001 From: ers34 <58746249+ers34@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:11:40 -0500 Subject: [PATCH 416/517] Update issue templates (add master list label) --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 598dcc230..67c1468ad 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: '' +labels: master list assignees: '' --- From 2a4c0d87f2cd24adb2dad58e1d61b730cb37bebe Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:12:22 -0500 Subject: [PATCH 417/517] added bootstrap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d4db1f3..966c6fd23 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. kubernetes[1] 2. Git stash[1] +3. Bootstrap[1] #### Things we want to know next** From a8e2c0e85c8717f5db9c2944e475e5c897c3be52 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:14:56 -0500 Subject: [PATCH 418/517] pull requests added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 966c6fd23..830d8ed65 100644 --- a/README.md +++ b/README.md @@ -13,6 +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. Github pull requests [1] #### Things we don't understand 1. kubernetes[1] 2. Git stash[1] From 961763a30a01e7697d1848fc4cda2ce1349dfb01 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 20:15:01 -0500 Subject: [PATCH 419/517] added how to do pull request through github on my things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56545b3d6..cd15bbfb6 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. push and commit on github -2. Linux Directory listing[2] +2. how to do pull request through github 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 5c7b143a4c047f6c2e618fe43526a1726aecb2a1 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:17:05 -0500 Subject: [PATCH 420/517] added docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 830d8ed65..0eba76719 100644 --- a/README.md +++ b/README.md @@ -14,6 +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 pull requests [1] +2. Docker [1] #### Things we don't understand 1. kubernetes[1] 2. Git stash[1] From 32551d512dcb2fb654ef9be82f05f1d772b2f7c3 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:19:20 -0500 Subject: [PATCH 421/517] pycharm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eba76719..5eb092274 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. Github pull requests [1] 2. Docker [1] +3. pycharm[1] #### Things we don't understand 1. kubernetes[1] 2. Git stash[1] From 861fa21875e454eadd16c8e7ff2602951a5e4613 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:22:01 -0500 Subject: [PATCH 422/517] jquerry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5eb092274..1ffaa5a26 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 stash[1] 3. Bootstrap[1] #### Things we want to know next** +1. JQuerry[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 85a91edaab453a47a393fabf5a697adf5c2292b0 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:24:20 -0500 Subject: [PATCH 423/517] deployinh issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ffaa5a26..4c05cd7e5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Bootstrap[1] #### Things we want to know next** 1. JQuerry[1] +2. Learn how to deploy a website[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 3a81d214c9027c34c6518eb6b8120e86e85950d7 Mon Sep 17 00:00:00 2001 From: Bmogul <98663272+Bmogul@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:26:56 -0500 Subject: [PATCH 424/517] new issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c05cd7e5..e3a30a387 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. JQuerry[1] 2. Learn how to deploy a website[1] +3. Learn How to create a wireframe[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 44c794d66c3911a9a7bdc7ab85487a129b2f7377 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 24 Feb 2023 20:31:26 -0500 Subject: [PATCH 425/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..3ed28ef41 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: 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 472a53624..1c8839ab6 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 Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 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: 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 025fa8f14..af051eb46 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: Want to Know assignees: '' --- From 52b214abb2a75e03afe791c91b9e13481bab694a Mon Sep 17 00:00:00 2001 From: iampreetpatel <40207501+iampreetpatel@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:53:05 -0500 Subject: [PATCH 426/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..75f35e194 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: pp234 +labels: Compiled 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 472a53624..82ad5770f 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,9 +2,9 @@ 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 dont understand assignees: '' --- -I don't understand + diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..78085ebed 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,10 +1,10 @@ --- 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: Things I know 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/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..b32fc2a79 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,10 +1,10 @@ --- 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: Things I want to know assignees: '' --- -Please describe what you want to know in less than 255 characters. + From 163020875a90b7366991e4b14264b184dd021864 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 20:56:14 -0500 Subject: [PATCH 427/517] Things I know req #1 --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..31a116f07 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. Merge Conflicts [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 d7bcb4bdf965804277b34ec0b693cc232b51abdf Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 20:56:55 -0500 Subject: [PATCH 428/517] added first 'do not understand' item to list --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..a864dd51e 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,19 @@ 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: +### Our List: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. +2. +3. #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Resolving merge conflicts with GitHub forks [1] +2. +3. #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. +2. +3. ## 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 bf40dece8a603541db725b9d8202a98e232a453a Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 20:58:51 -0500 Subject: [PATCH 429/517] Things I know req #2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31a116f07..7eef595dc 100644 --- a/README.md +++ b/README.md @@ -14,6 +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. Merge Conflicts [1] +2. Github [1] #### Things we don't understand From b68bddc1ac2d087ea68e3632be713c602b840a53 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:02:07 -0500 Subject: [PATCH 430/517] Things I know req #3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7eef595dc..61263c6c2 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. Merge Conflicts [1] 2. Github [1] +3. Docker [1] #### Things we don't understand From 0a0b6b59fb80b6b40d1fa89e690b0ae70b680932 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:02:23 -0500 Subject: [PATCH 431/517] Added first item to Things I don't Understand --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..d8f65ad35 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. How do we write the testing codes + #### 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 d5f09aa83966134b1d9ac1091ef7b76898dc3708 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:05:23 -0500 Subject: [PATCH 432/517] Things I dont understand #4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61263c6c2..e0b96bc65 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 [1] #### Things we don't understand +1. Hibernate ORM [1] #### Things we want to know next** From 1b917b04377d62f9e0d3833668a80135bb994fc4 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:05:37 -0500 Subject: [PATCH 433/517] Added second item to Things I don't Understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8f65ad35..b3b60e8de 100644 --- a/README.md +++ b/README.md @@ -14,6 +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. How do we write the testing codes +2. Directory structure #### Things we don't understand From 879896cc3857aa5c6483e5c377a11957d227d7b7 Mon Sep 17 00:00:00 2001 From: pushtishah <98435326+Ptshah@users.noreply.github.com> Date: Sat, 25 Feb 2023 07:37:13 +0530 Subject: [PATCH 434/517] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-learned.md | 6 +++--- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..a6c472730 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: ps277 +labels: Compiled list assignees: '' --- @@ -11,4 +11,4 @@ You need to make a pull request and add the link to the pull request to this iss PULL REQUEST LINK: -UCID: +UCID: ps277 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..9045fc9ff 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,9 +2,9 @@ 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 understand assignees: '' --- -I don't understand + diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..7f7c7b5bf 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,10 +1,10 @@ --- 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: Things i know 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/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..da09420f2 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,10 +1,10 @@ --- 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: Things i want to know assignees: '' --- -Please describe what you want to know in less than 255 characters. + From 4b6f86676ef4b24278929f1883a1014a7810574b Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:07:49 -0500 Subject: [PATCH 435/517] Things I dont understand #5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0b96bc65..91b6447ba 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. Hibernate ORM [1] +2. Cloud deployment [1] #### Things we want to know next** From deefceeef2d6803a836ccaa32d613c05c074d427 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:08:23 -0500 Subject: [PATCH 436/517] Added third item to Things I don't Understand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3b60e8de..99f63292f 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. How do we write the testing codes 2. Directory structure +3. Github Actions #### Things we don't understand From 1691f04b04395edf9d30ac92f08729822a599077 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:10:02 -0500 Subject: [PATCH 437/517] Things I dont understand #6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91b6447ba..23a4beeb5 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. Hibernate ORM [1] 2. Cloud deployment [1] +3. Python automation [1] #### Things we want to know next** From 98ffdd7b3f644cc09ad442725f5e124e3f0c2129 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:12:25 -0500 Subject: [PATCH 438/517] Added first item to Things I learned --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f63292f..b0d84588c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. How do we write the testing codes 2. Directory structure 3. Github Actions - #### Things we don't understand +1. Github project management, Labels, Issues #### Things we want to know next** From 16dd95f0ee41488ad6b465ad411b266864ef6595 Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 07:42:43 +0530 Subject: [PATCH 439/517] Things i know added in to list req #1 --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..c5abb9b4d 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,11 @@ 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. Build docker image[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 f4cb46b56c40d0016247e78e9a94f6636c19d3c1 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:12:48 -0500 Subject: [PATCH 440/517] Things I want to know req #7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23a4beeb5..a3127612a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Python automation [1] #### Things we want to know next** +1. Advance terminal command [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 99baa5c1d1a08aa5fb9dbae6cb5d4bb030316c2a Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:14:58 -0500 Subject: [PATCH 441/517] Added second item to Things I learned --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0d84588c..e48171600 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. Github Actions #### Things we don't understand 1. Github project management, Labels, Issues +2. Dockerhub and its use #### Things we want to know next** From 8b560ffa73d8067701f69b214a8c208c6bb44861 Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:17:26 -0500 Subject: [PATCH 442/517] add second 'don't understand' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a864dd51e..4c0d20229 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. #### Things we don't understand 1. Resolving merge conflicts with GitHub forks [1] -2. +2. Web domain configuration [1] 3. #### Things we want to know next** 1. From 98aefa1d5311231514c8b9c43dd07b4a40738104 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:17:32 -0500 Subject: [PATCH 443/517] Added third item to Things I learned --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48171600..61b7e8b55 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. Github project management, Labels, Issues 2. Dockerhub and its use - +3. Creating branches, merging the branches with other repositories, creating pull requests #### Things we want to know next** From 107a38edf17bcca7852c26de42ace52c2c605d3b Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:18:13 -0500 Subject: [PATCH 444/517] Things I want to know req #8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3127612a..0c1d1bb0d 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. Advance terminal command [1] +2. 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 9c0513e555b23e3bd9a2627af0e7664c8313eb29 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:19:59 -0500 Subject: [PATCH 445/517] Made a Change --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61b7e8b55..30a1e2746 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Github project management, Labels, Issues 2. Dockerhub and its use -3. Creating branches, merging the branches with other repositories, creating pull requests #### Things we want to know next** From 3c5d1e8812bc94957a2365c1c85b97b4e00d7b99 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:20:35 -0500 Subject: [PATCH 446/517] Added third item to Things I learned --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48171600..b7bf7bc6e 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. Github project management, Labels, Issues 2. Dockerhub and its use - +3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work #### Things we want to know next** From 433a194d0d6825175ef768cbcb84f6697ab30b73 Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 07:50:51 +0530 Subject: [PATCH 447/517] Things i don't understand added req #2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5abb9b4d..6a44143dd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Build docker image[1] #### Things we don't understand - +1. Cloud deployment with Kubernetes[1] +2. #### Things we want to know next** ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From f3ba3c4185cc290148797858a1244500045bb5e3 Mon Sep 17 00:00:00 2001 From: Preet Date: Fri, 24 Feb 2023 21:21:11 -0500 Subject: [PATCH 448/517] Things I want to know req #9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c1d1bb0d..426e90337 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Advance terminal command [1] 2. Teraform [1] +3. Chef : configuration management [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 df1868d6b6da5f027ee3ecd5d1fdfc0f6a33515f Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 07:54:09 +0530 Subject: [PATCH 449/517] Things i want to know added req #3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a44143dd..b663fb580 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Cloud deployment with Kubernetes[1] -2. + #### Things we want to know next** +1. Flask Framework[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 76627f6ee4d59239d424eb9a9231df51ff29d342 Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:24:36 -0500 Subject: [PATCH 450/517] add third 'don't understand' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c0d20229..4b6abce0b 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. Resolving merge conflicts with GitHub forks [1] 2. Web domain configuration [1] -3. +3. VM and Docker configuration customization [1] #### Things we want to know next** 1. 2. From 677a1b1adfc7d8a03f78320ba3d20b2dc53c6f63 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:26:17 -0500 Subject: [PATCH 451/517] Added first item to Things I want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7bf7bc6e..87b0b0644 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. Dockerhub and its use 3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work #### Things we want to know next** +1. How to work with cloud ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 34ac7e8d7e6752983327ba53c5f283f90780118c Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 07:57:17 +0530 Subject: [PATCH 452/517] Things i know added req #4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b663fb580..abf34e525 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Build docker image[1] +1. Build docker image[1] +2. Python Programming[1] #### Things we don't understand 1. Cloud deployment with Kubernetes[1] From 55d9ba8a58a1ec8258eaeef967875f3dfc2f26fb Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:28:46 -0500 Subject: [PATCH 453/517] add first 'understand' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b6abce0b..22dfe44a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Our List: #### Things we understand** -1. +1. Oracle Cloud Instance set-up [1] 2. 3. #### Things we don't understand From 9dedb0f6f341b3b3cd3e148a3ef785de4476c008 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:29:56 -0500 Subject: [PATCH 454/517] Added second item 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 87b0b0644..a1e9be8a2 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. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work #### Things we want to know next** 1. How to work with cloud - +2. How to deploy it to the cloud server like AWS or Google Cloud or etc ## 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 65148840ea0f8bd7d6a34ada14abae160b40c339 Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 08:00:49 +0530 Subject: [PATCH 455/517] things i don't understand req #5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abf34e525..17bac31ae 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Cloud deployment with Kubernetes[1] +2. Docker commands[1] #### Things we want to know next** 1. Flask Framework[1] From 7388ee7770f2d5dcb28ed450f42929791ca5b9e3 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:31:00 -0500 Subject: [PATCH 456/517] Added webstorm to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd15bbfb6..3d228c1d1 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. push and commit on github 2. how to do pull request through github -3. Docker Installation[1] +3. I know Webstorm #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 95d30039a6995006654a612ae56d2f75c5ff495d Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:33:52 -0500 Subject: [PATCH 457/517] add second 'understand' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dfe44a0..8d3ada115 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Our List: #### Things we understand** 1. Oracle Cloud Instance set-up [1] -2. +2. Adding reverse proxy load balancer (Traefik) to VM with Docker configuration [1] 3. #### Things we don't understand 1. Resolving merge conflicts with GitHub forks [1] From 29eda27ee8532ec6b43983572088211c6cf63e5a Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 08:03:57 +0530 Subject: [PATCH 458/517] Things i want to know added req #6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bac31ae..973439b41 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Flask Framework[1] +2. Microsoft Azure[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 11c534f75023deb00cb1236e0601d741638583e6 Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:34:41 -0500 Subject: [PATCH 459/517] Added third item 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 a1e9be8a2..91430db79 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. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc - +3. How to Host and continuously deploy code ## 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 From 10adb6d587a35966fa5d2069e8904295a48ff07d Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:34:43 -0500 Subject: [PATCH 460/517] Added frameworks to things we dont understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d228c1d1..42a41137a 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. how to do pull request through github 3. I know Webstorm #### Things we don't understand -1. Git Stash[1] +1. frameworks 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 4834df6a1a5cba5acebfca0e78122c809f9fc580 Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 08:06:50 +0530 Subject: [PATCH 461/517] things i know req #7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 973439b41..bb2256249 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. Build docker image[1] 2. Python Programming[1] +3. Git commands[1] #### Things we don't understand 1. Cloud deployment with Kubernetes[1] From 5ac4aa10d115ebbb9d7f5984f1dda05f082e219d Mon Sep 17 00:00:00 2001 From: rkp7njit Date: Fri, 24 Feb 2023 21:37:31 -0500 Subject: [PATCH 462/517] Made a change --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91430db79..cccfb50ce 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. How do we write the testing codes -2. Directory structure -3. Github Actions -#### Things we don't understand 1. Github project management, Labels, Issues 2. Dockerhub and its use 3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work +#### Things we don't understand +1. How do we write the testing codes +2. Directory structure +3. Github Actions #### Things we want to know next** 1. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc From 7de232619c1ee352633c24d1a87c54164701167c Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:37:58 -0500 Subject: [PATCH 463/517] Added debuggin to don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a41137a..46bc556de 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. I know Webstorm #### Things we don't understand 1. frameworks -2. GIt pull[2] +2. Debugging 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From b59fbb56c3f5beef39a342a2de28f31fcfbc090d Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:38:12 -0500 Subject: [PATCH 464/517] add third 'understand' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d3ada115..9afac458e 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. Oracle Cloud Instance set-up [1] 2. Adding reverse proxy load balancer (Traefik) to VM with Docker configuration [1] -3. +3. Basic BASH script commands (directory navigation, file creation, and text editing) [1] #### Things we don't understand 1. Resolving merge conflicts with GitHub forks [1] 2. Web domain configuration [1] From 48cdc4b42063db0b51f34b10f2f746018a5127a5 Mon Sep 17 00:00:00 2001 From: phillipebarreto1 <98864756+phillipebarreto1@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:38:53 -0500 Subject: [PATCH 465/517] Revert "1 GitHub commands" --- .github/ISSUE_TEMPLATE/master-pull-request.md | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 31ae0e6b9..fece3e934 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,5 +1,4 @@ --- - name: Master Pull Request about: Describe this issue template's purpose here. title: Put your UCID as the title (replace this text) @@ -9,4 +8,3 @@ 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/README.md b/README.md index 794a947b4..d7517b9c9 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. Docker[1] -2. GitHub/GIT Commands[2] +2. GitHub Commands[1] 3. Vi Commands[1] #### Things we want to know next** From 4e977c2055536f015d176f811de0d6fcfb81fdff Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 08:10:22 +0530 Subject: [PATCH 466/517] things i don't undrestand added req #8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb2256249..241c6f031 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. Cloud deployment with Kubernetes[1] 2. Docker commands[1] +3. Elastic Search Indexing[1] #### Things we want to know next** 1. Flask Framework[1] From 511fb9fbb789d9eb6e5126ffeea0f2da9010610a Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:41:56 -0500 Subject: [PATCH 467/517] add first 'want to know' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9afac458e..4b5a1c819 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. Web domain configuration [1] 3. VM and Docker configuration customization [1] #### Things we want to know next** -1. +1. Host a website on Oracle Cloud from a GitHub repository [1] 2. 3. From ef8bf456a9514988a997b254a4390e192e191803 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:42:09 -0500 Subject: [PATCH 468/517] Added javascript to things we don't understand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bc556de..fd6e29725 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. frameworks 2. Debugging -3. GIT status[1] +3. JavaScript #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 1800118f492a17300a15011e859b2888b9142157 Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 21:42:46 -0500 Subject: [PATCH 469/517] add k8s issue --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0b49fb1dd..a3666d706 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,14 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again + +## Issues + +### Things I Don't Understand + + +### Things I learned + + +### Things I want to know +- Kubernetes From ddee30fded2141833e3772a2e1c0caab9afd32f9 Mon Sep 17 00:00:00 2001 From: pushti shah Date: Sat, 25 Feb 2023 08:13:36 +0530 Subject: [PATCH 470/517] Added things i want to know req #9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 241c6f031..4078e7f2a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Flask Framework[1] 2. Microsoft Azure[1] +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 5a2614812586eebb28e2bb04bcd2059af2400e5e Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:45:50 -0500 Subject: [PATCH 471/517] add second 'want to know' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5a1c819..b816c23f4 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. VM and Docker configuration customization [1] #### Things we want to know next** 1. Host a website on Oracle Cloud from a GitHub repository [1] -2. +2. Website content management [1] 3. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 30fd292c68d7f0a61490805b82ca0469242bb4e0 Mon Sep 17 00:00:00 2001 From: Jkowal012 <91334004+Jkowal012@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:46:27 -0500 Subject: [PATCH 472/517] Revert "Revert "1 GitHub commands"" --- .github/ISSUE_TEMPLATE/master-pull-request.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index fece3e934..31ae0e6b9 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,4 +1,5 @@ --- + name: Master Pull Request about: Describe this issue template's purpose here. title: Put your UCID as the title (replace this text) @@ -8,3 +9,4 @@ 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/README.md b/README.md index d7517b9c9..794a947b4 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. Docker[1] -2. GitHub Commands[1] +2. GitHub/GIT Commands[2] 3. Vi Commands[1] #### Things we want to know next** From 3b98f49783fa7d5ca257a10ef532c5a0866daf40 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:47:07 -0500 Subject: [PATCH 473/517] Added frontend and backend to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6e29725..01412e3f3 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. Debugging 3. JavaScript #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Frontend and Backend development 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From cbceec163dd382b654c6499369ca99ac77dbde32 Mon Sep 17 00:00:00 2001 From: Eileen Sanchez Date: Fri, 24 Feb 2023 21:49:34 -0500 Subject: [PATCH 474/517] add third 'want to know' item to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b816c23f4..82498cb83 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. Host a website on Oracle Cloud from a GitHub repository [1] 2. Website content management [1] -3. +3. Responsive web page design and development [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 75f38cb09f85f08bbf6bf4750f3246597dd617bd Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 21:50:28 -0500 Subject: [PATCH 475/517] Add Docker CLI thing I learned --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3666d706..360f96a9f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Collaborating on GitHub: ### Things I learned - +- Spinning up Docker containers via CLI ### Things I want to know - Kubernetes From 7660f94aed9a97a88ec442e4ba2d11fb15bf9c25 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:50:47 -0500 Subject: [PATCH 476/517] Added docker to want to learn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01412e3f3..72a461921 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. JavaScript #### Things we want to know next** 1. Frontend and Backend development -2. Cloud deployment with Kubernetes[2] +2. Docker 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 87c2c1c53a53cfa51be1cefcbd85adeb605889d4 Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 21:54:17 -0500 Subject: [PATCH 477/517] Added Devops to want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a461921..f75a849ef 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. Frontend and Backend development 2. Docker -3. Teraform[1] +3. DevOps ## 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 a8d5e0139222d2d2f4680d592d43601cc4cafb93 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 21:56:26 -0500 Subject: [PATCH 478/517] made changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91430db79..cccfb50ce 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. How do we write the testing codes -2. Directory structure -3. Github Actions -#### Things we don't understand 1. Github project management, Labels, Issues 2. Dockerhub and its use 3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work +#### Things we don't understand +1. How do we write the testing codes +2. Directory structure +3. Github Actions #### Things we want to know next** 1. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc From a40fc6b438c74acf041fcc8a9f8cc34287c1aa65 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:04:25 -0500 Subject: [PATCH 479/517] added first item to things i know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cccfb50ce..589420200 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. Github project management, Labels, Issues 2. Dockerhub and its use 3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work +4. Learned How github functions #### Things we don't understand 1. How do we write the testing codes 2. Directory structure From 53e0bc3095653a9037508eb479b5cd901d001758 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:07:35 -0500 Subject: [PATCH 480/517] added second item to things i know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 589420200..d2976cd19 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. Dockerhub and its use 3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work 4. Learned How github functions +5. Learned about docker #### Things we don't understand 1. How do we write the testing codes 2. Directory structure From ecd577d6045147027cc4c23503c0b6c4bc4d7959 Mon Sep 17 00:00:00 2001 From: JoshME23 <113443326+JoshME23@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:09:47 -0500 Subject: [PATCH 481/517] Delete master-pull-request.md --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md deleted file mode 100644 index 878c41cbf..000000000 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Master Pull Request -about: 'For master pull request to merge master into this repo. ' -title: ss889 -labels: Compiled List -assignees: ss889 - ---- - -make a pull request and add a link to the pull request to this issue when you submit. From 7dba19f816a0581f61055b9d090705f3090aea94 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:12:49 -0500 Subject: [PATCH 482/517] added third item to things i know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2976cd19..22be35249 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. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work 4. Learned How github functions 5. Learned about docker +6. Learned about agile model and workflow #### Things we don't understand 1. How do we write the testing codes 2. Directory structure From 1f7988600add1a3c4399dc5a9b37cea66c09374a Mon Sep 17 00:00:00 2001 From: shaydulislam Date: Fri, 24 Feb 2023 22:16:35 -0500 Subject: [PATCH 483/517] added github to my things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d624edfdd..e2827b181 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. I learned how Github works and know how to use it properly now. +1. I learned how Github works and know how to use it properly now. [2] 2. I learned that Docker is used for sharing, building, and running modern applications. 3. I learned to use Webstorm in IS117 and Pycharm in this class this semester. #### Things we don't understand From 3c11d1ee53fc0ae2914c56b3608ed7e15c8062d4 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:16:43 -0500 Subject: [PATCH 484/517] added first item to things i dont know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22be35249..59b4c618d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. How do we write the testing codes 2. Directory structure 3. Github Actions +4. Github in detail #### Things we want to know next** 1. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc From ad229dc8dab75f12df79d0853c6c736854c01081 Mon Sep 17 00:00:00 2001 From: JoshME23 <113443326+JoshME23@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:18:18 -0500 Subject: [PATCH 485/517] Revert "Full list into josh list" --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ---------- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 ++-- README.md | 12 +++--------- 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md deleted file mode 100644 index fece3e934..000000000 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Master Pull Request -about: Describe this issue template's purpose here. -title: Put your UCID as the title (replace this text) -labels: Submit to Master branch -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-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 6f9312875..7764ab5c0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,9 +1,9 @@ --- name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters -title: '' +title: "[Things I Learned]" labels: Things I learned -assignees: '' +assignees: ss889 --- diff --git a/README.md b/README.md index 3297ada39..871465798 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,18 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. git fetch [1] 6. git checkout [1] 7. I know how to make an ssh key and add it to GitHub. [1] -8. GITHUB Issues [2] +8. GITHUB Issues [1] 9. Create and name repositories in Github and in Docker. -10. Connecting GitHub to pycharm [1] -11. Using GitHub to share files [1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1] -4. Dockerhub [2] +4. Dockerhub [1] 5. Undoing commits [1] 6. git rebase [1] -7. git commands [2] +7. git commands [1] 8. DevOps Engineer role [1] 9. Certain Merge issues [1] -10. Vi Commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] @@ -44,9 +41,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. How to deploy a webapp [1] 7. Docker and its functions [1] 8. I want to know how what we're learning will be used in web development [1] -9. How to use Kubernetes [1] -10. More python -11. How to use 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 c2d74c0a1cba9da79395b034584b8f5d83296f87 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:19:42 -0500 Subject: [PATCH 486/517] added second item to things i dont know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59b4c618d..a7a958b34 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Directory structure 3. Github Actions 4. Github in detail +5. How does docker work #### Things we want to know next** 1. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc From c0f3b4e7694dffd42a84611f8d39b211343f952d Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:20:43 -0500 Subject: [PATCH 487/517] commit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..4e87237e5 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ 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. Docker[1] +2. Jobs in webdev[1] +3. Git[1] #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. This Assignment[1] +2. Difference between git fetch and pull[1] +3. Webpack[1] #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Ansible[1] +2. Kubernetes[1] +3. Docker-compose[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 c390c4c8816ebe708bd83ac2e119cbe1648afe39 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:22:32 -0500 Subject: [PATCH 488/517] added third item to things i dont know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7a958b34..9685636e9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Github Actions 4. Github in detail 5. How does docker work +6. How does Web development Integration works #### Things we want to know next** 1. How to work with cloud 2. How to deploy it to the cloud server like AWS or Google Cloud or etc From 98c684093c8cea7ed99f258130a0c7e58f1d72f9 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:27:12 -0500 Subject: [PATCH 489/517] added firsst item 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 9685636e9..f8c44d528 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. How does docker work 6. How does Web development Integration works #### Things we want to know next** -1. How to work with cloud +1. How to work with cloud [1] 2. How to deploy it to the cloud server like AWS or Google Cloud or etc 3. How to Host and continuously deploy code ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From b0c1d25f351c8166f15df14fcf5520c6cb33d34d Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 22:27:45 -0500 Subject: [PATCH 490/517] Add thing i dont understand: this assignments instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 360f96a9f..06b9ad6ce 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Collaborating on GitHub: ## Issues ### Things I Don't Understand - +- This assignment's instructions ### Things I learned - Spinning up Docker containers via CLI From d64e35f24641d76fba2d907e11f85a1e56006a64 Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:32:27 -0500 Subject: [PATCH 491/517] added second item 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 f8c44d528..be4660e47 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. How to work with cloud [1] 2. How to deploy it to the cloud server like AWS or Google Cloud or etc -3. How to Host and continuously deploy code +3. How to Host and continuously deploy code [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 From 0562100be069cf0b34dce39ba78d406dcd46e1ff Mon Sep 17 00:00:00 2001 From: positron Date: Fri, 24 Feb 2023 22:34:50 -0500 Subject: [PATCH 492/517] added third item to things i want to know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be4660e47..7a49a14f1 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. How to work with cloud [1] 2. How to deploy it to the cloud server like AWS or Google Cloud or etc 3. How to Host and continuously deploy code [1] +4. Different frameworks ## 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 From 41b8e57eb61357aecf391905289ad32d9e9bb034 Mon Sep 17 00:00:00 2001 From: JoshME23 <113443326+JoshME23@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:36:59 -0500 Subject: [PATCH 493/517] Revert "Revert "Full list into josh list"" --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-learned.md | 4 ++-- README.md | 12 +++++++++--- 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..fece3e934 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: Describe this issue template's purpose here. +title: Put your UCID as the title (replace this text) +labels: Submit to Master branch +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-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 7764ab5c0..6f9312875 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,9 +1,9 @@ --- name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" +title: '' labels: Things I learned -assignees: ss889 +assignees: '' --- diff --git a/README.md b/README.md index 871465798..3297ada39 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,21 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. git fetch [1] 6. git checkout [1] 7. I know how to make an ssh key and add it to GitHub. [1] -8. GITHUB Issues [1] +8. GITHUB Issues [2] 9. Create and name repositories in Github and in Docker. +10. Connecting GitHub to pycharm [1] +11. Using GitHub to share files [1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1] -4. Dockerhub [1] +4. Dockerhub [2] 5. Undoing commits [1] 6. git rebase [1] -7. git commands [1] +7. git commands [2] 8. DevOps Engineer role [1] 9. Certain Merge issues [1] +10. Vi Commands[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] @@ -41,6 +44,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. How to deploy a webapp [1] 7. Docker and its functions [1] 8. I want to know how what we're learning will be used in web development [1] +9. How to use Kubernetes [1] +10. More python +11. How to use 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 6e20db3998a73bfea4631c50dc1e449e88d0d739 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:50:30 -0500 Subject: [PATCH 494/517] Add docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e87237e5..b0b4cc9dc 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. Docker[1] 2. Jobs in webdev[1] -3. Git[1] +3. Docker[1] #### Things we don't understand 1. This Assignment[1] 2. Difference between git fetch and pull[1] From 1da32bbbad50104941ca21a17406882ed91d25e3 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:50:42 -0500 Subject: [PATCH 495/517] Add git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b4cc9dc..b1bbd41ec 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. Docker[1] +1. Git[1] 2. Jobs in webdev[1] 3. Docker[1] #### Things we don't understand From ffd26c2bd04a6db6cd69f7d0f360ac20db4d4174 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:51:10 -0500 Subject: [PATCH 496/517] Add Jobs in dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1bbd41ec..e270a890e 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. Git[1] -2. Jobs in webdev[1] +2. Jobs in dev[1] 3. Docker[1] #### Things we don't understand 1. This Assignment[1] From 6c8217e37fdc98df5889c20c54ae93f28918e746 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:51:35 -0500 Subject: [PATCH 497/517] This Assignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e270a890e..5b7484d41 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. This Assignment[1] 2. Difference between git fetch and pull[1] -3. Webpack[1] +3. This Assignment[1] #### Things we want to know next** 1. Ansible[1] 2. Kubernetes[1] From 794dcb766bd336cf6562643e6f295fd95601434c Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:51:46 -0500 Subject: [PATCH 498/517] Webpack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7484d41..fe6de7bb6 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. Jobs in dev[1] 3. Docker[1] #### Things we don't understand -1. This Assignment[1] +1. Webpack[1] 2. Difference between git fetch and pull[1] 3. This Assignment[1] #### Things we want to know next** From 44cf5917860aa1467e2146c4a733d2d53e59653d Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:52:01 -0500 Subject: [PATCH 499/517] Differences between git fetch and pull --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6de7bb6..26e3f06a7 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[1] #### Things we don't understand 1. Webpack[1] -2. Difference between git fetch and pull[1] +2. Differences between git fetch and pull[1] 3. This Assignment[1] #### Things we want to know next** 1. Ansible[1] From 72daf0fd519ef1dd3bc18b5baf0f5342ae852c9f Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:52:25 -0500 Subject: [PATCH 500/517] Docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e3f06a7..cf8091f61 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. Differences between git fetch and pull[1] 3. This Assignment[1] #### Things we want to know next** -1. Ansible[1] +1. Docker-compose[1] 2. Kubernetes[1] 3. Docker-compose[1] From 6fa9b1afae1ac68733707245dd39d880cbb2cdf9 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:52:37 -0500 Subject: [PATCH 501/517] Ansible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8091f61..261f597b1 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. This Assignment[1] #### Things we want to know next** 1. Docker-compose[1] -2. Kubernetes[1] +2. Ansible[1] 3. Docker-compose[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 b6ae4bdd06111e8bd737119f47c124cd5445124c Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:52:59 -0500 Subject: [PATCH 502/517] K8s --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261f597b1..011839cb0 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. Docker-compose[1] 2. Ansible[1] -3. Docker-compose[1] +3. 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 96c982ff8c05e80df0f6374f2dd41db055aad99d Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:08:59 -0500 Subject: [PATCH 503/517] Add things i learned: How to make github PRs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b9ad6ce..acdf711b6 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Collaborating on GitHub: ### Things I learned - Spinning up Docker containers via CLI +- How to make GitHub PRs ### Things I want to know - Kubernetes From 75db9a250bf428a95e605c9a692b329472e6277f Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:11:43 -0500 Subject: [PATCH 504/517] Add things i want to know: How to make custom docker images --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acdf711b6..4b59b090d 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,4 @@ Collaborating on GitHub: ### Things I want to know - Kubernetes +- How to make custom Docker images From 113b19aaf7e846308cca431a7fef7afa3bbdf832 Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:13:51 -0500 Subject: [PATCH 505/517] Add things i learned: How to use Docker Hub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b59b090d..d9b844815 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Collaborating on GitHub: ### Things I learned - Spinning up Docker containers via CLI - How to make GitHub PRs +- How to use Docker Hub ### Things I want to know - Kubernetes From 553987c74c0cffefe96ea54a03bd6cf02ceaa354 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:17:42 -0500 Subject: [PATCH 506/517] Docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011839cb0..ff01c60fd 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. This Assignment[1] #### Things we want to know next** 1. Docker-compose[1] -2. Ansible[1] +2. Docker-compose[1] 3. 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 54462ee7cf01aed2586349f4ee4da478a31660d6 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:18:42 -0500 Subject: [PATCH 507/517] Ansible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff01c60fd..d5cc7f373 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. Differences between git fetch and pull[1] 3. This Assignment[1] #### Things we want to know next** -1. Docker-compose[1] +1. Ansible[1] 2. Docker-compose[1] 3. Kubernetes[1] From 9cc0635fecd2d4b2fc9c6691377d832b83403aec Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:20:47 -0500 Subject: [PATCH 508/517] commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5cc7f373..ff01c60fd 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. Differences between git fetch and pull[1] 3. This Assignment[1] #### Things we want to know next** -1. Ansible[1] +1. Docker-compose[1] 2. Docker-compose[1] 3. Kubernetes[1] From e66e688de76bd6a90591075ecf2cc78ce63575e4 Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:21:01 -0500 Subject: [PATCH 509/517] Add things i dont understand: How to use CI with Docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9b844815..06985858c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Collaborating on GitHub: ### Things I Don't Understand - This assignment's instructions +- How to use CI with docker ### Things I learned - Spinning up Docker containers via CLI From 3bd9456225d601ecf5d094aa66e506aa09fc9d99 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:24:38 -0500 Subject: [PATCH 510/517] Kubernetes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff01c60fd..1e5bbbecf 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. This Assignment[1] #### Things we want to know next** 1. Docker-compose[1] -2. Docker-compose[1] +2. Kubernetes[1] 3. 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 d1e829c6e7ebc359f0ea149f6b1cee4c83313e33 Mon Sep 17 00:00:00 2001 From: Rohan-Parekh <109233191+Rohan-Parekh@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:26:41 -0500 Subject: [PATCH 511/517] Update README.md --- README.md | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d24bf10ed..5729e703d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Build docker image[1] 2. Merge Conflicts [1] -3. Github [1] -4. Docker [1] +3. Github [3] +4. Docker [2] 5. Python Programming[1] -6. Git commands[1] +6. Git commands[2] +7. Learned about agile model and workflow #### Things we don't understand 1. Hibernate ORM [1] @@ -27,34 +28,23 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Python automation [1] 4. Docker commands[1] 5. Elastic Search Indexing[1] +6. How do we write the testing codes +7. Directory structure +8. Github Actions +9. Github in detail +10. How does docker work +11. How does Web development Integration works + #### Things we want to know next** 1. Advance terminal command [1] 2. Teraform [2] 3. Chef : configuration management [1] -4. Flask Framework[1] +4. Flask Framework[2] 5. Microsoft Azure[1] +6. How to work with cloud [3] +7. How to Host and continuously deploy code [1] - -======= -1. Github project management, Labels, Issues -2. Dockerhub and its use -3. Creating branches, merging the branches with other repositories, creating pull requests, pushing the work, committing the work -4. Learned How github functions -5. Learned about docker -6. Learned about agile model and workflow -#### Things we don't understand -1. How do we write the testing codes -2. Directory structure -3. Github Actions -4. Github in detail -5. How does docker work -6. How does Web development Integration works -#### Things we want to know next** -1. How to work with cloud [1] -2. How to deploy it to the cloud server like AWS or Google Cloud or etc -3. How to Host and continuously deploy code [1] -4. Different framework ## 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 From 5920ff30960ee1ef771afda89f6e35e2f90fd09d Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:27:59 -0500 Subject: [PATCH 512/517] ansible --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff01c60fd..0bd6d3426 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. This Assignment[1] #### Things we want to know next** 1. Docker-compose[1] -2. Docker-compose[1] -3. Kubernetes[1] +2. Kubernetes[1] +3. Ansible[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 3e57dd30b43f4bed90b080a83826c2a1d5367967 Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:28:14 -0500 Subject: [PATCH 513/517] Add things i want to know: How to deploy a website using CI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06985858c..9fe734918 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,4 @@ Collaborating on GitHub: ### Things I want to know - Kubernetes - How to make custom Docker images +- How to deploy a website using CI From bff8da849f712750fa4dd81215d65bdb38f377a5 Mon Sep 17 00:00:00 2001 From: andrewnyr <47006659+andrewnyr@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:30:14 -0500 Subject: [PATCH 514/517] This assignment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff01c60fd..31f7cd46a 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker[1] #### Things we don't understand 1. Webpack[1] -2. Differences between git fetch and pull[1] +2. This Assignment[1] 3. This Assignment[1] #### Things we want to know next** 1. Docker-compose[1] -2. Docker-compose[1] -3. Kubernetes[1] +2. Kubernetes[1] +3. Ansible[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 4dc0565b29a3591c21d93aae484a53dd5e916a8c Mon Sep 17 00:00:00 2001 From: chwicklund <70772508+chwicklund@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:42:02 -0500 Subject: [PATCH 515/517] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585f1d67e..8a5a698b8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Our List: #### Things we understand -1. Basic BASH script commands (directory navigation, file creation, and text editing) [2] +1. Basic BASH script commands (directory navigation, file creation, and text editing)[2] 2. Running Docker Compose[1] 3. Installing NPM[1] 4. Oracle Cloud Instance set-up [1] From 44547e1b3334203af3a05a3f6c4265473f8a1d32 Mon Sep 17 00:00:00 2001 From: rafaelwastaken Date: Fri, 24 Feb 2023 23:43:50 -0500 Subject: [PATCH 516/517] Add thing i dont understand: How to resolve merge conflicts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fe734918..58e598022 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Collaborating on GitHub: ### Things I Don't Understand - This assignment's instructions - How to use CI with docker +- How to resolve merge conflicts ### Things I learned - Spinning up Docker containers via CLI From 842b8c8213a5476504533660f585593ba0aefb37 Mon Sep 17 00:00:00 2001 From: Aleesha Neha Montero <106280047+aleeshaneha09@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:03:44 -0500 Subject: [PATCH 517/517] Update README.md --- README.md | 82 ------------------------------------------------------- 1 file changed, 82 deletions(-) diff --git a/README.md b/README.md index 8be2c3454..23efe919c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# MyWebClass Collaboration and Brainstorming Assignment - -## Overview - - -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. - -## Learning Objectives: -1. You will learn to collaborate online using GIT -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 prioritze each issue. ### Your list should look like this: #### Things we understand** @@ -47,75 +34,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Vue JS[4] 6. Flask 7. AWS - -## 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 - -### [Assignment Video](https://youtu.be/UFLKojO3OtM) - -## You will accomplish this assignment in 5 phases: - -1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. - -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** - -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. - -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. - -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. - -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. - -### You are done when you have completed the following: - -1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge -3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged - -### Canvas Submission instructions - -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. - -## Project Setup Instructions -Collaborating on GitHub: - -1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - - -### Project management and Collaboration workflow Steps -1. create an issue -2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch -3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main -14. Repeat again, and again, and again - -======= 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]