Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
45c9fe54028d5487bd2abd530e71e149fbc46304
/
core
/
api
/
src
/
test
/
java
aba9d00
Apply the naming convention to BatchOperationEntry
by Sho SHIMIZU
· 10 years ago
b1224ab
Revert "FlowRule equals() incorporates FlowId to factor in treatment."
by Ayaka Koshibe
· 10 years ago
38f8c23
FlowRule equals() incorporates FlowId to factor in treatment.
by Ayaka Koshibe
· 10 years ago
0ce220a
ONOS-426 - make the unit of Bandwidth clear
by Sho SHIMIZU
· 10 years ago
02aeb03
ONOS-542 Defining application subsystem interfaces & public constructs.
by Thomas Vachuska
· 10 years ago
11c30ac
Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService.
by sangho
· 10 years ago
5e5d4aa
Change the second type parameter of BatchOperationEntry
by Sho SHIMIZU
· 10 years ago
c31d9f1
ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths.
by Thomas Vachuska
· 10 years ago
d7d1800
Prohibit null for resources field in Intent
by Sho SHIMIZU
· 10 years ago
a8f4e7d
Sketching out device driver subsystem to allow extensible device management functions to be made available to applications.
by Thomas Vachuska
· 10 years ago
52fae7d
ONOS-509: Match IPV6_SRC, IPV6_DST criteria
by Charles M.C. Chan
· 10 years ago
d03eda0
Unit tests for Instruction and Ethernet codecs
by Ray Milkey
· 10 years ago
09e464b
Starting GUI server-side code
by Bri Prebilic Cole
· 10 years ago
ab98466
adding license to ALL files
by alshabib
· 10 years ago
045c01d
Adding packaging on onos*.zip file.
by Thomas Vachuska
· 10 years ago
e63e51e
Prohibit null in instantiation
by Sho SHIMIZU
· 10 years ago
abafb50
Changing org.onlab.onos package to org.onosproject
by Brian O'Connor
· 10 years ago
03defe7
Moving org/onlab/onos to org/onosproject
by Brian O'Connor
· 10 years ago
7a71d5d
Added WITHDRAW_REQ Intent State for ONOS-146
by Brian O'Connor
· 10 years ago
ff51773
Fix Javadoc typos
by Ray Milkey
· 10 years ago
72a034c
Initial implementation of distributed intent batch queue
by Brian O'Connor
· 10 years ago
f1f2ac0
Construct GraphDescription with online/active Device/Link only
by Yuta HIGUCHI
· 10 years ago
37f6a38
Unit test refactoring
by Ray Milkey
· 10 years ago
75a5bd9
Change return type of groupId() in FlowRule not to misusing underlying type
by Sho SHIMIZU
· 10 years ago
e3cc0b9
Enhance StatisticService to allow filtering by Application ID and Group ID
by Sho SHIMIZU
· 10 years ago
e97ede9
ONOS-239 Retrigger compilation when new resources are available
by Ray Milkey
· 10 years ago
520c052
Changing Intent Ids to use explicit id assignment
by Brian O'Connor
· 10 years ago
4a33807
SinglePoint to MultiPoint Intent initial implementation
by Michele Santuari
· 10 years ago
bcac499
Flatten MastershipTermService
by Yuta HIGUCHI
· 10 years ago
427a176
Updating Intent Manager to deal with failures.
by Brian O'Connor
· 10 years ago
0d33805
Increase coverage by using guava EqualsTester
by Ray Milkey
· 10 years ago
f19b715
Add Unit tests for some org.onlab.onos.net.flow classes
by Ray Milkey
· 10 years ago
3908fde
Fix ONOS-151 to support installation of PointToPointIntent
by Sho SHIMIZU
· 10 years ago
c8f481f
Unit tests to improve coverage in intents module
by Ray Milkey
· 10 years ago
fa81eae
Refactored intent framework to deal with batches.
by Brian O'Connor
· 10 years ago
00c94f5
update and get available link resource consindering existing linkAllocations
by weibit
· 10 years ago
57126fe
Sketching out what link-state addition would look like; quite easy until we get to the distributed store.
by Thomas Vachuska
· 10 years ago
97f8f10
Unit tests for DefaultTrafficTreatment
by Ray Milkey
· 10 years ago
6b38ee3
Minor fixes
by Yuta HIGUCHI
· 10 years ago
afa00d2
Packet class unit tests
by Ray Milkey
· 10 years ago
3f9820f
FlowRule Event unit tests
by Ray Milkey
· 10 years ago
2210282
ONOS-197: Ignore Link with missing Device
by Yuta HIGUCHI
· 10 years ago
28204e5
adding group id to flowrules
by alshabib
· 10 years ago
c4100e9
Flow id test was in the wrong package
by Ray Milkey
· 10 years ago
02093df
Move unit tests to be in the same package as the classes they are testing
by Ray Milkey
· 10 years ago
fe129db
Aggregate definition of annotation key for latency into a single file
by Sho SHIMIZU
· 10 years ago
8d3ce43
Unit Tests for Bandwidth and Lambda allocations
by Ray Milkey
· 10 years ago
5d4b1c2
Add constraint for link annotated value
by Sho SHIMIZU
· 10 years ago
1df945b
Add latency constraint
by Sho SHIMIZU
· 10 years ago
f3346a5
Merge "Refactor test to use Guava EqualsTester"
by Thomas Vachuska
· 10 years ago
05e0dd7
Merge "Add constraint to avoid specified devices"
by Thomas Vachuska
· 10 years ago
075268b
Add constraint to avoid specified devices
by Sho SHIMIZU
· 10 years ago
cd76413
Merge "Tighten the visibility of fields in WaypointConstraintTest"
by Thomas Vachuska
· 10 years ago
fff20b5
Refactor test to use Guava EqualsTester
by Ray Milkey
· 10 years ago
0694af9
Merge "Basic equality and creation tests for Constraint objects"
by Thomas Vachuska
· 10 years ago
d5087d1
Removed method IpAddress.toInt(), because it is semantically incorrect:
by Pavlin Radoslavov
· 10 years ago
a7d96ad
Basic equality and creation tests for Constraint objects
by Ray Milkey
· 10 years ago
14ccab5
Add missing getter for waypoints and unit test for equality
by Sho SHIMIZU
· 10 years ago
0e51fe5
Add constraint for waypoints
by Sho SHIMIZU
· 10 years ago
7808105
Add unit test for Instructions class and improve Criteria toString() test
by Ray Milkey
· 10 years ago
9d07865
Change byte declarations to shorts to match new API
by Ray Milkey
· 10 years ago
f2b6721
Merge "Unit tests for LinkKey and Criteria classes."
by Thomas Vachuska
· 10 years ago
33d9023
Unit tests for LinkKey and Criteria classes.
by Ray Milkey
· 10 years ago
d6a18709
Add more descriptive Javadoc
by Sho SHIMIZU
· 10 years ago
a05c0a2
Merge "Prototype bandwidth reservation"
by Thomas Vachuska
· 10 years ago
d16ce18
Added Port.Type and plumbed it throughout.
by Thomas Vachuska
· 10 years ago
caa450b
Prototype bandwidth reservation
by Ray Milkey
· 10 years ago
4f1a60c
Revised copyright message.
by Thomas Vachuska
· 10 years ago
444b519
Replaced the usage of IpPrefix with IpAddress in the context of
by Pavlin Radoslavov
· 10 years ago
e0f804a
Added application ID store; both trivial and distributed variants.
by Thomas Vachuska
· 10 years ago
33f228a
Replaced IpPrefix and IpAddress in the following methods
by Pavlin Radoslavov
· 10 years ago
276cd90
Added class InterfaceIpAddress and the corresponding unit test.
by Pavlin Radoslavov
· 10 years ago
3a7c1f8
Fix a typo in class name: DefualtHostDecriptionTest -> DefaultHostDecriptionTest
by Pavlin Radoslavov
· 10 years ago
d26f57a
Refactoring in the unit test utility framework:
by Pavlin Radoslavov
· 10 years ago
d404c51
Added initial sketch of JSON codec abstraction and related codec tracking service.
by Thomas Vachuska
· 10 years ago
83e090e
Adding intent operations batch abstraction.
by Thomas Vachuska
· 10 years ago
1fb982f
Adding intent operations batch abstraction.
by Thomas Vachuska
· 10 years ago
10d4abc
Adding JSON output for intent list command.
by Thomas Vachuska
· 10 years ago
e291c84
Enhanced toString for intents for consistency. Removed ID block allocator stuff.
by Thomas Vachuska
· 10 years ago
c96058a
Refactoring intent API.
by Thomas Vachuska
· 10 years ago
abedb09
MasteshipService, store, and CLI commands use RoleInfo
by Ayaka Koshibe
· 10 years ago
f2dbde5
refactoring intent framework installers
by Brian O'Connor
· 10 years ago
da1cda6
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
75e7742
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by alshabib
· 10 years ago
7911a05
lldp discovery independent of OF
by alshabib
· 10 years ago
e668408
Unit tests for some Intent objects and compilers
by Ray Milkey
· 10 years ago
760a7f9
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
b35a381
bugfix Function input is Nullable
by Yuta HIGUCHI
· 10 years ago
5fa3dc0
GossipHostStore: add AE support
by Yuta HIGUCHI
· 10 years ago
bfca040
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
dbdbdbb
Added restrictions for proxy ARP
by Jonathan Hart
· 10 years ago
45503ce
list mastership roles CLI command
by Ayaka Koshibe
· 10 years ago
80912e6
Separate cluster management and mastership management to separate packages
by Yuta HIGUCHI
· 10 years ago
38935e5
Turning off AbstractEventAccumulatorTest.timeTrigger
by Yuta HIGUCHI
· 10 years ago
dc7374c
Move ControllerToNodeId Function to api bundle
by Yuta HIGUCHI
· 10 years ago
e7f01ee
Speeding up stuff. HostDescription now passes up just a single IpAddress.
by tom
· 10 years ago
093340b
Speeding up stuff. HostDescription now passes up just a single IpAddress.
by tom
· 10 years ago
545708e
Optimizing performance of HostId.
by tom
· 10 years ago
fa891c9
Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles."
by Yuta HIGUCHI
· 10 years ago
d40483d
Revert "Refactored code in an attempt to break dependency cycles"
by Yuta HIGUCHI
· 10 years ago
Next »