- Aug 20, 2012
-
-
Jared Hirsch authored
bf146c2 Merge pull request #43 from klrmn/master cbc4fe0 fix getters git-subtree-dir: automation-tests/browserid git-subtree-split: bf146c230b5ea96590c25f8d55c16c57c8240744
-
- 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 13, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 02, 2012
-
-
Zachary Carter authored
-
- Jun 29, 2012
-
-
Lloyd Hilaiel authored
when serving non-minified resources, substitute urls in templates so once can locally test links embedded in templates (like persona tos/pp)
-
- Jun 28, 2012
-
-
Brian Warner 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`.
-
- Jun 14, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 13, 2012
-
-
Lloyd Hilaiel authored
Change browserid.org urls to persona.org, introduce static.login.persona.org for all static resources.
-
- Jun 08, 2012
-
-
Zachary Carter authored
-
- May 29, 2012
-
-
Lloyd Hilaiel authored
-
- May 22, 2012
-
-
Zachary Carter authored
-
- May 04, 2012
-
-
Lloyd Hilaiel authored
update the http_forward module to allow global request timeouts to be set, use this to implement a 15s upper bound on requests for declaration of support in development. This should fix unit tests
-
- Mar 28, 2012
-
-
Austin King authored
Reusing staticPath in compress worker and making prefix configurable, removing DRY violation per llyod
-
- Mar 13, 2012
-
-
Austin King authored
Adding disable_locale_check flag to skipping warnings for en-US without gettext files. Fixes Issue#1055
-
- Mar 10, 2012
-
-
Austin King authored
-
- Feb 15, 2012
-
-
Austin King authored
-
- Feb 10, 2012
-
-
Lloyd Hilaiel authored
-
- Feb 03, 2012
-
-
Austin King authored
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 23, 2012
-
-
Lloyd Hilaiel authored
add Vary headers to help downstream caching proxies optimize caching of static resources - closes #938
-
- 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
-
-
Gervase Markham authored
-
- Dec 31, 2011
-
-
Lloyd Hilaiel authored
-
- Dec 14, 2011
-
-
Lloyd Hilaiel authored
implement graceful shutdown of bcrypt compute processes. fix bcrypt.get_rounds (was throwing an exception)
-
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
-
Ben Adida authored
-
- Nov 28, 2011
-
-
Pete Fritchman authored
-
- Nov 23, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 15, 2011
-
-
Lloyd Hilaiel authored
repairing load_gen - issue #504 - update pathing, alter fake_verification WSAPI to query the database rather than to use email interception (which no longer works)
-
- Nov 14, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
initial implementation of request forwarding, cookies set from dbwriter are still not being properly passed through - issue #460
-
- Nov 04, 2011
-
-
Lloyd Hilaiel authored
implement graceful process shutdown, and clear logging as to the reason why processes are terminating. include winston handling of uncaught exceptions. this all goes into a library that all of our processes use. closes #529
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
- 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
-
- Nov 09, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-