Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Aug 16, 2016
  3. Aug 15, 2016
  4. Aug 13, 2016
  5. Aug 12, 2016
  6. Aug 10, 2016
  7. Aug 09, 2016
  8. Aug 05, 2016
  9. Aug 04, 2016
    • Rodric Rabbah's avatar
      Split CLI tests into basic usage and integration tests. · b1708560
      Rodric Rabbah authored
      Change units from Int to ByteSize for byte-sized-limited, update comments and json serdes, add byte size subtraction, update tests.
      
      Make some const values core package visible.
      
      Make memory option byte-sizes.
      
      Add toString on byte-size and update error messages.
      
      Remove printlns.
      
      Update and move tests around between packages.
      
      Make TimeLimit constructor accept only a duration.
      
      Revert change to log/memory limit constructor so that the type is int not bytesize (really would want to constrain this to be MB but the type conversions aren't that rich and arguably not worth it as this can be hidden behind the private constructor).
      
      Change Bytes to B in toString to avoid 1 bytes vs 1 byte. Should it be byte[s] and append the s only when necessary?
      
      Emit parameters should test fail.
      
      Use python CLI for http test as go cli assumes https.
      
      Add some more tests for limits.
      
      Use Python CLI for two tests that do not work with Go CLI.
      
      Add retry on list operations which might need some time to be consistent.
      b1708560
  10. Aug 03, 2016
    • dubeejw's avatar
      WIP: Update Go CLI Package Argument Errors · 1a657a08
      dubeejw authored
      - Display more information about invalid arguments
      1a657a08
    • Rodric Rabbah's avatar
      Fix link to CLI and add API host tip. · 35757468
      Rodric Rabbah authored
      Fix link to db README.
      
      Remove deadcode.
      
      Move gradle helper to gradle directory and update all path.
      35757468
    • dubeejw's avatar
      Make sure that the Github webhook URL is properly encoded before using · 4dc76172
      dubeejw authored
      - Improve error handling when invalid arguments are passed to action commands
      - Display an error when an invalid kind is passed when creating an action
      - Add --kind to action update
      4dc76172
    • 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
  11. Aug 02, 2016
  12. Aug 01, 2016
  13. Jul 30, 2016
  14. Jul 28, 2016
  15. Jul 27, 2016
  16. Jul 26, 2016
  17. Jul 25, 2016
  18. 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
Loading