freeCodeCamp/client
Berkeley Martinez f1d936198e feat(challenges): add backend challenge infrastructure (#11058)
* Feat: Initial backend view

* Feat: Refactor frame runner

* Feat: backend challenge submit runs tests

* Feat: Backend challenge request

* Feat: Whitelist hyperdev in csp

* Fix: Use app tests instead of challenge tests

* Feat: Allow hyperdev subdomains

* Fix(csp): allow hypderdev.space subdomains

* feat(challenge): submit backend

* feat: Add timeout to test runner (5 sec)

* chore(seed): Add more to test backend

* fix(csp): s/hyperdev/gomix/g

* fix(app): fix code mirror skeleton filepath

* fix(app): remove Gitter saga import

* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types

* fix: No longer restart the browser when challenges change

* fix(app): Update jquery for challenges

* fix(seed): Remove to promise jquery call

* fix(lint): Undo merge error
undefined is no allowed

* fix(app): linting errors due to bad merge

* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
..
less Merge pull request #12048 from raisedadead/feature/reporting-profiles 2017-01-26 14:16:16 -06:00
rechallenge Fix/Replace nbsp in campers code 2016-11-02 23:07:40 +00:00
sagas feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
utils feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
cold-reload.js Add webpack cold reloading 2016-07-28 23:39:17 -07:00
es6-shims.js add es6 Map shim to shims 2015-09-10 16:59:27 -07:00
frame-runner.js feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
index.js Fix: Lang routes persist between sessions 2016-11-29 23:10:08 +00:00
main.js Bump JQuery major version - to 3.1.1 2017-01-21 01:46:48 -05:00
README.md Fixed grammar and put a full stop. 2016-01-04 12:16:26 +05:30

This is the entry point for the client code. Code that should run only on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point