From d2b57a99f5d5cbc60ab4b8d1fff23974240ea5f4 Mon Sep 17 00:00:00 2001 From: jgwentworth92 Date: Fri, 17 Feb 2023 21:13:54 -0500 Subject: [PATCH 01/58] Initial commit --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 +++ .../things-i-don-t-understand.md | 10 ++ .github/ISSUE_TEMPLATE/things-i-learned.md | 10 ++ .../ISSUE_TEMPLATE/things-i-want-to-know.md | 10 ++ .gitignore | 1 + LICENSE | 21 +++++ README.md | 94 +++++++++++++++++++ 7 files changed, 160 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-don-t-understand.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-learned.md create mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-know.md create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md new file mode 100644 index 00000000..c5cea21c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -0,0 +1,14 @@ +--- +name: Completed Lists +about: This is for your master pull request to merge your master into this repo. +title: Put your UCID as the title (replace this text) +labels: Compiled List +assignees: '' + +--- + +You need to make a pull request and add the link to the pull request to this issue when you submit. + +PULL REQUEST LINK: + +UCID: diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md new file mode 100644 index 00000000..472a5362 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -0,0 +1,10 @@ +--- +name: Things I Don't Understand +about: This is for adding issues that you don't understand +title: '' +labels: Things I Don't Understand +assignees: '' + +--- + +I don't understand diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md new file mode 100644 index 00000000..ff68fa38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -0,0 +1,10 @@ +--- +name: Things I learned +about: Add one item for each thing you learned keep to max of 255 characters +title: "[Things I Learned]" +labels: Things I learned +assignees: '' + +--- + +Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md new file mode 100644 index 00000000..025fa8f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -0,0 +1,10 @@ +--- +name: Things I want to know +about: Describe this issue template's purpose here. +title: 'Thing I want to know: [Thing I want to Knows]' +labels: Things I learned +assignees: '' + +--- + +Please describe what you want to know in less than 255 characters. diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..723ef36f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..ca0e1d0f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 kaw393939 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 00000000..0b49fb1d --- /dev/null +++ b/README.md @@ -0,0 +1,94 @@ +# MyWebClass Collaboration and Brainstorming Assignment + +## Overview + +The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. + +## Learning Objectives: +1. You will learn to collaborate online using GIT +2. You will learn to merge pull requests and resolve merge conflicts +3. You will learn to manage a basic project using GitHub Project. + +### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritze each issue. + +### Your list should look like this: +#### Things we understand** +1. Python Print[1] +2. Linux Directory listing[2] +3. Docker Installation[1] +#### Things we don't understand +1. Git Stash[1] +2. GIt pull[2] +3. GIT status[1] +#### Things we want to know next** +1. Elastic Search Indexing [1] +2. Cloud deployment with Kubernetes[2] +3. Teraform[1] + +## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL +Add your ssh public key to github - See video +**open powershell or terminal and run "ssh-keygen -b 4096" and hit enter through the prompts and then open the file **your home directory/.ssh/id_rsa.pub** and copy that text into your github account settings under SSH/GPG keys -> add key. in one of the prompts it will tell you where it is going to save the key. If you already have a key reusue the one you have and cancel out of the process with control c **. I do it on my mac with the command vi ~/.ssh/id_rsa.pub" and then i press shift colon : and q to quit + +### [Assignment Video](https://youtu.be/UFLKojO3OtM) + +## You will accomplish this assignment in 5 phases: + +1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. + **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. + +2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** + +This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. + +3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. + +4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. + +5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. + +### You are done when you have completed the following: + +1. Added your issues individually and resolved them +2. Made 9 pull requests to another person for each item that contains the branch you want to merge +3. Merged 9 pull requests from someone else +3. Made a pull request to another person with your master branch that contains the consolidated list +4. Merged the pull request of someone elsesa compiled list +5. Submmited a pull request to this repository to have your complete list merged + +### Canvas Submission instructions + +To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. + +## Project Setup Instructions +Collaborating on GitHub: + +1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. +3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. +4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". +5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". +4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. + + +### Project management and Collaboration workflow Steps +1. create an issue +2. assign issue to project task +* Assign to yourself +* Assign to correct project board +* Assign to "todo" project status +* Assign to the correct milestone +* create issue branch +3. Go to the project board and move the task you created to in progress +4. git fetch origin to see new branch +5. checkout issue branch locally +6. git status to make sure you don't have any changed files in the branch before you work +7. Resolve the issue by adding the list item or incrementing the count of the item +8. commit -a -m "message text" to do the commit +9. git push origin head <- pushes current branch to github +10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine +11. merge the pull request and add "closes # i.e. closes #4 to close the issue +12. Check that your task is moved from in progress to done +13. update your local main branch with the changes from the merge by doing git pull origin main +14. Repeat again, and again, and again + From 9848bc434f23604c5c8926a97318925dd470f8fc Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:26:05 -0500 Subject: [PATCH 02/58] issue 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..c7325e67 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. I-want to know React JS [1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 1220c3437c82ba3e3d6b4d68b1de95a0e54088ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:29:52 -0500 Subject: [PATCH 03/58] issue 1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1d..8a094d1e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1.code with multiple threads[1] +1. GIt pull[2] +2. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 990df70076459c566040c62ddb44b6ffeacd50ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:30:52 -0500 Subject: [PATCH 04/58] issue 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a094d1e..3a35f460 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,4 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again + \ No newline at end of file From c97fed341943179188da3186569465d4ff593585 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:33:25 -0500 Subject: [PATCH 05/58] issue 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..24b66f9b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Python Print[1] -2. Linux Directory listing[2] +2. I know PHP [1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 4755c695701ef682e62adb2a41827b866a37b9ad Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:06:23 -0500 Subject: [PATCH 06/58] issue 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..3b631a95 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] +2. Node js[1] 3. Teraform[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 657fd0f57cc3f90bff6d5c99a70786e16df874a9 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:08:21 -0500 Subject: [PATCH 07/58] issue 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..2acf7cb7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Python Print[1] -2. Linux Directory listing[2] +2. Agile[1] 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 506a3677062ee08a10bf48c9c9fbb1b067a42f39 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:10:02 -0500 Subject: [PATCH 08/58] issue 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..3f5e4f6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] -2. GIt pull[2] +2. PostgreSQL[1] 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 451b02cf26d652420f040e7ad3f301fe08604167 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:12:46 -0500 Subject: [PATCH 09/58] issue 7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..090460ed 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +3. Vue JS[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 647b2e53868576a18abc7226e5db3afc1ec3e063 Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:14:35 -0500 Subject: [PATCH 10/58] issue 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..432e6501 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] -3. GIT status[1] +3. complex applications of docker[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From c432765632c8bdddb83a7c443828bbe77766d20f Mon Sep 17 00:00:00 2001 From: jgwentworth92 <95505687+jgwentworth92@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:16:00 -0500 Subject: [PATCH 11/58] issue 9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..67251e1b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python Print[1] 2. Linux Directory listing[2] -3. Docker Installation[1] +3. flask[1] #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From c33d1a73b69bf5f1b1b93438aaef612e3a4d3ffe Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:07:54 -0500 Subject: [PATCH 12/58] 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..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 c57e4ebe340a59a67ffd5ba652d856028058dc79 Mon Sep 17 00:00:00 2001 From: kaw393939 Date: Wed, 22 Feb 2023 16:34:19 -0500 Subject: [PATCH 13/58] 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 3de86551669eb71f0995157a5cc57fe0c614f137 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:59:27 -0500 Subject: [PATCH 14/58] Added Ssh Issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..092b4ce3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Ssh Configuration 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 4f1c5729c233beb17d9c013b30660028a9b5f567 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:14:44 -0500 Subject: [PATCH 15/58] Added Traefik Issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092b4ce3..d56a560f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Installation[1] #### Things we don't understand 1. Ssh Configuration -2. GIt pull[2] +2. Traefik Integration 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From 7bd797acf13f5e84863c9f8629d3a7706bbc91a4 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:30:41 -0500 Subject: [PATCH 16/58] Added Webclass Issue. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d56a560f..d64c0966 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Ssh Configuration -2. Traefik Integration -3. GIT status[1] +1. Ssh Configuration. +2. Traefik Integration. +3. Had issues with earlier webclass integration. #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From dadba0d160a74cd846957f420e5c528aad73dffc Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:45:05 -0500 Subject: [PATCH 17/58] Added Docker Hub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64c0966..6adc3843 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python Print[1] +1. Docker Hub. 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From b50e92ea20cb777cd34df5e04b2ad128c4caa602 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:51:15 -0500 Subject: [PATCH 18/58] Added Css. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adc3843..5110806d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. Docker Hub. -2. Linux Directory listing[2] +2. Css. 3. Docker Installation[1] #### Things we don't understand 1. Ssh Configuration. From 01ae6467cb12f3137a346c818c5f2e740560b08c Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:43:26 -0500 Subject: [PATCH 19/58] Added Basics of Putty. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110806d..f39eb3ab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Docker Hub. 2. Css. -3. Docker Installation[1] +3. Basics of Putty. #### Things we don't understand 1. Ssh Configuration. 2. Traefik Integration. From 8458a78e1d3005c12cb1995a2e26d7e25646db4f Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:46:34 -0500 Subject: [PATCH 20/58] Added Daemons. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39eb3ab..4d07f6bd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Traefik Integration. 3. Had issues with earlier webclass integration. #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Daemons 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 4e3ccab33f06008acc9e0fa77333195ae54846c3 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:51:30 -0500 Subject: [PATCH 21/58] Added Kubernetes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d07f6bd..7ae3d5c1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Had issues with earlier webclass integration. #### Things we want to know next** 1. Daemons -2. Cloud deployment with Kubernetes[2] +2. Kubernetes 3. Teraform[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 72726aee2e2fd006f866469a640e02357efc8951 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:39:54 -0500 Subject: [PATCH 22/58] Added Node.js. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae3d5c1..cbcf7d17 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we want to know next** 1. Daemons 2. Kubernetes -3. Teraform[1] +3. Node.js ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From fb2da4ec650cce0a670c788e9caad7b9dde78257 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:18:43 -0500 Subject: [PATCH 23/58] Added Node.js. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b49fb1d..a1a19dd9 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. Python Print[1] +2. Linux Directory listing[2] +3. Docker Installation[1] +4. CSS #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From c553735c7aac2b580150a3d974c65fc53898b479 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:21:45 -0500 Subject: [PATCH 24/58] Added Docker Hub. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a19dd9..cee2c3b4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Python Print[1] 2. Linux Directory listing[2] 3. Docker Installation[1] -4. CSS +4. CSS. +5. Docker Hub. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From ea77474b17d782b03cb6c7826d00730d314a88fd Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:23:27 -0500 Subject: [PATCH 25/58] Added Basics of Putty. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee2c3b4..52e6f17e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Docker Installation[1] 4. CSS. 5. Docker Hub. +6. Putty. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 473acf33ddf94b3b210263387e908d7b1f44af13 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:25:21 -0500 Subject: [PATCH 26/58] Added SSH. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52e6f17e..ed999560 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1] +4. SSH Integration #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 8be30bd192ee74de544a84b328d6f7a02e9c6cb2 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:39:30 -0500 Subject: [PATCH 27/58] Added Traefik --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed999560..0aa62201 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. GIT status[1] 4. SSH Integration +5. Traefik #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 95d011d5e559a582a3c6bfced7ae704ab26f7297 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:41:16 -0500 Subject: [PATCH 28/58] Added Webclass. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0aa62201..b414f709 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. GIT status[1] 4. SSH Integration 5. Traefik +6. Webclass #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 8d51edf708fd54066c12deee18bafba89c935d23 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:42:52 -0500 Subject: [PATCH 29/58] Added Daemons. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b414f709..7b68ea6a 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik 6. Webclass #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Elastic Search Indexing [1] +2. Cloud deployment with Kubernetes[2] +3. Teraform[1] +4. Daemons ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From f03bf9518fad42e59dff260fdb4f7478b56d17d9 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:46:10 -0500 Subject: [PATCH 30/58] Added Kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b68ea6a..630f6725 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] 4. Daemons +5. Kubernetes ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 5f54c08b83173c193537994cf2e2e4c3d0d44aa4 Mon Sep 17 00:00:00 2001 From: ESinson <55463616+ESinson@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:46:59 -0500 Subject: [PATCH 31/58] Added Node.js. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 630f6725..57aa0f93 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Teraform[1] 4. Daemons 5. Kubernetes +6. Node.js ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 3bb05aa33b2e3922e10c42d638bb35e92777c427 Mon Sep 17 00:00:00 2001 From: jgwentworth92 Date: Thu, 23 Feb 2023 20:00:11 -0500 Subject: [PATCH 32/58] Update README.md adding stuff I accidentally deleted when i merged pull requests. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88bc2af5..c781e494 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,24 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Agile[1] 3. flask[1] 4. CSS[1] +5. putty[1] +6. Docker Hub[1]. #### Things we don't understand 1.code with multiple threads[1] 2. PostgreSQL[1] 3. complex applications of docker[1] +4. SSH integration[1] +5. Traefik[1] +6. webclass[1] #### Things we want to know next** 1. I-want to know React JS [1] 2. Node js[2] -3. Vue JS[1] +3. vue js[1] +4. Daemons[1] +5. Kubernetes[1] + + +7. Vue JS[1] @@ -95,4 +105,4 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again - \ No newline at end of file + From 8322e785772ad48c97c2cb5f0e629d718a63ed51 Mon Sep 17 00:00:00 2001 From: EmmanuelChiobi <90267631+EmmanuelChiobi@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:43:18 -0500 Subject: [PATCH 33/58] Added issue templates --- .../ISSUE_TEMPLATE/things-i-don-t-understand.md | 10 +++------- .github/ISSUE_TEMPLATE/things-i-learned.md | 14 +++++--------- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 14 +++++--------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1612021e..0fcbabe9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,14 +1,10 @@ --- name: Things I Don't Understand -about: This is for adding issues that you don't understand +about: This is for adding issues that you don't understand. title: '' -<<<<<<< HEAD -labels: Things I Don't Understand -======= -labels: Don't Understand ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +labels: don't understand assignees: '' --- -I don't understand + diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 1767610a..e3f12fb0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,14 +1,10 @@ --- -name: Things I learned -about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things I Learned]" -<<<<<<< HEAD -labels: Things I learned -======= -labels: I Know ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +name: Things I Learned +about: Add one item for each thing you learned. Keep to max of 255 characters. +title: '' +labels: i know assignees: '' --- -Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. + diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index ca013eec..e44d2455 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,14 +1,10 @@ --- -name: Things I want to know -about: Describe this issue template's purpose here. -title: 'Thing I want to know: [Thing I want to Knows]' -<<<<<<< HEAD -labels: Things I learned -======= -labels: Want to Know ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 +name: Things I Want To Know +about: Add one item for each thing you want to know. +title: '' +labels: want to know assignees: '' --- -Please describe what you want to know in less than 255 characters. + From 02b4334d5e02bd1235a7b1e619ac65c1868927a9 Mon Sep 17 00:00:00 2001 From: EmmanuelChiobi <90267631+EmmanuelChiobi@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:54:15 -0500 Subject: [PATCH 34/58] 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..3da800da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: This is for your master pull request to merge your master into this repo. +title: '' +labels: submit-master +assignees: '' + +--- + + From 439de357f413b364ff717ac888deaa02f311bd8a Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 13:46:13 -0500 Subject: [PATCH 35/58] Added Docker / Kubernetes --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c781e494..833a8c01 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,35 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. PHP [1] +1. PHP [1] 2. Agile[1] -3. flask[1] +3. flask[1] 4. CSS[1] 5. putty[1] 6. Docker Hub[1]. +7. +8. +9. #### Things we don't understand -1.code with multiple threads[1] +1. code with multiple threads[1] 2. PostgreSQL[1] 3. complex applications of docker[1] 4. SSH integration[1] 5. Traefik[1] 6. webclass[1] +7. Docker[1] +8. +9. #### Things we want to know next** 1. I-want to know React JS [1] 2. Node js[2] 3. vue js[1] 4. Daemons[1] 5. Kubernetes[1] - - -7. Vue JS[1] - +6. Vue JS[1] +7. +8. +9. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 48be62b3f67eb0118781ccb19ebc108ad395db1c Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 13:47:21 -0500 Subject: [PATCH 36/58] Added Docker / Kubernetes (2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 833a8c01..0a5f7412 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. SSH integration[1] 5. Traefik[1] 6. webclass[1] -7. Docker[1] +7. Docker / Kubernetes[1] 8. 9. #### Things we want to know next** From a82d875057f179f5982358ab794f64555999a043 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 14:12:38 -0500 Subject: [PATCH 37/58] Added UNIX Commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5f7412..82408c38 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. CSS[1] 5. putty[1] 6. Docker Hub[1]. -7. +7. UNIX Commands[1] 8. 9. #### Things we don't understand @@ -30,7 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik[1] 6. webclass[1] 7. Docker / Kubernetes[1] -8. +8. 9. #### Things we want to know next** 1. I-want to know React JS [1] From 459d4701017e274f436449feb02cab18f7fcb584 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:50:23 -0500 Subject: [PATCH 38/58] Update README.md --- README.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1d..98345dbf 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,28 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] +1. Docker Hub. +2. Css. +3. Basics of Putty. +4. PHP[1] +5. Flask[1] +6. agile[1] + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Ssh Configuration. +2. Traefik Integration. +3. Had issues with earlier webclass integration. +4. Docker Full web application deployment[1] +5. Postgresql[1] +6. Multiple thread programming + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Daemons +2. Kubernetes +3. Node.js +4. React JS[1] +5. Vue JS[4] +6. Teraform[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 746afb415752e4e52e763e8ab19888fe51381fc6 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:51:33 -0500 Subject: [PATCH 39/58] Update Read Me 3 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98345dbf..3dc8aefa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Node.js 4. React JS[1] 5. Vue JS[4] -6. Teraform[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From 94c2b0681c5007ec1f08f3c8579a1bdbd826c9a7 Mon Sep 17 00:00:00 2001 From: EDS435 <70695462+EDS435@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:01:23 -0500 Subject: [PATCH 40/58] Update issue templates --- .github/ISSUE_TEMPLATE/assign-master-list.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/assign-master-list.md diff --git a/.github/ISSUE_TEMPLATE/assign-master-list.md b/.github/ISSUE_TEMPLATE/assign-master-list.md new file mode 100644 index 00000000..83dddc46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assign-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assign Master List +about: 'Create an issue using the template "Assignment Master List" ' +title: '' +labels: '' +assignees: '' + +--- + +Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make an issue template to accept this issue on your own repository and provide these instructions. diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 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..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 a8efb067bd844f0761a1c3af0f84bd973f008329 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 15:39:05 -0500 Subject: [PATCH 41/58] Added Bootstrap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82408c38..8a2d28e8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. putty[1] 6. Docker Hub[1]. 7. UNIX Commands[1] -8. +8. Bootstrap[1] 9. #### Things we don't understand 1. code with multiple threads[1] From d9feded2b19bebfd2c0a05de6651666650088284 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:14:08 -0500 Subject: [PATCH 42/58] Fixing conflicts on repos --- .github/ISSUE_TEMPLATE/completed-lists.md | 4 --- .github/ISSUE_TEMPLATE/things-i-learned.md | 4 +-- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 4 +-- README.md | 29 +++++++++---------- 4 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index 642cdece..3ed28ef4 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,11 +2,7 @@ name: Completed Lists about: This is for your master pull request to merge your master into this repo. title: Put your UCID as the title (replace this text) -<<<<<<< HEAD -labels: Compiled List -======= labels: Master List ->>>>>>> ca2acdcc1974e431d82300f7294711958a07e033 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index e3f12fb0..fabbc931 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,10 +1,10 @@ --- name: Things I Learned about: Add one item for each thing you learned. Keep to max of 255 characters. -title: '' +title: "[Things I Learned]" labels: i know assignees: '' --- - +Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index e44d2455..7483cacc 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -1,10 +1,10 @@ --- name: Things I Want To Know about: Add one item for each thing you want to know. -title: '' +title: 'Thing I want to know: [Thing I want to Knows]' labels: want to know assignees: '' --- - +Please describe what you want to know in less than 255 characters. diff --git a/README.md b/README.md index 8a2d28e8..6e737725 100644 --- a/README.md +++ b/README.md @@ -16,32 +16,31 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. PHP [1] 2. Agile[1] 3. flask[1] -4. CSS[1] -5. putty[1] -6. Docker Hub[1]. +4. Css. +5. Basics of Putty. +6. Docker Hub. 7. UNIX Commands[1] 8. Bootstrap[1] 9. #### Things we don't understand -1. code with multiple threads[1] +1. Multi-thread programming [1] 2. PostgreSQL[1] -3. complex applications of docker[1] -4. SSH integration[1] -5. Traefik[1] -6. webclass[1] +3. Docker full web-application deployment[1] +4. Ssh Configuration. +5. Traefik Integration +6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. 9. #### Things we want to know next** -1. I-want to know React JS [1] -2. Node js[2] -3. vue js[1] -4. Daemons[1] -5. Kubernetes[1] -6. Vue JS[1] +1. React JS [1] +2. Node.js +3. Daemons +4. Kubernetes +5. Vue JS[4] +6. 7. 8. -9. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From a5ab172c20c49bf940d6bd1711229f6b0e3b7a2b Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:35:52 -0500 Subject: [PATCH 43/58] Added Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e737725..7cfc2ca8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Docker Hub. 7. UNIX Commands[1] 8. Bootstrap[1] -9. +9. Python #### Things we don't understand 1. Multi-thread programming [1] 2. PostgreSQL[1] From 6398615a7d8865cae346e75a6363d541a5f80164 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:38:58 -0500 Subject: [PATCH 44/58] Added MongoDB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cfc2ca8..47d1e0fb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik Integration 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] -8. +8. MongoDB 9. #### Things we want to know next** 1. React JS [1] From 27ef6fda5c2dbc9b4068ef8318ba744bed82ba63 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:42:33 -0500 Subject: [PATCH 45/58] Added NodeJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d1e0fb..772bcf9f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. MongoDB -9. +9. NodeJS #### Things we want to know next** 1. React JS [1] 2. Node.js From 763313134a8ec658f2a2f6eae0f0eea6ebf4b52d Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:45:47 -0500 Subject: [PATCH 46/58] Added ReactJS --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 772bcf9f..8bc92a80 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 8. MongoDB 9. NodeJS #### Things we want to know next** -1. React JS [1] +1. React JS [2] 2. Node.js 3. Daemons 4. Kubernetes 5. Vue JS[4] 6. 7. -8. ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 4744699c7f32e68b838e0721c407ff106007b8b1 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:47:57 -0500 Subject: [PATCH 47/58] Added Flask --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc92a80..540b599c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Daemons 4. Kubernetes 5. Vue JS[4] -6. +6. Flask 7. From ee96dcd17309721d40a03b8e5068f0ab6eb6fff3 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 17:50:12 -0500 Subject: [PATCH 48/58] Added AWS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540b599c..3bffb196 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes 5. Vue JS[4] 6. Flask -7. +7. AWS ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 35ca91b0acd0de3c93c4107456e11d3d30f33215 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:17:30 -0500 Subject: [PATCH 49/58] Added UNIX Commands --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3dc8aefa..32cebe7e 100644 --- a/README.md +++ b/README.md @@ -13,26 +13,27 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** -1. Docker Hub. -2. Css. -3. Basics of Putty. -4. PHP[1] -5. Flask[1] -6. agile[1] +1. PHP [1] +2. Agile[1] +3. flask[1] +4. Css. +5. Basics of Putty. +6. Docker Hub. +7. UNIX Commands #### Things we don't understand -1. Ssh Configuration. -2. Traefik Integration. -3. Had issues with earlier webclass integration. -4. Docker Full web application deployment[1] -5. Postgresql[1] -6. Multiple thread programming +1. Multi-thread programming [1] +2. PostgreSQL[1] +3. Docker full web-application development[1] +4. Ssh Configuration. +5. Traefik Integration +6. Had issues with earlier webclass integration. #### Things we want to know next** -1. Daemons -2. Kubernetes -3. Node.js -4. React JS[1] +1. ReactJS [1] +2. Node.js +3. Daemons +4. Kubernetes 5. Vue JS[4] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 88e93ea05383a23a94c00dcf0840f85c2b6bfc7f Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:27:03 -0500 Subject: [PATCH 50/58] Added Bootstrap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32cebe7e..68a63050 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Basics of Putty. 6. Docker Hub. 7. UNIX Commands +8. Bootstrap #### Things we don't understand 1. Multi-thread programming [1] From 5f3d08b12ec838dbf8a7c5682c640fdc1140ef77 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:30:45 -0500 Subject: [PATCH 51/58] Added Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68a63050..4831f622 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Docker Hub. 7. UNIX Commands 8. Bootstrap +9. Python #### Things we don't understand 1. Multi-thread programming [1] From b5b71a0fb189794aba3011ea4d88e9f2879c5417 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:32:17 -0500 Subject: [PATCH 52/58] Added Docker / Kubernetes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4831f622..4a363e80 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Ssh Configuration. 5. Traefik Integration 6. Had issues with earlier webclass integration. +7. Docker / Kubernetes[1] #### Things we want to know next** 1. ReactJS [1] From 2ec5031274cab1e018e43f7feb81083609df49a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:34:37 -0500 Subject: [PATCH 53/58] Edited Docker / Kubernetes --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..3da800da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: This is for your master pull request to merge your master into this repo. +title: '' +labels: submit-master +assignees: '' + +--- + + From 57e444dbaa489aa3e7e62c157f13b48e852ed6b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:35:15 -0500 Subject: [PATCH 54/58] Added MongoDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a363e80..5f4c292a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 5. Traefik Integration 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] +8. MongoDB #### Things we want to know next** 1. ReactJS [1] From d2678b104067af8fe8b6ecb3d91f53609faf2fdd Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:37:08 -0500 Subject: [PATCH 55/58] Added NodeJS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f4c292a..e2ebbe9c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 6. Had issues with earlier webclass integration. 7. Docker / Kubernetes[1] 8. MongoDB +9. NodeJS #### Things we want to know next** 1. ReactJS [1] From 01ee27e54b83d5bdc3d3b1745e5c2e93e216015f Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:38:30 -0500 Subject: [PATCH 56/58] Added ReactJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ebbe9c..481a9e19 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 9. NodeJS #### Things we want to know next** -1. ReactJS [1] +1. ReactJS [2] 2. Node.js 3. Daemons 4. Kubernetes From f532484f5f62f5a9435c8be328e6de103b1b1b97 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:39:42 -0500 Subject: [PATCH 57/58] Added Flask --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 481a9e19..e7a42a60 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Daemons 4. Kubernetes 5. Vue JS[4] +6. Flask ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video From c23438df727302c000f4dae333c90bf5b0a73431 Mon Sep 17 00:00:00 2001 From: Emmanuel Chiobi Date: Fri, 24 Feb 2023 18:42:25 -0500 Subject: [PATCH 58/58] Added AWS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7a42a60..0d116a7d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 4. Kubernetes 5. Vue JS[4] 6. Flask +7. AWS ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL Add your ssh public key to github - See video