1. 1b1a3b4 BitSetSerializer by Jordi Ortiz · 7 years ago
  2. eb28a7c marker resource for annotating installable intent by Yuta HIGUCHI · 7 years ago
  3. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  4. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  5. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  6. 16d6c4c Reduce scope of long-running memory-intensive unit test. by Jonathan Hart · 8 years ago
  7. c0e010dd Implement compact serialization for a set of discrete resources by Sho SHIMIZU · 8 years ago
  8. 7d4f2f7 Tighten visibility by Sho SHIMIZU · 8 years ago
  9. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  10. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  11. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  12. 25e32ec Remove constructs deprecated in Emu from old resource API by Sho SHIMIZU · 8 years ago
  13. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  14. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  15. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  16. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  17. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  18. 8d5ff16 Sync the test method name with the subject class name by Sho SHIMIZU · 8 years ago
  19. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  20. 31f37ed Define sub-types of Bandwidth to reduce round-off error by Sho SHIMIZU · 8 years ago
  21. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  22. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  23. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  24. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  25. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  26. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  27. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 8 years ago
  28. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  29. 08ec48f Add unit tests to check serialization of resource API constructs by Sho SHIMIZU · 9 years ago
  30. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  31. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  32. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  33. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  34. 8169779 Define Bandwidth class to represent bandwidth with explicit its unit by Sho SHIMIZU · 9 years ago
  35. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  36. 0abceb8 Populate OchSignal with OchPort by Sho SHIMIZU · 9 years ago
  37. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  38. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  39. dee7871 Registier Frequency to Kryo by Sho SHIMIZU · 9 years ago
  40. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  41. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  42. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  43. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  44. 7446da9 Modify unit test for serializing FlowRuleBatchEntry by Sho SHIMIZU · 9 years ago
  45. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago
  46. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  47. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/serializers/src/test/java/org/onlab/onos/store/serializers/KryoSerializerTest.java]
  48. ae1d210 Add Collections.emptySet() by Yuta HIGUCHI · 9 years ago
  49. f617123 register DefaultGroupId to Kryo by Yuta HIGUCHI · 9 years ago
  50. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  51. 977cb60 Add unit tests for constraint object serializations by Sho SHIMIZU · 9 years ago
  52. adac04a Support LinkResource related serialization by Yuta HIGUCHI · 9 years ago
  53. 17378ef Added Kryo serializers for Ip4Address, Ip6Address, Ip4Prefix, Ip6Prefix by Pavlin Radoslavov · 9 years ago
  54. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  55. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  56. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  57. 40d0177 switch to ImmutableList by Yuta HIGUCHI · 10 years ago
  58. 2fcfde9 Register FlowId to Kryo by Yuta HIGUCHI · 10 years ago
  59. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  60. aaac0d7 KryoSerializerTest to test KryoSerializer instead of KryoPool by Yuta HIGUCHI · 10 years ago
  61. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  62. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  63. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  64. f9b02fc refactored MastershipStore to not use ILock by Ayaka Koshibe · 10 years ago
  65. 18ab8a9 modified LinkKey creation to follow other id objects by Yuta HIGUCHI · 10 years ago
  66. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  67. 9ee0d5b Fix unit test issue by Yuta HIGUCHI · 10 years ago[Renamed (95%) from core/store/serializers/src/test/java/org/onlab/onos/store/serializers/KryoSerializerTests.java]
  68. 5bdebe3 Kryo related fixes by Yuta HIGUCHI · 10 years ago
  69. 03fec1f minor Kryo related cleanup by Yuta HIGUCHI · 10 years ago
  70. 8441136 serializers for roles by Ayaka Koshibe · 10 years ago
  71. 533ec32 AntiEntropy sketch + required Serializer work by Yuta HIGUCHI · 10 years ago