1. ef7e290 Make use of Optional more idiomatic by Sho SHIMIZU · 8 years ago
  2. b08d586 Refactor: Rename Resource#isTypeOf() to isSubTypeOf() by Sho SHIMIZU · 8 years ago
  3. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  4. fc64ffe Refactor: change method parameter type of ResourceStore#release() by Sho SHIMIZU · 8 years ago
  5. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  6. 7b32697 Simplify method names by removing redundancy by Sho SHIMIZU · 8 years ago
  7. 72f81b1 Use ResourceId when unregistering resources instead of Resource by Sho SHIMIZU · 8 years ago
  8. 9c02f3a Hide underlying components from public use by Sho SHIMIZU · 8 years ago
  9. 2fbc33c Fix the compilation error introduced by be394c8 by Sho SHIMIZU · 8 years ago
  10. be394c8 bug fix: ResourceManager#unregisterResources only unregisters given resources and didn't unregister descendants (ONOS-3827). by Naoki Shiota · 8 years ago
  11. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  12. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  13. 387a1ca null dereference fix. by Shashikanth VH · 8 years ago
  14. fe1d473 Dropping log level of device not having driver for default provider to DEBUG by Andrea Campanella · 8 years ago
  15. 3da1a18 Fix incorrect method prerequisite checks in NetworkConfigManager. by Simon Hunt · 8 years ago
  16. b8d3f3d Adding device information to log of default driver providers by Andrea Campanella · 8 years ago
  17. e427390 Logging information about device not being driver programmable instead of throwing exception by Andrea Campanella · 8 years ago
  18. bbc7ead Fixed a bug that optical intent compilers never release resources reserved during compilation. by Naoki Shiota · 8 years ago
  19. 0ff59c2 fix on VLAN intent encapsulation ONOS-3467 by Michele Santuari · 8 years ago
  20. c27b6b2 Fix files with windows line endings + Add checkstyle rule to catch this issue by Madan Jampani · 8 years ago
  21. 5b24053 ONOS-3759 Packet fallback driver provider by Andrea Campanella · 8 years ago
  22. 6ee7392 ONOS-3759 Group default provider by Andrea Campanella · 8 years ago
  23. c4ee737 Adding first fallback provider for flow rule subsystem. by Thomas Vachuska · 8 years ago
  24. 3afbc7f Adding ability to project device, link and host model as alternate entities. by Thomas Vachuska · 8 years ago
  25. 2f26fb2 Remove mutating methods in IntentData by Sho SHIMIZU · 8 years ago
  26. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  27. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  28. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  29. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  30. 763be92 Avoid using fully qualified name by Sho SHIMIZU · 8 years ago
  31. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  32. d978d9a Move variable declarations out of the loop by Sho SHIMIZU · 8 years ago
  33. 1d7c9cb ONOS-3732 Bandwidth resource registration using netcfg. by HIGUCHI Yuta · 8 years ago
  34. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  35. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  36. 5923b9a Fixed an NPE in DeviceManager provider service. by Thomas Vachuska · 8 years ago
  37. bb062ec Fixing a discrepancy in driver manager implementation. by Thomas Vachuska · 8 years ago
  38. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  39. 49cb5a1 Changes to vRouter to accomodate ofdpa and softrouter pipelines. by Saurav Das · 8 years ago
  40. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  41. 6f828c3 Bugfix and cosmetic changes to resource subsystem by HIGUCHI Yuta · 8 years ago
  42. c43fd1c Ensure basic SubjectFactories have been initialized before NetworkConfigLoader by Jonathan Hart · 8 years ago
  43. 4a14185 Move method to IntentProcessPhase by Sho SHIMIZU · 8 years ago
  44. 1159916 Bump up Karaf to 3.0.5 by Jian Li · 8 years ago
  45. d1a33b6 Rename instance field by Sho SHIMIZU · 8 years ago
  46. c88b85e Rearrange the method declaration order by Sho SHIMIZU · 8 years ago
  47. 67f9281 Remove obsolete comments by Sho SHIMIZU · 8 years ago
  48. 8f2b777 Refactor: Remove try-catch by using CompletableFuture#exceptionally() by Sho SHIMIZU · 8 years ago
  49. 489aa9b Refactor: Use CompletableFuture instead of Executor#execute() by Sho SHIMIZU · 8 years ago
  50. 9aee1f5 Refactor: Consolidate multiple map() invocations to single invocation by Sho SHIMIZU · 8 years ago
  51. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  52. 05abf13 Refactor: Generate CompletableFuture first, then process it by Sho SHIMIZU · 8 years ago
  53. b0c4a07 Refactor: Decompose creating CompletableFuture and process intent by Sho SHIMIZU · 8 years ago
  54. c95ec3e Refactor: Inline method by Sho SHIMIZU · 8 years ago
  55. 594fb2a Refactor: Extract two methods from submitIntentData() by Sho SHIMIZU · 8 years ago
  56. e098172 Refactor: Use Tools.allOf() to wait until all tasks become completed by Sho SHIMIZU · 8 years ago
  57. d755893 Refactor: Inline invocations and remove methods by Sho SHIMIZU · 8 years ago
  58. 38a4798 Refactor: Reduce number of invocations of Stream#collect() by Sho SHIMIZU · 8 years ago
  59. 98c0a39 Apply more functional style by Sho SHIMIZU · 8 years ago
  60. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  61. ab541a5 Refactor: Use Stream API instead of explicit loop by Sho SHIMIZU · 8 years ago
  62. ad8ab27 Refactor: Use CompletableFuture instead of Future by Sho SHIMIZU · 8 years ago
  63. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  64. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  65. 62bbc60 Refactor: remove an extra inner class, IntentBatchProcess by Sho SHIMIZU · 8 years ago
  66. 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
  67. 8992524 Refactor: Remove IntentWorker by replacing it with lambda by Sho SHIMIZU · 8 years ago
  68. ab6c1fe Refactor: use ifPresent() instead of isPresent() by Sho SHIMIZU · 8 years ago
  69. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  70. dcb5e93 Log for pending configuration by Andrea Campanella · 8 years ago
  71. 82b3c11 Add hasBehaviour to DriverHandler by HIGUCHI Yuta · 8 years ago
  72. 8514f47 The flowrule is already removed, there is no need to remove it again by Qianqian Hu · 8 years ago
  73. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  74. 3600846 Fixed an issue in basic host and basic link config validations. by Thomas Vachuska · 8 years ago
  75. c23f583 [Falcon] Register TributarySlot resources in resource manager. by Toru Furusawa · 8 years ago
  76. 622861d Lambda queries don't rely on driver state, and have separate package. by Marc De Leenheer · 8 years ago
  77. d95f3cd ONOS-3422 inter-domain cross connect by HIGUCHI Yuta · 8 years ago
  78. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  79. b7a15d7 Modify MPLS/VLAN query by HIGUCHI Yuta · 8 years ago
  80. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  81. cef4555 Harmonize resource collectors. by Marc De Leenheer · 8 years ago
  82. 2cc93f4 Change default available MPLS label range by HIGUCHI Yuta · 8 years ago
  83. 2c30530 Deprecate IndexedLambda and remove from optical intent compiler. by Marc De Leenheer · 8 years ago
  84. 423fe2b CORD-354 OF-DPA support for link-failures. by Saurav Das · 8 years ago
  85. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  86. 11d1609 [Emu] new ResourceService related bug fixes by HIGUCHI Yuta · 8 years ago
  87. 6f8b702 Including nodeId in DefaultPacketRequest so that we do not prematurely withdraw intercepts when a node is shutdown by Madan Jampani · 8 years ago
  88. 4ce4596 CORD-367 L2 bridging and L3 routing support with internal VLANs in OF-DPA. by Saurav Das · 9 years ago
  89. 41fe1ec ONOS-3515 Added ability to configure different link-weight functions as defaults; or inject custom ones. by Thomas Vachuska · 8 years ago
  90. 8a4a600 fix for reactive forwarding failing in a distributed setting. by alshabib · 9 years ago
  91. d39e376 ONOS-3432 register Lambdas by HIGUCHI Yuta · 8 years ago
  92. 26a8d95 Implemented the extension framework for selectors. by Jonathan Hart · 8 years ago
  93. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 9 years ago
  94. 8a0732e CORD-48 Implementation of hashing Next Objective in OF-DPA driver. Major changes to ensure multi-ONOS-instance group-chain installation. by Saurav Das · 9 years ago
  95. 2b49e94 Ensure returning null on allocation failure by Sho SHIMIZU · 9 years ago
  96. 2c7cecf Generalize the methods in ResourceAdminService by Sho SHIMIZU · 9 years ago
  97. e9d748f Inconsistent synchronization fix for HostMonitor.timeout by Satish K · 9 years ago
  98. e2410ff [Emu] Register ODU TributarySlots on OCH ports by Rimon Ashkenazy · 9 years ago
  99. 69dc584 Fix the issue of ONOS-3423 by Sho SHIMIZU · 9 years ago
  100. 63ff35a Temporarily commenting out the device and link resource service listeners by Brian O'Connor · 9 years ago