Closed
Bug 873219
Opened 12 years ago
Closed 12 years ago
Add callback for stop() in all Webfaker servers
Categories
(Webmaker Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: humph, Assigned: sedge)
Details
This will touch login, MakeAPI, Webfaker, etc. The goal is:
Webfaker.stop( function(){/* done! */} );
Reporter | ||
Comment 1•12 years ago
|
||
Multi-commit/multi-repo change:
* Login API: https://github.com/mozilla/node-webmaker-loginapi/pull/8 (will need npm re-publish)
* MakeAPI: https://github.com/mozilla/MakeAPI/pull/55 (will need npm re-publish)
* Webfaker: https://github.com/humphd/webfaker/pull/1 (will need npm re-publish)
Comment 2•12 years ago
|
||
Looks good and sane to me. R+
Comment 3•12 years ago
|
||
R+
Reporter | ||
Comment 4•12 years ago
|
||
Landed:
* Login API: https://github.com/mozilla/node-webmaker-loginapi/commit/00268727cc45407fdcfa57ab11e894fe25ea4aa6 (now at version 0.1.1, needs npm publish)
* MakeAPI: https://github.com/mozilla/MakeAPI/commit/f7440244d194265cbda079bc32d94c6f41278156 (depends on loginapi re-publish to npm, needs npm publish)
* https://github.com/humphd/webfaker/commit/704ada47e2ab43fe319eba92f1e717dbfe5068fb (needs npm publish).
Sedge, I need you to re-`npm-publish` the node-webmaker-loginapi master branch for the mozilla repo--I update it (see above). Also, I need you to talk to Jon/Ross about getting that shared so it's not blocked on you when we need to do it.
Once that's done, I can re-publish MakeAPI and Webfaker, and close this.
Reporter | ||
Comment 5•12 years ago
|
||
Assigning to Sedge to get the login stuff updated in npm to version 0.1.1
Assignee: david.humphrey → kieran.sedgwick
Reporter | ||
Comment 6•12 years ago
|
||
NOTE: error in travis for MakeAPI and friends is due to npm not finding the right versions, it will be fixed when we publish the above.
Reporter | ||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•