4
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some sandbox-related TODOs, since I reported them to the node-sandbox issue tracker
hflw
as Will Riley
More... almost 13 years ago
More design notes
hflw
as Will Riley
More... almost 13 years ago
Create DESIGN.md
hflw
as Will Riley
More... almost 13 years ago
Testing out some stuff with web requests
hflw
as Will Riley
More... almost 13 years ago
Got it so apps can respond to web requests now
hflw
as Will Riley
More... almost 13 years ago
Fixed bugs with moduleSelector, wrote tests for moduleSelector
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago
Rewrote app/Manager and fixed some small finishWatch-related bugs in Container/Application
hflw
as Will Riley
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
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago
added some more sample apps + containers for testing purposes
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago
Added fake dispatcher for Web, also added fake API
hflw
as Will Riley
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.
hflw
as Will Riley
More... almost 13 years ago
made sample_app output more useful
hflw
as Will Riley
More... almost 13 years ago
fix to the way paths are specified between Application and Manager
hflw
as Will Riley
More... almost 13 years ago
Refactored a bunch of code to make it a bit saner, mostly Container
hflw
as Will Riley
More... almost 13 years ago
finished writing tests for app/Monitor class, everything works\!
hflw
as Will Riley
More... almost 13 years ago
Added tests for Monitor.allInState and Monitor.isWatched
hflw
as Will Riley
More... almost 13 years ago
Added isWatched and finishWatching methods to Monitor, still need to write tests for them
hflw
as Will Riley
More... almost 13 years ago
added stub method to Monitor that I'll fill in later
hflw
as Will Riley
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
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago
Finished Monitor class, wrote two test cases for it
hflw
as Will Riley
More... almost 13 years ago
Added regex filtering to Monitor class
hflw
as Will Riley
More... almost 13 years ago
Almost finished with Monitor class, need to add one extra feature+test cases still
hflw
as Will Riley
More... almost 13 years ago
More method planning for the Monitor class, will write implementation for them soon
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago
whoops, stupid typo
hflw
as Will Riley
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
hflw
as Will Riley
More... almost 13 years ago