Danny Coates
|
0412d23f32
|
default mysql connection limits to 10
|
2014-02-23 18:35:35 -08:00 |
Danny Coates
|
fda701ee3e
|
updated mysql module
|
2014-02-23 18:34:22 -08:00 |
Ryan Kelly
|
5c1354ecbc
|
Merge pull request #576 from dannycoates/i575
update verifierVersion on account reset and password change
|
2014-02-21 09:14:29 +11:00 |
Danny Coates
|
f5fbdf7e87
|
Merge pull request #577 from chilts/upgrade-to-hapi-v2-4-0
Upgrade to hapi v2.4.0
|
2014-02-20 11:37:21 -08:00 |
Andrew Chilton
|
ccf1cd98ee
|
Upgrade to hapi v2.4.0
|
2014-02-20 23:27:42 +13:00 |
Danny Coates
|
2fef3126e3
|
update verifierVersion on account reset and password change
|
2014-02-19 18:19:39 -08:00 |
Danny Coates
|
cd4ab20756
|
change pbkdf2.derive len parameter to use byte length instead of bit length to be consistent with other functions
|
2014-02-19 16:28:37 -08:00 |
Danny Coates
|
fb724207ff
|
added CHANGELOG
|
2014-02-18 11:34:12 -08:00 |
jbonacci
|
59eaf8f05b
|
Merge pull request #572 from mozilla/rfk/loadtest-destroy-ops
Add session- and account-destroy ops to the loadtest.
|
2014-02-18 11:10:53 -08:00 |
Danny Coates
|
803edd1cc2
|
Merge pull request #573 from mozilla/rfk/email-validation
More comprehensive validation of email addresses.
|
2014-02-18 11:09:41 -08:00 |
jbonacci
|
1f4da0d2bd
|
Merge pull request #571 from mozilla/rfk/loads-config-file
Factor loads command-line options into config files.
|
2014-02-18 11:00:34 -08:00 |
Ryan Kelly
|
7ef3dcbac3
|
More comprehensive validation of email addresses.
|
2014-02-18 21:54:52 +11:00 |
Ryan Kelly
|
149b12d9c2
|
Factor loads command-line options into config files.
|
2014-02-18 16:02:46 +11:00 |
Ryan Kelly
|
8c01e63421
|
Add session- and account-destroy ops to the loadtest.
|
2014-02-18 15:55:22 +11:00 |
Danny Coates
|
c75223cc4c
|
fixes #512
|
2014-02-14 16:20:33 -08:00 |
Danny Coates
|
62462e545e
|
Merge pull request #565 from dannycoates/i541
Implement log summary line
|
2014-02-14 14:44:18 -08:00 |
Danny Coates
|
15113ca8ff
|
removed assertLogs
|
2014-02-14 12:10:39 -08:00 |
Danny Coates
|
5cd39e419e
|
Implement log summary line
|
2014-02-13 22:21:26 -08:00 |
Danny Coates
|
2ffd7a85c8
|
Merge pull request #566 from mozilla/rfk/mysql-improvements
Some MySQL improvements
|
2014-02-13 14:06:04 -08:00 |
Danny Coates
|
0c0f044588
|
added missing bind in mysql.js
|
2014-02-13 10:35:04 -08:00 |
Ryan Kelly
|
d60112a504
|
Remove MySQL connection errors as "503 Service Unavailable".
|
2014-02-13 14:52:06 +11:00 |
Ryan Kelly
|
761a85655e
|
Re-create pools if the cluster "helpfully" removes them.
|
2014-02-13 14:48:12 +11:00 |
Ryan Kelly
|
bac97bd5c9
|
Add "queueLimit" config option for mysql.
|
2014-02-13 14:47:22 +11:00 |
Ryan Kelly
|
8a22b398aa
|
Update mysql dependency to latest version.
|
2014-02-13 14:47:00 +11:00 |
Danny Coates
|
c24dd9dcb9
|
Merge pull request #547 from dannycoates/sessionRefresh
implement lastAuthAt
|
2014-02-12 17:53:37 -08:00 |
Danny Coates
|
f965ab5d50
|
updated authAt description
|
2014-02-12 17:47:11 -08:00 |
Ryan Kelly
|
4efd4a22bd
|
Add --detach to megabench
|
2014-02-13 11:27:17 +11:00 |
jbonacci
|
3d6c178243
|
Merge pull request #561 from mozilla/rfk/loads-updates
Update loadtests to work on shared services cluster
|
2014-02-12 12:58:15 -08:00 |
Danny Coates
|
c24821d5ee
|
Merge pull request #564 from dannycoates/i563
fixed #563 redirectTo not in resend verify link
|
2014-02-12 11:02:13 -08:00 |
Danny Coates
|
08734f0882
|
fixed #563 redirectTo not in resend verify link
|
2014-02-12 10:58:04 -08:00 |
Ryan Kelly
|
6a6d214fef
|
Add simple timeskew handling to loadtest client.
|
2014-02-12 21:56:46 +11:00 |
Ryan Kelly
|
eb32e9fd35
|
Use hosted loads broker at loads.services.mozilla.com
|
2014-02-12 16:33:01 +11:00 |
Danny Coates
|
c7ee4152b2
|
update hapi
|
2014-02-11 11:06:18 -08:00 |
Danny Coates
|
0019d70daa
|
documented lastAuthAt
|
2014-02-11 11:00:34 -08:00 |
Danny Coates
|
9643a51756
|
first steps in lastAuthAt
|
2014-02-11 10:53:40 -08:00 |
Danny Coates
|
f06b84332e
|
Merge pull request #553 from mozilla/rfk/retry-after-header
Add retry-after header to backoff-style error responses.
|
2014-02-11 10:52:33 -08:00 |
Danny Coates
|
fcd7b9e8a6
|
Merge pull request #559 from zaach/cors_accept_language
add accept-language to cors headers
|
2014-02-11 09:22:20 -08:00 |
Zachary Carter
|
cf2cc7ef28
|
add accept-language to cors headers
|
2014-02-10 18:42:26 -08:00 |
Andrew Chilton
|
cf4aa0cff8
|
Merge pull request #554 from zaach/content-language-header
add content-langauge header to sent emails
|
2014-02-11 11:22:30 +13:00 |
Zachary Carter
|
696ab882e6
|
add content-langauge header to sent emails
|
2014-02-10 14:14:50 -08:00 |
Ryan Kelly
|
a08f69b437
|
Add retry-after header to backoff-style error responses.
|
2014-02-10 14:09:52 +11:00 |
Danny Coates
|
213157df9e
|
added back to error response bodies. Fixes #549
|
2014-02-07 11:25:19 -08:00 |
Danny Coates
|
504ff782ef
|
fixed indentation and tweaked request log line
|
2014-02-06 18:07:12 -08:00 |
Danny Coates
|
517352b3be
|
fixes #544
|
2014-02-06 17:32:34 -08:00 |
Danny Coates
|
4b54c20e75
|
Merge pull request #537 from chilts/hapi-v2-rebased
Hapi v2 rebased
|
2014-02-06 15:33:55 -08:00 |
Andrew Chilton
|
e6d1559289
|
Remove debugging lines
|
2014-02-06 17:34:16 +13:00 |
Danny Coates
|
b0a531d841
|
Merge pull request #543 from pdehaan/issue-542
Removing unused require() statements
|
2014-02-05 17:07:54 -08:00 |
Peter deHaan
|
4edde9b099
|
Removing unused require() statements
|
2014-02-05 16:59:56 -08:00 |
Danny Coates
|
1e5649aac9
|
normalized route configs
Conflicts:
routes/defaults.js
|
2014-02-06 10:26:11 +13:00 |
Danny Coates
|
ff08ad85fd
|
lowercased validation types. upper is deprecated in joi 2.0
|
2014-02-06 10:24:50 +13:00 |