Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test use bkshade jar #2

Closed
wants to merge 77 commits into from
Closed

Commits on Aug 25, 2017

  1. Support setting private key content in athenz client plugin (apache#672)

    * Support setting private key content in athenz client plugin
    
    * added privateKey field to authParams in athenz client plugin
    hrsakai authored and Yuki Shiga committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    21a618a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Configuration menu
    Copy the full SHA
    a64d795 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    1a6ffbf View commit details
    Browse the repository at this point in the history
  2. Remove Managed Ledger metadata text format (apache#394)

    * Remove Managed Ledger metadata text format
    
    * MockZookeeper should store values as byte[] and not convert to String
    merlimat authored Aug 29, 2017
    Configuration menu
    Copy the full SHA
    3751baf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. add msgAck and redelivery debug-logs And add topic-name in debug-logs (

    …apache#714)
    
    * Add msgAck and redelivery debug-logs And add topic-name in debug-logs
    rdhabalia authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    df93a42 View commit details
    Browse the repository at this point in the history
  2. CPP Client: Small fixes to make the code work with older libraries - …

    …no change in code logic (apache#724)
    jai1 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    aeeeb56 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Validate dynamic-configuration value while updating or init (apache#725)

    * Validate dynamic-configuration value while updating or init
    rdhabalia authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    aa40ebb View commit details
    Browse the repository at this point in the history
  2. Handle NPE at load-manager when leader couldn't find available broker (

    …apache#726)
    
    * Handle NPE at load-manager when leader couldn't find available broker
    
    * avoid throwing exception
    
    * return empty lookup-result if broker not found
    rdhabalia authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    f8b051a View commit details
    Browse the repository at this point in the history
  3. Issue 733: Event Time support in java client (apache#734)

    - add `event_time` field in message metadata proto
    - expose `setEventTime` in MessageBuilder
    - expose `getEventTime` in Message
    - add event_time test cases for message & message builder
    sijie authored and merlimat committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    070ebc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Update protobuf/README.md (apache#737)

    * Update `protobuf/README.md`
    
    *Problem*:
    
    the cpp protobuf files are automatically generated by Cmake.
    we don't need extra instructions for generating cpp files.
    
    *Solution*:
    
    Remove the content about cpp from `protobuf/README.md`
    
    * Update comment - "C++ code is automatically generated by cmake"
    
    * Address comment
    sijie authored and maskit committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    7b9477b View commit details
    Browse the repository at this point in the history
  2. fix code sample (apache#740)

    lucperkins authored and merlimat committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    6ca3373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec05d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Added reader endpoint description to WebSocket.md (apache#729)

    * Added reader endpoint description to WebSocket.md
    
    * Fixed sample code in WebSocket.md
    
    * Use on('message',listener) in node.js sample code
    hrsakai authored and merlimat committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    5f5015b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9cca05 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    f740f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c75f8f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    8c0d399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2f798 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Reader API for C++ client (apache#717)

    * Reader API for C++ clienReader API for C++ clientt
    
    * Fixed compile error with listener function
    
    * Fixed compile errors and PR comments
    
    * Fixed conversion between MessageId and BatchMessageId
    
    * Removed usage of std::tie
    
    * Revert change in BatchMessageId since it breaks the tracker
    
    * Increase available permits only once
    merlimat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    ee1ba68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a775cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    817898e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    bdbb121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3ba01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c19a1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cf010e View commit details
    Browse the repository at this point in the history
  5. Updated bookkeper version to 4.3.1.72 (apache#757)

    BK changes:
     * Issue apache#372: Allow to configure advertised address in bookies
     * Fix DoubleByteBuf readableBytes()
    merlimat authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    a8abd98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0acfe57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    540b9bc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    2a04683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f15858 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    dd635ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a8c25 View commit details
    Browse the repository at this point in the history
  3. Add option to persist unack-msg range to cursor-ledger if range is hi…

    …gh (apache#758)
    
    * Add option to persist unack-msg range to cursor-ledger if range is high
    
    * Increase managedLedgerMaxUnackedRangesToPersist=10K
    rdhabalia authored Sep 15, 2017
    Configuration menu
    Copy the full SHA
    fed5ae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. End to End Encryption Support - Java client (apache#731)

    * End to End Encryption Support - Java client
    
    * End to End Encryption Support - Java client
    saandrews authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    b5bdd79 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    e7f1160 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    1f7712c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824922a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272f290 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    fbdec45 View commit details
    Browse the repository at this point in the history
  2. Fix some documents (apache#767)

    Yuki Shiga authored and merlimat committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    549d1bf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    1e73b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53a5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94b1fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    b96c50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf8eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8487ef View commit details
    Browse the repository at this point in the history
  4. Fix ClientDeduplicationTest intermittent failure with parallel tests (a…

    …pache#777)
    
    * Fix ClientDeduplicationTest intermittent failure with parallel tests
    
    Fix apache#776
    
    * Fixed url for creating namespace
    merlimat authored and rdhabalia committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    79a7790 View commit details
    Browse the repository at this point in the history
  5. Fixed the jar name for the aspectjweaver (apache#775)

    * Fixed the jar name for the aspectjweaver
    
    * Use runtime loader
    merlimat authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    696c4a9 View commit details
    Browse the repository at this point in the history
  6. Ensure producer/consumer are creating before upgrading from HTTP to W…

    …ebSocket (apache#779)
    
    * Ensure producer/consumer are creating before upgrading from HTTP to WebSocket
    
    * Addressed PR comments
    merlimat authored and rdhabalia committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    577b897 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Configuration menu
    Copy the full SHA
    7daee93 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. add dlog impl

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    c127f2c View commit details
    Browse the repository at this point in the history
  2. Initialize DlogBasedPulsar

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    c83a9d7 View commit details
    Browse the repository at this point in the history
  3. sub update

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    a8ab575 View commit details
    Browse the repository at this point in the history
  4. update impl

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    44df4c3 View commit details
    Browse the repository at this point in the history
  5. 9-6

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    61cc884 View commit details
    Browse the repository at this point in the history
  6. update before rebase

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    7874789 View commit details
    Browse the repository at this point in the history
  7. clear before commit

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    0b41040 View commit details
    Browse the repository at this point in the history
  8. internal update

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    dee089f View commit details
    Browse the repository at this point in the history
  9. update dlog impl

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    5898aad View commit details
    Browse the repository at this point in the history
  10. fix test error

    ArvinDevel committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    19b64bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35c6000 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd17a1a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. "change mangedCursor's bk to dlog's bk(cut managedLedgerConfig's comp…

    …atibility with original)"
    ArvinDevel committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    71bb6aa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    aa18b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. "fix some error, such as change ManagedLedgerConfig to DlogBased..., …

    …remove mock bookie when setup"
    ArvinDevel committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7d554e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    7e3f7d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    d61e725 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    f384d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    8cc2af3 View commit details
    Browse the repository at this point in the history
  2. "disable numEntriesPerLedger test, because dlog doesn't has correspon…

    …ding method, and this setting is not necessary enough"
    ArvinDevel committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2f2768a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    459132b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    963f392 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. add standalone conf

    ArvinDevel committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    f7a39a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    c67ab14 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    dc55594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904a2cf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    b3d37a5 View commit details
    Browse the repository at this point in the history