From 2e4eb5391c06dfd604e7f89696d53a8157d87eeb Mon Sep 17 00:00:00 2001 From: Dana Ivan Date: Wed, 30 Dec 2015 16:28:07 +0000 Subject: [PATCH 1/2] Clean up old activity events --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba701a79..81dd77b1 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "c9.ide.immediate": "#a962119bec", "c9.ide.installer": "#0fde9f0067", "c9.ide.language.python": "#e0deed4000", - "c9.ide.mount": "#befb8188d5", + "c9.ide.mount": "#915b3d20be", "c9.ide.navigate": "#38ae100ea1", "c9.ide.newresource": "#981a408a7b", "c9.ide.openfiles": "#7fa4a97fed", @@ -103,7 +103,7 @@ "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#2b12cd1bdd", - "c9.ide.run": "#d37ffe17d5", + "c9.ide.run": "#ac3426adfa", "c9.ide.run.build": "#0598fff697", "c9.ide.run.debug.xdebug": "#70aeb327c0", "c9.ide.save": "#9461acd953", From fa3815b00635b686bb040ef151f768fe8fc00647 Mon Sep 17 00:00:00 2001 From: Dana Ivan Date: Tue, 5 Jan 2016 15:47:24 +0000 Subject: [PATCH 2/2] Removes c9.ide.log and migrates Saucelabs logs to Segment --- configs/client-default-local.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/client-default-local.js b/configs/client-default-local.js index ff27686b..cc9ab730 100644 --- a/configs/client-default-local.js +++ b/configs/client-default-local.js @@ -76,8 +76,6 @@ module.exports.makeLocal = function(config, options) { config[i].projectConfigPath = join(settingDir, ""); config[i].userConfigPath = join(settingDir, ""); config[i].stateConfigPath = join(settingDir, ""); - } else if (config[i].packagePath == "plugins/c9.ide.log/log" && !c9Ws) { - config[i].source = "desktop"; } else if (config[i].packagePath == "plugins/c9.ide.info/info" && c9Ws) { config[i].packagePath = "plugins/c9.ide.local/info"; } else if (config[i].packagePath == "plugins/c9.ide.ui/menus" && c9Ws) {