1. d44b31c bug fixes, updated templates, php support (#25) by Andrew Trice · 6 years ago master
  2. 325dc88 Add ASF License headers to all source files. Fix other scan errors. (#23) by Matt Rutkowski · 7 years ago
  3. 998867c Delete License by Matt Rutkowski · 7 years ago
  4. ac4d73f Create LICENSE.txt by Matt Rutkowski · 7 years ago
  5. 9d70fbf Update CONTRIBUTING.md by Matt Rutkowski · 7 years ago
  6. 2dd923f updated version by ANDREW M. TRICE · 7 years ago 0.0.5
  7. c567440 added logic to handle missing wskdb gracefully by ANDREW M. TRICE · 7 years ago
  8. 21fdc83 merged upstream changes by ANDREW M. TRICE · 7 years ago
  9. ea95a60 WIP: debugger + latest npm module by ANDREW M. TRICE · 7 years ago
  10. d36d5ab builds linux by Jeff Sloyer · 8 years ago
  11. 6a9c92a Merge pull request #13 from openwhisk/build by Jeff Sloyer · 8 years ago
  12. 71b0aba fixed included files by Jeff Sloyer · 8 years ago
  13. d55afbe removed hygiene task by Jeff Sloyer · 8 years ago
  14. 4acce7b prevents checkins for builds by Jeff Sloyer · 8 years ago
  15. cf685c9 builds zip file by Jeff Sloyer · 8 years ago
  16. 50f4dfa updated release number by ANDREW M. TRICE · 8 years ago 0.0.4
  17. e72b5bb now has unique file names when using 'get' or 'init' actions by ANDREW M. TRICE · 8 years ago
  18. 2957412 fixed #8 - added check for vscode.workspace.rootPath by ANDREW M. TRICE · 8 years ago
  19. cbdda30 Merge branch 'master' of github.com:openwhisk/openwhisk-vscode by ANDREW M. TRICE · 8 years ago
  20. 6265ad1 Merge pull request #10 from openwhisk/marketplace by Jeff Sloyer · 8 years ago
  21. 7daf733 added marketplace stuff by Jeff Sloyer · 8 years ago
  22. 63edd7b Update package.json by Jeff Sloyer · 8 years ago
  23. 1faab57 Update package.json by Jeff Sloyer · 8 years ago
  24. be69670 Update README.md by Jeff Sloyer · 8 years ago
  25. a348e71 Merge branch 'master' of github.com:openwhisk/openwhisk-vscode by Jeff Sloyer · 8 years ago
  26. 0e8810d updated license by Jeff Sloyer · 8 years ago
  27. ce35cf2 updated items for marketplace by Jeff Sloyer · 8 years ago
  28. 1296508 removed "init" for JS6. currently no way to differentiate when using 'create' by ANDREW M. TRICE · 8 years ago
  29. d10e136 added python support & externalized templates by ANDREW M. TRICE · 8 years ago
  30. 3396f07 changed launch.json back to working config by ANDREW M. TRICE · 8 years ago
  31. cf0d9f6 Merge pull request #7 from openwhisk/fix-dev-mode by Andrew Trice · 8 years ago
  32. a4dc7fa fix dev mode by Jeff Sloyer · 8 years ago
  33. 39bb65f Update .travis.yml by Jeff Sloyer · 8 years ago
  34. 449d39b Create .travis.yml by Jeff Sloyer · 8 years ago
  35. 247f9a0 Update README.md by Jeff Sloyer · 8 years ago
  36. 505d1c3 Create issue_template.md by Jeff Sloyer · 8 years ago
  37. 610ce46 Create CONTRIBUTING.md by Jeff Sloyer · 8 years ago
  38. 9474332 Update README.md by Jeff Sloyer · 8 years ago
  39. a92d9d5 Update README.md by Jeff Sloyer · 8 years ago
  40. 5619f13 bumped release by Jeff Sloyer · 8 years ago 0.0.3
  41. 2bf358f Merge branch 'master' of github.com:openwhisk/vscode-openwhisk by ANDREW M. TRICE · 8 years ago
  42. bbe1fe5 added Apache v2 license by ANDREW M. TRICE · 8 years ago
  43. e4f85bc Update README.md by Jeff Sloyer · 8 years ago
  44. efc84b5 Merge branch 'master' of github.com:IBM-Bluemix/openwhisk-vscode-extension by ANDREW M. TRICE · 8 years ago
  45. 96a67d9 updated version number in package.json by ANDREW M. TRICE · 8 years ago
  46. 3518763 linting on wsk and corrected package.json by Jeff Sloyer · 8 years ago 0.0.2
  47. 1a36cd6 moved src by Jeff Sloyer · 8 years ago
  48. 1afb6e3 fixed bug in REST/Curl endpoint generation by ANDREW M. TRICE · 8 years ago
  49. 934ada6 added support for activations by ANDREW M. TRICE · 8 years ago
  50. 95c4ab3 work in progress - added triggers and rules, and a few bug fixes by ANDREW M. TRICE · 8 years ago
  51. a7e74f7 more windows fixes by Jeff Sloyer · 8 years ago
  52. e91959c fixes issue with windows by Jeff Sloyer · 8 years ago
  53. 07210f5 fixes whisk on windows by Jeff Sloyer · 8 years ago
  54. 4ba5ca6 Update wsk.property.js by Jeff Sloyer · 8 years ago
  55. 7e88e5a Update package.json by Jeff Sloyer · 8 years ago
  56. 7260368 Merge pull request #2 from IBM-Bluemix/fix-tests by Jeff Sloyer · 8 years ago
  57. fdb808f dirty fix for fixing tests by Jeff Sloyer · 8 years ago
  58. 3614228 Merge pull request #1 from IBM-Bluemix/fix-styling by Andrew Trice · 8 years ago
  59. 8d1939b fix styling by Jeff Sloyer · 8 years ago
  60. 6b866a4 removed exta file by Jeff Sloyer · 8 years ago
  61. a663ed9 fixed stylign by Jeff Sloyer · 8 years ago
  62. 0dd5481 prevents checkin of built extension by Jeff Sloyer · 8 years ago
  63. 952778e references new src location by Jeff Sloyer · 8 years ago
  64. 301e0bc added some new required files by Jeff Sloyer · 8 years ago
  65. 3f76504 minor updates to package.json by ANDREW M. TRICE · 8 years ago
  66. 6db856f Merge branch 'master' of github.com:IBM-Bluemix/openwhisk-vscode-extension by ANDREW M. TRICE · 8 years ago
  67. 3c13950 added missing "use strict"; - it now works in BM Code by ANDREW M. TRICE · 8 years ago
  68. b1b67fd added missing "/" when adding steps to actions by ANDREW M. TRICE · 8 years ago
  69. a9b1dd5 removed builds by Jeff Sloyer · 8 years ago
  70. c4abda5 updated readme and uploaded latest build by ANDREW M. TRICE · 8 years ago 0.0.1
  71. 662f82e removed old files by ANDREW M. TRICE · 8 years ago
  72. 1bcee79 restructuring source/builds/github content organization by ANDREW M. TRICE · 8 years ago
  73. d729a32 lots of feature enhancements - sequences, parametrs, etc... also updated readme with instructions and screenshot by ANDREW M. TRICE · 8 years ago
  74. 61647a8 added property set/unset/get. you can now set auth creds, and i also added better exception handling on most promises (but not all yet) by ANDREW M. TRICE · 8 years ago
  75. 65dff73 added util function to open OpenWhisk console on bluemix by ANDREW M. TRICE · 8 years ago
  76. 4a5c75b added error handling and error log output to debug console by ANDREW M. TRICE · 8 years ago
  77. c4e116b Switched to use forked version of openwhisk-client-js until BaseOperationError is merged - allows us to capture more error detail by ANDREW M. TRICE · 8 years ago
  78. 3c1318e another readme update by ANDREW M. TRICE · 8 years ago
  79. 0fdacb9 updated readme by ANDREW M. TRICE · 8 years ago
  80. 8baecd7 added video preview to readme by ANDREW M. TRICE · 8 years ago
  81. ab45794 initial commit by ANDREW M. TRICE · 8 years ago