1. 0e16109 ONOS-6259: Topo2 - Implement server-side highlighting model by Simon Hunt · 7 years ago
  2. f27a929 ONOS-6372: Topo2 - Refactor "location" data to be consistent by Simon Hunt · 7 years ago
  3. 8f60ff8 ONOS-6257: fixing Region-peer-location function... by Simon Hunt · 7 years ago
  4. b877a6f Modified UI model objects to be backed merely by IDs of the core model objects. by Thomas Vachuska · 7 years ago
  5. c4ca710 Europe Region Demo data script written. by Simon Hunt · 7 years ago
  6. 21281fd Refactored Traffic Monitor code to display packets / second. by Simon Hunt · 7 years ago
  7. ad75aa2 Topo2: Fixed instance device count and mastership by Steven Burrows · 7 years ago
  8. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  9. d0fa284 Layout and Region configs. by Simon Hunt · 8 years ago
  10. b7fd080 Implement host-device synthetic links. by Simon Hunt · 8 years ago
  11. 46c82d4 Fix for ONOS-291. Highlighting intents in ONOS GUI for selected links. by Prince Pereira · 8 years ago
  12. c13082f ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  13. 4f4ffc3 ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  14. 58a0dd0 Included connect point port number in definition of UiLinkId. by Simon Hunt · 8 years ago
  15. c0f20c1 Implemented initial loading of ModelCache. by Simon Hunt · 8 years ago
  16. 642bc45 ONOS-4326: Focusing on add/remove cluster member. (WIP). by Simon Hunt · 8 years ago
  17. 72f3f10 Change the data type of Data Point value from Double to Object by Jian Li · 8 years ago
  18. 1077dd7 Add annotation to ChartModel by Jian Li · 8 years ago
  19. 1546882 Revise ChartModel and add ChartRequestHandler, ChartUtils classes by Jian Li · 8 years ago
  20. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  21. b6859e1 [ONOS-3949] Initial implementation of a Chart Model for Web GUI by Jian Li · 8 years ago
  22. 3afbc7f Adding ability to project device, link and host model as alternate entities. by Thomas Vachuska · 8 years ago
  23. d0dd135 API changes for net config link provider by Ray Milkey · 8 years ago
  24. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  25. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  26. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  27. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  28. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago
  29. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  30. cd15027 ONOS-3320: PropertyPanelTest fails in non-English locale. by Simon Hunt · 9 years ago
  31. e9343f3 GUI Topo -- Cleaned up NodeBadge, now that we have a clearer idea of what we want to model. by Simon Hunt · 9 years ago
  32. 8589757 GUI Topo -- added NodeBadge field to NodeHighlight. by Simon Hunt · 9 years ago
  33. 83c5b83 GUI Topo -- added NodeBadge model object. by Simon Hunt · 9 years ago
  34. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  35. 5256066 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  36. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  37. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  38. df6a6e4 Modify TimeFormatterTest to work on some systems to address [ONOS-2732] by Jon Hall · 9 years ago
  39. 7229721 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  40. d6685d0 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  41. 8d22c4b ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  42. 3a0598f ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  43. 00a27ff ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  44. 629b99e ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  45. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  46. c244976 GUI -- Bug fixes - TableModel displays empty cell instead of causing NPE if no value is given. Sort icons and direction are reset when view is destroyed. by Bri Prebilic Cole · 9 years ago
  47. 27bf079 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise. by Simon Hunt · 9 years ago
  48. 9467a23 GUI -- General GUI backend cleanup and bug fixes. Added custom formatters for existing tables, unit test for Enum Formatter, and more glyphs. by Bri Prebilic Cole · 9 years ago
  49. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  50. 9ffbd8d GUI -- Table Model et al -- added missing unit tests. by Simon Hunt · 9 years ago
  51. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  52. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  53. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  54. e982815 GUI -- Initial cut at a simple table/row/cell model to allow us more control over the comparison / formatting of cell values for GUI tables. by Simon Hunt · 9 years ago
  55. 889648c Added an adapter. by Thomas Vachuska · 9 years ago
  56. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  57. 3553b30 ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism. by Thomas Vachuska · 9 years ago
  58. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago