freeCodeCamp/client/sagas
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
..
README.md Initial move to redux 2016-03-03 17:53:33 -08:00
analytics-saga.js Feature(analytics): Add redux logic for analytics 2016-07-28 23:40:01 -07:00
build-challenge-epic.js feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
code-storage-saga.js Fix(code-storage): Make sure head/tail is always fresh 2016-09-29 12:44:19 -07:00
err-saga.js Use action from actionCreator 2016-10-17 08:00:44 +07:00
frame-epic.js feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
hard-go-to-saga.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
index.js feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
mouse-trap-saga.js feat(nav): remove sidecar 2016-12-29 22:04:05 -08:00
night-mode-saga.js Feature(theme): add nightmode react logic 2016-08-06 07:24:10 -07:00
title-saga.js Add new rx saga 2016-07-28 23:39:17 -07:00
window-saga.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00

README.md