summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve readme.Thorsten Frommen2018-10-261-7/+6
|
* Merge pull request #109 from TheMightyPenguin/update-item-testsWes Bos2018-10-251-20/+23
|\ | | | | Update Item component tests
| * Update Item component testsVictor Tortolero2018-10-191-20/+23
| |
* | Merge pull request #107 from MorenoMdz/jest-win-compatWes Bos2018-10-251-1/+3
|\ \ | |/ |/| Added Windows test script compatibility
| * Added Windows test script compatibilityMoreno2018-10-181-1/+3
|/
* Merge pull request #106 from stern-shawn/fix/styledComponentsBabelWes Bos2018-10-172-4/+0
|\ | | | | Removing dead Form.displayName code
| * Fixing dead Form.displayName code, this is handled by ↵Shawn Stern2018-10-172-4/+0
|/ | | | babel-plugin-styled-components
* Merge pull request #101 from gihrig/Video-#61Wes Bos2018-10-151-1/+0
|\ | | | | Video #61 Testing Pagination - remove dead code
| * Video #61 Testing Pagination - remove dead codegihrig2018-10-121-1/+0
| |
* | Merge pull request #102 from gihrig/Video-#64Wes Bos2018-10-151-1/+1
|\ \ | |/ |/| Video #64 remove unnecessary 'async'
| * Video #64 remove unnecessary 'async'gihrig2018-10-141-1/+1
|/ | | | - There is no 'await' in this test block
* Merge pull request #98 from theirongiant/patch-1Wes Bos2018-10-111-0/+1
|\ | | | | Add version to backend package.json
| * Add version to backend package.jsontheirongiant2018-10-111-0/+1
|/ | | Missing version causes cmder to freak out when trying generating prompt info
* Update readme.mdWes Bos2018-10-091-1/+7
|
* add proptypesWes Bos2018-10-091-0/+3
|
* Merge branch 'master' of https://github.com/wesbos/Advanced-ReactWes Bos2018-10-096-10/+8
|\
| * Merge pull request #93 from mattfwood/fix/minor-typosWes Bos2018-10-094-4/+4
| |\ | | | | | | Fix minor typos in package.json and CartCount component
| | * Fix minor typos in package.json and CartCount componentMatt Wood2018-10-094-4/+4
| | |
| * | Update readme.mdWes Bos2018-10-031-2/+1
| | |
| * | Update readme.mdWes Bos2018-10-031-0/+7
| |/
| * add radnika to buttonsWes Bos2018-09-281-0/+1
| |
| * Update readme.mdWes Bos2018-09-281-9/+0
| |
* | remove playgroundWes Bos2018-10-092-8/+4
|/
* reset tokenWes Bos2018-09-287-7/+7
|
* add graphql-cli back inWes Bos2018-09-284-518/+2148
|
* Specify playground port fixes #49Wes Bos2018-09-272-2/+2
|
* fixes fake item id #44Wes Bos2018-09-272-4/+18
|
* grammar. Fixes #36Wes Bos2018-09-271-1/+1
|
* upgrade depsWes Bos2018-09-278-13898/+12840
|
* Change reset token to Float. Fixes #58Wes Bos2018-09-277-7/+7
|
* Merge pull request #57 from n-hare/patch-3Wes Bos2018-09-271-1/+1
|\ | | | | Video 29 Scalar Type of resetTokenExpiry
| * Scalar Type of resetTokenExpiryn-hare2018-09-271-1/+1
|/
* Merge pull request #25 from scrumptiousdev/masterWes Bos2018-09-246-6/+6
|\ | | | | Updating conditional statement in deleteItem mutation resolver
| * Update jest dep version to update jsdom dep version with recent bug fixRyan Choi2018-09-221-1/+1
| |
| * Updating conditional statement in deleteItem mutation resolverRyan Choi2018-09-206-6/+6
| |
* | Merge pull request #26 from jameygleason/masterWes Bos2018-09-245-15/+134
|\ \ | | | | | | Stepped Solutions 07, 08, 09
| * | Stepped Solutionsjameygleason2018-09-201-1/+15
| | |
| * | Stepped Solutionsjameygleason2018-09-202-6/+43
| | |
| * | Stepped Solutionsjameygleason2018-09-202-8/+76
| | |
* | | Merge pull request #28 from 416serg/patch-1Wes Bos2018-09-241-1/+1
|\ \ \ | | | | | | | | Update DeleteItem.js to fix typo
| * | | Update DeleteItem.jsSergiy Dybskiy2018-09-211-1/+1
| |/ / | | | | | | Fix typo
* | | Merge pull request #35 from scrumptiousdev/fix-jest-verWes Bos2018-09-241-1/+1
|\ \ \ | |/ / |/| | Update jest dep version to update jsdom dep version with recent bug fix
| * | Update jest dep version to update jsdom dep version with recent bug fixRyan Choi2018-09-221-1/+1
| |/
* | Update README.mdWes Bos2018-09-191-57/+1
| |
* | Delete notes.mdWes Bos2018-09-191-36/+0
| |
* | Merge pull request #19 from n-hare/patch-2Wes Bos2018-09-191-1/+1
|\ \ | | | | | | Mirror Changes of PR #18
| * | Mirror Changes of PR #18 n-hare2018-09-181-1/+1
|/ / | | | | Reflects the changes to path to the prisma.yml as made in PR #18 that altered the starter files.
* | Merge pull request #18 from scrumptiousdev/masterWes Bos2018-09-181-1/+1
|\| | | | | Pointing prisma.yml to correct path
| * Pointing prisma.yml to correct pathRyan Mingyu Choi2018-09-181-1/+1
|/ | | | | Since prisma.yml gets created on the /backend root directory. Tested with graphql-cli and displayed eror — "prisma/prisma.yml could not be found." Prisma post-deploy command did not show an error.
* Merge pull request #15 from plxel/fix-header-and-meta-importsWes Bos2018-09-184-8/+8
|\ | | | | fix header and meta imports