Sean McArthur
6c815d0416
test(all): switch tap runner for mocha
2016-11-08 18:26:46 -08:00
Sean McArthur
f4d02a14be
test(lint): add lint for synchronous randomBytes usage
2016-10-27 13:42:26 -07:00
Ryan Kelly
6e6b28c7a1
feat(push): Add VAPID identification to push messages. ( #1468 ); r=philbooth
2016-10-10 12:40:45 +11:00
Phil Booth
51d7cdd081
fix(server): hide session token lastAccessTime updates behind a flag
2016-09-27 16:02:43 +01:00
vladikoff
a929f9c9bc
fix(deps): update dev deps and latest eslint
2016-09-14 00:51:51 -04:00
John Morrison
4e1d200963
fix(e2e-email): fix e2e-email test
2016-07-31 19:50:38 -07:00
Vlad Filippov
b978b6e092
fix(tests): fix test runner to exit with proper exit code
...
r=philbooth
2016-07-19 15:04:54 +01:00
Vlad Filippov
8451a5621d
fix(tests): switch coverage tool, adjust log_tests ( #1348 ) r=vbudhram
...
Fixes #1340
2016-07-18 16:38:50 -04:00
Ryan Kelly
7d595c2f88
chore(scripts): Add stricter error handling to bash scripts
2016-07-07 14:27:11 +10:00
Sean McArthur
37f0fe4637
chore(tests): allow passing a glob to npm test
2016-06-29 17:24:00 -07:00
John Morrison
0250e50631
fix(e2e-email): fix e2e-email for all locales
2016-05-31 22:18:53 -07:00
Edouard Oger
b60c46491f
feat(push): Prepare codebase for data payloads
2016-05-04 10:45:27 -07:00
Vijay Budhram
0569500971
feat(bulk-mailer): Style fixes
2016-04-12 01:17:37 -04:00
Shane Tomlinson
897de10205
fix(bulk-mailer): Set error rate to 0, we are done testing.
2016-04-12 00:53:12 -04:00
Shane Tomlinson
1c0959dfcc
fix(bulk-mailer): Remove the locale prefix on filenames w/ --write
2016-04-12 00:52:56 -04:00
Shane Tomlinson
c100a48fc8
fix(must-reset): exit code 1 on reset account error
2016-04-12 00:52:38 -04:00
Shane Tomlinson
de8e355de0
chore(bulk-mailer): Stop all processing on error.
...
bulk-mailer will exit with a non-0 status code if there is an error.
The bash scripts check exit codes and abort on non-0
2016-04-12 00:52:22 -04:00
Shane Tomlinson
f02e29237a
chore(bulk-mailer): Settle on the "password_reset_required" template
2016-04-12 00:52:04 -04:00
Danny Coates
dac114e41e
log failed uids in must-reset.js, other nits
2016-04-12 00:51:50 -04:00
Shane Tomlinson
107062acac
chore(docs): Add more docs to the reset-send-batch script.
2016-04-12 00:51:42 -04:00
Shane Tomlinson
34e7dfc2a2
feat(bulk-mailer): Add some utilities to work with batches
...
`reset-resend-create-batches.js -i <source.json> -o batches` breaks up
the source.json file into multiple batches, storing each batch file into the
`batches` subdirectory.
`reset-send-batch.sh <batch_file.json>` will reset and send an email to all
accounts in the batch.
`reset-send-all-batches <batch_directory>` will reset and send an email to all
accounts in all batches found in the `batch_directory`
2016-04-12 00:51:03 -04:00
Shane Tomlinson
eec2e72cd4
feat(bulk-mailer): `--errors` and `--unsent` now have defaults.
...
Other changes:
* If writing to disk, prepend the locale used to translate in the filename.
* Ensure the `unsent.json` contains no entries if all messages were sent.
2016-04-12 00:45:31 -04:00
Shane Tomlinson
296f152882
feat(scripts): Add a bulk mailer
2016-04-12 00:45:13 -04:00
Vijay Budhram
d7638a67b9
feat(reset): Ability to put a users account in a "must reset" state, per dannycoates (PATCH)
2016-04-12 00:11:31 -04:00
John Morrison
5396868e7e
fix(e2e-email): fix expected link s@/en-US/firefox/sync/@/firefox/sync/@
2016-02-29 20:37:39 -08:00
John Morrison
b8b345ca46
fix(e2e-email): adjust expected query arguments for auth-mailer#118
2016-02-10 20:22:37 -08:00
John Morrison
e5baead566
chore(e2e-email): bg is now translated for 'Firefox Account Verified'
2016-02-10 20:22:37 -08:00
John Morrison
4aaf43fe72
chore(e2e-email): ko is now translated for some email strings
2016-01-28 12:09:34 -08:00
John Morrison
fb08283e7d
fix(e2e-email): update localQuirks for new translations (cy)
2016-01-10 21:59:38 -08:00
John Morrison
f9f31d63e1
fix(e2e-email): update localQuirks for new translations
2015-12-14 16:47:28 -08:00
John Morrison
cd0e28e7c2
fix(travis-ci): check that auth-db-mysql reports "MySql" as constructor class name
2015-11-22 21:09:19 -08:00
John Morrison
6eb363952b
fix(tests): repair travis-ci mysql testing to ensure auth-db-mysql is used
2015-11-22 19:04:45 -08:00
John Morrison
2d6abc2588
chore(e2e-email): remove ca,eu,id,nb-NO to match commit 1db917f4c
2015-11-16 21:05:16 -08:00
John Morrison
028a5623ae
chore(e2e-email): adjust for missing translations for bg, hi-IN
2015-11-16 20:46:41 -08:00
John Morrison
40068d6a89
fix(e2e-email): update for sr localization of subject
2015-11-02 20:00:30 -08:00
Vlad Filippov
bfd40faf51
Merge pull request #1088 from mozilla/e2e-email-stop-on-error
...
fix(e2e-email): exit 1 on error r=vladikoff
2015-10-23 16:23:49 -04:00
John Morrison
5420049974
fix(e2e-email): exit 1 on error
2015-10-23 13:13:38 -07:00
John Morrison
1cc824155c
chore(e2e-email): train-48 updates for not sending new sync email, and l10n progress
2015-10-23 12:54:12 -07:00
John Morrison
08f0dca18f
fix(deps): shrinkwrap excludes fxa-jwtool->pem-jwk dep if pem-jwk is a devDep
2015-10-21 14:14:18 -07:00
John Morrison
c29a7c3e4b
chore(e2e-email): updates for train-47 state of l10n
2015-10-12 17:41:28 -07:00
Danny Coates
6c90637e19
Merge pull request #1064 from dannycoates/i1025
...
multiple public keys
2015-10-05 15:10:09 -07:00
John Morrison
526502562c
Estonian now translated 'Firefox Account Verified' and 'New sign-in to Sync'
2015-09-26 16:07:49 -07:00
Danny Coates
9a21e38e56
wip on multiple public keys
2015-09-21 17:14:23 -07:00
John Morrison
e630ed61a7
fix(tests): changes for "Firefox Account Verified" in train-46
2015-09-21 16:28:25 -07:00
Ryan Kelly
98e2ee0fa3
Merge pull request #1050 from jrgm/e2e-email-notifications-script-changes
...
fix(tests): improved script to checking email of all supported locales
2015-09-21 13:10:17 -07:00
vladikoff
f90a8c11da
fix(tests): run mysql tests on travis
...
Fixes #1032
2015-09-18 18:59:47 -04:00
John Morrison
67ffcd127b
fix(tests): improved script to checking email of all supported locales
2015-09-12 20:18:33 -07:00
John Morrison
24723054fe
Merge pull request #1017 from jrgm/add-detail-check-i18n
...
chore(tests): print locale differences on failure
2015-08-19 07:40:08 -07:00
Danny Coates
769ee08413
Merge pull request #1016 from jrgm/rpm-version.js
...
chore(version): generate legacy-format output for ./config/version.json
2015-08-18 11:19:24 -07:00
vladikoff
4b6cab9bdd
fix(config): update convict .root() to .getProperties() calls
2015-08-17 12:48:34 -04:00