This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Server Software: | |
| Server Hostname: localhost | |
| Server Port: 8042 | |
| Document Path: /Me/devdocs/js/common.js | |
| Document Length: 2775 bytes | |
| Concurrency Level: 1 | |
| Time taken for tests: 40.491 seconds | |
| Complete requests: 1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/site/app/lib/auth.js b/site/app/lib/auth.js | |
| index 637420b..a4d52b3 100644 | |
| --- a/site/app/lib/auth.js | |
| +++ b/site/app/lib/auth.js | |
| @@ -47,6 +47,10 @@ exports.createAccount = function(newUserAttributes, promise) { | |
| user.name = name; | |
| user.optin = optin; | |
| accounts.findOne({$or:[{email:email}, {'locker.name':lockerName}]}, function(err, doc) { | |
| + if (err) { | |
| + promise.fulfill([err]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm WARN [email protected] dependencies field should be hash of <name>:<version-range> pairs | |
| npm WARN [email protected] dependencies field should be hash of <name>:<version-range> pairs | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
| npm WARN [email protected] dependencies field should be hash of <name>:<version-range> pairs | |
| npm http GET https://registry.npmjs.org/connect/1.8.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fs.chown = chownFix(fs.chown) | |
| fs.fchown = chownFix(fs.fchown) | |
| fs.lchown = chownFix(fs.lchown) | |
| fs.chownSync = chownFixSync(fs.chownSync) | |
| fs.fchownSync = chownFixSync(fs.fchownSync) | |
| fs.lchownSync = chownFixSync(fs.lchownSync) | |
| function chownFix (orig) { | |
| return function (target, uid, gid, cb) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 31 Jan 22:36:36 - info: process id:3 | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] MongoDB starting : pid=6 port=27018 dbpath=/home/Me/mongodata 64-bit | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] db version v1.8.4, pdfile version 4.5 | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] git version: 81f12749a15e3d158b1b16bab6bc3faea538e166 | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] build sys info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] waiting for connections on port 27018 | |
| 31 Jan 22:36:37 - info: [mongo] Tue Jan 31 22:36:37 [initandlisten] connection accepted from 127.0.0.1:41841 #1 | |
| 31 Jan 22:36:37 - info: generating id private key | |
| 31 Jan 22:36:37 - info: generating id public key | |
| Warning: connection.session() MemoryStore is not |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Failures: | |
| 1) dashboard allows people to switch between 4 views | |
| Failure/Error: page.should have_css('.iframeLink[data-id="contactsviewer"]') | |
| expected css ".iframeLink[data-id=\"contactsviewer\"]" to return something | |
| # ./spec/integration/dashboard_spec.rb:7 | |
| 2) dashboard should allow access to api explorer | |
| Failure/Error: click_on 'API Explorer' | |
| Selenium::WebDriver::Error::UnknownError: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 25 Jan 15:16:29 - info: installing name(dashboardv3) at path(dashboardv3) | |
| [email protected] ./Me/node_modules/dashboardv3 | |
| 25 Jan 15:16:40 - verbose: creating dashboardv3 | |
| 25 Jan 15:16:40 - verbose: received event for service://me/#dashboardv3 action(new) | |
| 25 Jan 15:16:40 - info: installing name(contacts) at path(/home/mdz/src/singly/Locker/Collections/Contacts) | |
| [email protected] ./Me/node_modules/contacts | |
| 25 Jan 15:16:40 - verbose: creating contacts | |
| 25 Jan 15:16:40 - verbose: Adding a listener for contacts/events to contact/foursquare | |
| 25 Jan 15:16:40 - verbose: Adding a listener for contacts/events to contact/facebook | |
| 25 Jan 15:16:40 - verbose: Adding a listener for contacts/events to contact/twitter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: options.host and options.port or options.target are required. | |
| at [object Object]._getKey (/srv/singly/proxy/src/releases/20120124073000/site/node_modules/http-proxy/lib/node-http-proxy/routing-proxy.js:242:11) | |
| at [object Object].add (/srv/singly/proxy/src/releases/20120124073000/site/node_modules/http-proxy/lib/node-http-proxy/routing-proxy.js:70:18) | |
| at [object Object].proxyRequest (/srv/singly/proxy/src/releases/20120124073000/site/node_modules/http-proxy/lib/node-http-proxy/routing-proxy.js:187:10) | |
| at proxyReq (/srv/singly/proxy/src/releases/20120124073000/site/app/controllers/proxies.js:50:11) | |
| at Object.proxied (/srv/singly/proxy/src/releases/20120124073000/site/app/controllers/proxies.js:29:5) | |
| at /srv/singly/proxy/src/releases/20120124073000/site/app/routes.js:33:32 | |
| at callbacks (/srv/singly/proxy/src/releases/20120124073000/site/node_modules/express/lib/router/index.js:272:11) | |
| at param (/srv/singly/proxy/src/releases/20120124073000/site/node_modules/express/lib/rout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 24 Jan 19:24:49 - ESC[32minfoESC[39m: process id:17 | |
| 24 Jan 19:24:50 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:50 [initandlisten] MongoDB starting : pid=19 port=27018 dbpath=/var/locker/Me/mongodata 64-bit | |
| 24 Jan 19:24:50 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:50 [initandlisten] db version v1.8.4, pdfile version 4.5 | |
| 24 Jan 19:24:50 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:50 [initandlisten] git version: 81f12749a15e3d158b1b16bab6bc3faea538e166 | |
| 24 Jan 19:24:50 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:50 [initandlisten | |
| ] build sys info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 | |
| 24 Jan 19:24:50 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:50 [initandlisten] waiting for connections on port 27018 | |
| 24 Jan 19:24:52 - ESC[32minfoESC[39m: [mongo] Tue Jan 24 19:24:52 [initandlisten] connection accepted from 127.0.0.1:60761 #1 | |
| Warning: connection.session() MemoryStore is not | |
| designed for a production environment, as it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| contacts | |
| contactsviewer | |
| dashboardv3 | |
| devdocs | |
| flickr | |
| foursquare | |
| foursquarestats | |
| gcontacts | |
| github | |
| glatitude |