forked from web/foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
syncing fork repo #4
Open
kluzikp
wants to merge
87
commits into
kluzikp:master
Choose a base branch
from
web:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+4,545
−1,538
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fae1963 - Browse repository at this point
Copy the full SHA fae1963View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 83c9e2d - Browse repository at this point
Copy the full SHA 83c9e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847df4b - Browse repository at this point
Copy the full SHA 847df4bView commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f04e7d - Browse repository at this point
Copy the full SHA 6f04e7dView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cae34b6 - Browse repository at this point
Copy the full SHA cae34b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece3438 - Browse repository at this point
Copy the full SHA ece3438View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8fcbf0 - Browse repository at this point
Copy the full SHA c8fcbf0View commit details
Commits on Oct 12, 2019
-
Lab did not explain how to install git on different OS. Now covers how to install git on MacOS using either Xcode or HomeBrew. Covers apt command for Ubuntu and reminds not to install any GUI tools.
Configuration menu - View commit details
-
Copy full SHA for 111e500 - Browse repository at this point
Copy the full SHA 111e500View commit details -
There were some files in the root of the codee quality lab. These have now been put in a directory called linting.
Configuration menu - View commit details
-
Copy full SHA for 23eca50 - Browse repository at this point
Copy the full SHA 23eca50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43b857 - Browse repository at this point
Copy the full SHA a43b857View commit details -
Updated ESLint and JSDoc Exercise
The exercise was unclear. Exercise is now based on the todo files which have been updated
Configuration menu - View commit details
-
Copy full SHA for 9b23edb - Browse repository at this point
Copy the full SHA 9b23edbView commit details -
There was an issue with the existing code (logical error) Code has been rewritten to allow for multiple input prompts.
Configuration menu - View commit details
-
Copy full SHA for d1c17c9 - Browse repository at this point
Copy the full SHA d1c17c9View commit details -
The nested callback exercise did not match the updated code Lab exercise has now been revised to match
Configuration menu - View commit details
-
Copy full SHA for 9629baa - Browse repository at this point
Copy the full SHA 9629baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0aa4ed - Browse repository at this point
Copy the full SHA c0aa4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ea40e - Browse repository at this point
Copy the full SHA 63ea40eView commit details
Commits on Oct 15, 2019
-
Updated the Nested Callback Lab
The lab code was fixed in a previous commit however the exercise still referred to the old code. The lab notes have been updated to reflect the new, working, script.
Configuration menu - View commit details
-
Copy full SHA for 54e75d8 - Browse repository at this point
Copy the full SHA 54e75d8View commit details -
The existing promises lab does not work correctly. Added a simple working example that can be used to fix the issues with the lab exercise.
Configuration menu - View commit details
-
Copy full SHA for c3cc178 - Browse repository at this point
Copy the full SHA c3cc178View commit details -
Configuration menu - View commit details
-
Copy full SHA for a736124 - Browse repository at this point
Copy the full SHA a736124View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc11aad - Browse repository at this point
Copy the full SHA cc11aadView commit details -
Promises were not resolving in order due to missing returns on resolve. This has now been fixed.
Configuration menu - View commit details
-
Copy full SHA for 6d5c6a9 - Browse repository at this point
Copy the full SHA 6d5c6a9View commit details
Commits on Oct 18, 2019
-
Modified the Modularity Exercise
There was some confusion over the impelmentation and the existing import didn't work. The new version resolves the import issue and clarifies the task requirements
Configuration menu - View commit details
-
Copy full SHA for edceed4 - Browse repository at this point
Copy the full SHA edceed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1f05f - Browse repository at this point
Copy the full SHA dd1f05fView commit details
Commits on Oct 20, 2019
-
Some of the sections didn't have an exercise. Now all sections include one or more tasks to be complete.
Configuration menu - View commit details
-
Copy full SHA for 96e8e4b - Browse repository at this point
Copy the full SHA 96e8e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcc9ab - Browse repository at this point
Copy the full SHA bbcc9abView commit details
Commits on Oct 22, 2019
-
The todo script would not run because there was a conflict between the imported object and the local array. The object call was removed and added to the lab activity and the comment on the array clarified.
Configuration menu - View commit details
-
Copy full SHA for b385bb0 - Browse repository at this point
Copy the full SHA b385bb0View commit details -
Currently there is no message to state that the server is running. Added a message to the callback function to display the message with port number.
Configuration menu - View commit details
-
Copy full SHA for 93cc681 - Browse repository at this point
Copy the full SHA 93cc681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648ead1 - Browse repository at this point
Copy the full SHA 648ead1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c035290 - Browse repository at this point
Copy the full SHA c035290View commit details
Commits on Oct 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba038cb - Browse repository at this point
Copy the full SHA ba038cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1f989 - Browse repository at this point
Copy the full SHA 8b1f989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7ec41 - Browse repository at this point
Copy the full SHA 0e7ec41View commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 210ae92 - Browse repository at this point
Copy the full SHA 210ae92View commit details -
resolved Issue #25, promses.js now does the same as asyncFunctions.js and nestedCallbacks.js
Configuration menu - View commit details
-
Copy full SHA for 48310c0 - Browse repository at this point
Copy the full SHA 48310c0View commit details
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbf8869 - Browse repository at this point
Copy the full SHA fbf8869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e3e7f - Browse repository at this point
Copy the full SHA 59e3e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e12506b - Browse repository at this point
Copy the full SHA e12506bView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa4426 - Browse repository at this point
Copy the full SHA afa4426View commit details -
Merge pull request #21 from kenyonJ/master
Merge pull request #1 from web/master
Configuration menu - View commit details
-
Copy full SHA for fd08afd - Browse repository at this point
Copy the full SHA fd08afdView commit details
Commits on Nov 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4ffe9c - Browse repository at this point
Copy the full SHA a4ffe9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c46de19 - Browse repository at this point
Copy the full SHA c46de19View commit details
Commits on Nov 4, 2019
-
I couldn't make mock-fs work properly, so the unit tests using it don't run. The web server also fails to receive the POST request with the image upload.
Configuration menu - View commit details
-
Copy full SHA for ce57bbc - Browse repository at this point
Copy the full SHA ce57bbcView commit details
Commits on Nov 8, 2019
-
fixes done to file_system unit test
Balazs Laszlo Bordas committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for b0d1c68 - Browse repository at this point
Copy the full SHA b0d1c68View commit details -
trying to fix file_system unit test
Balazs Laszlo Bordas committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 7cf77b6 - Browse repository at this point
Copy the full SHA 7cf77b6View commit details -
One of the modules retained a merge conflict. This has now been removed.
Configuration menu - View commit details
-
Copy full SHA for 5b4ac41 - Browse repository at this point
Copy the full SHA 5b4ac41View commit details -
Async functions can't use the standard readline module. This has been replaced with the sync version.
Configuration menu - View commit details
-
Copy full SHA for c4d788d - Browse repository at this point
Copy the full SHA c4d788dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98fdec - Browse repository at this point
Copy the full SHA a98fdecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a02fa - Browse repository at this point
Copy the full SHA 54a02faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a69a9c8 - Browse repository at this point
Copy the full SHA a69a9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc98b02 - Browse repository at this point
Copy the full SHA bc98b02View commit details -
bordasb committed
Nov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 6e14868 - Browse repository at this point
Copy the full SHA 6e14868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5e55d - Browse repository at this point
Copy the full SHA 5e5e55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39db18b - Browse repository at this point
Copy the full SHA 39db18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8102229 - Browse repository at this point
Copy the full SHA 8102229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9b9e1 - Browse repository at this point
Copy the full SHA 0b9b9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39518ac - Browse repository at this point
Copy the full SHA 39518acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213478a - Browse repository at this point
Copy the full SHA 213478aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0789e71 - Browse repository at this point
Copy the full SHA 0789e71View commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d4fc244 - Browse repository at this point
Copy the full SHA d4fc244View commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2cf6567 - Browse repository at this point
Copy the full SHA 2cf6567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff5136 - Browse repository at this point
Copy the full SHA 9ff5136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f29a5 - Browse repository at this point
Copy the full SHA 92f29a5View commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7af1d8d - Browse repository at this point
Copy the full SHA 7af1d8dView commit details
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30c5f0b - Browse repository at this point
Copy the full SHA 30c5f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 333dcb2 - Browse repository at this point
Copy the full SHA 333dcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ae634 - Browse repository at this point
Copy the full SHA d8ae634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2940aab - Browse repository at this point
Copy the full SHA 2940aabView commit details
Commits on Nov 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b166a8c - Browse repository at this point
Copy the full SHA b166a8cView commit details -
Merge pull request #35 from web/iss034/explain-context
explain-context
Configuration menu - View commit details
-
Copy full SHA for 502647f - Browse repository at this point
Copy the full SHA 502647fView commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9cc86d4 - Browse repository at this point
Copy the full SHA 9cc86d4View commit details
Commits on Jan 25, 2020
-
removed unintentional inserted solutions by nathwan2 from 02/01/index…
….js, added content about package.json to 02 HTTP.md, created 02/01/package.json
Configuration menu - View commit details
-
Copy full SHA for d43bfb8 - Browse repository at this point
Copy the full SHA d43bfb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc3e3d - Browse repository at this point
Copy the full SHA 2bc3e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e01b52b - Browse repository at this point
Copy the full SHA e01b52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d0506 - Browse repository at this point
Copy the full SHA a5d0506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5786574 - Browse repository at this point
Copy the full SHA 5786574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf1be1 - Browse repository at this point
Copy the full SHA 3bf1be1View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 46cab3c - Browse repository at this point
Copy the full SHA 46cab3cView commit details
Commits on Feb 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 666baa5 - Browse repository at this point
Copy the full SHA 666baa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be072e1 - Browse repository at this point
Copy the full SHA be072e1View commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 034f604 - Browse repository at this point
Copy the full SHA 034f604View commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 77a9bdf - Browse repository at this point
Copy the full SHA 77a9bdfView commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f68c14c - Browse repository at this point
Copy the full SHA f68c14cView commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bac10be - Browse repository at this point
Copy the full SHA bac10beView commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c2c0cc9 - Browse repository at this point
Copy the full SHA c2c0cc9View commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4321b0 - Browse repository at this point
Copy the full SHA e4321b0View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 078678a - Browse repository at this point
Copy the full SHA 078678aView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 059e611 - Browse repository at this point
Copy the full SHA 059e611View commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 276525a - Browse repository at this point
Copy the full SHA 276525aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.