1. 8bcb4f2 [ONOS-3634] Remove readme tag from app.xml by Jian Li · 8 years ago
  2. 5f9603d Use correct user/password when forming ONOS cluster by Phil Huang · 8 years ago
  3. 4d2b490 fix push-test-intents with latch is 0 before countdown by suibin zhang · 8 years ago
  4. 46c6e3e [Falcon] SONA : Supports routers by sanghoshin · 8 years ago
  5. 390498d Added PIM neighbors by Rusty Eddy · 8 years ago
  6. 02c109c [ONOS-3634] Add CLI for displaying extended application properties by Jian Li · 8 years ago
  7. d1a33b6 Rename instance field by Sho SHIMIZU · 8 years ago
  8. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  9. ed627a5 [ONOS-3634] Add more app meta info for various archetypes by Jian Li · 8 years ago
  10. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  11. 52b9336 Added a new method to create a port by Hyunsun Moon · 8 years ago
  12. 53b88a5 Changing timeout to fix lxc node down issue. by Aaron Kruglikov · 8 years ago
  13. b77b60f CORD-380 Added host provider for cordvtn service by Hyunsun Moon · 8 years ago
  14. 182aea5 CORD-380 Changed not to activate ovsdb host provider for cordvtn by Hyunsun Moon · 8 years ago
  15. f2cc1a1 Extracted ovsdb host provider from ovsdb application by Hyunsun Moon · 8 years ago
  16. 70b88d8 Tighten precontinoal checks by Sho SHIMIZU · 8 years ago
  17. c88b85e Rearrange the method declaration order by Sho SHIMIZU · 8 years ago
  18. 67f9281 Remove obsolete comments by Sho SHIMIZU · 8 years ago
  19. 8f2b777 Refactor: Remove try-catch by using CompletableFuture#exceptionally() by Sho SHIMIZU · 8 years ago
  20. a5a312b Replace stale codehaus jackson lib to new fasterxml jackson lib by Jian Li · 8 years ago
  21. 489aa9b Refactor: Use CompletableFuture instead of Executor#execute() by Sho SHIMIZU · 8 years ago
  22. 101417d ONOS-3605 Create thread Session input stream mechanism, adding listener for events from the device by Andrea Campanella · 8 years ago
  23. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  24. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  25. 1f82004 [ONOS-3703] Bumps up external dependencies of onos-maven-plugin by Jian Li · 8 years ago
  26. 27e1b92 Make return value null-safe by Sho SHIMIZU · 8 years ago
  27. 3523973 Ignoring failing unit tests in BGP protocol/controller. by Thomas Vachuska · 8 years ago
  28. 0d21dd1 CORD-60:Splitting OLT application bundle into api and app bundles so that other applications can import the necessary packages from api bundle by Srikanth Vavilapalli · 8 years ago
  29. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  30. 249027e Implementation of Adj-In and Local RIB UT by Priyanka B · 8 years ago
  31. f6c6a30 Fix incorrect input verification check in ClusterMetadata by Madan Jampani · 8 years ago
  32. b4f8508 CORD-472 Added additional flow rules for physical connection by Hyunsun Moon · 8 years ago
  33. b3fa42c Change SingleSwitchFibInstaller to use new router config. by Jonathan Hart · 8 years ago
  34. 7c630c6 GUI- factored out common table frame SVG commands in *table glyph definitions. by Simon Hunt · 8 years ago
  35. 69305ab Remove blank lines by Sho SHIMIZU · 8 years ago
  36. 3dbc888 [ONOS-3722] Add noRowsMessage method to sample UiTableMessageHandler by Jian Li · 8 years ago
  37. 9fa6b8b Improve null safety by returning an empty list by Sho SHIMIZU · 8 years ago
  38. 9aee1f5 Refactor: Consolidate multiple map() invocations to single invocation by Sho SHIMIZU · 8 years ago
  39. f9879c5 Marking ConfigProvider as deprecated. by Thomas Vachuska · 8 years ago
  40. 8baf447 [ONOS-3722] Augment TableModel to support annotations by Jian Li · 8 years ago
  41. d8d92db ONOS-3754 Create driver/behavior for Ciena waveserver by Andrea Campanella · 8 years ago
  42. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  43. d0f063a ONOS-3588: Topo view... prevent device labels from flashing on update. Also deleted unused variables. by Simon Hunt · 8 years ago
  44. 05abf13 Refactor: Generate CompletableFuture first, then process it by Sho SHIMIZU · 8 years ago
  45. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  46. b0c4a07 Refactor: Decompose creating CompletableFuture and process intent by Sho SHIMIZU · 8 years ago
  47. b814773 Restrict the visibility of methods only accessed from the same package by Sho SHIMIZU · 8 years ago
  48. c95ec3e Refactor: Inline method by Sho SHIMIZU · 8 years ago
  49. 594fb2a Refactor: Extract two methods from submitIntentData() by Sho SHIMIZU · 8 years ago
  50. 26cc180 Restrict class visibility by Sho SHIMIZU · 8 years ago
  51. bb42423 olt installs default rules on startup and when a port shows up by alshabib · 8 years ago
  52. e098172 Refactor: Use Tools.allOf() to wait until all tasks become completed by Sho SHIMIZU · 8 years ago
  53. 5a4346f Avoid using exception in not exceptional logic by Hyunsun Moon · 8 years ago
  54. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  55. d755893 Refactor: Inline invocations and remove methods by Sho SHIMIZU · 8 years ago
  56. 6816f25 Added debug info to ArpHandler and priorities to RoutingPopulator by Flavio Castro · 8 years ago
  57. 4a91515 CORD-472 Added table 0 and physical access rules by Hyunsun Moon · 8 years ago
  58. b219fc4 CORD-471 Added physical port and data plane IP as node attribtes by Hyunsun Moon · 8 years ago
  59. 38a4798 Refactor: Reduce number of invocations of Stream#collect() by Sho SHIMIZU · 8 years ago
  60. 4ce97ff Fixed a bug that ComponentConfigManager#preSet never affect OSGi configuration. by Naoki Shiota · 8 years ago
  61. 7dee11e ONOS-1770 DefaultDistributedSet.toArray(T[]) does not support array size different than set size. by Brian Stanke · 8 years ago
  62. 02cbe6a OLT ability to remove a subscriber by alshabib · 8 years ago
  63. 98c0a39 Apply more functional style by Sho SHIMIZU · 8 years ago
  64. 80cfe45 Replace deprecated JsonObject.readFrom() with Json.parse().asObject by Jian Li · 8 years ago
  65. 85803e2 Add more convenient version of CompletableFuture.allOf() by Sho SHIMIZU · 8 years ago
  66. 945ded2 ONOS-3692 Southbound Rest provider and protocol by Andrea Campanella · 8 years ago
  67. 118f671 Power config API (ONOS-2866). by Marc De Leenheer · 8 years ago
  68. 02c7aaf adding fujitsu olt device driver by alshabib · 8 years ago
  69. 2f74f2c fixed pipeline and onos-drivers for OLT connection by alshabib · 8 years ago
  70. e34f110 [ONOS-2225] Add unit test for Flow Objectives REST API by Jian Li · 8 years ago
  71. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  72. ab541a5 Refactor: Use Stream API instead of explicit loop by Sho SHIMIZU · 8 years ago
  73. 5fb1ea3 Use the word "id" not "key" to get the names matched by Sho SHIMIZU · 8 years ago
  74. 4de9054 Fix javadoc errors. by HIGUCHI Yuta · 8 years ago
  75. 111bc59 Format string should use %n rather than \n by Phil Huang · 8 years ago
  76. ad8ab27 Refactor: Use CompletableFuture instead of Future by Sho SHIMIZU · 8 years ago
  77. ea49238 Control plane redirect for OSPF traffic by Jonathan Hart · 8 years ago
  78. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  79. dfde6ba Added an async version for AtomicValue and misc javadoc improvements by Madan Jampani · 8 years ago
  80. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  81. 4590604 Use Objects.nonNull() to check if non-null by Sho SHIMIZU · 8 years ago
  82. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  83. 5df6518 [ONOS-3696] Remove flow rules when a VM is terminated by Daniel Park · 8 years ago
  84. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  85. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  86. 31f37ed Define sub-types of Bandwidth to reduce round-off error by Sho SHIMIZU · 8 years ago
  87. e9ac2c5 [ONOS-2225] Implement REST API for Flow Objectives by Jian Li · 8 years ago
  88. 4b5c6dc Added events for the Interface subsytem by Jonathan Hart · 9 years ago
  89. c019803 Oplink ROADM Support - 6 by Jimmy Jin · 8 years ago
  90. 3f34218 Modified onos:resources CLI command to be able to filter resource types (ONOS-3617). by Naoki Shiota · 8 years ago
  91. fa0dc66 adding a criterion for inner vlans used by olt to match on the inner vlan by alshabib · 8 years ago
  92. 4cc4b95 Delete unused jquery libs. by Simon Hunt · 8 years ago
  93. f6735b2 [Falcon] SONA: creates a new thread for handling network config events by sanghoshin · 8 years ago
  94. 62bbc60 Refactor: remove an extra inner class, IntentBatchProcess by Sho SHIMIZU · 8 years ago
  95. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  96. 71d13e1 use maven shade plugin version defined in root pom + Minor fixes to CopycatTransport based on review comments by Madan Jampani · 8 years ago
  97. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  98. 556cf1e Fix javadoc error. by HIGUCHI Yuta · 8 years ago
  99. 4ea4e42 Should compere scheme. by HIGUCHI Yuta · 8 years ago
  100. 3289fbf Added custom transport implementaion (for Catalyst Transport) for all copycat specific communication by Madan Jampani · 8 years ago