1. 7a004ae Fix "Driver service not bound yet" issue in optical compiler. by HIGUCHI Yuta · 8 years ago
  2. fd72440 Fix for ONOS-4484 flows left behind after intent reroute by Ray Milkey · 8 years ago
  3. 943893f Allow turning off CoreEventDispatcher watchdog for debugging. by Jonathan Hart · 8 years ago
  4. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  5. 4ad9df0 Cosmetic fixes for DefaultClusterMetadataProvider by HIGUCHI Yuta · 8 years ago
  6. d2c8b15 corsa support intent by Michele Santuari · 8 years ago
  7. 6972ae6 [ONOS-4513] Remove optical dependency from store/dist by HIGUCHI Yuta · 8 years ago
  8. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  9. 072ee2f Remove unnecessary CHECKSTYLE comment by HIGUCHI Yuta · 8 years ago
  10. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  11. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  12. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  13. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  14. d5a8f01 Bug fix for ONOS-4491 by Aneesha Pailla · 8 years ago
  15. 6057d08 Partial support for LambdaQuery returning FLEX grid. by HIGUCHI Yuta · 8 years ago
  16. be27bb3 Updating BUCK files by Brian O'Connor · 8 years ago
  17. 105cf53 ONOS-3748 Resubmitting pending PURGE_REQ intents by Brian O'Connor · 8 years ago
  18. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  19. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  20. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  21. a6b4dc7 Extract interface consisting of read-only operations by Sho SHIMIZU · 8 years ago
  22. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  23. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  24. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  25. 0ae473d STC fixes by Ray Milkey · 8 years ago
  26. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  27. 3f1c61e Removing listeners from deviceService at deactivation of Group and Flow managers to avoid NPE by Andrea Campanella · 8 years ago
  28. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  29. 17c09da Tighten visibility of constant by Sho SHIMIZU · 8 years ago
  30. ec932bd Fix missing return statement in MPLS label allocation by Sho SHIMIZU · 8 years ago
  31. 11a2928 Privatize error messages. by Simon Hunt · 8 years ago
  32. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  33. 0d39bba Remove method not being used for long by Sho SHIMIZU · 8 years ago
  34. 97a93dd Tighten visibility of method by Sho SHIMIZU · 8 years ago
  35. f36a836 Fix one of the causes of ONOS-3954 by Sho SHIMIZU · 8 years ago
  36. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  37. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  38. 67023a2 Minor javadoc fixes. by HIGUCHI Yuta · 8 years ago
  39. f60e45f Remove L0SubType.LAMBDA which now gets unnecessary by Sho SHIMIZU · 8 years ago
  40. 6ebb36e fix mastership by Michele Santuari · 8 years ago
  41. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  42. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  43. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  44. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  45. 07ade9b Use Stream API instead of for loop by Sho SHIMIZU · 8 years ago
  46. 94eff80 Remove deprecated interface, its implementation and CLIs by Sho SHIMIZU · 8 years ago
  47. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  48. 394918d Separate resource search from resource allocation by Sho SHIMIZU · 8 years ago
  49. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  50. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  51. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  52. 0c59de0 OpticalCircuitIntentCompiler - fix resource allocation failure (bug ONOS-4184) by Rimon Ashkenazy · 8 years ago
  53. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  54. d9b5f55 Refactor getIntegerProperty and isPropertyEnabled methods into Tools by Jian Li · 8 years ago
  55. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  56. c747729 Refactor Comparator class to break dependency of core/net on the CLI by Ray Milkey · 8 years ago
  57. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  58. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  59. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  60. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  61. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  62. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  63. f172d40 Cluster scaling enchancements by Madan Jampani · 8 years ago
  64. d7909ca Fixes for javadoc errors by Ray Milkey · 8 years ago
  65. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  66. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  67. d931a9b Refactor some core testing adapters to not be in the openflow hierarchy by Ray Milkey · 8 years ago
  68. 8a4f8a1 Refactor: Reserve resources only in one place by Sho SHIMIZU · 8 years ago
  69. 8378ccf Making default single table pipeline accept SPECIFIC as well as VERSATILE flow objectives. by Thomas Vachuska · 8 years ago
  70. 98de57a Refactor: Rearrange method definition order by Sho SHIMIZU · 8 years ago
  71. 9fe0f36 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  72. aa00e50 Refactor: Reduce use of null by Sho SHIMIZU · 8 years ago
  73. 2e78d90 Unit tests for flow objective manager by Ray Milkey · 8 years ago
  74. 0a9ad9a Use VERSATILE for flow objectives from paths by Ray Milkey · 8 years ago
  75. 3debf50 Fixing up config message in the intent registrator. by Thomas Vachuska · 8 years ago
  76. bdbdd24 Adding configurability for registration of flow-based intent compilers. by Thomas Vachuska · 8 years ago
  77. db74ec7 Flow Objective compiler for link collections intents by Ray Milkey · 8 years ago
  78. a567124 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  79. 6953cf1 Refactor: Tighten method visibility by Sho SHIMIZU · 8 years ago
  80. 0a8332c Refactor: Inline method by Sho SHIMIZU · 8 years ago
  81. caf0b34 Refactor: Make method simpler by Sho SHIMIZU · 8 years ago
  82. d620967 Simplify statements by Sho SHIMIZU · 8 years ago
  83. ec0433d Refactor: Split into two if statements and inline variables by Sho SHIMIZU · 8 years ago
  84. 8879991 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  85. 0505f1d Refactor: Simplify method by Stream API by Sho SHIMIZU · 8 years ago
  86. 1f8188d Changing error message in case of no pipeliner by Andrea Campanella · 8 years ago
  87. 6f0ec20 Refactor: Split into two if statements by Sho SHIMIZU · 8 years ago
  88. 6d10aed Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  89. 2980c97 IntentManager refactoring for flow objectives. by Thomas Vachuska · 8 years ago
  90. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  91. 47001d1 Refactor: Inline method by Sho SHIMIZU · 8 years ago
  92. 1807057 ClusterManager support for reacting to cluster metadata changes by Madan Jampani · 8 years ago
  93. 54fa580 Refactor: Extract method by Sho SHIMIZU · 8 years ago
  94. 898fcca Support for watching changes to static cluster metadata file by Madan Jampani · 8 years ago
  95. 64339fe Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  96. d8f7dc4 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  97. 3763a02 Refactor: Rename by Sho SHIMIZU · 8 years ago
  98. 979c3d9 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  99. 874e0a3 Extract method to create a FlowRule by Sho SHIMIZU · 8 years ago
  100. 953b0fb Move variable definition close to line using the variable by Sho SHIMIZU · 8 years ago