1. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  2. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  3. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  4. 79f6732 [ONOS-3642] Add missing meter icon in topology view by Jian Li · 8 years ago
  5. c4178cc Adding protection against UI extension failures crashing the whole UI. by Thomas Vachuska · 8 years ago
  6. 2dc91dc ONOS-3539 Insert optional delay for showing highlights by Andrea Campanella · 8 years ago
  7. 5212541 Add GUI badging to hosts by Andrea Campanella · 8 years ago
  8. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  9. cd15027 ONOS-3320: PropertyPanelTest fails in non-English locale. by Simon Hunt · 9 years ago
  10. 4a6b54b ONOS-3129 : GUI Intents to Topo :: part 2 - pushing data through topo view and having the intent path show up. by Simon Hunt · 9 years ago
  11. e3026a4 Fixes for Javadoc errors by Ray Milkey · 9 years ago
  12. de99e0b GUI Topo -- Badges - Enhanced uitopo archetype to also use badges. by Simon Hunt · 9 years ago
  13. 13cc083 GUI Topo -- Added missing glyphs by Simon Hunt · 9 years ago
  14. 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
  15. 8589757 GUI Topo -- added NodeBadge field to NodeHighlight. by Simon Hunt · 9 years ago
  16. 83c5b83 GUI Topo -- added NodeBadge model object. by Simon Hunt · 9 years ago
  17. 3ece373 Added a new GUI view for packet processors. by Thomas Vachuska · 9 years ago
  18. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  19. 5256066 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  20. 5b3ff90 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  21. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  22. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  23. 7229721 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  24. d2862c3 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  25. d6685d0 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  26. 191c84a ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  27. 4fc8685 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  28. a17fa67 ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  29. 8d22c4b ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  30. 3a0598f ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  31. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  32. fb94011 ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  33. 00a27ff ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  34. b745ca6 ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  35. 629b99e ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  36. 0af1ec3 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  37. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  38. be63b23 Regard the release when the APIs became deprecated as Cardinal by Sho SHIMIZU · 9 years ago
  39. 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
  40. da58088 GUI -- Further work on refactoring Topology View server side code. by Simon Hunt · 9 years ago
  41. c54cd1b GUI -- Beginnings of structure for topology Overlay API. by Simon Hunt · 9 years ago
  42. d7f7bcc GUI -- Major re-write of server-side Topology View code. WIP. by Simon Hunt · 9 years ago
  43. 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
  44. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  45. 66f7543 GUI -- Made OOTB formatters and comparators final classes. by Simon Hunt · 9 years ago
  46. 0de9fac Fixing and organizing javadocs. by Thomas Vachuska · 9 years ago
  47. ff3dc67 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created. by Bri Prebilic Cole · 9 years ago
  48. 73c5518 GUI -- Deleted deprecated table classes. by Simon Hunt · 9 years ago
  49. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  50. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  51. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  52. 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
  53. abd16f6 GUI -- Introduce TableRequestHandler and refactor all table-based requests to use this class. by Simon Hunt · 9 years ago
  54. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  55. 8ea1f51 GUI -- Deleted deprecated UIMessageHandler. by Simon Hunt · 9 years ago
  56. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  57. 44aa2f8 GUI -- Refactoring of server-side message handlers (Part One). by Simon Hunt · 9 years ago
  58. 3ccb9eb Added some protection again UiExtensions that return null inclusion streams. by Thomas Vachuska · 9 years ago
  59. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  60. 38c2b6a ONOS-1478 - GUI -- Segment navigation menu into categories. by Simon Hunt · 9 years ago
  61. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  62. 1002cd8 GUI -- Added UiViewHidden subclass of UiView to allow for views that do not have an entry in the navigation panel. by Simon Hunt · 9 years ago
  63. e586b79 GUI -- Preliminary work for converting tabular views to use the shared web-socket rather than via REST. WIP. by Thomas Vachuska · 9 years ago
  64. b6acc7b Adding code to enable GUI failover. by Thomas Vachuska · 9 years ago
  65. 4c7edd3 GUI -- Initial cut at bootstrap message from server to client. by Simon Hunt · 9 years ago
  66. 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
  67. 529db0a Preparing GUI resources for dynamic injection of contributed content. Ready to go, but for now disabled in web.xml. by Thomas Vachuska · 9 years ago
  68. a050989 Preparing for dynamic GUI extensibility. by Thomas Vachuska · 9 years ago
  69. d32bfdc Fixing javadocs. by Thomas Vachuska · 9 years ago
  70. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago