This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow magellan to support global resource strategy. (#257)
* mv bail into strategy category * remove buildin reporters from code base * init commit for resource strategy * factory to generate strategies * temp push * reflow magellan cli * add more loads/enables in cli * clean up code base with promise * move message system to childprocess * remove unnecessary dependencies * add missing piece * apply resource strategy before worker allocation * add logic to run resource strategy on test suite * never resource strategy * complete resource strategy * fix a bug which magellan hangs * remove deprecated code * add test queue to manage tests * mv mkdir_sync to util * fix lint * use jest and add more unit test * add resource and bail uni test * add test to resource strategy * another bunch unit test update * more unit test * cli.test.js * fix bug in listener initialization * add unit test for cli.js * add unit test instruction * test runner test example * fix false report * add more test for runner * more demo * minor cleanup * add unit tests * adding more unit tests * restructure the tests and adding new unit tests * finish off unit tests * add more coverage * add test step for travis * fix lint and upload coverage * fix unit test * upload test coverage * add coverage badge
- Loading branch information
1 parent
b34cee3
commit cb6aca0
Showing
96 changed files
with
4,090 additions
and
4,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,5 @@ Session.vim | |
*~ | ||
# auto-generated tag files | ||
tags | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
language: node_js | ||
node_js: | ||
- v8 | ||
- v7 | ||
- v6 | ||
- v5 | ||
- v4 | ||
sudo: false | ||
script: | ||
- npm run lint | ||
- npm run test | ||
- npm run upload-coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.