Commit Graph

  • 86548fc3d2 Fix typo in constructor Juan Cruz Viotti 2014-11-24 14:41:16 -0400
  • 5549a2bd9e Make use of errors.handle() everywhere Juan Cruz Viotti 2014-11-24 14:08:58 -0400
  • 90cb463390 Implement errors module Juan Cruz Viotti 2014-11-24 14:00:35 -0400
  • cbf7039fca Remove unnecessary fat arrow Juan Cruz Viotti 2014-11-24 13:40:56 -0400
  • e05b149a0e Return promise rejection to prevent Bluebird from complaining Juan Cruz Viotti 2014-11-24 13:28:44 -0400
  • 1165113240 Prevent some undefined js errors Juan Cruz Viotti 2014-11-24 13:27:15 -0400
  • 12fc2e3bfb Table: Prevent map from being called if contents is undefined Juan Cruz Viotti 2014-11-24 13:18:35 -0400
  • b9d5b0fd59 Implement env:rm command Juan Cruz Viotti 2014-11-24 13:00:36 -0400
  • 7988b0cbbe Allow increasing verbosity for envs command Juan Cruz Viotti 2014-11-24 12:43:37 -0400
  • a8a78f0749 Implement envs command Juan Cruz Viotti 2014-11-24 12:12:12 -0400
  • 79f7d23f35 Move /blink to config Juan Cruz Viotti 2014-11-24 11:40:51 -0400
  • f0e25589cd Add non interactive support for app:create Juan Cruz Viotti 2014-11-24 10:56:03 -0400
  • f4ad73d2f8 Implement app:create command (interacitivy only for now) Juan Cruz Viotti 2014-11-24 10:45:54 -0400
  • f8e6894ea0 Fix bug that caused request body not being sent Juan Cruz Viotti 2014-11-24 10:40:12 -0400
  • b1a5bb8902 Add Gulp build task Juan Cruz Viotti 2014-11-24 10:33:44 -0400
  • b90b803fcb Return device name if passing a display name to getDisplayName() Juan Cruz Viotti 2014-11-24 09:09:39 -0400
  • b9d1626fe1 Improve device module with required functionality Juan Cruz Viotti 2014-11-24 09:03:02 -0400
  • 77e59cf7b9 Improve device.getSupportedDevices() to return valid slugs Juan Cruz Viotti 2014-11-24 08:54:35 -0400
  • 51c6a8b4c2 Implement select widget Juan Cruz Viotti 2014-11-24 08:45:15 -0400
  • 8ee2568144 Implement device.getSupportedDevices() Juan Cruz Viotti 2014-11-24 08:25:45 -0400
  • f56cd8162c Implement device:identify command Juan Cruz Viotti 2014-11-21 14:21:47 -0400
  • 982c18a900 Add UUID to table KEY_DISPLAY_MAP Juan Cruz Viotti 2014-11-21 14:20:43 -0400
  • 34b0c7d783 Removeu unneeded dependency Juan Cruz Viotti 2014-11-21 13:57:51 -0400
  • 29054bedf1 Implement key:rm command Juan Cruz Viotti 2014-11-21 13:56:11 -0400
  • 832cbf89ff Implement device rm command Juan Cruz Viotti 2014-11-21 13:23:29 -0400
  • a853c0418a Add -q|--quiet global option Juan Cruz Viotti 2014-11-21 12:20:37 -0400
  • d46cf4aced Make use of new log module everywhere Juan Cruz Viotti 2014-11-21 11:40:37 -0400
  • aa2d0e70ca Implement log module Juan Cruz Viotti 2014-11-21 11:22:26 -0400
  • fed63fd178 Omit confirmation interactivity with -y/--yes Juan Cruz Viotti 2014-11-21 10:44:48 -0400
  • 0697510f38 Refactor app:rm with async Juan Cruz Viotti 2014-11-21 10:12:03 -0400
  • 37c68118db Implement app rm command Juan Cruz Viotti 2014-11-21 09:43:03 -0400
  • 1c1e8b375e Use packageJSON directly instead of creating version action Juan Cruz Viotti 2014-11-21 09:30:29 -0400
  • b53bc060a3 Revert back to commander Juan Cruz Viotti 2014-11-21 09:23:02 -0400
  • 4b20ba435d Implement key info command Juan Cruz Viotti 2014-11-20 14:00:39 -0400
  • 5bbbc93d80 Implement helpers module with formatLongString() Juan Cruz Viotti 2014-11-20 13:53:10 -0400
  • c4bb275923 Implement key list command Juan Cruz Viotti 2014-11-20 13:02:29 -0400
  • a189e21c30 Restart URL TODO Juan Cruz Viotti 2014-11-20 12:54:43 -0400
  • 322fed866d Test that server can handle a relative as well as an absolute url Juan Cruz Viotti 2014-11-20 12:33:07 -0400
  • 574d612624 Implement app restart command Juan Cruz Viotti 2014-11-20 12:24:39 -0400
  • e1a63fb548 Implement version module Juan Cruz Viotti 2014-11-20 12:13:59 -0400
  • ee0fc8206f Make use of yargs.showHelp() instead of yargs.help(), as the latter uses stderr by default Juan Cruz Viotti 2014-11-20 12:11:01 -0400
  • d6c8d77ceb Update areFunctionsEqual comment Juan Cruz Viotti 2014-11-20 12:07:03 -0400
  • 91567cb5c7 Make run() print help if no matches Juan Cruz Viotti 2014-11-20 12:05:50 -0400
  • 14459e1d09 Re enable all commands with new Yargs Command plugin Juan Cruz Viotti 2014-11-20 11:57:53 -0400
  • 7610fe87cc Implement Yargs Command plugin Juan Cruz Viotti 2014-11-20 11:50:58 -0400
  • f1a76db5f5 Show Is Online information in devices command Juan Cruz Viotti 2014-11-19 15:18:15 -0400
  • 3f1bcf3f02 Improve devices table ordering Juan Cruz Viotti 2014-11-19 15:01:27 -0400
  • be01094463 Fix ID -> Id ordering bug Juan Cruz Viotti 2014-11-19 14:57:30 -0400
  • 34346dd3d0 Refactor table utilities into tableHelpers Juan Cruz Viotti 2014-11-19 14:22:45 -0400
  • 55fa8435bb Implement devices command Juan Cruz Viotti 2014-11-19 13:38:15 -0400
  • e0032c090f Catch errors from applicationModel.getAll() Juan Cruz Viotti 2014-11-19 12:15:39 -0400
  • 7dc5915db5 Remove unused dependencies Juan Cruz Viotti 2014-11-19 12:14:34 -0400
  • 9130281862 Extend table module to handle formatting Juan Cruz Viotti 2014-11-19 12:12:08 -0400
  • e0448357df Implement table.horizontal() Juan Cruz Viotti 2014-11-19 10:42:18 -0400
  • 26c69d183d Make sure table.prepareObject() doesn't removes non empty arrays Juan Cruz Viotti 2014-11-19 10:29:59 -0400
  • e390efd46e Implement table module Juan Cruz Viotti 2014-11-19 10:20:36 -0400
  • 77d84103f6 Implement app info action Juan Cruz Viotti 2014-11-19 09:23:40 -0400
  • 3015af3aeb Fix hook arguments issue Juan Cruz Viotti 2014-11-19 09:14:40 -0400
  • 98f4dc8e19 Require login before opening preferences Juan Cruz Viotti 2014-11-19 09:05:26 -0400
  • 47a1e16dab Implement preferences module Juan Cruz Viotti 2014-11-19 08:59:17 -0400
  • 76194c7d46 Use getDisplayName() in apps action Juan Cruz Viotti 2014-11-19 08:51:42 -0400
  • d77e671648 Return unknown if no matches in device.getDisplayName() Juan Cruz Viotti 2014-11-19 08:50:11 -0400
  • f0e1effc05 Implement device module with getDisplayName() Juan Cruz Viotti 2014-11-19 08:45:56 -0400
  • 8c56d1bbf1 Watch for JSON files when linting Juan Cruz Viotti 2014-11-19 08:45:40 -0400
  • 89ec171a3d Improve apps printing with cliff Juan Cruz Viotti 2014-11-18 14:39:26 -0400
  • 8777bb9536 Make use of authHooks in actions Juan Cruz Viotti 2014-11-18 12:37:01 -0400
  • 8bdd3b697a Implement authHooks module Juan Cruz Viotti 2014-11-18 12:36:43 -0400
  • a0c743d771 Implement messages module Juan Cruz Viotti 2014-11-18 12:36:33 -0400
  • 5109bba302 Move TODO to a better place Juan Cruz Viotti 2014-11-18 12:20:37 -0400
  • 24f50fa5ec Add optional interactivity to login command Juan Cruz Viotti 2014-11-18 12:15:40 -0400
  • 275eed82f0 Implement widgets module Juan Cruz Viotti 2014-11-18 12:14:48 -0400
  • 53c25412c3 Make auth.parseCredentials async Juan Cruz Viotti 2014-11-18 12:11:20 -0400
  • d671832b5a Implement logout command Juan Cruz Viotti 2014-11-18 11:48:05 -0400
  • c41b28d4f0 Organise action requires close to their use in app.coffee Juan Cruz Viotti 2014-11-18 11:40:12 -0400
  • 5c53829812 Implement signup command Juan Cruz Viotti 2014-11-18 11:37:29 -0400
  • 612bb5e605 Basic test suite for Canvas Juan Cruz Viotti 2014-11-18 11:14:33 -0400
  • 719c8d199d Remove server facade duplication Juan Cruz Viotti 2014-11-18 10:33:24 -0400
  • eee13418b9 Delete obsolete comment Juan Cruz Viotti 2014-11-18 10:13:58 -0400
  • 6afdd0e48a Make use of new ApplicationModel in apps list action Juan Cruz Viotti 2014-11-18 10:11:43 -0400
  • e4b0f3772b Implement ApplicationModel's getAll function Juan Cruz Viotti 2014-11-18 10:11:18 -0400
  • e18bc83285 Integrat resin-platform-api Juan Cruz Viotti 2014-11-18 10:11:07 -0400
  • 6da7290d73 Use gzip by default in server Juan Cruz Viotti 2014-11-18 10:05:38 -0400
  • e6570efbaf Simplify header assignment in server.request Juan Cruz Viotti 2014-11-18 10:04:26 -0400
  • 7524a0efa8 Option based server.request() Juan Cruz Viotti 2014-11-18 09:59:19 -0400
  • 9e0940063e Use built-in url module instead of url-join Juan Cruz Viotti 2014-11-18 09:19:20 -0400
  • 2fd2b702ae Rename config.baseUrl to config.remoteUrl Juan Cruz Viotti 2014-11-18 08:53:07 -0400
  • d0cc3e54ad Create actions submodule to clean app a bit Juan Cruz Viotti 2014-11-18 08:41:13 -0400
  • 2b8313da74 Rename interface as simply app.coffee Juan Cruz Viotti 2014-11-18 08:35:50 -0400
  • c753e1b41b Move auth outside of cli-modules Juan Cruz Viotti 2014-11-18 08:34:40 -0400
  • dcf6215f56 Install resin-platform-api from git Juan Cruz Viotti 2014-11-17 15:51:44 -0400
  • 69dbd49444 Implement simple interface module Juan Cruz Viotti 2014-11-17 15:48:26 -0400
  • 8df43575d0 Correctly reference home directory Juan Cruz Viotti 2014-11-17 15:40:16 -0400
  • 3c3cb3e850 Create prefix directory when using data.prefix.set Juan Cruz Viotti 2014-11-17 15:32:35 -0400
  • 11998a63cd Make data.prefix.set() async Juan Cruz Viotti 2014-11-17 15:20:19 -0400
  • 5eeb4e04ee Remove unneeded logErrorOrContinue Juan Cruz Viotti 2014-11-17 15:13:31 -0400
  • fa47ad1201 Implement handy logErrorOrContinue Juan Cruz Viotti 2014-11-17 14:55:36 -0400
  • 798a3ded61 Improve parseCredentials error message Juan Cruz Viotti 2014-11-17 14:54:20 -0400
  • b0fe4f41c1 Implement auth.parseCredentials() Juan Cruz Viotti 2014-11-17 14:40:32 -0400
  • 8e2217b9d5 Install commander.js Juan Cruz Viotti 2014-11-17 14:14:15 -0400
  • d9bfe96cb5 Pass null as first argument for consistency Juan Cruz Viotti 2014-11-14 15:50:29 -0400