1. 23f21e3 GUI -- Log the name of the logged-in user to the Javascript console, at beginning of index.html. by Simon Hunt · 8 years ago
  2. 170fe4e Removing GUI hang bypass. by Thomas Vachuska · 8 years ago
  3. bf8ee80 Move map event handling onto a background thread to unblock even dispatch loop by Madan Jampani · 8 years ago
  4. d710d8c Temporary GUI fix. by Thomas Vachuska · 8 years ago
  5. 6602db8 Improved test environment by Matteo Scandolo · 8 years ago
  6. 7b93ceb Replace ECMap with ConsistentMap in UiExtensionManager by Madan Jampani · 8 years ago
  7. 530cf46 Used the onosAuth global variable to get the username rather than the websocket service. by Steven Burrows · 8 years ago
  8. 812aa5a Improved README and test environment, added package.json and karma by Matteo Scandolo · 8 years ago
  9. 0c2a28f Add dependency to BUCK build by Ray Milkey · 8 years ago
  10. 4d66d0a Implementing the UiLayoutManager. by Thomas Vachuska · 8 years ago
  11. a9dd019 [ONOS-3949] Add chartBuilder.js, interacts with ChartRequestHandler by Jian Li · 8 years ago
  12. cb1592d Bugfix: fix legend text overlapping issue in Chart.js by Jian Li · 8 years ago
  13. 44b3d2d Clean up ECMap on deactivate by HIGUCHI Yuta · 8 years ago
  14. 338a3b4 Starting implementation of UI topo modeling. WIP. by Simon Hunt · 8 years ago
  15. 7715e89 Web UI - reflect logged-in-username back to UI in the bootstrap event. by Simon Hunt · 8 years ago
  16. a7592bc Show meter and/or table transition in GUI even if flow entry has no other treatment instructions. by Konstantinos Kanonakis · 8 years ago
  17. 041c1aa Fixed the issue when the details panel would remain visible after navigating away from the topo page and back by Steven Burrows · 8 years ago
  18. ea32708 Temporary patch around unavailable username during websocket failover. by Simon Hunt · 8 years ago
  19. 23fb135 Started fleshing out the UI topo model classes. by Simon Hunt · 8 years ago
  20. cda9c03 Converted UiSharedTopologyModel to be a @Service. by Simon Hunt · 8 years ago
  21. ebf3be0 Adding drag-n-drop feedback to app install. by Thomas Vachuska · 8 years ago
  22. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  23. e4da59d Simplifying rules and providing sensible defaults by Brian O'Connor · 8 years ago
  24. 7092cc4 UI topo model - Started fleshing out the UiSharedTopologyModel by Simon Hunt · 8 years ago
  25. e5817c9 Adding src/main/webapp resources to WARs by Brian O'Connor · 8 years ago
  26. 90053ed UI topo - remove 'world' from map options (creates sluggish response) by Simon Hunt · 8 years ago
  27. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  28. d4334db Javadoc warning fixes by Ray Milkey · 8 years ago
  29. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  30. a450bd0 Simplifying Import-Package line in maven-bundle-plugin for REST bundles by Brian O'Connor · 8 years ago
  31. 845c328 Added meter and table transition following other treatment instructions in FlowViewMessageHandler. by Konstantinos Kanonakis · 8 years ago
  32. f679c4e You've been checkstyled! by Simon Hunt · 8 years ago
  33. 26be4f3 Adding ability to select geo map from the GUI. by Thomas Vachuska · 8 years ago
  34. ed804d5 Initial cut for UI topo model implementation. by Simon Hunt · 8 years ago
  35. 8a119b0 ONOS-4217: WebUI -- fix broken preferences / querystring precedence. by Simon Hunt · 8 years ago
  36. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  37. 3678c2a Remove magic numbers and in-line string constants in UiExtensionManager. by Simon Hunt · 8 years ago
  38. 9d61649 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 8 years ago
  39. 341310c Adding a listener mechanism for updated preferences. by Thomas Vachuska · 8 years ago
  40. fba7f3d ONOS-4137 Adding a "ready" check-mark glyph to the node instances. by Thomas Vachuska · 8 years ago
  41. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  42. 0af2691 Adding server-side user preferences. by Thomas Vachuska · 8 years ago
  43. a42ce0b Adding ability to drop OAR files to install apps. by Thomas Vachuska · 8 years ago
  44. fa74dd7 Adding ability for the server to notify clients about GUI additions/removals. by Thomas Vachuska · 8 years ago
  45. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  46. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  47. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  48. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  49. 877ee98 Added title to Application View table and details panel. by Simon Hunt · 8 years ago
  50. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  51. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  52. 1849136 GUI- topo : added debug log of map settings. by Simon Hunt · 8 years ago
  53. 3077df5 Add background (map of Taiwan) to WEB UI by zylin · 8 years ago
  54. b344248 GUI- topo : added warning logs showing a race condition by Simon Hunt · 8 years ago
  55. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  56. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  57. a1f1c02 GUI- poke the traffic monitor to resend highlight data, on topology event. by Simon Hunt · 8 years ago
  58. 24d0c5c Web UI -- Added cog as nav icon for driver matrix view. by Simon Hunt · 8 years ago
  59. 69d820c Added 'cog' glyph. by Simon Hunt · 8 years ago
  60. da0665b Fixing GUI to work with the new flow objective intents. by Thomas Vachuska · 8 years ago
  61. 842283b Web UI: ports view - simplify page title. by Simon Hunt · 8 years ago
  62. a428124 GUI - Fixed a timing issue with topology event handler binding. by Simon Hunt · 8 years ago
  63. 1eee51d GUI - added remapping of device type to glyph ID. by Simon Hunt · 8 years ago
  64. 0f8c505 GUI - added CORD logo to glyph library. by Simon Hunt · 8 years ago
  65. b07f6b5 GUI -updated "OTN" design with "laser" idiom. by Simon Hunt · 8 years ago
  66. 707a2ac GUI - topo view: added/updated... OTN, ROADM_OTN, FIBER_SWITCH by Simon Hunt · 8 years ago
  67. a34fcb5 GUI - topo view: enhancements to provide tinting of maps. by Simon Hunt · 8 years ago
  68. facad99 GUI - topo view: enhancements to allow scaling of bay area map. by Simon Hunt · 8 years ago
  69. e1bef6e GUI - Added bay area topojson. by Simon Hunt · 8 years ago
  70. d0949d2 ONOS-3864 : glyohs for OTN and FIBER_SWITCH. by Simon Hunt · 8 years ago
  71. 4afa61d GUI -- separated glyph data from glyph code. by Simon Hunt · 8 years ago
  72. f715cdb Updated big-icon test page to all built-in glyphs to be accessed also. by Simon Hunt · 8 years ago
  73. d7a5a74 Add Chart.js and angular-chart.js libraries for Web GUI by Jian Li · 8 years ago
  74. a78aeb8 Fix NPE in LinkViewMessageHandler by Charles Chan · 8 years ago
  75. 8dfd3dd Resizing rack diagrams. by Thomas Vachuska · 8 years ago
  76. fedd175 Augment sauce-code. by Simon Hunt · 8 years ago
  77. 7414ae9 Adding rack diagrams. by Thomas Vachuska · 8 years ago
  78. c4f320a Expanded bean varieties. by Simon Hunt · 8 years ago
  79. 1bb87e2 Updated linkupdate test scenario to include 'expected' attribute. by Simon Hunt · 8 years ago
  80. fd7106c ONOS-2470: Implement "Reset Node Locations" function in topology view. by Simon Hunt · 8 years ago
  81. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  82. 219f077 ONOS-3922: added missing expected() function to (synthesized) host links. by Simon Hunt · 8 years ago
  83. 612a177 Adding foo files. by Simon Hunt · 8 years ago
  84. bada076 Adjusted dialog button styling. by Thomas Vachuska · 8 years ago
  85. e75cf18 ONOS-3741: Dialog Service - allow alternate text to be specified with addOk() and addCancel(). by Simon Hunt · 8 years ago
  86. 5198f08 ONOS-3741: Bind Escape to Cancel and Enter to OK in dialog service. by Simon Hunt · 8 years ago
  87. 37d6bd3 Smiley Glyph by Simon Hunt · 8 years ago
  88. f4ef6dd GUI: Javascript cleanup and additional utility functions. by Simon Hunt · 8 years ago
  89. b7f0f64 ONOS-3460 - Link provider that enforces strict configuration by Ray Milkey · 8 years ago
  90. 8b28c6b GUI: trie utility operations, and test code. by Simon Hunt · 8 years ago
  91. 6f7668c GUI : Icon Service -- added registerIconMapping() call. by Simon Hunt · 8 years ago
  92. 6242ede Test page for displaying custom glyphs. by Simon Hunt · 8 years ago
  93. 737ba48 GUI: util... added createTrie() function to fn.js by Simon Hunt · 8 years ago
  94. a834660 foo servlet by Simon Hunt · 8 years ago
  95. 8744ee5 raw: first bin file. by Simon Hunt · 8 years ago
  96. 5b024d7 ONOS-3738: implemented F1..F5 key bindings to topology overlay selection. by Simon Hunt · 8 years ago
  97. 15813b2 Remove unnecessary parentheses (but keep some for clarity). by Simon Hunt · 8 years ago
  98. cc90490 Fix link.online() to return true only if BOTH underlying unidirectional links are marked as online. by Simon Hunt · 8 years ago
  99. eb18f52 Oops! Fix updateLink() function in topology view. by Simon Hunt · 8 years ago
  100. f0eb217 efunc: generate map data by Simon Hunt · 8 years ago