- Feb 29, 2012
-
-
Lloyd Hilaiel authored
-
- Feb 28, 2012
-
-
Lloyd Hilaiel authored
fix unit tests when run under travis-ci - when we want address_info to not detect primary support, we should use a domain name that will never offer primary support - issue #1197
-
Lloyd Hilaiel authored
database changes to handle connection failures, slow queries, and driver stalls without taking down the server, and with minimal user impact. closes #990 closes #1211
-
Lloyd Hilaiel authored
improve documentation of mysql wrapper and associated tests, remove debug console output, fail slow queries rather than retrying, and add a statsd counter for failed_query
-
Austin King authored
-
Austin King authored
-
- Feb 27, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix unit tests failing under travis-ci: for verifier tests, use impossible domain names for bogus resources that are never supposed to exist. closes #1197
-
Lloyd Hilaiel authored
* all database functions return an err as the first param which is non-null for failure. * all wsapis handle database errors and return service unavailable to client. * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis. * configuration parameter added to define max allowed time per query
-
Austin King authored
-
- Feb 25, 2012
-
-
Lloyd Hilaiel authored
Fix the redundant and circular "To retry, ... try again"
-
Austin King authored
Initialize pot file each run. Removing -j which mean 'write strings into existing file'. (closes #1170, closes #1194)
-
Lloyd Hilaiel authored
Removing the offline check code that was already disabled.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Conflicts: ChangeLog resources/static/css/style.css scripts/browserid.spec
-
- Feb 24, 2012
-
-
AutomatedTester authored
-
Lloyd Hilaiel authored
adding support for travis ci.
-
Austin King authored
-
Austin King authored
-
Austin King authored
Remove the extra space after the : in "Finish signing into:"
-
Austin King authored
Changing the "pick email" string to "sign in"
-
Shane Tomlinson authored
issue #1189
-
Shane Tomlinson authored
issue #1154
-
Shane Tomlinson authored
* Remove checks, tests and strings. issue #1188
-
Ben Adida authored
-
Shane Tomlinson authored
issue #1179
-
Shane Tomlinson authored
issue #1185
-
Shane Tomlinson authored
Two changes: - Fixing typo (comunicating, only one m) - Using ' instead of ' Thanks @mathjazz - looks good. r+
-
Matjaž Horvat authored
-
Matjaž Horvat authored
-
-
- Feb 23, 2012
-
-
Matjaž Horvat authored
-
- Feb 22, 2012
-
-
Lloyd Hilaiel authored
/test now redirects to /test/ so that you can hit either url to run front end unit tests. fixes backend unit tests. closes #1178
-
Lloyd Hilaiel authored
more rpm fixes: instead of pulling in all config/, just l10n-all.json
-
Pete Fritchman authored
-
Lloyd Hilaiel authored
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked.
-
Lloyd Hilaiel authored
disable /test at the app level in stage or production.
-
Shane Tomlinson authored
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked. * to testHelpers, add a generateString function which generates a string of the specified length. * Replace the manual creation of strings for long passwords with generateString. * To verify_email_address_test, adding checks for min and max length when setting the password. issue #1173
-
Lloyd Hilaiel authored
-
Ben Adida authored
-