Skip to content

syncing fork repo #4

Open
wants to merge 87 commits into
base: master
Choose a base branch
from
Open

syncing fork repo #4

wants to merge 87 commits into from

Commits on Sep 17, 2019

  1. 1.3.2

    nathwan2 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fae1963 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. update

    nathwan2 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    83c9e2d View commit details
    Browse the repository at this point in the history
  2. update

    nathwan2 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    847df4b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. test

    nathwan2 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6f04e7d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. push

    nathwan2 committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    cae34b6 View commit details
    Browse the repository at this point in the history
  2. oo

    nathwan2 committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ece3438 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Merge pull request #1 from web/master

    Updating foundation
    kenyonJ committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c8fcbf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Updated Git Installation

    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.
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    111e500 View commit details
    Browse the repository at this point in the history
  2. Cleaned Up Files

    There were some files in the root of the codee quality lab.
    
    These have now been put in a directory called linting.
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    23eca50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a43b857 View commit details
    Browse the repository at this point in the history
  4. Updated ESLint and JSDoc Exercise

    The exercise was unclear.
    
    Exercise is now based on the todo files which have been updated
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    9b23edb View commit details
    Browse the repository at this point in the history
  5. Fixed Callback Code

    There was an issue with the existing code (logical error)
    
    Code has been rewritten to allow for multiple input prompts.
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    d1c17c9 View commit details
    Browse the repository at this point in the history
  6. Updated Lab Sheet

    The nested callback exercise did not match the updated code
    
    Lab exercise has now been revised to match
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    9629baa View commit details
    Browse the repository at this point in the history
  7. Completed Lab Sheet

    Minor amendments were needed
    aa7401 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    c0aa4ed View commit details
    Browse the repository at this point in the history
  8. grammatical change

    changed the wording of a specific section
    charle44 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    63ea40e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. 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.
    aa7401 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    54e75d8 View commit details
    Browse the repository at this point in the history
  2. Added Promise Working Example

    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.
    aa7401 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c3cc178 View commit details
    Browse the repository at this point in the history
  3. bug fix

    aa7401 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a736124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc11aad View commit details
    Browse the repository at this point in the history
  5. Fixed Promise Bug

    Promises were not resolving in order due to missing returns on resolve.
    
    This has now been fixed.
    aa7401 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6d5c6a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. 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
    aa7401 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    edceed4 View commit details
    Browse the repository at this point in the history
  2. Fixed Some Spelling Errors

    aa7401 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    dd1f05f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Added More Exercises

    Some of the sections didn't have an exercise.
    
    Now all sections include one or more tasks to be complete.
    aa7401 committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    96e8e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcc9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Removed Module Call

    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.
    aa7401 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b385bb0 View commit details
    Browse the repository at this point in the history
  2. Added Code to Callback

    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.
    aa7401 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    93cc681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    648ead1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c035290 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Added Component Notes

    aa7401 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ba038cb View commit details
    Browse the repository at this point in the history
  2. fixed typo in 3.3

    amended type "is is" in 3.3
    charle44 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8b1f989 View commit details
    Browse the repository at this point in the history
  3. typo ammendment

    changed "vsriable" to "variable"
    charle44 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0e7ec41 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    210ae92 View commit details
    Browse the repository at this point in the history
  2. resolved Issue #25

    resolved Issue #25, promses.js now does the same as asyncFunctions.js and nestedCallbacks.js
    bordasb committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    48310c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Merge pull request #27 from charle44/patch-7

    typo ammendment
    aa7401 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    fbf8869 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from charle44/patch-6

    fixed typo in 3.3
    aa7401 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    59e3e7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from charle44/patch-5

    grammatical change
    aa7401 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    e12506b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from nathwan2/master

    s
    aa7401 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    afa4426 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from kenyonJ/master

    Merge pull request #1 from web/master
    aa7401 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    fd08afd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    a4ffe9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c46de19 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. #28 mock-fs example created

    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.
    bordasb committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    ce57bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. fixes done to file_system unit test

    Balazs Laszlo Bordas committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    b0d1c68 View commit details
    Browse the repository at this point in the history
  2. trying to fix file_system unit test

    Balazs Laszlo Bordas committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7cf77b6 View commit details
    Browse the repository at this point in the history
  3. Removed Merge Conflict

    One of the modules retained a merge conflict.
    
    This has now been removed.
    aa7401 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    5b4ac41 View commit details
    Browse the repository at this point in the history
  4. Replaced Module

    Async functions can't use the standard readline module.
    
    This has been replaced with the sync version.
    aa7401 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    c4d788d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a98fdec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54a02fa View commit details
    Browse the repository at this point in the history
  7. Added dependency

    harjaus committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a69a9c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc98b02 View commit details
    Browse the repository at this point in the history
  9. trying to fix mockfs exercise

    bordasb committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6e14868 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e5e55d View commit details
    Browse the repository at this point in the history
  11. Reading mocking works

    harjaus committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    39db18b View commit details
    Browse the repository at this point in the history
  12. Now reads as binary

    harjaus committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8102229 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b9b9e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39518ac View commit details
    Browse the repository at this point in the history
  15. Removed unnecessary files

    harjaus committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    213478a View commit details
    Browse the repository at this point in the history
  16. Merge branch 'fixingMockFS'

    harjaus committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0789e71 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. minor typo and semantic fixes

    bordasb committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d4fc244 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    2cf6567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff5136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f29a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    7af1d8d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    30c5f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    333dcb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ae634 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fixingMockFS'

    bordasb committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    2940aab View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Added New Materials

    aa7401 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b166a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from web/iss034/explain-context

    explain-context
    aa7401 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    502647f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Added Manual Mock Example

    aa7401 committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9cc86d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. 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
    bordasb committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    d43bfb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc3e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01b52b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d0506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5786574 View commit details
    Browse the repository at this point in the history
  6. added missing line

    bordasb committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    3bf1be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. corrected lab code

    aa7401 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    46cab3c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. merged corrected content

    bordasb committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    666baa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be072e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    034f604 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    77a9bdf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    f68c14c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. solutions added for 03_html

    bordasb committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    bac10be View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. fixed minor errors

    bordasb committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c2c0cc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Configuration menu
    Copy the full SHA
    e4321b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    078678a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    059e611 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    276525a View commit details
    Browse the repository at this point in the history