Skip to content
Snippets Groups Projects
  1. Aug 01, 2016
  2. Jul 30, 2016
  3. Jul 28, 2016
  4. Jul 27, 2016
  5. Jul 26, 2016
  6. Jul 25, 2016
  7. Jul 24, 2016
    • Markus Thoemmes's avatar
      Limit size of the logs, that are written in user containers · 9c309ffe
      Markus Thoemmes authored
      
      This limits the size of logs read from an action container/written to the database by truncating the logs read from the container to the allowed size. Standard (and only allowed value currently) is 10 megabytes.
      
      Signed-off-by: default avatarChristian Bickel <cbickel@de.ibm.com>
      
      Better documentation
      
      Updating documentation bits
      
      Moving formatLog method, some refactoring
      
      Passing LogLimit instead of ObjectSize
      
      Rewrite asserts to withClues
      
      Fixed testcases, proper serdes for ActionLimits
      
      Adding clause to exit log preparation early
      
      Refactor parsing logic, bury size check as deep and early as possible
      
      Refactored log parsing, more readability
      9c309ffe
  8. Jul 22, 2016
  9. Jul 21, 2016
  10. Jul 20, 2016
  11. Jul 19, 2016
  12. Jul 18, 2016
  13. Jul 17, 2016
  14. Jul 16, 2016
  15. Jul 15, 2016
  16. Jul 14, 2016
    • Rodric Rabbah's avatar
      Kafka consumer throttling in invoker (fixes #143). · 5b12fb11
      Rodric Rabbah authored
      Introduced an actor polls the message bus for new messages and dispatches them to the given
      handler. The actor tracks the number of messages dispatched and will not dispatch new
      messages until some number of them are acknowledged.
      
      This is used by the invoker to pull messages from the message bus and apply back pressure
      when the invoker does not have resources to complete processing messages (i.e., no containers
      are available to run new actions).
      
      When the invoker releases resources (by reclaiming containers) it will send a message
      to this actor which will then attempt to fill the pipeline with new messages.
      
      The actor tries to fill the pipeline with additional messages while the number
      of outstanding requests is below the pipeline fill threshold.
      
      Also in this commit a small change to citool: Travis CI job N has logs with URL N+1 for job reference. And a small tweak to the Vagrant doc.
      5b12fb11
    • Mark Deuser's avatar
      Fix error message text check · 78395e59
      Mark Deuser authored
      78395e59
    • James Dubee's avatar
      Flip More CLI Test Suite Switches to Use Go CLI · d2a2456b
      James Dubee authored
      - Use the Go CLI in the following test suites:
      	CLISwiftTests, ConsoleTests, PackageTests, Swift3WhiskObjectTests,
      	WskActionSequenceTests
      
      - Flips the remaining switches to use the Go CLI with test suites
      d2a2456b
  17. Jul 13, 2016
  18. Jul 12, 2016
  19. Jul 11, 2016
Loading