Skip to content

Merge pull request #1 from web/master #12

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

Commits on Jul 18, 2019

  1. deleted advanced materials

    aa7401 committed Jul 18, 2019
  2. added extra labs

    aa7401 committed Jul 18, 2019
  3. updated the readme file

    aa7401 committed Jul 18, 2019

Commits on Sep 1, 2019

  1. added class information

    aa7401 committed Sep 1, 2019
  2. fixed section numbers

    aa7401 committed Sep 1, 2019

Commits on Sep 11, 2019

  1. added VS Code setup

    aa7401 committed Sep 11, 2019
  2. added section numbers

    aa7401 committed Sep 11, 2019
  3. renamed labs

    aa7401 committed Sep 11, 2019
  4. renamed section

    aa7401 committed Sep 11, 2019

Commits on Sep 14, 2019

  1. basic code for db

    aa7401 committed Sep 14, 2019
  2. finished database exercise

    aa7401 committed Sep 14, 2019
  3. added comment

    aa7401 committed Sep 14, 2019
  4. added comments

    aa7401 committed Sep 14, 2019
  5. added supertest files

    aa7401 committed Sep 14, 2019

Commits on Sep 15, 2019

  1. added notes on matchers

    aa7401 committed Sep 15, 2019
  2. replaced a matcher

    aa7401 committed Sep 15, 2019
  3. hidden the old setup lab

    aa7401 committed Sep 15, 2019
  4. emphasise directory notes

    aa7401 committed Sep 15, 2019
  5. removed formatting

    aa7401 committed Sep 15, 2019
  6. fixed link error

    aa7401 committed Sep 15, 2019
  7. bug fix

    aa7401 committed Sep 15, 2019
  8. disabled some linter rules

    aa7401 committed Sep 15, 2019
  9. disabled max-lines rule

    aa7401 committed Sep 15, 2019
  10. fixed pull request

    aa7401 committed Sep 15, 2019
  11. views/ --> html/

    harjaus committed Sep 15, 2019
  12. Merge pull request web#2 from harjaus/master

    Changed /views to /html to be consistent with MD File 04.
    harjaus committed Sep 15, 2019
  13. Formatting

    harjaus committed Sep 15, 2019
  14. Merge pull request web#3 from harjaus/master

    Formatting improvements.
    harjaus committed Sep 15, 2019
  15. Merge pull request web#4 from harjaus/master

    Removed Nested Callbacks because they appear in 06.
    harjaus committed Sep 15, 2019

Commits on Sep 17, 2019

  1. Test

    handley7 committed Sep 17, 2019
  2. 1.3.2

    nathwan2 committed Sep 17, 2019

Commits on Sep 18, 2019

Commits on Sep 20, 2019

  1. Merge pull request web#6 from harjaus/master

    Fixed inconsistency with test suite
    aa7401 committed Sep 20, 2019
  2. Added missing files

    harjaus committed Sep 20, 2019
  3. Merge pull request web#7 from harjaus/master

    Fixed issue with missing files from 06 Code Quality.
    harjaus committed Sep 20, 2019

Commits on Sep 24, 2019

  1. updated extensions list

    aa7401 committed Sep 24, 2019
  2. update

    nathwan2 committed Sep 24, 2019
  3. update

    nathwan2 committed Sep 24, 2019
  4. minor spelling amendment

    charle44 committed Sep 24, 2019
  5. Merge pull request web#10 from charle44/patch-1

    minor spelling amendment
    harjaus committed Sep 24, 2019

Commits on Sep 27, 2019

  1. test

    nathwan2 committed Sep 27, 2019

Commits on Sep 28, 2019

  1. shortcut

    shortcut for reloading the page
    charle44 committed Sep 28, 2019

Commits on Oct 1, 2019

  1. 03_html/05_semantic change & video word change

    changed the path to the semantic directory and also an audio and video word change
    charle44 committed Oct 1, 2019

Commits on Oct 2, 2019

  1. Merge pull request web#13 from charle44/patch-2

    shortcut
    aa7401 committed Oct 2, 2019
  2. Merge pull request #15 from charle44/patch-4

    03_html/05_semantic change & video word change
    aa7401 committed Oct 2, 2019

Commits on Oct 6, 2019

Commits on Oct 7, 2019

  1. added login project

    aa7401 committed Oct 7, 2019
  2. updated lab sheet

    aa7401 committed Oct 7, 2019

Commits on Oct 11, 2019

  1. fixed text input issue

    aa7401 committed Oct 11, 2019
  2. Merge pull request #1 from web/master

    Updating foundation
    kenyonJ committed Oct 11, 2019

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
  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
  3. 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
  4. 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
  5. 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
  6. Completed Lab Sheet

    Minor amendments were needed
    aa7401 committed Oct 12, 2019
  7. grammatical change

    changed the wording of a specific section
    charle44 committed Oct 12, 2019

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
  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
  3. bug fix

    aa7401 committed Oct 15, 2019
  4. 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

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
  2. Fixed Some Spelling Errors

    aa7401 committed Oct 18, 2019

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

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
  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

Commits on Oct 23, 2019

  1. Added Component Notes

    aa7401 committed Oct 23, 2019
  2. fixed typo in 3.3

    amended type "is is" in 3.3
    charle44 committed Oct 23, 2019
  3. typo ammendment

    changed "vsriable" to "variable"
    charle44 committed Oct 23, 2019

Commits on Oct 25, 2019

  1. resolved Issue #25

    resolved Issue #25, promses.js now does the same as asyncFunctions.js and nestedCallbacks.js
    bordasb committed Oct 25, 2019

Commits on Oct 26, 2019

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

    typo ammendment
    aa7401 committed Oct 26, 2019
  2. Merge pull request #26 from charle44/patch-6

    fixed typo in 3.3
    aa7401 committed Oct 26, 2019
  3. Merge pull request #18 from charle44/patch-5

    grammatical change
    aa7401 committed Oct 26, 2019
  4. Merge pull request #21 from kenyonJ/master

    Merge pull request #1 from web/master
    aa7401 committed Oct 26, 2019

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

Commits on Nov 8, 2019

  1. fixes done to file_system unit test

    Balazs Laszlo Bordas committed Nov 8, 2019
  2. trying to fix file_system unit test

    Balazs Laszlo Bordas committed Nov 8, 2019
  3. Removed Merge Conflict

    One of the modules retained a merge conflict.
    
    This has now been removed.
    aa7401 committed Nov 8, 2019
  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
  5. Added dependency

    harjaus committed Nov 8, 2019
  6. trying to fix mockfs exercise

    bordasb committed Nov 8, 2019
  7. Reading mocking works

    harjaus committed Nov 8, 2019
  8. Now reads as binary

    harjaus committed Nov 8, 2019
  9. Removed unnecessary files

    harjaus committed Nov 8, 2019
  10. Merge branch 'fixingMockFS'

    harjaus committed Nov 8, 2019

Commits on Nov 11, 2019

  1. minor typo and semantic fixes

    bordasb committed Nov 11, 2019

Commits on Nov 12, 2019

  1. h

    ngussed committed Nov 12, 2019