| Removed some sandbox-related TODOs, since I reported them to the node-sandbox issue tracker | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| More design notes | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Create DESIGN.md | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Testing out some stuff with web requests | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Got it so apps can respond to web requests now | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Fixed bugs with moduleSelector, wrote tests for moduleSelector | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Fixed a bug involving sandbox default options, added reference config containing all options, showed in sample_app how certain sandbox options can be overridden | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Rewrote app/Manager and fixed some small finishWatch-related bugs in Container/Application | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| rewrote the Application class so it uses the new Monitor class, and so that it's just better written in general | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| fixed bug in Container where a listener wasn't being removed properly, also fixed names of some private variables/events | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| added some more sample apps + containers for testing purposes | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Fixed bug in `Monitor.finishWatch()` so that if there are no watches happening when called, the promise gets resolved immediately | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Added fake dispatcher for Web, also added fake API | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Added a method to Monitor for checking if any module is in a certain state, and added regex functionality wherever you need to specify a list of modules. Also modified Monitor so you can update the module list dynamically. | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| made sample_app output more useful | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| fix to the way paths are specified between Application and Manager | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Refactored a bunch of code to make it a bit saner, mostly Container | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| finished writing tests for app/Monitor class, everything works\! | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Added tests for Monitor.allInState and Monitor.isWatched | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Added isWatched and finishWatching methods to Monitor, still need to write tests for them | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| added stub method to Monitor that I'll fill in later | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| - Added timeout feature to Monitor for watchStop and watchStart - Added verification step for watchStart/Stop to ensure all modules are in their target state - If a promise from watchStart/Stop is ever canceled/resolved (either by Monitor or otherwise), changes to any related modules' states will be reported via on("start") or on("stop") as expected | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Fixed Monitor so that if we're watching a start/stop and a module is already in the target state, we mark it as changed | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Finished Monitor class, wrote two test cases for it | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Added regex filtering to Monitor class | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Almost finished with Monitor class, need to add one extra feature+test cases still | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| More method planning for the Monitor class, will write implementation for them soon | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| Started working on a Monitor class for app, which will abstract container/application status monitoring (started/stopped), error logging will be handled in a separate class | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| whoops, stupid typo | 
 
 | 
More...
 
 | 
almost 13 years ago
 | 
| more work on app/container stuff, might need to rewrite them from scratch since this isn't really working out too well | 
 
 | 
More...
 
 | 
almost 13 years ago
 |