From 554fac724986f20c6fef227f75d76269c801ba50 Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Sat, 18 Feb 2023 13:29:39 -0500 Subject: [PATCH 001/103] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..598dcc23 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -labels: Compiled List +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..4e16b611 --- /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 472a5362..2c089f6b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: Things I Don't Understand +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..b600819a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,7 +2,7 @@ name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: Things I learned +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..88f5373b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- From 981171ec6e9ff8a1cac07fa49f07be10f4da207d Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:05:22 -0500 Subject: [PATCH 002/103] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 2 +- ...ings-i-don-t-understand.md => things-we-don-t-understand.md} | 2 +- .../{things-i-learned.md => things-we-understand.md} | 2 +- ...{things-i-want-to-know.md => things-we-want-to-know-next.md} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{things-i-don-t-understand.md => things-we-don-t-understand.md} (82%) rename .github/ISSUE_TEMPLATE/{things-i-learned.md => things-we-understand.md} (91%) rename .github/ISSUE_TEMPLATE/{things-i-want-to-know.md => things-we-want-to-know-next.md} (86%) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 4e16b611..51168955 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -2,7 +2,7 @@ name: Master Pull Request about: 'This is for your master pull request to merge your master into this repo. ' title: Put your UCID as the title (replace this text) -labels: Submitting master branch +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md similarity index 82% rename from .github/ISSUE_TEMPLATE/things-i-don-t-understand.md rename to .github/ISSUE_TEMPLATE/things-we-don-t-understand.md index 2c089f6b..60a3fea9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md @@ -1,5 +1,5 @@ --- -name: Things I Don't Understand +name: Things we don't understand about: This is for adding issues that you don't understand title: '' labels: '' diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-we-understand.md similarity index 91% rename from .github/ISSUE_TEMPLATE/things-i-learned.md rename to .github/ISSUE_TEMPLATE/things-we-understand.md index b600819a..62f79b7b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-we-understand.md @@ -1,5 +1,5 @@ --- -name: Things I learned +name: Things we understand about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" labels: '' diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md similarity index 86% rename from .github/ISSUE_TEMPLATE/things-i-want-to-know.md rename to .github/ISSUE_TEMPLATE/things-we-want-to-know-next.md index 88f5373b..22c31516 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md @@ -1,5 +1,5 @@ --- -name: Things I want to know +name: Things we want to know next about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' labels: '' From a717c088417adcd8ca3a58f12d2e71a2a7c00433 Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:06:53 -0500 Subject: [PATCH 003/103] Update issue templates --- .github/ISSUE_TEMPLATE/things-we-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-we-want-to-know-next.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-we-understand.md b/.github/ISSUE_TEMPLATE/things-we-understand.md index 62f79b7b..61948200 100644 --- a/.github/ISSUE_TEMPLATE/things-we-understand.md +++ b/.github/ISSUE_TEMPLATE/things-we-understand.md @@ -1,7 +1,7 @@ --- name: Things we understand about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" +title: "[Things we understand]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md index 22c31516..bace4196 100644 --- a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md +++ b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md @@ -1,7 +1,7 @@ --- name: Things we want to know next about: Describe this issue template's purpose here. -title: 'Thing I want to know: [Thing I want to Knows]' +title: 'Thing we want to know: [Thing we want to Knows]' labels: '' assignees: '' From dcd78b84d18939cfc141b85470194fcba29d53fa Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:12:49 -0500 Subject: [PATCH 004/103] added git status to thing I understand --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1d..becfd84b 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. git status +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] +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 695c4e51729d8658346605d0e567b95a71439d98 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:17:57 -0500 Subject: [PATCH 005/103] added 2nd thing I understand for git fetch and added counts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index becfd84b..732cbbcf 100644 --- a/README.md +++ b/README.md @@ -13,8 +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. git status -2. +1. git status [1] +2. git fetch [1] 3. #### Things we don't understand 1. From f62f98bdb220d5069bf8eb017e8483f4f72add2d Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:21:18 -0500 Subject: [PATCH 006/103] added 2nd thing I understand for git fetch and added counts again to regenerate pull request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 732cbbcf..5ad726df 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 status [1] -2. git fetch [1] +2. git fetch [1] 3. #### Things we don't understand 1. From 29fb4c8e9dc08ca3b6f7055b4a397df31198009e Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:34:14 -0500 Subject: [PATCH 007/103] added 3rd thing I understand for git checkout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad726df..ba63fbc7 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 status [1] 2. git fetch [1] -3. +3. git checkout [1] #### Things we don't understand 1. 2. From 2fe9eda6848c96e7199c479e3c8629d4b317def6 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:39:49 -0500 Subject: [PATCH 008/103] added 1st thing for something I don't understand - merge pull reqeust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba63fbc7..ac685bce 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. git fetch [1] 3. git checkout [1] #### Things we don't understand -1. +1. Clarity on who Merges a pull request [1] 2. 3. #### Things we want to know next** From cc226e577daa6868660d28ee409a3d643334cbb5 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:44:45 -0500 Subject: [PATCH 009/103] added 2nd thing I don't understand - difference between docker build and docker compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac685bce..484bef08 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. git fetch [1] 3. git checkout [1] #### Things we don't understand -1. Clarity on who Merges a pull request [1] -2. +1. Clarity on who Merges a pull request [1] +2. Difference between Docker build & Docker compose 3. #### Things we want to know next** 1. From eec38b9ae589d65e1d576472babbc0e2d47d8a2f Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:52:11 -0500 Subject: [PATCH 010/103] added 3rd thing I don't understand - How docker pushes to docker hub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 484bef08..3b419370 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. git checkout [1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] -2. Difference between Docker build & Docker compose -3. +2. Difference between Docker build & Docker compose [1] +3. How docker pushes to dockerhub [1] #### Things we want to know next** 1. 2. From 257e48a0de9332edb7c35fc0d44ae544c83cf8d7 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 16:57:08 -0500 Subject: [PATCH 011/103] added 3rd thing I don't understand - How docker pushes to docker hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484bef08..d00d4912 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. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose -3. +3. How docker pushes to dockerhub [1] #### Things we want to know next** 1. 2. From 0a611c5aeef503fff91b57fb5e2351123d7b54b6 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:00:01 -0500 Subject: [PATCH 012/103] Fixed duplicate pull for wrong turn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b419370..049b477f 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. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] -3. How docker pushes to dockerhub [1] +3. #### Things we want to know next** 1. 2. From 881db980127d8706ac9dcbd4bf268ec05c5a0567 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:06:06 -0500 Subject: [PATCH 013/103] Fixed number at end of bullet 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00d4912..f8c62adf 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. git checkout [1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] -2. Difference between Docker build & Docker compose +2. Difference between Docker build & Docker compose [1] 3. How docker pushes to dockerhub [1] #### Things we want to know next** 1. From fe03e09521354c8e902fdc9d01959e97dea200eb Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:10:32 -0500 Subject: [PATCH 014/103] Added 1st item for what I want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b419370..d8a7c420 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. Difference between Docker build & Docker compose [1] 3. How docker pushes to dockerhub [1] #### Things we want to know next** -1. +1. How to better work as a PM or as a subordinate [1] 2. 3. From f7d93cfe4c09dbeab9c37e2523a1a33c74687d59 Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:15:06 -0500 Subject: [PATCH 015/103] Added 2nd item for what i would like to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8a7c420..ac020e8b 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. How docker pushes to dockerhub [1] #### Things we want to know next** 1. How to better work as a PM or as a subordinate [1] -2. +2. Use Python program to write Hello World [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 6404b6f077ae4ecb072490966dcffffcaa607fdd Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:20:42 -0500 Subject: [PATCH 016/103] Added 3rd item for what I would like to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac020e8b..0a4a9038 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 better work as a PM or as a subordinate [1] 2. Use Python program to write Hello World [1] -3. +3. How Dockerhub pushes or uses resources against repos in scalable way [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 9ffd087e370a908ece321d070fb5ef3aa82514ac Mon Sep 17 00:00:00 2001 From: John Idone Date: Sat, 18 Feb 2023 17:48:19 -0500 Subject: [PATCH 017/103] Fixed spelling error of prioritize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4a9038..2c05acec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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 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 prioritize each issue. ### Your list should look like this: #### Things we understand** From 41d1733034644f58d604873cabad38b5eb7ad410 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:09:57 -0500 Subject: [PATCH 018/103] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 +++++++++++ .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, 15 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..598dcc23 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -labels: Compiled List +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..1dac2226 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,11 @@ +--- +name: Master Pull request +about: This is your master pull request to merge your master into this mine into this + repo +title: bcs25 +labels: Submitting Master branch +assignees: '' + +--- + +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-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..dd550a25 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 ff68fa38..ed830519 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 025fa8f1..f5743c08 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 6f706e69e4f150b9d74a5855c7c3a11a21eb2233 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:12:24 -0500 Subject: [PATCH 019/103] Update issue templates --- .github/ISSUE_TEMPLATE/bcs25.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bcs25.md diff --git a/.github/ISSUE_TEMPLATE/bcs25.md b/.github/ISSUE_TEMPLATE/bcs25.md new file mode 100644 index 00000000..b85a9a1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bcs25.md @@ -0,0 +1,10 @@ +--- +name: bcs25 +about: Describe this issue template's purpose here. +title: '' +labels: Submitting Master branch +assignees: '' + +--- + + From 973946592851778d57ff1b50d0e16598520c54e5 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:17:07 -0500 Subject: [PATCH 020/103] Updated issue templates1 --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + From caaabad9ed7da3ed52f86552a011ebe8b2c3c8cc Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 12:19:13 -0500 Subject: [PATCH 021/103] added something to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1d..2881f4b1 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. wish I knew stuff #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 8a262c751c6a52d5f03668f6913f37f1aff01b2b Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 12:52:19 -0500 Subject: [PATCH 022/103] added more stuffs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2881f4b1..b651e496 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. wish I knew stuff +5. Wish I knew more stuff #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 42f3f6530b8bc0db5c13701f9dc4d0b4fccae3db Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Sun, 19 Feb 2023 13:09:36 -0500 Subject: [PATCH 023/103] Update issue templates --- .github/ISSUE_TEMPLATE/master-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .../{things-i-learned.md => things-i-know.md} | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-list.md rename .github/ISSUE_TEMPLATE/{things-i-learned.md => things-i-know.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md new file mode 100644 index 00000000..c222948d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -0,0 +1,10 @@ +--- +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/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index dd550a25..1c8839ab 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 know +labels: Don't Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-know.md similarity index 92% rename from .github/ISSUE_TEMPLATE/things-i-learned.md rename to .github/ISSUE_TEMPLATE/things-i-know.md index ed830519..9bae02f7 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-know.md @@ -1,5 +1,5 @@ --- -name: Things I learned +name: Things I know about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" labels: I know From 849142570e4645127b8d0e8016fbf0571bcce104 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 13:16:38 -0500 Subject: [PATCH 024/103] Added the pycharm and github workflow to things we know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b651e496..752da2c7 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. Pycharm and Github workflow and integration #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 5d890da017baadaffc1123478d780778ddd0fb24 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 13:20:45 -0500 Subject: [PATCH 025/103] Added the pycharm and github workflow to things we know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752da2c7..4e69b604 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. Pycharm and Github workflow and integration +4. Pycharm and Github workflow and integration process #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 5a84c59c7ad972436af4ab66ae67802733939f5f Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 16:49:03 -0500 Subject: [PATCH 026/103] learned python pytest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..c2e8e6c8 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. git status [1] 2. git fetch [1] 3. git checkout [1] +4. I learned Python Pytest[1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From 3f7384faac0d5dcfa3c1aff2885fc6e41adf5f8b Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 16:58:05 -0500 Subject: [PATCH 027/103] learned Linux command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..27c1a84a 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. git status [1] 2. git fetch [1] 3. git checkout [1] +4. Linux command[1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From 88f9f9c8b2675d381b6ce606ea6aa4d4966f2401 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:03:31 -0500 Subject: [PATCH 028/103] docker setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..f2cba943 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. git status [1] 2. git fetch [1] 3. git checkout [1] +4. Docker Setup[1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From 37f5e3c21eead59feaa932477b0215704926ce88 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:07:50 -0500 Subject: [PATCH 029/103] idk git stash usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..030c03a7 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. 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 Stash Usage[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] From 3b1eff1ecfc730b135ddcd72611441189f60ae41 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:10:46 -0500 Subject: [PATCH 030/103] idk git rebase usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..2cee201e 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. 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] #### 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] From f9298b758fb4fc0362043c76f9e8f4ad6a8ebaf1 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:13:14 -0500 Subject: [PATCH 031/103] idk git show usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..e7ea4a76 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. 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 show Usage[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] From 9ed7dc5e513954b23a22934bd3313bee2344f426 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:18:12 -0500 Subject: [PATCH 032/103] How to deploy a web app with a database on the cloud --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c05acec..55027655 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### 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] +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] ## 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 27fff47b19adce02f079d59e88f48dfaf3f5559c Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:21:04 -0500 Subject: [PATCH 033/103] Cloud deployment with Kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c05acec..372d49f3 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. 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. 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 Add your ssh public key to github - See video From 59734dd98c78904b0048c2bb6596a19126fd64b4 Mon Sep 17 00:00:00 2001 From: aaravpatel Date: Sun, 19 Feb 2023 17:23:25 -0500 Subject: [PATCH 034/103] Teraform Usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c05acec..e1b6442e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### 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] +3. How Dockerhub pushes or uses resources against repos in scalable way [1] +4. Teraform Usage[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 6d170cabcae12a2a1e12f55480080b6a83abdf2e Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 18:01:04 -0500 Subject: [PATCH 035/103] Incremented things I know for Python print --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e69b604..c9a02d71 100644 --- a/README.md +++ b/README.md @@ -13,10 +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] -4. Pycharm and Github workflow and integration process +1. Python Print[2] +2. Linux Directory listing[2] +3. Pycharm and Github workflow and integration process[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 46630525441843b1d96298dac016aa691851c5c7 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 18:33:22 -0500 Subject: [PATCH 036/103] Incremented things I want to know --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a02d71..ee8b0690 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +3. Teraform[2] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 1b8faee8adb9270fc343be867a94608a3ee6ef74 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 19:33:22 -0500 Subject: [PATCH 037/103] Added docker installation to things I know --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee8b0690..3aebe556 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[2] 2. Linux Directory listing[2] 3. Pycharm and Github workflow and integration process[1] +4. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From bd257056c4e195255550368498db6c60fa73078a Mon Sep 17 00:00:00 2001 From: John Idone Date: Sun, 19 Feb 2023 20:13:17 -0500 Subject: [PATCH 038/103] fixed merge conflicts manually --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 23f702a0..9c97ff69 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### 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] 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[1] From bff003af806c3a293b5a864210ed07c82cb9dbc3 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 20:19:07 -0500 Subject: [PATCH 039/103] Incremented Git Pull --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aebe556..a8675634 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. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] -2. GIt pull[2] +2. GIt pull2] 3. GIT status[1] 4. wish I knew stuff 5. Wish I knew more stuff From cd0688dedf5a1a31ca8d036a0224c288d9948790 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 20:48:17 -0500 Subject: [PATCH 040/103] Incremented I don't know Cloud Deployment --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8675634..a5b64c13 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Pycharm and Github workflow and integration process[1] 4. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] -2. GIt pull2] +1. Git Stash[2] +2. GIt pull[1] 3. GIT status[1] -4. wish I knew stuff -5. Wish I knew more stuff #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From ff577842613d461b7d656b4bf2de5abcfeb302ad Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:00:20 -0500 Subject: [PATCH 041/103] Update issue templates --- .github/ISSUE_TEMPLATE/things-we-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-we-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-we-want-to-know-next.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md index 60a3fea9..18a771f9 100644 --- a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md @@ -2,7 +2,7 @@ name: Things we don't understand about: This is for adding issues that you don't understand title: '' -labels: '' +labels: I don't understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-understand.md b/.github/ISSUE_TEMPLATE/things-we-understand.md index 61948200..ac9b6d60 100644 --- a/.github/ISSUE_TEMPLATE/things-we-understand.md +++ b/.github/ISSUE_TEMPLATE/things-we-understand.md @@ -2,7 +2,7 @@ name: Things we understand about: Add one item for each thing you learned keep to max of 255 characters title: "[Things we understand]" -labels: '' +labels: Thing we understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md index bace4196..97638fe3 100644 --- a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md +++ b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md @@ -2,7 +2,7 @@ name: Things we want to know next about: Describe this issue template's purpose here. title: 'Thing we want to know: [Thing we want to Knows]' -labels: '' +labels: Thing we want to know next assignees: '' --- From 5f9c6f1b0073206860a2d4e600c7792a82be65c2 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 21:13:39 -0500 Subject: [PATCH 042/103] Incremented I don't know Teraform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b64c13..331c256e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[2] +3. Teraform [2] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From e5c5f7bf2ee22975f30145dda97167a92279bfc3 Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:43:31 -0500 Subject: [PATCH 043/103] Update issue templates --- .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 51168955..b079397a 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -2,7 +2,7 @@ name: Master Pull Request about: 'This is for your master pull request to merge your master into this repo. ' title: Put your UCID as the title (replace this text) -labels: '' +labels: Master List assignees: '' --- From 67b3ef8e4482e20dbc3e5aa3452db56af8f0fd88 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 22:03:30 -0500 Subject: [PATCH 044/103] Added I don't understand GIT push --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 331c256e..bfb52b35 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Git Stash[2] 2. GIt pull[1] 3. GIT status[1] +4. Git Push[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 109276525b8fd1d0a2756533a433bd43cb981fd3 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 22:48:09 -0500 Subject: [PATCH 045/103] Added I wnat to know about security within our workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfb52b35..041ccbad 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform [2] +4. Security within our Github and Docker workflow ## 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 016ca5abf7862ca0830a8b840db4159b441d8ccc Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Sun, 19 Feb 2023 23:38:07 -0500 Subject: [PATCH 046/103] Added I wnat to know about linux directory listings --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 041ccbad..49083884 100644 --- a/README.md +++ b/README.md @@ -13,20 +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[2] -2. Linux Directory listing[2] -3. Pycharm and Github workflow and integration process[1] -4. Docker Installation[1] +1. Python is integrated into pycharm[1] +2. Pycharm and Github workflow and integration process[1] +3. Docker Installation[1] #### Things we don't understand -1. Git Stash[2] -2. GIt pull[1] -3. GIT status[1] -4. Git Push[1] +1. dockerization[1] +2. Git Push[1] +3. Teraform[1] +4. Cloud deployment with Kubernetes[1] #### Things we want to know next** 1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform [2] -4. Security within our Github and Docker workflow +2. Security within our Github and Docker workflow[1] +3. Linux Directory Listings[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 6fd2f76a7244bad01097368bfa3f8197346e387f Mon Sep 17 00:00:00 2001 From: chunlohk <123031431+chunlohk@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:32:23 -0500 Subject: [PATCH 047/103] 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 c5cea21c..3ed28ef4 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 472a5362..cf4f2ec9 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 ff68fa38..ed830519 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 025fa8f1..f5743c08 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 75d58459e9690729f9fc595e2a531a482d7b63d9 Mon Sep 17 00:00:00 2001 From: chunlohk <123031431+chunlohk@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:53:29 -0500 Subject: [PATCH 048/103] 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 00000000..79318e72 --- /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 request +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. From a8953d0608486a37f133603cf446ff5b632b4b42 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 17:44:01 -0500 Subject: [PATCH 049/103] added my first topic of what I don't understand into my list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..df442db5 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 wish to know how to undo a specific git commit or git push from myself or from my teammates 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 838bf6883dbf105066609bb711fdf783c767e49d Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 18:31:29 -0500 Subject: [PATCH 050/103] Change the priority on what I want to know next on Cloud deployment with Kubernetes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df442db5..c313ebd6 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ 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 wish to know how to undo a specific git commit or git push from myself or from my teammates +1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[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] +1. Cloud deployment with Kubernetes[1] +2. Elastic Search Indexing [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 057110a9b67192eb8623de78e5189c1fd9abb75d Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 18:36:37 -0500 Subject: [PATCH 051/103] Change the priority on what I want to know next on Cloud deployment with Kubernetes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c313ebd6..74d2931e 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. Cloud deployment with Kubernetes[1] +1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing [1] 3. Teraform[1] From 5f7d6c53c6cf185da7c62f3a359881d8f4bd4b3d Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 18:38:09 -0500 Subject: [PATCH 052/103] Change the priority on what I want to know next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d2931e..da3e9b6f 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. Cloud deployment with Kubernetes[1] -2. Elastic Search Indexing [1] +2. Elastic Search Indexing[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 e370d880f9f46ecb0ecebc01eb2fce08539e1875 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 18:55:00 -0500 Subject: [PATCH 053/103] Add first item of what I understand on new branch and merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da3e9b6f..a285e386 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 new branch and merge within my own repo[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From 371015cd76bcdb2db036e5b2cd5a1f85a05f71c8 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 19:14:51 -0500 Subject: [PATCH 054/103] Adding Git Pull into my I don't understand item list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a285e386..008f3a80 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. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] -2. GIt pull[2] +2. GIT pull[3] 3. GIT status[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] From ad1dcbd10fa0631b1ec1dbaabc8660023ad8decb Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 19:56:15 -0500 Subject: [PATCH 055/103] Adding Cloning Repository into things I understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008f3a80..87a72ce5 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. Create new branch and merge within my own repo[1] 2. Linux Directory listing[2] 3. Docker Installation[1] +4. Cloning Repository[1] #### Things we don't understand 1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] 2. GIT pull[3] From 5633576ac70bcd5d4bfdff04acfdda43fefe2dff Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 20:02:38 -0500 Subject: [PATCH 056/103] Adding counter on the Docker installation into things I understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a72ce5..3dadb3dd 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. Create new branch and merge within my own repo[1] 2. Linux Directory listing[2] -3. Docker Installation[1] +3. Docker Installation[2] 4. Cloning Repository[1] #### Things we don't understand 1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] From 03be76692ee5460170fea11118a329406461e112 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 20:10:49 -0500 Subject: [PATCH 057/103] Adding docker storage space limitation into I don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dadb3dd..63d1ccb7 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. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] 2. GIT pull[3] -3. GIT status[1] +3. Docker Storage space limitation[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[1] From 685b5cbd50d6bba9a8ebe8d1eeb78743e0ba53b0 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 20:18:52 -0500 Subject: [PATCH 058/103] Adding counter Elastic Search Indexing into I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d1ccb7..7cda6edd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Storage space limitation[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] -2. Elastic Search Indexing[1] +2. Elastic Search Indexing[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 733ac3b25c0a5b9f344c47ff94e817c7095863d8 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 20:23:33 -0500 Subject: [PATCH 059/103] Adding counter on Teraform into I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cda6edd..d89155b7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[2] -3. Teraform[1] +3. Teraform[2] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From bdd1bf13fa7b026a0b2e13b680df919476bedb64 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 20:44:14 -0500 Subject: [PATCH 060/103] Adding counter into Brandon's thing we understand list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49083884..772fce80 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Python is integrated into pycharm[1] -2. Pycharm and Github workflow and integration process[1] -3. Docker Installation[1] +2. Pycharm and Github workflow and integration process[1] +3. Docker Installation [2] #### Things we don't understand 1. dockerization[1] 2. Git Push[1] From 6b13f79ef8061c58b27116245ac485a331a6d6d4 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Mon, 20 Feb 2023 22:27:41 -0500 Subject: [PATCH 061/103] Adding Create new branch and merge within my own repo into John's Thing We Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c97ff69..dcd4e9d0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Docker Setup[1] 5. Linux command[1] 6. I learned Python Pytest[1] +7. Create new branch and merge within my own repo[1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From a5379c57934ddaf5e16fd51c9e889afff6b8f280 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 00:01:52 -0500 Subject: [PATCH 062/103] Adding Create new branch and merge within my own repo into Brandon's thing we understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 772fce80..d579e00a 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 is integrated into pycharm[1] 2. Pycharm and Github workflow and integration process[1] 3. Docker Installation [2] +4. Create new branch and merge within my own repo[1] #### Things we don't understand 1. dockerization[1] 2. Git Push[1] From 7988a04dbd7ee6e39bcc8ec1dc539c18eb2733cb Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 10:32:35 -0500 Subject: [PATCH 063/103] Added I wnat to know about Linux Directory Listings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89155b7..ec8a6752 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. Create new branch and merge within my own repo[1] -2. Linux Directory listing[2] +2. Linux Directory listing[3] 3. Docker Installation[2] 4. Cloning Repository[1] #### Things we don't understand From 5cbdd3dbeb682b08e62062b591b3855915786fe2 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 10:40:32 -0500 Subject: [PATCH 064/103] Added I want to know about security processes in our workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec8a6752..67278591 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. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[2] 3. Teraform[2] +4. Security Processes within our workflow[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 c3634c1a91368682c12f3ddb3b63030e37aeb7ee Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:06:46 -0500 Subject: [PATCH 065/103] Incremented Elastic Seatch Indexing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67278591..d8167abb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Storage space limitation[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] -2. Elastic Search Indexing[2] +2. Elastic Search Indexing[3] 3. Teraform[2] 4. Security Processes within our workflow[1] From 1e09ff8a9c615e3ed9b615d30bbf975f6be91885 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:09:49 -0500 Subject: [PATCH 066/103] Incremented Docker Installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8167abb..b4409651 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. Create new branch and merge within my own repo[1] 2. Linux Directory listing[3] -3. Docker Installation[2] +3. Docker Installation[3] 4. Cloning Repository[1] #### Things we don't understand 1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] From 591e8855ac3a9d8fca55d1da08659b1a7b49d7e8 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:16:08 -0500 Subject: [PATCH 067/103] Added Learned Pycharm and Github Workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4409651..11e63e2f 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[3] 3. Docker Installation[3] 4. Cloning Repository[1] +5. Github and Pycharm workflow #### Things we don't understand 1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] 2. GIT pull[3] From 9645a0231230d3a2f9355fee5f1d9bca2f73d59f Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:21:02 -0500 Subject: [PATCH 068/103] Added Learned Pycharm and Github Workflow --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e63e2f..96ec7944 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[3] 3. Docker Installation[3] 4. Cloning Repository[1] -5. Github and Pycharm workflow +5. Github and Pycharm workflow[1] +6. Pycharm and python integration[1] #### Things we don't understand 1. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] 2. GIT pull[3] From 015c49b69b734981ea3bd91465a519bca88d2877 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:25:51 -0500 Subject: [PATCH 069/103] Added I don't understand dockerization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96ec7944..46356675 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. I wish to know how to undo a specific git commit or git push from myself or from my teammates[1] 2. GIT pull[3] 3. Docker Storage space limitation[1] +4. Dockerization[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[3] From 53c38dae10e7441e4f515a1a3ae1012189ad0c23 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:30:00 -0500 Subject: [PATCH 070/103] Added I don't understand git push --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46356675..b207fa6b 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[3] 3. Docker Storage space limitation[1] 4. Dockerization[1] +5. Git push[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[3] From 6b32929c0bd905cc7aa7e0ccd1848382332ef312 Mon Sep 17 00:00:00 2001 From: "bcs25@njit.edu" Date: Tue, 21 Feb 2023 11:34:11 -0500 Subject: [PATCH 071/103] Added I don't understand cloud deployment with kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b207fa6b..c314dd87 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. Docker Storage space limitation[1] 4. Dockerization[1] 5. Git push[1] +6. Cloud Deployment with kubernetes[1] #### Things we want to know next** 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[3] From 9599252c5962b17922541d5b79f0ddd8e4417275 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 11:37:34 -0500 Subject: [PATCH 072/103] Adding Cloning Repository into Brandon's I know list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d579e00a..cce462fe 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python is integrated into pycharm[1] 2. Pycharm and Github workflow and integration process[1] -3. Docker Installation [2] -4. Create new branch and merge within my own repo[1] +3. Docker Installation[2] +4. Create new branch and merge within my own repo[1] +5. Cloning Repository[1] #### Things we don't understand 1. dockerization[1] 2. Git Push[1] From b9abb5b85288a9b06ff4b031ea14c3d3e26f7be5 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 11:43:39 -0500 Subject: [PATCH 073/103] Adding Undo specific git commit or git push into Brandon's I don't understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cce462fe..62b62932 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 Push[1] 3. Teraform[1] 4. Cloud deployment with Kubernetes[1] +5. Undo specific git commit or git push[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Security within our Github and Docker workflow[1] From 95c2f92b9c73f07869a023f43cb883147278f6c7 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 11:49:43 -0500 Subject: [PATCH 074/103] Adding GIT Pull into Brandon's I don't understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62b62932..39fca9c0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. Cloud deployment with Kubernetes[1] 5. Undo specific git commit or git push[1] +6. GIT Pull[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Security within our Github and Docker workflow[1] From 9f139993db67f3f68d9fb584af2fd7e24dfab674 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 11:53:47 -0500 Subject: [PATCH 075/103] Adding Docker Storage space limitation into Brandon's I don't understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39fca9c0..ae190e3c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Cloud deployment with Kubernetes[1] 5. Undo specific git commit or git push[1] 6. GIT Pull[1] +7. Docker Storage space limitation[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Security within our Github and Docker workflow[1] From f8af08f8497e0d29731336180033c3c2ed9afbb2 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 12:19:19 -0500 Subject: [PATCH 076/103] Adding Cloud deployment with Kubernetes into Brandon's I want to know list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae190e3c..4aced34c 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. GIT Pull[1] 7. Docker Storage space limitation[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Elastic Search Indexing [1] 2. Security within our Github and Docker workflow[1] 3. Linux Directory Listings[1] +4. 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 Add your ssh public key to github - See video From f5cfd3a65801d3981fe3f04eaef6f5f2a0ed1b1d Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 12:23:03 -0500 Subject: [PATCH 077/103] Adding Counter on Elastic Search Indexing in Brandon's I want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aced34c..e0d596c9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. GIT Pull[1] 7. Docker Storage space limitation[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Elastic Search Indexing [2] 2. Security within our Github and Docker workflow[1] 3. Linux Directory Listings[1] 4. Cloud deployment with Kubernetes[1] From 4426d621ee64b31d8522b26ad01ea5e947e3e1b3 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 12:26:55 -0500 Subject: [PATCH 078/103] Adding Teraform into Brandon's I want to know list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d596c9..9668b59e 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. Security within our Github and Docker workflow[1] 3. Linux Directory Listings[1] 4. Cloud deployment with Kubernetes[1] +5. 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 e7469c794f0ffd20ff429f9337ad55b74d1676ed Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 15:28:41 -0500 Subject: [PATCH 079/103] Adding Create new branch and merge within my own repo into John's Thing We Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcd4e9d0..f8a050da 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. Linux command[1] 6. I learned Python Pytest[1] 7. Create new branch and merge within my own repo[1] +8. #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From 07e4dfd92ee5658a7112ecc66ad4bf4eacb025eb Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:04:21 -0500 Subject: [PATCH 080/103] Adding Docker Installation into John's Thing We Understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8a050da..ad55602d 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. Linux command[1] 6. I learned Python Pytest[1] 7. Create new branch and merge within my own repo[1] -8. +8. 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] From 1c27c3a1416da84d9c9cc444fc2e29791a1f9175 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:08:05 -0500 Subject: [PATCH 081/103] Adding Cloning Repository into John's Thing We Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad55602d..53fc91d1 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. I learned Python Pytest[1] 7. Create new branch and merge within my own repo[1] 8. Docker Installation[1] +9. Cloning Repository[1] #### Things we don't understand 1. Clarity on who Merges a pull request [1] 2. Difference between Docker build & Docker compose [1] From d3ebd9d312737cc9a4a7d4f4db3af117f7e7356b Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:15:04 -0500 Subject: [PATCH 082/103] Adding undo specific git commit or git push into John's Thing We Don't Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53fc91d1..c12a08a5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Git rebase Usage[1] 5. Git Stash Usage[1] 6. Git show Usage[1] +7. Undo specific git commit or git push[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] From 5bbb02b101ffdc8ca8b62ffcea17a339018877e0 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:18:19 -0500 Subject: [PATCH 083/103] Adding git pull into John's Thing We Don't Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c12a08a5..fd726a8f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Git Stash Usage[1] 6. Git show Usage[1] 7. Undo specific git commit or git push[1] +8. Git Pull[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] From 71fa7745ffb1e9ac6ffa4f9ee9187a32f07342c5 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:21:29 -0500 Subject: [PATCH 084/103] Adding Docker Storage space limitation into John's Thing We Don't Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd726a8f..5492c5e2 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Git show Usage[1] 7. Undo specific git commit or git push[1] 8. Git Pull[1] +9. #### 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] From 8823621b21f03d093db993713f0ca45f0d043d92 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:22:14 -0500 Subject: [PATCH 085/103] Adding Docker Storage space limitation into John's Thing We Don't Understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5492c5e2..9727020f 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. Git show Usage[1] 7. Undo specific git commit or git push[1] 8. Git Pull[1] -9. +9. Docker Storage space limitation[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] From e7081ff3b73d79d8b5b5ec0d6ef042ec713bc976 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:23:01 -0500 Subject: [PATCH 086/103] Adding Docker Storage space limitation into John's Thing We Don't Understand list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9727020f..85154c4c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 7. Undo specific git commit or git push[1] 8. Git Pull[1] 9. Docker Storage space limitation[1] +10. #### 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] From 0d78c7ebe7cc4da92cf67064aa91eb454dc16ec5 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:27:08 -0500 Subject: [PATCH 087/103] Adding counter Cloud deployment with Kubernetes into John's Thing We want to know list --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85154c4c..62f1b503 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,12 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 7. Undo specific git commit or git push[1] 8. Git Pull[1] 9. Docker Storage space limitation[1] -10. #### 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[1] +5. Cloud deployment with Kubernetes[2] 6. Teraform Usage[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 889152c61ff1f2068cb137eb08a13a4811d150c0 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:30:51 -0500 Subject: [PATCH 088/103] Adding Elastic Search Indexing into John's Thing We want to know list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62f1b503..2d780c08 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. How to deploy a web app with a database on the cloud [1] 5. Cloud deployment with Kubernetes[2] 6. Teraform Usage[1] +7. ## 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 96408762a1655dedb93159e37a36c1aebc4999c8 Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:31:04 -0500 Subject: [PATCH 089/103] Adding Elastic Search Indexing into John's Thing We want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d780c08..062cd464 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. How to deploy a web app with a database on the cloud [1] 5. Cloud deployment with Kubernetes[2] 6. Teraform Usage[1] -7. +7. Elastic Search Indexing ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From c45cd7dfe5230f8a2b7f85052a71ba562ff81e7d Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:31:18 -0500 Subject: [PATCH 090/103] Adding Elastic Search Indexing into John's Thing We want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062cd464..c1bc589b 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. How to deploy a web app with a database on the cloud [1] 5. Cloud deployment with Kubernetes[2] 6. Teraform Usage[1] -7. Elastic Search Indexing +7. Elastic Search Indexing[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From c2276a7c07d9fe2d7deea688750345bbfc8b792b Mon Sep 17 00:00:00 2001 From: Chun Lo Date: Tue, 21 Feb 2023 16:35:01 -0500 Subject: [PATCH 091/103] Adding counter to Teraform usage into John's Thing We want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bc589b..f8fbe480 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. 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[2] -6. Teraform Usage[1] +6. Teraform Usage[2] 7. Elastic Search Indexing[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 09774bdff9a268f25d6dcf7bf42c467c97ac15eb Mon Sep 17 00:00:00 2001 From: chunlohk Date: Tue, 21 Feb 2023 20:09:54 -0500 Subject: [PATCH 092/103] Creating Master list for pull request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c314dd87..ee4bb937 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Cloud deployment with Kubernetes[1] 2. Elastic Search Indexing[3] 3. Teraform[2] -4. Security Processes within our workflow[1] +4. Security Processes within our workflow[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 37429006620e7cece85bebcce44ce999bea04cac Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:31:55 -0500 Subject: [PATCH 093/103] 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 1c8839ab..04a36fd3 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 +name: Things we Don't Understand about: This is for adding issues that you don't understand title: '' -labels: Don't Understand +labels: I Don't Understand assignees: '' --- From e27f509684177cc97ce204d98a1793eb75d74fe0 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:33:52 -0500 Subject: [PATCH 094/103] 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 f5743c08..8f7e5a46 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 we want to know next about: Describe this issue template's purpose here. -title: 'Thing I want to know: [Thing I want to Knows]' -labels: I want to know +title: 'Thing we want to know: [Thing I want to Knows]' +labels: Thing we want to know next assignees: '' --- From db38649046d0629456354d1837c646b57836616f Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:37:07 -0500 Subject: [PATCH 095/103] Update master-pull-request.md --- .github/ISSUE_TEMPLATE/master-pull-request.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 1dac2226..af2571d3 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,9 +1,8 @@ --- name: Master Pull request -about: This is your master pull request to merge your master into this mine into this - repo +about: This is for your master pull request to merge your master into this repo. title: bcs25 -labels: Submitting Master branch +labels: Master List assignees: '' --- From e2e2be929e810993f5a2ede971835c6d0298c627 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:39:03 -0500 Subject: [PATCH 096/103] 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 04a36fd3..18a771f9 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 we Don't Understand +name: Things we 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: '' --- From de24076c78adc860a61607e6e26652cd01cf31db Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:39:49 -0500 Subject: [PATCH 097/103] Rename things-i-don-t-understand.md to things-we-don-t-understand.md --- ...things-i-don-t-understand.md => things-we-don-t-understand.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{things-i-don-t-understand.md => things-we-don-t-understand.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md similarity index 100% rename from .github/ISSUE_TEMPLATE/things-i-don-t-understand.md rename to .github/ISSUE_TEMPLATE/things-we-don-t-understand.md From 129a38dc44875bf7dc066a3974c7bb7c0bb00112 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:43:08 -0500 Subject: [PATCH 098/103] Rename things-i-want-to-know.md to things-we-want-to-know.md --- .../{things-i-want-to-know.md => things-we-want-to-know.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{things-i-want-to-know.md => things-we-want-to-know.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-we-want-to-know.md similarity index 100% rename from .github/ISSUE_TEMPLATE/things-i-want-to-know.md rename to .github/ISSUE_TEMPLATE/things-we-want-to-know.md From d684f8140d9be38fd43fb9aaa34c9c94fa73f7c6 Mon Sep 17 00:00:00 2001 From: bsibanda3 <123032902+bsibanda3@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:44:35 -0500 Subject: [PATCH 099/103] 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 af2571d3..9c1555cf 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: Master Pull Request about: This is for your master pull request to merge your master into this repo. title: bcs25 labels: Master List From b974b526e31e0d8371274a25060ca96f31390c02 Mon Sep 17 00:00:00 2001 From: John Idone <123224901+jidone7061@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:24:54 -0500 Subject: [PATCH 100/103] Update issue templates --- .github/ISSUE_TEMPLATE/bcs25.md | 2 +- .github/ISSUE_TEMPLATE/complete-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ---------- .github/ISSUE_TEMPLATE/things-i-know.md | 2 +- .github/ISSUE_TEMPLATE/things-we-don-t-understand.md | 3 ++- 5 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/complete-list.md delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bcs25.md b/.github/ISSUE_TEMPLATE/bcs25.md index b85a9a1b..51785f76 100644 --- a/.github/ISSUE_TEMPLATE/bcs25.md +++ b/.github/ISSUE_TEMPLATE/bcs25.md @@ -2,7 +2,7 @@ name: bcs25 about: Describe this issue template's purpose here. title: '' -labels: Submitting Master branch +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/complete-list.md b/.github/ISSUE_TEMPLATE/complete-list.md new file mode 100644 index 00000000..5ccd425b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/complete-list.md @@ -0,0 +1,10 @@ +--- +name: Complete List +about: Sending to upstream Repo +title: Use UCID +labels: Complete List +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81f..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/things-i-know.md b/.github/ISSUE_TEMPLATE/things-i-know.md index 9bae02f7..3bcf609a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-know.md @@ -2,7 +2,7 @@ name: Things I know about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: I know +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md index e3f84368..60a3fea9 100644 --- a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md @@ -2,7 +2,8 @@ name: Things we don't understand about: This is for adding issues that you don't understand title: '' - +labels: '' +assignees: '' --- From c57e4ebe340a59a67ffd5ba652d856028058dc79 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 16:34:19 -0500 Subject: [PATCH 101/103] Revert "Merge pull request #128 from jidone7061/main" This reverts commit ec83353c9efdcfb0450f43c4c5bc287da87e473c, reversing changes made to 0745d4df3b9ee24094b7c68d16562e838aa1e192. --- .github/ISSUE_TEMPLATE/bcs25.md | 10 ---- .github/ISSUE_TEMPLATE/complete-list.md | 10 ---- .github/ISSUE_TEMPLATE/completed-lists.md | 5 +- .github/ISSUE_TEMPLATE/master-list.md | 10 ---- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 ----- ...rstand.md => things-i-don-t-understand.md} | 4 +- .../{things-i-know.md => things-i-learned.md} | 4 +- ...-know-next.md => things-i-want-to-know.md} | 6 +-- .../ISSUE_TEMPLATE/things-we-understand.md | 10 ---- README.md | 49 ++++--------------- 10 files changed, 20 insertions(+), 99 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bcs25.md delete mode 100644 .github/ISSUE_TEMPLATE/complete-list.md delete mode 100644 .github/ISSUE_TEMPLATE/master-list.md delete mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md rename .github/ISSUE_TEMPLATE/{things-we-don-t-understand.md => things-i-don-t-understand.md} (68%) rename .github/ISSUE_TEMPLATE/{things-i-know.md => things-i-learned.md} (85%) rename .github/ISSUE_TEMPLATE/{things-we-want-to-know-next.md => things-i-want-to-know.md} (50%) delete mode 100644 .github/ISSUE_TEMPLATE/things-we-understand.md diff --git a/.github/ISSUE_TEMPLATE/bcs25.md b/.github/ISSUE_TEMPLATE/bcs25.md deleted file mode 100644 index 51785f76..00000000 --- a/.github/ISSUE_TEMPLATE/bcs25.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: bcs25 -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/complete-list.md b/.github/ISSUE_TEMPLATE/complete-list.md deleted file mode 100644 index 5ccd425b..00000000 --- a/.github/ISSUE_TEMPLATE/complete-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Complete List -about: Sending to upstream Repo -title: Use UCID -labels: Complete List -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index e7796b43..c5cea21c 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,9 +2,10 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) +labels: Compiled List +assignees: '' -labels: '' - +--- You need to make a pull request and add the link to the pull request to this issue when you submit. diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md deleted file mode 100644 index c222948d..00000000 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Master List -about: Describe this issue template's purpose here. -title: '' -labels: Master List -assignees: '' - ---- - -This is the master list for the ideas diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md deleted file mode 100644 index 475bc47c..00000000 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Master Pull Request - - -about: This is for your master pull request to merge your master into this repo. -title: bcs25 - - - -You need to make a pull request snd add the link to the pull request to the issue when you submit. - diff --git a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md similarity index 68% rename from .github/ISSUE_TEMPLATE/things-we-don-t-understand.md rename to .github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 60a3fea9..472a5362 100644 --- a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,8 +1,8 @@ --- -name: Things we don't understand +name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: '' +labels: Things I Don't Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-know.md b/.github/ISSUE_TEMPLATE/things-i-learned.md similarity index 85% rename from .github/ISSUE_TEMPLATE/things-i-know.md rename to .github/ISSUE_TEMPLATE/things-i-learned.md index 3bcf609a..ff68fa38 100644 --- a/.github/ISSUE_TEMPLATE/things-i-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,8 +1,8 @@ --- -name: Things I know +name: Things I learned about: Add one item for each thing you learned keep to max of 255 characters title: "[Things I Learned]" -labels: '' +labels: Things I learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md similarity index 50% rename from .github/ISSUE_TEMPLATE/things-we-want-to-know-next.md rename to .github/ISSUE_TEMPLATE/things-i-want-to-know.md index 97638fe3..025fa8f1 100644 --- a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,8 +1,8 @@ --- -name: Things we want to know next +name: Things I want to know about: Describe this issue template's purpose here. -title: 'Thing we want to know: [Thing we want to Knows]' -labels: Thing we want to know next +title: 'Thing I want to know: [Thing I want to Knows]' +labels: Things I learned assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-we-understand.md b/.github/ISSUE_TEMPLATE/things-we-understand.md deleted file mode 100644 index ac9b6d60..00000000 --- a/.github/ISSUE_TEMPLATE/things-we-understand.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things we understand -about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things we understand]" -labels: Thing we understand -assignees: '' - ---- - -Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. diff --git a/README.md b/README.md index 23720273..0b49fb1d 100644 --- a/README.md +++ b/README.md @@ -9,50 +9,21 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. You will learn to merge pull requests and resolve merge conflicts 3. You will learn to manage a basic project using GitHub Project. -### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritize each issue. +### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritze each issue. ### Your list should look like this: #### Things we understand** - - -1. git status [1] -2. git fetch [1] -3. git checkout [1] -4. Docker Setup[4] -5. Linux command[1] -6. I learned Python Pytest[1] -7. Create new branch and merge within my own repo[1] -8. Cloning Repository[2] -9. Python is integrated into pycharm[1] -10. Pycharm and Github workflow and integration process[1] -11. Create new branch and merge within my own repo[1] - +1. Python Print[1] +2. Linux Directory listing[2] +3. Docker Installation[1] #### Things we don't understand -1. Clarity on who Merges a pull request [1] -2. Difference between Docker build & Docker compose [1] -3. How docker pushes to dockerhub [1] -4. Git rebase Usage[1] -5. Git Stash Usage[1] -6. Git show Usage[1] -7. Undo specific git commit or git push[2] -8. Git Pull[2] -9. Docker Storage space limitation[2] -10. dockerization[1] -11. Git Push[1] -12. Teraform[1] -12. Cloud deployment with Kubernetes[1] - - +1. Git Stash[1] +2. GIt pull[2] +3. GIT status[1] #### Things we want to know next** -1. How to better work as a PM or as a subordinate [1] -2. Use Python program to write Hello World [1] -3. How Dockerhub pushes or uses resources against repos in scalable way [1] -4. How to deploy a web app with a database on the cloud [1] -5. Cloud deployment with Kubernetes[3] -6. Teraform Usage[3] -7. Elastic Search Indexing[3] -8. Security within our Github and Docker workflow[1] -9. Linux Directory Listings[1] +1. Elastic Search Indexing [1] +2. Cloud deployment with Kubernetes[2] +3. Teraform[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From de60afc3faa749b5aec04398538bee501085ca86 Mon Sep 17 00:00:00 2001 From: dm594 <114027417+dm594@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:08:03 -0500 Subject: [PATCH 102/103] 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 c5cea21c..598dcc23 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -labels: Compiled List +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..1c8839ab 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 ff68fa38..b29f3e88 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 025fa8f1..af051eb4 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 412863369b9b9971508b35a55b66ce7391d019e3 Mon Sep 17 00:00:00 2001 From: Demi Matos Date: Fri, 24 Feb 2023 20:23:43 -0500 Subject: [PATCH 103/103] added something i didnt know to the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..60f7634a 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. GitHub[1] 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next**