- Aug 03, 2012
-
-
Zachary Carter authored
-
- Jul 27, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
-
Sean McArthur authored
process.env converts all values set into strings, so its better to just not set it.
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
-
- Jul 24, 2012
-
-
Sean McArthur authored
-
Shane Tomlinson authored
-
- Jul 23, 2012
-
-
Sean McArthur authored
-
- Jul 22, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 21, 2012
-
-
Ben Adida authored
-
- Jul 19, 2012
-
-
Sean McArthur authored
- Windows doesn't have signals, so process.on("SIGINT") throws - changing process.env.PATH is a bad idea
-
- Jul 18, 2012
-
-
Sean McArthur authored
making this script cross-platform
-
- Jul 14, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 09, 2012
-
-
Lloyd Hilaiel authored
disable debug language in our dev env for now. it was never working right, and was relying on obsolete .json files. Now that those are gone (see PR #1918), we can see that things were broken. See issue #1970 to track the fix
-
- Jul 07, 2012
-
-
Lloyd Hilaiel authored
make sure our example RP and primary point to the right location, this was broken way back when we introduced router
-
Lloyd Hilaiel authored
-
- Jul 06, 2012
-
-
Jed Parsons authored
-
- Jul 05, 2012
-
-
Jed Parsons authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix debugging locale - allow the template to not specify a charset properly - and don't msgmerge db_LB, it's regenereated afresh each time
-
Lloyd Hilaiel authored
run_locally should work well with CONFIG_FILES (not overwrite it so you can pass in extra config on the cmd line
-
Lloyd Hilaiel authored
-
- Jun 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 29, 2012
-
-
Lloyd Hilaiel 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 23, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 20, 2012
-
-
Lloyd Hilaiel authored
optimize backend unit tests by starting all daemons in parallel, and then starting router. issue #1803
-
- 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
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 01, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
new deploy script that's a lil' wrapper around awsbox, extracts stuff from env and passes it to awsbox
-
- May 31, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 30, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(aws deployment) update dev deployment image - latest security patches and now we must start the router
-
- May 29, 2012
-
-
Shane Tomlinson authored
* Modify the RegExp so that the saved match for a URL cannot include the characters '") issue #1652
-
Lloyd Hilaiel authored
-