1. a6ab9f0 ONOS-6726: UI-Lion: Quick Help. by Simon Hunt · 7 years ago
  2. 1f4365d UI-Lion: A little more client-side logging. by Simon Hunt · 7 years ago
  3. c1656ed UI-Lion: Final piece to the POC puzzle !!! by Simon Hunt · 7 years ago
  4. e556e94 UI-Lion: by Simon Hunt · 7 years ago
  5. 083e6fb UI-Lion: Cluster View localized (to English). by Simon Hunt · 7 years ago
  6. 94104e7 Lion Utilities: by Simon Hunt · 7 years ago
  7. 239f09e Replace usage of .html(...) with .text(...) where possible; by Simon Hunt · 7 years ago
  8. 4a8de82 Web UI: augment sanitize() function by Simon Hunt · 7 years ago
  9. 0fe05d6 Web UI: add sanitize() function to fn.js library. by Simon Hunt · 7 years ago
  10. 54462eb Fixed the Theme Service removeListener method by Steven Burrows · 7 years ago
  11. 6985517 Cleaned out deadwood, now that bit rate link styles are processed server-side. by Simon Hunt · 7 years ago
  12. a6ae121 Topo2: sprites now use logical colors. by Simon Hunt · 7 years ago
  13. 95f4b42 Clean up topo2 initialization. (WIP) by Simon Hunt · 7 years ago
  14. fc5c584 ONOS-5726: completed implementation of "showIntent" overlay support. by Simon Hunt · 7 years ago
  15. 539427f Added changes for onos-5738 by Viswanath KSP · 7 years ago
  16. 0cf084b Added changes for ONOS-5661 by Viswanath KSP · 7 years ago
  17. 86af435 Topo2: ONOS-5640, ONOS-5641 ONOS-5645 Show details for Hosts, Links, Sub-Regions by Steven Burrows · 8 years ago
  18. 1c5c861 Topo2: Reset node position and unpin by Steven Burrows · 8 years ago
  19. d189b92 Re-instate SHIFT as a valid keystroke. by Simon Hunt · 8 years ago
  20. 8dab1c7 Shorted if statements Fixed keybinding for use of modifiers by Steven Burrows · 8 years ago
  21. b8d3798 EE unit test and h-bird. by Simon Hunt · 8 years ago
  22. ec1f45c Updated fn-spec to include classNames by Steven Burrows · 8 years ago
  23. f51bf46 WEB UI -- Simplified listener mechanism in theme.js to match that of prefs.js by Simon Hunt · 8 years ago
  24. 120904e ONOS-4745: Fixed device rename Enter/Esc bug. by Simon Hunt · 8 years ago
  25. 12ed9af [ONOS-4624]keybindings are not disabled when dialog panel is in use by Fan Cheng · 8 years ago
  26. 209c6c6 [WEB GUI] Fixed tests: (345 test passing, 21 skipped). by Matteo Scandolo · 8 years ago
  27. cf06077 WEB GUI: Live-reloading development environment by Matteo Scandolo · 8 years ago
  28. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  29. 8a119b0 ONOS-4217: WebUI -- fix broken preferences / querystring precedence. by Simon Hunt · 8 years ago
  30. 341310c Adding a listener mechanism for updated preferences. by Thomas Vachuska · 8 years ago
  31. 0af2691 Adding server-side user preferences. by Thomas Vachuska · 8 years ago
  32. c4f320a Expanded bean varieties. by Simon Hunt · 8 years ago
  33. 5198f08 ONOS-3741: Bind Escape to Cancel and Enter to OK in dialog service. by Simon Hunt · 8 years ago
  34. f4ef6dd GUI: Javascript cleanup and additional utility functions. by Simon Hunt · 8 years ago
  35. 8b28c6b GUI: trie utility operations, and test code. by Simon Hunt · 8 years ago
  36. 737ba48 GUI: util... added createTrie() function to fn.js by Simon Hunt · 8 years ago
  37. a834660 foo servlet by Simon Hunt · 8 years ago
  38. f0eb217 efunc: generate map data by Simon Hunt · 8 years ago
  39. b1d35e8 ee: added coding function. by Simon Hunt · 8 years ago
  40. f90c18b Web UI -- added fs.debug(...) function for conditional debug messages to console by Simon Hunt · 8 years ago
  41. 4092733 GUI -- Clean up of index.html and onos.js generation. by Simon Hunt · 8 years ago
  42. 18d4bc8 ONOS-3548: GUI - additional logical keys now recognized by KeyService. by Simon Hunt · 8 years ago
  43. 9f5e97d GUI: clean up coding style. by Simon Hunt · 8 years ago
  44. fe1f01a "Fixing" GUI key handling. by Thomas Vachuska · 8 years ago
  45. d557925 ONOS-2876 -- GUI - Setting friendly device names. by Simon Hunt · 9 years ago
  46. 7189222 ONOS-2901 - Added fix to ignore reserved global keys, when activating a topo overlay. by Simon Hunt · 9 years ago
  47. 55ee09b GUI -- Strange Device View Table layout fixed in Safari. by Bri Prebilic Cole · 9 years ago
  48. 70aacc4 ONOS-2325 - GUI -- Rewrite / bug fix for table row flashing. Multi-rows act like a unit and row flashes when a single new element is added. by Bri Prebilic Cole · 9 years ago
  49. 9dcaea5 ONOS-1865 - GUI -- Keys from Topo View are deregistered once view is navigated away from. Device and App View 'esc' key registration added. by Bri Prebilic Cole · 9 years ago
  50. 0bc4de2 ONOS-2325 - GUI -- Table View rows now flash yellow when their information updates. Minor device details panel bug fix. by Bri Prebilic Cole · 9 years ago
  51. 4deb0e8 GUI -- added 'debug' query param and cut out noisy debug console messages by default. by Simon Hunt · 9 years ago
  52. 9664137 GUI -- Topology - PortStats traffic: enhanced to change link style based on values (KBps, MBps, GBps). by Simon Hunt · 9 years ago
  53. fcbde89 GUI -- Persisted state of hosts/offline-devices/port-hilite; and a little refactoring to boot. by Simon Hunt · 9 years ago
  54. 0feedc0 GUI -- WIP Device View details panel. Egress Links backend added, updated FnService, added CSS for panel, populates panel with properties and a close button. by Bri Prebilic Cole · 9 years ago
  55. c7ae795 GUI -- User Prefs written as a service; persistent topo settings updated a bit; still WIP. by Simon Hunt · 9 years ago
  56. 1bf1e8c GUI -- keys.js - use 'keyev' as first argument to callback to indicate key event. by Simon Hunt · 9 years ago
  57. 08d08d4 GUI -- Allows for col-width="_px" to be specified in the html of table headers. by Bri Prebilic Cole · 9 years ago
  58. 31bb01f GUI -- Added isMobile() predicate to FnService. by Simon Hunt · 9 years ago
  59. 19a32dd GUI -- Host view implemented on client and server side. by Bri Prebilic Cole · 9 years ago
  60. 90dcc3e GUI -- Added hotkeys (in parentheses) to the tooltips of the topology toolbar buttons. by Simon Hunt · 9 years ago
  61. 0906014 GUI -- Fixed topo toolbar button synchronization with keystroke commands. by Simon Hunt · 9 years ago
  62. 9d28656 GUI -- Navigation Pane canceled with Escape key. by Simon Hunt · 9 years ago
  63. 27a5cc8 GUI -- Moved cap() utility function into FnService. by Simon Hunt · 9 years ago
  64. 639dc66 GUI -- TopoView - re-implemented Quick Help panel. by Simon Hunt · 9 years ago
  65. 36fc15c GUI -- WebSocket close now invokes the Veil Service. by Simon Hunt · 9 years ago
  66. a0eb0a8 GUI -- TopoView - Reimplemented (most of) the ESCAPE key handling. by Simon Hunt · 9 years ago
  67. 3a6eec0 GUI -- TopoView - Migrated helper functions to topoModel.js. by Simon Hunt · 9 years ago
  68. 205099e GUI -- TopoView - added node selection logic. by Simon Hunt · 9 years ago
  69. 245a88e GUI -- Added theme listeners, so the instance panel can update the instances on a theme change. by Simon Hunt · 9 years ago
  70. 48e6167 GUI -- Completed implementation of Instance events (add, update, remove) by Simon Hunt · 9 years ago
  71. a11b4eb GUI -- Continued porting topology behavior over to the new codebase. WIP. by Simon Hunt · 9 years ago
  72. 404f6b2 GUI -- Removed dependence on jQuery -- it turns out that angular implements extend(). by Simon Hunt · 9 years ago
  73. d169deb GUI -- Removed @author tags from all .js/.css etc. to match our code style choice. by Simon Hunt · 9 years ago
  74. 51fc40b GUI -- Sketching out GlyphService. by Simon Hunt · 9 years ago
  75. 8ead3a2 GUI -- Updated copyright year for GUI source files. by Simon Hunt · 9 years ago
  76. 7256d08 GUI -- removed commented out tests. by Simon Hunt · 9 years ago
  77. 4f39bcd GUI -- implemented Theme Service. by Yuta HIGUCHI · 9 years ago
  78. dc6362a GUI -- reworking code to eliminate unnecessary 'ONOS' global. by Simon Hunt · 9 years ago