Skip to content
Snippets Groups Projects
  1. Aug 27, 2016
    • Rodric Rabbah's avatar
      Rebase action proxy (dockerskeleton) on alpine image. · 4ea7897c
      Rodric Rabbah authored
      Reduce image size for docker actions skeleton from 619.8MB to 86.78MB.
      This makes the example docker image size equally smaller.
      Use the base image for python actions but not Swift since the latter not yet ready for a diet.
      4ea7897c
  2. Aug 25, 2016
  3. Aug 03, 2016
    • Rodric Rabbah's avatar
      Modify activation feed so that we grab next batch of messages and commit... · c7cb0795
      Rodric Rabbah authored
      Modify activation feed so that we grab next batch of messages and commit offsets immediately, essentially marking the activation as having satisfied "at most once" semantics (this is the point at which the activation is considered started); if the commit fails, then messages peeked are peeked again on the next poll.
      
      While the commit is synchronous and will block until it completes, at steady state with enough buffering (i.e., maxPipelineDepth > maxPeek), the latency of the commit should be masked.
      
      Add kafka test where we intentionally fail the commit and then confirm recovery.
      
      (Unrelated by stashed in this commit: Ignore any db local ini in ansible directory in case there are more than one.)
      c7cb0795
  4. Aug 02, 2016
  5. Jun 23, 2016
    • Rodric Rabbah's avatar
      Detect target automatically for host when using redo. · 2f2b045f
      Rodric Rabbah authored
      Setup requires env.
      .gitignore small cleanup.
      Fix resource exclusions.
      
      Support deploy.target in ansible deployment.
      Restore build-with ant for redundancy.
      Detect OS is GNU/Linux vs Mac OS X and set deploy target accordingly if not overriden with -D.
      Allow tests with prefix when using ant by passing prefix to underlying gradle.
      2f2b045f
  6. Jun 13, 2016
  7. May 23, 2016
  8. May 06, 2016
    • Rodric Rabbah's avatar
      Moved Swift3 test, fixed formatting issues and extraneous white space in Swift... · f634a588
      Rodric Rabbah authored
      Moved Swift3 test, fixed formatting issues and extraneous white space in Swift code. Fixed up the CLI comments. Tweaked the Swagger docs more but these are a mess we need to fix more systematically.
      
      Refactored Swift tests so that swift:3 extends swift tests. Rewrite Swift CLI tests in Scala and make Swift:3 test actually run the action.
      
      Organize Docker to hit in cache on python layer.
      f634a588
  9. Apr 22, 2016
  10. Apr 20, 2016
  11. Apr 18, 2016
    • Dominik Jall's avatar
      issue #197 restructure ansible deployment. using modes for deploy, clean, initdb. · e8f86e07
      Dominik Jall authored
      adding roles for prereq and postdeploy as well as db role for local CouchDB.
      
      issue #197 introduce deploy and clean mode for each role
      
      issue #197 ignore errors on cleanup. invoker mounts provoke some device busy errors.
      
      issue #197 remove logs on cleanup.
      
      issue #197 don't create retry files
      
      issue #197 merge loadbalancer into controller. remove loadbalancer role.
      
      issue #197 createImmortalDBs, generate whisk.properties, env for travis
      
      issue #197 install ansible via pip on travis.
      
      issue #197 travis does not like us using port 53. changing back to 8600. we are not using consul dns anyway atm.
      
      issue #197 fix cli test
      
      issue #197 fix whisk.version.name and whisk.version.date
      
      issue #197 fix db prefix if hostname has uppercase letters
      
      issue #197 add db role to launch CouchDB if needed.
      
      issue #197 generate db env file to make ant build happy.
      
      issue #197 re-add CLI Dockerfile for now
      
      Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>
      
      issue #197 replace createImmortalDBs.sh with playbook to reduce dependency on code.
      
      Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>
      
      issue #197 add openwhisk.home to whisk.properties
      
      Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>
      
      issue #197 disable ansible on travis for now. enable when team decides to go with ansible.
      
      Signed-off-by: default avatarHoang Anh Le <hoang@de.ibm.com>
      
      issue #197 applied code review feedback: modularize deployment into individual playbooks, factored out initdb mode into db role, created separate roles for db providers which allows us to add more providers in the future, added user prommpt before dropping immortal db (can be overriden via cmd line param for travis)
      e8f86e07
  12. Mar 23, 2016
  13. Mar 15, 2016
  14. Mar 13, 2016
    • Rodric Rabbah's avatar
      Upgrade all kafka clients to 0.9. · 0e1824bd
      Rodric Rabbah authored
      Organize imports and clean up some project dependences.
      
      Export dependences
      
      Set verbosity on producer when changing load balancer verbosity. Change zookeeper for kafka host as part of kafka 9 client upgrade
      
      Remove kafka 0.8.2 jar.
      
      add tests results directory to git ignores.
      
      Change verbosity level Noisy to Debug.
      0e1824bd
  15. Feb 19, 2016
Loading