1. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  2. 7d73ff9 [ONOS-6375] Support keyword search in mapping management GUI by Jian Li · 7 years ago
  3. bdf8ae5 [ONOS-6375] Add detailed view for mapping management app by Jian Li · 7 years ago
  4. 3bc6ef1 [ONOS-6375] Support topology overlay for mapping managemant app by Jian Li · 7 years ago
  5. 4689f81 [ONOS-6375] Implement table view for querying mapping information by Jian Li · 7 years ago
  6. 6e960ef Fix: Make the mapping storage type identical in CLI and REST API by Jian Li · 7 years ago
  7. 38bb109 Augment provider service to process batch mapping query by Jian Li · 7 years ago
  8. 55648ed Allow to query mapping value when receives MapRequest by Jian Li · 7 years ago
  9. a1f960b Fix: Set default state as ADDED for newly added mapping by router by Jian Li · 7 years ago
  10. f708910 Minor cosmetic changes by Yuta HIGUCHI · 7 years ago
  11. a23f46d [ONOS-6375] Add skeleton code for Web GUI of mapping management app by Jian Li · 7 years ago
  12. c134c7a [ONOS-6352] Add REST API for querying mapping information by Jian Li · 7 years ago
  13. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  14. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  15. da1dfa6 [ONOS-6349] Augment mapping CLI to print out json formatted string by Jian Li · 7 years ago
  16. b5d8221 [ONOS-6170] Implement codec for MappingEntry with unit test by Jian Li · 7 years ago
  17. c87b23b [ONOS-6349] Add CLI for querying mappings from MappingService by Jian Li · 7 years ago
  18. 791dd32 Augment provider service to query mapping value from protocol layer by Jian Li · 7 years ago
  19. 9552f17 Fix: Correct typos in mapping service and manager by Jian Li · 7 years ago
  20. 8e07271 Refactor: Build script and code clean up for mappingmanagement app by Jian Li · 7 years ago
  21. 2e818b0 Fix: Split codec package into api module to fix maven build failure by Jian Li · 7 years ago
  22. c8d8fc7 Fixed maven build failure by Hyunsun Moon · 7 years ago
  23. 124ecf0 Add codec decode tests for mapping address, action and instruction by Jian Li · 7 years ago
  24. f92a2ea Provides null checks for mapping action and address codecs by Jian Li · 7 years ago
  25. fa69be6 Refactor to remove duplicated code snippet on mapping cxt class by Jian Li · 7 years ago
  26. 2d3a1d1 [ONOS-6170] Implement codec for MappingValue with unit test by Jian Li · 7 years ago
  27. 5a577a3 [ONOS-6170] Implement codec for MappingKey with unit test by Jian Li · 7 years ago
  28. fc90a08 [ONOS-6235] Implement an interpreter of LispExtensionMappingAddress by Jian Li · 7 years ago
  29. cb42c31 [ONOS-6170] Implement codec for MappingTreatment with unit test by Jian Li · 7 years ago
  30. ee65a23 [ONOS-6170] Implement codec for MappingAction primitives by Jian Li · 7 years ago
  31. 246334b Add ExtensionAddressInterpreter with ExtensionMappingAddressCodec by Jian Li · 7 years ago
  32. 5de36e4 Fix: Add missing decode method for MappingInstructionCodec by Jian Li · 7 years ago
  33. b54d14b [ONOS-6170] Implement codec for MappingInstruction primitives by Jian Li · 7 years ago
  34. 4508352 [ONOS-6170] Implement codec for various MappingAddress primitives by Jian Li · 7 years ago
  35. 0f0d748 [ONOS-5750] Improve MappingEntryBuilder to convert LCAF to ext addr by Jian Li · 7 years ago
  36. cdd1bfd Separate privileged methods to MappingAdminService by Jian Li · 7 years ago
  37. 924995b Extract duplicated APP_KRYO variable into extension interface by Jian Li · 7 years ago
  38. 2c4e9a9 Initial work on using ExtensionMappingAddress to abstract LCAF addr by Jian Li · 7 years ago
  39. 2dc9f00 [ONOS-6073] Implement init version of MappingManager with unit test by Jian Li · 7 years ago
  40. 2c52e56 [ONOS-6054] Implement DistributMappingStore with unit test by Jian Li · 7 years ago
  41. 252750d Implement SimpleMappingStore with augmented StoredMappingEntry by Jian Li · 7 years ago
  42. 9291959 [ONOS-6055] Define mapping store interface with skeleton impl codes by Jian Li · 7 years ago
  43. 4014e13 Further simplify equals method by refactor if-else statement by Jian Li · 7 years ago
  44. cc169f3 Fix: add missing java docs for mapping management application by Jian Li · 7 years ago
  45. 9876310 Allow to specify time when creates a mapping event instance by Jian Li · 7 years ago
  46. 44155b0 [ONOS-6017] Implement DefaultMappingKey and DefaultMappingValue by Jian Li · 7 years ago
  47. 8c7b06a Remove unnessasry semicolons by Jon Hall · 7 years ago
  48. 0e09eaa [ONOS-5916] Add various MappingAddress impl classes with unit tests by Jian Li · 7 years ago
  49. 24ad4e4 [ONOS-5916] Add unit tests for MappingInstructions class by Jian Li · 7 years ago
  50. 136fd6c [ONOS-5916] Add a mapping instruction interface with impl classes by Jian Li · 7 years ago
  51. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  52. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  53. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  54. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  55. c565ebf Add unit tests for mapping management app by Jian Li · 7 years ago
  56. a0bf459 [ONOS-5916] Implement DefaultMapping and DefaultMappingEntry by Jian Li · 7 years ago
  57. c7badf9 Add MappingRepository type to signify where to store mapping info by Jian Li · 7 years ago
  58. 95edb59 [ONOS-5916] Add interfaces with adaptor for mapping management app by Jian Li · 7 years ago
  59. 7564231 [ONOS-5916] Add skeleton code of mapping management application by Jian Li · 7 years ago