1. 5d08e1e Unit tests for virtual host codec. by Ray Milkey · 8 years ago
  2. 776f074 JSON Codec for FilteredConnectPoint by Yuta HIGUCHI · 8 years ago
  3. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  4. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  5. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  6. b3ef1fd Fix GroupKey interpretation in REST by Charles Chan · 8 years ago
  7. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  8. 50a6dbe Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  9. a424a05 Allow to specify appId through FlowObjective REST API by Jian Li · 8 years ago
  10. e2a59f4 Check TrafficTreatment and TrafficSelector in FlowRuleCodecTest by Jian Li · 8 years ago
  11. 36afa1b Add unit test for TrafficSelector Codec by Jian Li · 8 years ago
  12. 2907ad2 [ONOS-4530] Allow to specify appId when insert FlowRule through REST by Jian Li · 8 years ago
  13. 96b47d9 Add unit test for TrafficTreatment REST API by Jian Li · 8 years ago
  14. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  15. b68a2b0 [ONOS-4438] Add codecs for mastership REST API by Jian Li · 8 years ago
  16. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  17. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  18. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  19. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  20. 0681016 Remove IndexedLambdaCriterion deprecated in Emu by Sho SHIMIZU · 8 years ago
  21. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  22. 70dffe4 Support to encode and decode setqueue id in InstructionCodec by Jian Li · 8 years ago
  23. 47b2623 Support to encode and decode meter id in InstructionCodec by Jian Li · 8 years ago
  24. ce8c560 Support to encode and decode group id in InstructionCodec by Jian Li · 8 years ago
  25. 7c322f4 Support to specify table id when insert Flow Rule through REST API by Jian Li · 8 years ago
  26. 79359df [ONOS-4016] Enhance unit test to check the content inside masters by Jian Li · 8 years ago
  27. b68b9a8 [ONOS-4016] Add Region codec with unit test for Region REST API by Jian Li · 8 years ago
  28. 125572b Remove methods deprecated in Drake from L2ModificationInstruction API by Ray Milkey · 8 years ago
  29. 2be39ed Remove methods deprecated in Drake from Instructions API by Ray Milkey · 8 years ago
  30. 9567896 Remove redundant meter id when create a meter entry in REST API by Jian Li · 8 years ago
  31. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  32. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  33. 8bcef8b [ONOS-2225] Add codecs with unit test for FlowObjective REST API by Jian Li · 8 years ago
  34. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  35. 64dd889 [ONOS-3601] Add unit test for MetricCodec and correct some typos by Jian Li · 8 years ago
  36. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  37. ecb3c0f [ONOS-3603] Implement REST API for Group query, insert, delete by Jian Li · 8 years ago
  38. 5df3595 ONOS-3562 Changing the flow instructions port to human readable format by Andrea Campanella · 8 years ago
  39. d35f89c [ONOS-3405] Change EthType Json encoding to Hex and extend decoding with Hex support alongside int by andrea · 8 years ago
  40. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  41. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  42. 2be2f88 Class name corrected while retriving stream from json by Phaneendra Manda · 8 years ago
  43. 5796d97 REST API related implemetations for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction by Yafit Hadar · 9 years ago
  44. b75a67a Updating DefaultTrafficTreatment by Brian O'Connor · 9 years ago
  45. a5beadc Remove optical related APIs deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  46. 25a0aa4 Remove explicitly declared Object in type parameter by Sho SHIMIZU · 9 years ago
  47. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  48. fab2950 ONOS-2578 Added codec for mod tcp/udp port instructions by Hyunsun Moon · 9 years ago
  49. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  50. 7080a0d ONOS-2581 Add codec for tunnel id by Hyunsun Moon · 9 years ago
  51. f7cb401 Fix ONOS-2090 - Improvements to Intent JSON by Ray Milkey · 9 years ago
  52. b9af946 Implement REST APIs for link flow statistics by Ray Milkey · 9 years ago
  53. 6d7968e Refeactor codec helper classes by Ray Milkey · 9 years ago
  54. b82c42b Implementation of REST POST API for creating intents by Ray Milkey · 9 years ago
  55. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  56. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  57. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  58. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  59. eb5c717 ONOS-2144 - Complete implementation of REST API for flows by Ray Milkey · 9 years ago
  60. d43fe45 REST API to create flows by Ray Milkey · 9 years ago
  61. c06966e Fix wrong information referred by matcher's description by Sho SHIMIZU · 9 years ago
  62. c44c0c3 Fix cast error on execution of "flow -j" command by Sho SHIMIZU · 9 years ago
  63. 68b8c1f Fix Javadoc and rename a test method to explain behavior correctly by Sho SHIMIZU · 9 years ago
  64. 6c70f64 ONOS-2037: Fix cast exception on execution of "flows -j" command by Sho SHIMIZU · 9 years ago
  65. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  66. 39616f3 Add JSON to CLI commands by Ray Milkey · 9 years ago
  67. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  68. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  69. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  70. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  71. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  72. ed7af54 Support ModOchSignalInstruction in InstructionCodec by Sho SHIMIZU · 9 years ago
  73. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  74. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  75. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  76. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  77. 3c994f7 ONOS-1329: Migrate Codec related code to onos-core-common bundle by HIGUCHI Yuta · 9 years ago