Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Set to Starting Point #29

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

Set to Starting Point #29

wants to merge 51 commits into from

Commits on Jun 9, 2015

  1. Set catalog.js to starting state

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    dd2e64b View commit details
    Browse the repository at this point in the history
  2. Removing jest tests

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    602114e View commit details
    Browse the repository at this point in the history
  3. Removed placeholder tests

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    afb5820 View commit details
    Browse the repository at this point in the history
  4. Catalog test is now ready for starting

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    e148da4 View commit details
    Browse the repository at this point in the history
  5. Removed Karma

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    e47b99e View commit details
    Browse the repository at this point in the history
  6. Removed commented out code

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    6057729 View commit details
    Browse the repository at this point in the history
  7. Removed karma.conf

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    ea20c9a View commit details
    Browse the repository at this point in the history
  8. Added back test-watch

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    6278658 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d16161 View commit details
    Browse the repository at this point in the history
  10. comment out eslint

      Allows us to put it back in to help debug student code.
      It is commented out to allow us to have stuff for later
    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    3cb7379 View commit details
    Browse the repository at this point in the history
  11. replaced 'should' with 'chai'

    zhon committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    39c06be View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Starting state for course

    zhon committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    f371b9d View commit details
    Browse the repository at this point in the history
  2. Starting state for course tests

    zhon committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    ccdd5a6 View commit details
    Browse the repository at this point in the history
  3. Top level is CatalogPage.

      - allows state to be managed by CatalogPage
      - allows Alert to be managed here
      - updated route to call CatalogPage
      - CatalogRepository no longer returns a promise.
    zhon committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    f235eca View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Remove should so npm test works properly.

    Allan Stewart committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    baadae1 View commit details
    Browse the repository at this point in the history
  2. Added Jumbotron to catalog-page

     - Added alert
     - added class panel panel-default
    zhon committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    921e546 View commit details
    Browse the repository at this point in the history
  3. Remove unused React warning

    zhon committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    9fcb42f View commit details
    Browse the repository at this point in the history
  4. Added tests for alert

    zhon committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    cdc97e2 View commit details
    Browse the repository at this point in the history
  5. Added tests for CatalogPage

    zhon committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    4f4e081 View commit details
    Browse the repository at this point in the history
  6. Capitalized component names in test

    zhon committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    d1b2d45 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Set starting malfoy code; drop promises.

    Allan Stewart committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    19b4fc0 View commit details
    Browse the repository at this point in the history
  2. Throw exception for now instead of dispaching an event.

    Allan Stewart committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    dc72148 View commit details
    Browse the repository at this point in the history
  3. Update catalog-page to display alerts.

    Allan Stewart committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    13c834d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Initial sorts to Hufflepuff.

     - Houses come from HouseStore.
    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    605c685 View commit details
    Browse the repository at this point in the history
  2. converted file to unix line endings

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    d4c21da View commit details
    Browse the repository at this point in the history
  3. converted file to unix line endings

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    466e63b View commit details
    Browse the repository at this point in the history
  4. Moved sorting to WizardActions

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    3e3767c View commit details
    Browse the repository at this point in the history
  5. Converted filetype to unix

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    c8e36f1 View commit details
    Browse the repository at this point in the history
  6. Removed unused sorting-store.spec file

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    91c4a14 View commit details
    Browse the repository at this point in the history
  7. Fixed house selection

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    ede7fb4 View commit details
    Browse the repository at this point in the history
  8. wizardActions -> WizardActions

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    a1222ea View commit details
    Browse the repository at this point in the history
  9. Simplified tests

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    647ae60 View commit details
    Browse the repository at this point in the history
  10. Added tests for sortIntoHouse

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    8d74deb View commit details
    Browse the repository at this point in the history
  11. renamed test

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    c759fcc View commit details
    Browse the repository at this point in the history
  12. SortIntoHouse doesn't mutate wizard

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    a38d514 View commit details
    Browse the repository at this point in the history
  13. Check only that save is called

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    78b09fd View commit details
    Browse the repository at this point in the history
  14. Include react/addons for update

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    4a82d44 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d49395 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1 from zhon/fixBug

    Fix setState in not mounted state bug
    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7546cd4 View commit details
    Browse the repository at this point in the history
  17. Removed lodash

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    d1d5aca View commit details
    Browse the repository at this point in the history
  18. Uppercased Stores and Actions

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    6c165f6 View commit details
    Browse the repository at this point in the history
  19. be -> to

    zhon committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    6fb57fa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Fixed merge

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d5462d7 View commit details
    Browse the repository at this point in the history
  2. Following airbnb .esling

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    54f9c06 View commit details
    Browse the repository at this point in the history
  3. Remove unused file

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    92503c2 View commit details
    Browse the repository at this point in the history
  4. Remove lint errors

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    bf2ba26 View commit details
    Browse the repository at this point in the history
  5. Fixed linting of tests

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    55865b0 View commit details
    Browse the repository at this point in the history
  6. Linting updates

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d368f0d View commit details
    Browse the repository at this point in the history
  7. Linting fixes

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    78dbfb4 View commit details
    Browse the repository at this point in the history
  8. Converted filetype from dos to unix

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d9d8b85 View commit details
    Browse the repository at this point in the history
  9. Use catalog instead of Course

    zhon committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    85231b2 View commit details
    Browse the repository at this point in the history