1. 1b1355d Adding ability to wipe-out UI model cache and network config. by Thomas Vachuska · 6 years ago
  2. 99b7bbe Adding REST API and CLI for managing UI user preferences. by Thomas Vachuska · 6 years ago
  3. a87b40c [ONOS-6964][ONOS-6966] Add pipeconf codec and pipeconf view by Yi Tseng · 7 years ago
  4. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  5. 5989ddf ONOS-6730: Lion: I18n for Topology View by Simon Hunt · 7 years ago
  6. cfef6f9 ONOS-6833: UiPreferencesService: augment to include getPreferences(username, prefsKey) by Simon Hunt · 7 years ago
  7. 23f9c7b ONOS-6725: UI-Lion: NavItems. by Simon Hunt · 7 years ago
  8. cffb286 UI-Lion: Reference more bundles. by Simon Hunt · 7 years ago
  9. d6d3ad3 UI-Lion: uberlion event transmitted to the web UI. by Simon Hunt · 7 years ago
  10. d875465 UI-Lion: Better instrumentation of the Lion-bundle-building process. by Simon Hunt · 7 years ago
  11. 00b369a UI-Lion: Migrate BundleStitcher and LionConfig to web.gui module. by Simon Hunt · 7 years ago
  12. 7379a3d UI-Lion: start integration of LionBundles into UiExtension. by Simon Hunt · 7 years ago
  13. b804203 Lion Utilities: by Simon Hunt · 7 years ago
  14. 1169c95 OS-1 : insecure UI websocket. by Simon Hunt · 7 years ago
  15. e6f6461 ONOS-6258: UiTopo2Overlay et al. by Simon Hunt · 7 years ago
  16. 6cc8645 ONOS-6258: UiTopo2Overlay et al. by Simon Hunt · 7 years ago
  17. 47f8fb7 ONOS-6255 : Integrate Topology 2 into Nav Menu. by Simon Hunt · 7 years ago
  18. 5881be8 Oops - checked in exposed Topo2 Dev by mistake; fixing... by Simon Hunt · 7 years ago
  19. 86b74fc Topo2: Change the map background according to the current layout payload by Steven Burrows · 7 years ago
  20. 732ea83 [ONOS-5523]ProtectedIntentsOverlay by Andrea Campanella · 7 years ago
  21. 7ee9f08 Remove obsolete harness code (TopoX) by Simon Hunt · 7 years ago
  22. c5a99dc [ONOS-4136] Implement Partitions View. by chengfan · 7 years ago
  23. 1bee529 Partial revert of hosts/regions work to fix NPE with null provider. by Simon Hunt · 8 years ago
  24. 9818919 ONOS-4971: Synthetic Link Data -- WIP, merge anyway by Simon Hunt · 8 years ago
  25. d5b9673 TopoRegions: created skeleton Topo2 UI view for development of the "region-aware" topology. by Simon Hunt · 8 years ago
  26. cc0b7d6 Adding support for topology recipes and cleaning up topologies. by Thomas Vachuska · 8 years ago
  27. 986b92f ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  28. fa4bb3b Fixing Europe map scale. by Thomas Vachuska · 8 years ago
  29. 3a9a644 Topojsons have all been formatted with jsonlint by Steven Burrows · 8 years ago
  30. bf8ee80 Move map event handling onto a background thread to unblock even dispatch loop by Madan Jampani · 8 years ago
  31. 7b93ceb Replace ECMap with ConsistentMap in UiExtensionManager by Madan Jampani · 8 years ago
  32. 4d66d0a Implementing the UiLayoutManager. by Thomas Vachuska · 8 years ago
  33. 44b3d2d Clean up ECMap on deactivate by HIGUCHI Yuta · 8 years ago
  34. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  35. 26be4f3 Adding ability to select geo map from the GUI. by Thomas Vachuska · 8 years ago
  36. 3678c2a Remove magic numbers and in-line string constants in UiExtensionManager. by Simon Hunt · 8 years ago
  37. 0af2691 Adding server-side user preferences. by Thomas Vachuska · 8 years ago
  38. fa74dd7 Adding ability for the server to notify clients about GUI additions/removals. by Thomas Vachuska · 8 years ago
  39. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  40. 1f54473 [ONOS-3642] Add GUI Meter View by Jian Li · 8 years ago
  41. 3ece373 Added a new GUI view for packet processors. by Thomas Vachuska · 9 years ago
  42. b466a7e [ONOS-2096] Let GUI support tunnel by chengfan · 9 years ago
  43. 93735af GUI -- deleting experimental code for topo refactoring. by Simon Hunt · 9 years ago
  44. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  45. 51f540f GUI -- Fixed a shut-down exception by explicitly closing all web-sockets on shutdown. by Thomas Vachuska · 9 years ago
  46. aa8b0eb GUI -- Added Settings view by Thomas Vachuska · 9 years ago
  47. c54cd1b GUI -- Beginnings of structure for topology Overlay API. by Simon Hunt · 9 years ago
  48. d7f7bcc GUI -- Major re-write of server-side Topology View code. WIP. by Simon Hunt · 9 years ago
  49. ff3dc67 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created. by Bri Prebilic Cole · 9 years ago
  50. ac829e4 ONOS-1820 - GUI -- Base port stats view created. Navigate to it using device or topo view. by Bri Prebilic Cole · 9 years ago
  51. cdc188d ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. by Bri Prebilic Cole · 9 years ago
  52. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  53. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  54. 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
  55. 07ee46e GUI -- Removed Sample View, now that we have plenty others. by Simon Hunt · 9 years ago
  56. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  57. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  58. 583bc63 Consolidated link list into bidirectional links. Re-ordered views. Took-out builtin views from injected html snippets. by Thomas Vachuska · 9 years ago
  59. 9fb594a GUI -- Base Link View added -- WIP. by Bri Prebilic Cole · 9 years ago
  60. 384e8dc GUI -- Base Cluster View implemented. Bug fixed of table bodies not being wide enough. by Bri Prebilic Cole · 9 years ago
  61. 96f2647 GUI -- Basic Intent View implemented. Includes app id, key, type, and priority. Details / resources to be added later. by Bri Prebilic Cole · 9 years ago
  62. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 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. ef64676 Changing default view of the new GUI to the Topology View. by Thomas Vachuska · 9 years ago
  65. b6acc7b Adding code to enable GUI failover. by Thomas Vachuska · 9 years ago
  66. 4c7edd3 GUI -- Initial cut at bootstrap message from server to client. by Simon Hunt · 9 years ago
  67. 329af53 Deprecating old web-socket stuff and adding ability for client-side message handler registration. Failover still to be done and same for the async hooks. by Thomas Vachuska · 9 years ago
  68. 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
  69. a050989 Preparing for dynamic GUI extensibility. by Thomas Vachuska · 9 years ago
  70. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago