1. 6f0ec20 Refactor: Split into two if statements by Sho SHIMIZU · 8 years ago
  2. 6d10aed Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  3. 5c3c091 GUI -- added topo script and configuration for projection onto UK map. by Simon Hunt · 8 years ago
  4. 597d7b2 [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  5. d79fb94 [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  6. 3ac8526 Updating FlowObjectiveService javadoc by Brian O'Connor · 8 years ago
  7. 2980c97 IntentManager refactoring for flow objectives. by Thomas Vachuska · 8 years ago
  8. cdac6e8 Adding command to list mapping between intent class and compiler by Thomas Vachuska · 8 years ago
  9. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  10. 00f4816 Adding copy builders for flow objectives. by Thomas Vachuska · 8 years ago
  11. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  12. 47001d1 Refactor: Inline method by Sho SHIMIZU · 8 years ago
  13. 1807057 ClusterManager support for reacting to cluster metadata changes by Madan Jampani · 8 years ago
  14. 54fa580 Refactor: Extract method by Sho SHIMIZU · 8 years ago
  15. 898fcca Support for watching changes to static cluster metadata file by Madan Jampani · 8 years ago
  16. 64339fe Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  17. d8f7dc4 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  18. 3763a02 Refactor: Rename by Sho SHIMIZU · 8 years ago
  19. 979c3d9 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  20. 931e97d Remove base (p0) partition in StorageManager by Madan Jampani · 8 years ago
  21. 3ec585d Clarify config parameters/environment variables by Bob Lantz · 8 years ago
  22. 43a0b2f [ONOS-4015] Enhance Region CLI to support add/update NodeIds sets by Jian Li · 8 years ago
  23. 5e4d49d Set -u and -e, and respect ONOS_HOME by Bob Lantz · 8 years ago
  24. a428124 GUI - Fixed a timing issue with topology event handler binding. by Simon Hunt · 8 years ago
  25. 3e783d0 Fix NPE in SegmentRoutingManager by Charles Chan · 8 years ago
  26. 1eee51d GUI - added remapping of device type to glyph ID. by Simon Hunt · 8 years ago
  27. 0f8c505 GUI - added CORD logo to glyph library. by Simon Hunt · 8 years ago
  28. 874e0a3 Extract method to create a FlowRule by Sho SHIMIZU · 8 years ago
  29. 953b0fb Move variable definition close to line using the variable by Sho SHIMIZU · 8 years ago
  30. cf74444 [ONOS-4015] Implement Region administration CLI by Jian Li · 8 years ago
  31. b07f6b5 GUI -updated "OTN" design with "laser" idiom. by Simon Hunt · 8 years ago
  32. 4ca8e60 Introduce an easy way to check whether an IP address is multicast or not by Charles Chan · 8 years ago
  33. 56efe43 fix olt cookie issue by alshabib · 8 years ago
  34. f51950d Proposal for replacing Upstart with init.d script. by Jonathan Hart · 8 years ago
  35. c343f7a Stage external apidoc tarball to $ONOS_STAGE_ROOT by HIGUCHI Yuta · 8 years ago
  36. 707a2ac GUI - topo view: added/updated... OTN, ROADM_OTN, FIBER_SWITCH by Simon Hunt · 8 years ago
  37. 82b9d17 Ignore config event if not master not to cause concurrent registrations by Sho SHIMIZU · 8 years ago
  38. a34fcb5 GUI - topo view: enhancements to provide tinting of maps. by Simon Hunt · 8 years ago
  39. 02ba2d1 Correctly handle case when .tar.gz archive is missing by Bob Lantz · 8 years ago
  40. 814a339 Resolve openstacknetworking and openstackswitching dependency issue by Jian Li · 8 years ago
  41. e7bfaae Fixing onos-archetypes-test error by HIGUCHI Yuta · 8 years ago
  42. b8ff641 Fixing device key REST API bugs and adding json definitions. by Brian Stanke · 8 years ago
  43. 05a1ba1 Use allocateNextId when building new NextObjective by Zsolt Haraszti · 8 years ago
  44. d5bf106 Load ComponentConfigService in IntentManager by Sho SHIMIZU · 8 years ago
  45. 0cfdeed Yang Listener for BITS Data Type by Gaurav Agrawal · 8 years ago
  46. ad84e0c [ONOS-4004] DistributedStatisticStore and DistributedFlowStatisticStore make configurable by sangyun-han · 8 years ago
  47. a74171d Added wrapper application of openstack4j by Hyunsun Moon · 8 years ago
  48. 64d3721 Remove retry logic from NewDistributedLeadershipStore by Madan Jampani · 8 years ago
  49. 71cba68 [ONOS-3904] Derived data type and formatting fixes by Vinod Kumar S · 8 years ago
  50. bf15a5a adding cli for aaa to show users by Qianqian Hu · 8 years ago
  51. fdfdb70 Use ONOS_STAGE_ROOT if defined by HIGUCHI Yuta · 8 years ago
  52. 8b8ebdc UT for YANG translator utils by b.janani · 8 years ago
  53. 25938a5 Add logging in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  54. facad99 GUI - topo view: enhancements to allow scaling of bay area map. by Simon Hunt · 8 years ago
  55. 265cd83 Remove groupId casting to short from rest handler by Zsolt Haraszti · 8 years ago
  56. 964d948 Simplified RegionCodec in places. by Simon Hunt · 8 years ago
  57. 2e02fab Fix some typos in meter and group REST API by Jian Li · 8 years ago
  58. 0c45180 [ONOS-4016] Implement Region administration REST API by Jian Li · 8 years ago
  59. e1bef6e GUI - Added bay area topojson. by Simon Hunt · 8 years ago
  60. 630c882 Update StorageManager.getPartitionInfo() to delegate to PartitionAdminService.partitionInfo() by Madan Jampani · 8 years ago
  61. 53f4c89 Make use of Optional more idiomatic by Sho SHIMIZU · 8 years ago
  62. 4dab561 Narrow the scope of the variable by Sho SHIMIZU · 8 years ago
  63. 9c512e0 [ONOS-3897] Yang Listener for Enumeration Data Type by Gaurav Agrawal · 8 years ago
  64. 79359df [ONOS-4016] Enhance unit test to check the content inside masters by Jian Li · 8 years ago
  65. 4bf8b15 [ONOS-3908] YANG container translator. by Bharat saraswal · 8 years ago
  66. 627f0e5 Make test a little more resilient in the face of flows being slow to be installed by Ray Milkey · 8 years ago
  67. fe447c5 ONOS-4033 - 500 error when ethType is not specified by Ray Milkey · 8 years ago
  68. a5e9beb Fix typo by Sho SHIMIZU · 8 years ago
  69. e8f656c Reduce depth of indent by Sho SHIMIZU · 8 years ago
  70. 12d0268 Prevent NullPointerException by Sho SHIMIZU · 8 years ago
  71. 8d964f1 Updating copyright; using as a test for new module owner permissions. by Thomas Vachuska · 8 years ago
  72. 76b046e Ignore device event if not master not to cause concurrent registrations by Sho SHIMIZU · 8 years ago
  73. 4cee50f Make IntentManager configurable to tell test mode by Sho SHIMIZU · 8 years ago
  74. f4c617c config ang key validation and UT for the same by Vidyashree Rama · 8 years ago
  75. 5551f52 Simple test application for load testing distributed consensus by Madan Jampani · 8 years ago
  76. f9b94ab Add an option to flows/groups command that print flow/group count only by Charles Chan · 8 years ago
  77. a0568d2 UT for checking default values of list sub-statements by Vidyashree Rama · 8 years ago
  78. 68c55e1 Unit Test Cases For YANG Io by b.janani · 8 years ago
  79. 8e038eb Adding a grid topology simulator to the null provider. by Thomas Vachuska · 8 years ago
  80. b68b9a8 [ONOS-4016] Add Region codec with unit test for Region REST API by Jian Li · 8 years ago
  81. 8b0fdaa HostLocationProvider should not remove hosts installed by other providers by Charles Chan · 8 years ago
  82. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  83. c94b485 Fix StoragePartition to return a furture for opening partition client + Fixes in AtomixLeaderElector by Madan Jampani · 8 years ago
  84. f1d87ca Use ConsistentMap (and not the local cache) when querying leader for a topic by Madan Jampani · 8 years ago
  85. db2afd3 Publish a list of changes when leadership changes occur by Madan Jampani · 8 years ago
  86. 0c0cdc6 AsyncLeaderElector APIs in support for mastership balancing by Madan Jampani · 8 years ago
  87. 48bf76c STC scenario for creation and testing of flow objectives by Ray Milkey · 8 years ago
  88. 72282af Fixes some issues that were preventing intent tests from running by Madan Jampani · 8 years ago
  89. d0949d2 ONOS-3864 : glyohs for OTN and FIBER_SWITCH. by Simon Hunt · 8 years ago
  90. f6ec97b Initial work for adding flow-objective backed intents. by Thomas Vachuska · 8 years ago
  91. b88b3f8 [ONOS-3834] Install load balanced forwarding rules by Phaneendra Manda · 8 years ago
  92. 67c9010 Change the behavior of resource registration to fix ONOS-3827 by Sho SHIMIZU · 8 years ago
  93. 784af31 Intent ID filter and resource type filter for CLI "allocation" command. by Naoki Shiota · 8 years ago
  94. 0c330cd [ONOS-3902, ONOS-3903, ONOS-3904] string type, integer type derrived type by Vinod Kumar S · 8 years ago
  95. 4afa61d GUI -- separated glyph data from glyph code. by Simon Hunt · 8 years ago
  96. 0f21ad6 [ONOS-3835] Install load balanced classifier rules by Phaneendra Manda · 8 years ago
  97. 547c205 Fail the build if @onos.rsModel specified model json does not exist by HIGUCHI Yuta · 8 years ago
  98. 1dff77c [GEANT] Interface configuration for Cisco devices. by Andreas Papazois · 8 years ago
  99. 125572b Remove methods deprecated in Drake from L2ModificationInstruction API by Ray Milkey · 8 years ago
  100. b0f09be Fixed sona refactoring related issues by Hyunsun Moon · 8 years ago