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