- Jul 31, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 27, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 23, 2012
-
-
Zachary Carter authored
-
Shane Tomlinson authored
* Useful for when running unit tests on testmob.org. Unit tests and code need to be embedded in an iframe.
-
- Jul 02, 2012
-
-
Zachary Carter authored
-
- Jun 27, 2012
-
-
Zachary Carter authored
The `static` process has been added to handle cachable resources and views, so code relevant to serving those resources has been removed from `browserid`. The `router` heartbeat now depends on both `browserid` and `static` processes being ok. `router` now forwards wsapi writes to `dbwriter`, reads to `browserid`, and errors on unkown or internal wsapi requests. The wsapi setup for `browserid` no longer handles forwards, though some wsapi operations may trigger a forward to `dbwriter`.
-
- May 29, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Austin King authored
-
- Jan 12, 2012
-
-
Austin King authored
Adding i18n to wsapi. Split strings into client.po and messages.po. Switched email from mustache to EJS templates. Created fake locale db-LB for development and debugging. Updated scripts. See http://viewvc.svn.mozilla.org/vc?view=revision&revision=99911
-
- Jan 10, 2012
-
-
Lloyd Hilaiel authored
-
Austin King authored
-
Gervase Markham authored
-
- Dec 14, 2011
-
-
Lloyd Hilaiel authored
implement graceful shutdown of bcrypt compute processes. fix bcrypt.get_rounds (was throwing an exception)
-
- Nov 30, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Nov 29, 2011
-
-
Lloyd Hilaiel authored
remove the deep __heartbeat__ checks performed from browserid (the webhead), while dbwriter should ping the database to ensure health - closes #566
-
- Nov 28, 2011
-
-
Pete Fritchman authored
-
- Nov 14, 2011
-
-
Lloyd Hilaiel authored
initial implementation of request forwarding, cookies set from dbwriter are still not being properly passed through - issue #460
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
add the dbwriter process. it's not yet hooked up, but starts up and runs, and included in health check.
-
Lloyd Hilaiel authored
reorganize browserid process - break out view serving and wsapi handling. preparation for dbwriter split. issue #460
-