1. 12 Oct, 2016 3 commits
    • Change-Id: Ic787d73d9d541a93f5e957a3369dbab4b5fa9a6c
      Sithara Punnassery authored
    • Refactored NodeModel
      Added class to the surrounding rect for selected class
      Renamed Panels to avoid conflict with classic topo
      Topo2: Details Panel for single device selection
      Topo2: Added Equalize Masters keyboard shortcut
      Topo2: Toggle Link Port highlighting
      Topo2: Node Labels was returning empty string
             if friendly name was null
      Topo2: Reset map zoom and panning
      
      Change-Id: I0a949b2f8205e1abcfcac5aaec65c18d76e77cff
      Steven Burrows authored
    • We were missing the selector during the
      building of the sp2mp and mp2sp.
      
      Change-Id: Ica456e7c92ef346721ce3f4ceccaf55033d25029
      Pier Ventre authored
  2. 11 Oct, 2016 10 commits
  3. 10 Oct, 2016 1 commit
  4. 07 Oct, 2016 4 commits
  5. 06 Oct, 2016 6 commits
  6. 05 Oct, 2016 2 commits
  7. 04 Oct, 2016 2 commits
  8. 03 Oct, 2016 4 commits
  9. 30 Sep, 2016 6 commits
  10. 29 Sep, 2016 2 commits
    • Simplify logic around scheduling a balancing task and listen
      to RegionEvents. Region Membership updates and Region Updates
      should also trigger a rebalance.
      
      Now, it is possible to queue up another balancing task even
      if there is one running. They'll still never run in parallel
      and will still run with at least a few seconds in between (30),
      but this way we don't ever risk missing an event that makes it
      necessary to rebalance - not even if we were rebalancing exactly
      when that event fired.
      
      Change-Id: I64e1c6fc5e87f2b1fffbefb54c96303dac55d1d1
      Victor Silva authored
    • Change-Id: Id9621aaa306251883f13b7a8b45a8c31e4b70380
      Simon Hunt authored