Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gh 859 #1

Merged
merged 4 commits into from Mar 9, 2018
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -16,7 +16,7 @@
"prebuild.dev": "node ./tools/licenses/fetchLicenses.js",
"prebuild.prod": "node ./tools/licenses/fetchLicenses.js",
"prebuild.watch": "node ./tools/licenses/fetchLicenses.js",
"test.unit": "BABEL_ENV=test jest",
"test.unit": "cross-env BABEL_ENV=test jest",
"lint": "eslint --ext .js,.jsx ./app ./src",
"lint.fix": "eslint --ext .js,.jsx ./app ./src --fix",
"lint.raw": "eslint --ext .js,.jsx",
@@ -1226,6 +1226,8 @@ function initializeGhosteryModules() {
conf.version_history = version_history;

metrics.ping('upgrade');
// We don't want install_complete pings for upgrade
conf.metrics.install_complete_all = Number(new Date().getTime());
} else if (globals.JUST_INSTALLED) {
log('JUST INSTALLED');
const date = new Date();
ProTip! Use n and p to navigate between commits in a pull request.