John Morrison
5037ee8403
fix(circle): docker run --rm -it fxa-customs-server:build npm ls --production fxa#302
2018-07-03 18:28:47 -07:00
Shane Tomlinson
5112862b38
chore(release): Merge mozilla/train-115 into master r=@shane-tomlinson
...
Release v1.115.0
2018-06-27 14:17:28 +01:00
Ryan Kelly
6ed167daa6
Release v1.115.0
2018-06-27 15:44:43 +10:00
Aaron Meihm
458f94dd1b
test(reputation): adds compose based integration test with iprepd ( #253 ) r=@vladikoff
...
Add framework for integration testing between fxa-customs-server and
iprepd (newer version of Tigerblood). The existing tests included a stub
reputation server; this conducts similar testing but uses the actual
reputation service backend.
2018-06-26 17:30:11 -04:00
Aaron Meihm
6376028ecb
Updates to reputation service integration ( #251 ) r=@vladikoff
...
* fix(deps): update ip-reputation-js-client to 4.0.2
* feat(reputation): request time logging, update tests
- Modify reputation service integration to log reputation service query
time
- Include a test to verify ip-reputation-js-client return values contain
the desired timing value
- The newer version of the reputation service deprecated the POST /
endpoint for reputation updates. Modify the stub reputation service
and tests to use the update endpoint (which should be used for both
new reputation creation and reputation updates now).
2018-06-25 18:21:48 -04:00
Ryan Kelly
7ee26e7093
Merge pull request #256 from mozilla/train-114
...
Merge v1.114.3 to master
2018-06-21 21:10:30 -07:00
Vijay Budhram
5fb8acb583
Release v1.114.3
2018-06-22 13:38:41 +10:00
Ryan Kelly
d419a53824
feat(actions): Add 'verifyRecoveryCode' as a code-checking action.
2018-06-22 13:38:29 +10:00
Shane Tomlinson
13614b9402
Merge pull request #254 from mozilla/train-114 r=@jrgm
...
merge train-114 into master
2018-06-13 16:06:39 -07:00
Shane Tomlinson
96ff4ad7df
Release v1.114.2
2018-06-13 14:55:24 -07:00
Shane Tomlinson
781e3486b4
Merge pull request #255 from mozilla/fix-generic-node8-and-update-npm6 r=@shane-tomlinson
...
fix(docker): base image node:8-alpine and upgrade to npm6
2018-06-13 14:54:31 -07:00
John Morrison
60a90132a8
fix(docker): base image node:8-alpine and upgrade to npm6
2018-06-13 13:46:56 -07:00
Shane Tomlinson
aa594fdfe5
Release v1.114.1
2018-06-13 11:47:44 -07:00
Shane Tomlinson
8b706b2016
Merge pull request #252 from ameihm0912/testlocalfix r=@shane-tomlinson
...
fix(tests): fix test-local.sh bug introduced in d177360
2018-06-13 11:41:32 -07:00
Shane Tomlinson
057a039bf3
Release v1.114.0
2018-06-13 10:29:11 -07:00
Aaron Meihm
3590801688
fix(tests): fix test-local.sh bug introduced in d177360
2018-06-12 15:31:35 -05:00
Aaron Meihm
d177360650
fix(tests): remove bash builtin from test-local.sh ( #250 ) r=@vladikoff
...
test-local.sh specifies /bin/sh as an interpreter, but contains the [[
bash builtin which fails on systems where /bin/sh is not bash or is
running in a compatibility mode.
Updates test-local.sh to use a standard test command.
2018-06-11 12:45:49 -07:00
Greg Guthe
ab1fb6e2e7
fix(deps): update ip rep client to v4 ( #249 ) r=@vladikoff
2018-06-08 07:09:35 -07:00
Vlad Filippov
c40684e4d9
fix(deps): Update ip rep client to v3 ( #247 ), r=@vbudhram
2018-05-31 09:59:37 -04:00
Shane Tomlinson
00e252b8d8
Release v1.113.0
2018-05-30 20:08:11 +01:00
Ryan Kelly
3a988b6a89
chore(ci): Remove coveralls from travis config ( #246 )
2018-05-22 20:24:45 -04:00
Shane Tomlinson
ab2a4a3599
Release v1.112.0
2018-05-16 13:54:50 +01:00
Vlad Filippov
aaa2afbd03
fix(npm): update shrinkwrap ( #241 )
2018-05-11 18:00:23 -07:00
John Morrison
40580f100d
fix(nsp): Update newrelic version ( #240 ) r=@vladikoff
2018-05-07 20:26:48 -04:00
Shane Tomlinson
cbde513dd8
Release v1.111.0
2018-05-02 11:03:08 +01:00
Vlad Filippov
e8e2e458c7
feat(node): update to node 8 ( #239 ) r=@jrgm
2018-04-23 21:17:19 -04:00
Shane Tomlinson
85a8abbcb2
Release v1.110.0
2018-04-18 13:39:12 +01:00
Ryan Kelly
2a8c18045a
chore(docs): Add documentation on tagging private releases. ( #237 ) r=@vladikoff
2018-04-17 22:12:18 -04:00
Ryan Kelly
0ca8c52064
fix(sms): Reduce sms rate-limit interval to half an hour. ( #235 ); r=philbooth
2018-04-16 16:16:17 +10:00
Vijay Budhram
2633c4cbc9
fix(tests): fix dependent tests ( #234 ), r=@rfk
2018-04-13 00:04:22 -04:00
Vijay Budhram
970f01eaa1
feat(totp): add totp rate limits ( #233 ), r=@rfk
2018-04-11 11:27:05 -04:00
Ryan Kelly
29a52a5db0
Release v1.109.0
2018-04-04 11:27:07 +10:00
Jon Buckley
de0ddc70a7
fix(node): Use Node.js v6.14.0 ( #232 ) r=@vladikoff
2018-03-29 11:30:53 -04:00
Phil Booth
abac95c164
chore(deps): update ip-reputation-js-client ( #231 ) r=@vladikoff
2018-03-22 06:17:13 -04:00
Ryan Kelly
9de273decf
Release v1.108.0
2018-03-21 13:37:13 +11:00
Deepti
475bf23bf8
fix(test): start memcached as part of 'npm test' r=@vladikoff
...
Fixes #228
2018-03-19 15:14:31 -04:00
Ryan Kelly
be3b5794da
Release v1.106.0
2018-02-21 12:36:27 +11:00
Vlad Filippov
d420b3a538
chore(deps): update deps, fix nsp ( #229 ) r=@philbooth
2018-02-17 09:33:59 -05:00
Phil Booth
f205d1f24b
Merge pull request #227 from g-k/check-ip-only-doc-and-log-fix
...
https://github.com/mozilla/fxa-customs-server/pull/227
r=philbooth
2018-02-07 09:36:10 +00:00
Greg Guthe
ed22ea90a4
docs(api): add /checkIpOnly
2018-02-06 10:44:09 -05:00
Greg Guthe
13e6af4659
fix(log): fix log op s/checkAuthenticated/checkIpOnly/
2018-02-06 10:34:39 -05:00
Ryan Kelly
e417db5025
Release v1.103.0
2018-01-09 14:05:48 +11:00
Vijay Budhram
0f9408124b
feat(token): Add rate limit for tokenCodes ( #225 ), r=@rfk
2018-01-08 10:16:56 -05:00
Vlad Filippov
4cbc5440c7
feat(logs): add Sentry error logs ( #224 ) r=@vbudhram
2018-01-04 21:23:36 -05:00
John Morrison
1f4d997dd3
fix(node): use node 6.12.3 ( #223 ) r=@vladikoff
2018-01-03 20:57:32 -05:00
Ryan Kelly
c33a018d90
fix(blocklist): Fix use of setImmediate to work with node 8 ( #220 ) r=@vladikoff
...
Fixes #212
2017-12-20 10:44:40 -06:00
Ryan Kelly
b0152daeb3
Release v1.102.0
2017-12-13 17:34:03 -06:00
Ryan Kelly
77cb031676
Release v1.101.0
2017-11-29 12:12:33 +11:00
Shane Tomlinson
dd100f359c
Merge pull request #218 from mozilla/issue-217-allow-test-phone-numbers r=@vbudhram,@rfk
...
feat(sms): Add an allow list of non-rate limited phone numbers for testing.
2017-11-21 10:05:15 +00:00
Shane Tomlinson
6cc0cebec1
fix(sms): Load `allowedPhoneNumbers` from memcached!
2017-11-17 14:13:05 +00:00