1. 25 Apr, 2016 7 commits
  2. 23 Apr, 2016 1 commit
    • - Change name: McastEventHandler -> McastHandler
      - Separate HostHandler from SRManager
      - Move storekeys to a dedicated package
      - Replace SRObjevtiveContext and BridgeTableObjectiveContext with DefaultObjectiveContext
      
      Change-Id: Iab25529487004759105e5ba60c1d2a3852ac45e6
      Charles Chan authored
  3. 22 Apr, 2016 7 commits
  4. 21 Apr, 2016 8 commits
  5. 20 Apr, 2016 8 commits
  6. 19 Apr, 2016 9 commits
    •  - Do not include known peers in heartbeat message and instead each node relies on cluster metadata to add/remove nodes from inventory
       - Ignore heartbeats from nodes that are removed
      
      Change-Id: Ia20ce84ad88aa6c723a21af1fe7f6899821181ed
      Madan Jampani authored
    • Change-Id: I8c189584dde590842075bea7e03c4c8ecf8d72c2
      Madan Jampani authored
    • Change-Id: I0b98de095a03a7baedc884f913d42db386dcb163
      Aaron Kruglikov authored
    • Change-Id: I6cc23cd567954daaee59271123a07040853e695b
      Ray Milkey authored
    • Change-Id: I3cd3632e29ff8c5eaf8328a7fdf77ead0b2d9093
      Aaron Kruglikov authored
    • Change-Id: I1aa9c40bf2a925c885a845e6861880c321afd1c7
      Thomas Vachuska authored
    • Change-Id: Ib960a15398a3b9f529f9ad28402d5bac539fb525
      Bharat saraswal authored
    • - Use execute instead of submit so that uncaught Exception will
        be dealt and logged by ExecutorService's handler.
      - Use component's own logger
      
      Change-Id: I761264aea00748980929b5048e111756776dd2f6
      HIGUCHI Yuta authored
    • Remove network-cfg
          Each app has its own way to interpret the config.
          Therefore it doesn't make sense to keep a generic one
          In long term, each app should have a json schema that explain the meaning
      Remove network-cfg-fabric4x4
          It does not provide more info than 2x2
      Remove network-cfg-fabric2x2-default-route and network-cfg-fabric2x2-xconnect
          Keeping features in different configs doesn't help much but make people confused
          Also it's hard to maintain so many samples
      Add network-cfg-fabric-2x2-all
          Full fabric config with readme
          The html documentation is just temporary. We will have a json schema
      Rename/update network-cfg-fabric-2x2-min.json
          Minimum config required by the fabric
      
      Change-Id: I93332d8166c264b9dbb7819b90099c2f19fcf3b5
      Charles Chan authored