1. fb2218c Omit Exec Code if Empty by dubeejw · 7 years ago
  2. 37c22e9 Fix swagger config file support by Mark Deuser · 7 years ago
  3. b682489 Fix CLI issues by Mark Deuser · 7 years ago
  4. cf07eac Fix Package Delete by dubeejw · 7 years ago
  5. 333264a Add test for rate throttle. by Rodric Rabbah · 7 years ago
  6. 379fa3f Wait for commit failure before posting new message in test. by Rodric Rabbah · 7 years ago
  7. b7621a6 Remove duplicate test case by Christian Bickel · 7 years ago
  8. db164de API GW end-to-end health test by Mark Deuser · 7 years ago
  9. 12a98b0 Enable API GW routemgmt action tests by Mark Deuser · 7 years ago
  10. 415149b API Gateway router as an instance of generic meta API router. by NICHOLAS W. SPEETER · 7 years ago
  11. 293e8f2 Helpers for fully qualified names. by Rodric Rabbah · 7 years ago
  12. c6f859a Bug fix: resolve action before entitlement service in activate path. This is a special case for sequences that may contain _ as default namespace in their components. Add test with sequence components that contain _ as default namespace. by Ioana Baldini · 7 years ago
  13. 4f9e0b9 Ensure that Promises rejected with no message result in failed activations. by Philippe Suter · 7 years ago
  14. 4844012 Add test with sequence in a rule. by Ioana Baldini · 7 years ago
  15. 21d3aa2 Add test for rule from trigger/action with and without `_` as namespace. by Rodric Rabbah · 7 years ago
  16. 437654a Fix missing binding resolution for actions referenced by rules. by Rodric Rabbah · 7 years ago
  17. f941df3 CLI & entity/invoker support for --main for NodeJS/Python/Swift. by Philippe Suter · 7 years ago
  18. 18940e4 Swift container support for alternative entry points. by Philippe Suter · 7 years ago
  19. df00a7e Python container support for alternative entry points. by Philippe Suter · 7 years ago
  20. dabc8a0 NodeJS container support for alternative entry points. by Philippe Suter · 7 years ago
  21. 7d5e8d0 Introduce --main flag for Java actions by Philippe Suter · 7 years ago
  22. 2c1741e Remove --shared on wsk action cmds. by Rodric Rabbah · 7 years ago
  23. 66b04bd Reflecting new authentication behaviour in whois: returns namespace by Markus Thoemmes · 7 years ago
  24. f72be52 Overwrite wsk config file to prevent polution from .wskprops. by Ioana Baldini · 7 years ago
  25. a962e12 Update Shared Processing by dubeejw · 7 years ago
  26. 928a987 Add the method to get the credentials as a json object by Vincent Hou · 7 years ago
  27. aa07438 pass unique trigger name in test by Dominik Jall · 7 years ago
  28. 395c11f API GW database creation and wipe by Mark Deuser · 7 years ago
  29. fc38e33 seq test with bindings and parameters by Ioana Baldini · 7 years ago
  30. fe3541a API GW CLI support by Mark Deuser · 7 years ago
  31. ab64256 Fix SchedulerTests: Wait for the actor to be terminated by Markus Thoemmes · 7 years ago
  32. 3ac2537 Unify action container environments by Rodric Rabbah · 7 years ago
  33. c09b156 Update NodeJS runtimes and packages to latest by Carlos Santana · 7 years ago
  34. 059c17f System tests for seq with package visibility changes. by Rodric Rabbah · 7 years ago
  35. 10b3770 Allow PUT request for package to have optional binding specified as empty JSON object {}. by Rodric Rabbah · 7 years ago
  36. 35fbe6e Omit Result from Activation if Empty by dubeejw · 7 years ago
  37. 3256983 Introduce ReferencedEntities trait to compute referenced entities for a PUT request. by Rodric Rabbah · 7 years ago
  38. b7ead7c Add package use tests when referencing a non-package or non-existant one for a binding. by Rodric Rabbah · 7 years ago
  39. a1840f0 Rules with actions in packages. by Rodric Rabbah · 7 years ago
  40. c059f19 Internalize Sequence combinator into the controller. by Ioana Baldini · 7 years ago
  41. 2284649 Test for internal server error on data corruption. by Rodric Rabbah · 7 years ago
  42. bc39543 Normalize property reading from file and consul. by Rodric Rabbah · 7 years ago
  43. a38fb2b Fix gaps in package entitlement. by Rodric Rabbah · 7 years ago
  44. 0fd1d59 Fix Failing Property Filter Test by dubeejw · 7 years ago
  45. 656ff22 Add Property Projections by dubeejw · 8 years ago
  46. f4fbb62 Add exec kind to annotation for an action and show it in action list. by Rodric Rabbah · 7 years ago
  47. 047b619 Add option to include Docs in ExtendedCouchClient by Christian Bickel · 7 years ago
  48. 74530f3 Migrate Controller's authentication to the new schema by Markus Thoemmes · 7 years ago
  49. f1f64aa Fix optional config override when not defined (with test). by Rodric Rabbah · 7 years ago
  50. 7087f44 Refactoring of the entitlement trait to remove the "namespaces" method. by Rodric Rabbah · 8 years ago
  51. 2d85a81 Fix Config/WhiskConfig for optional properties. by Rodric Rabbah · 7 years ago
  52. 4a068ff Compute msec duration for whisk activations from actions. by Rodric Rabbah · 7 years ago
  53. a1e2fa7 Refactor sequence tests. Leave creation and retrieval in core cli, move sequence execution testing to system basictesting by Ioana Baldini · 7 years ago
  54. 3d05dbc Initialize docker skeleton with native binaries. by Rodric Rabbah · 8 years ago
  55. 2545240 Do Not Cross Compile CLI by Default by dubeejw · 8 years ago
  56. 93f1b50 Improve extract activation id to work for 'wsk activation get' run result by Ioana Baldini · 7 years ago
  57. 93b35cb Rewrite test script. by Rodric Rabbah · 7 years ago
  58. 32b0b3e Issue #1458, update iOS starterApp FilterForecast action to work with Swift 3 runtime (#1462) by paulcastro · 7 years ago
  59. 3d0248d Allow sanitize to retry on package cleaning for eventual consistency. by Rodric Rabbah · 7 years ago
  60. 07ed3c1 Generate SSL certificate on setup. by Rodric Rabbah · 7 years ago
  61. c45ab90 Enable trigger caching now that cache properly transacts reads and writes. (#1455) by rodric rabbah · 7 years ago
  62. f8d1def Replace InMemoryCache with new impl that avoids read under write races by Nick Mitchell · 8 years ago
  63. 5e9acf4 Add _all_docs call to the extended CouchDbClient by Markus Thoemmes · 7 years ago
  64. 4464e9b Add checks for the number of (atomic) actions in a sequence by Ioana Baldini · 7 years ago
  65. b2fcc07 Thread poll limit through correctly by Markus Thoemmes · 7 years ago
  66. da233c2 'undefined' is displayed on whisk.invoke errors by Jason Peterson · 7 years ago
  67. 93c7372 Reorder testexecution to properly clean up, wait longer than check time in consul check (#1442) by Markus Thömmes · 7 years ago
  68. baed79c Change misleading message in ContainerPool and don't be so verbose. by Perry · 7 years ago
  69. 5ade631 Remove invoker tracking/publishing per-subject activation counts. (#1430) by perryibm · 7 years ago
  70. 9dd7f9b Display Better Error When API Host is not Set by dubeejw · 8 years ago
  71. 5f60ff7 Extend load balancer to track activations. Switch activation throttler from consul to this. (#1407) by perryibm · 7 years ago
  72. 4f64154 Exchange own Kafka image with ches/kafka by Markus Thoemmes · 8 years ago
  73. ea90427 Display Proper Error Message from Error Object by dubeejw · 8 years ago
  74. a07bd50 CLI base64-encodes zip actions and treats them as JS by Philippe Suter · 8 years ago
  75. da66c55 Removing Kafka monitor, implementing standalone isAlive check by Markus Thoemmes · 8 years ago
  76. 9473cf5 Issue #1350 Make Swift 3 default by Paul Castro · 8 years ago
  77. 6f0d3d2 up socket timeout of python action to 60 seconds by Dominik Jall · 8 years ago
  78. b663d0b Unify support for zip/jar creation in container tests. by Philippe Suter · 8 years ago
  79. 342d7f1 Container support for zipped node modules as actions by Philippe Suter · 8 years ago
  80. a29c85a Added a `binary` field to action records. by Philippe Suter · 8 years ago
  81. 8882e91 Add group-parameter to couch-view-execution by Christian Bickel · 8 years ago
  82. 9904837 Issue #1371, dynamically generate swift compile and link script (#1393) by paulcastro · 8 years ago
  83. f6535f8 upgrade node actions for use version v.0.12.16 and v6.7 (#1389) by jeremiaswerner · 8 years ago
  84. c2d80e0 Allow JSON to be Input from a File (#1175) by James Dubee · 8 years ago
  85. 39e9e62 Do Not Omit Fields from Activation Records by dubeejw · 8 years ago
  86. 2892960 Use Promises within nodeJsAction proxy code. (#1348) by Philippe Suter · 8 years ago
  87. aed8fac Generalize queryMap to activationMap. by Perry · 8 years ago
  88. c45b283 Plumb loadbalancerService into Entitlement complex. by Perry · 8 years ago
  89. 5983678 Prevent Entity Names from being Modified by dubeejw · 8 years ago
  90. fc9a60a Update JSON Index for CLI Download by dubeejw · 8 years ago
  91. 746e824 Add manual compilation to Swift 3 action container by Paul Castro · 8 years ago
  92. c8eeb0d Do not save container log by default. (#1339) by perryibm · 8 years ago
  93. d80c37b Wrap Kafka Consummer onMessage with exception handling. by cbickel · 8 years ago
  94. a6176f9 Tweak parameter as short term fix until consul work is completed by Perry · 8 years ago
  95. 7a95635 Allow Namespace Get to Retrieve Different Namespaces by dubeejw · 8 years ago
  96. 76ddbd5 Issue 1133, update Swift 3 container and tests by Paul Castro · 8 years ago
  97. d548b98 Raised payload size limit in nodejsaction proxy (#1324) by Philippe Suter · 8 years ago
  98. d375164 increase allowed action duration from 30 to 45 sec by Perry · 8 years ago
  99. aff11d9 Remove Try on activaton-wait, should these fail, the Try hides the underlying issue. by Rodric Rabbah · 8 years ago
  100. c046d74 Fixes two errors in invoke path: by Rodric Rabbah · 8 years ago