Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
d13a37bf3c972defe0ab7eabe539c3430f1dc213
« Previous
c9b7316
GUI -- Completed Show Summary panel.
by Simon Hunt
· 10 years ago
626d210
GUI -- Implemented showSummary event (Icon still to do..) WIP
by Simon Hunt
· 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
4b5acae
ONOS-734 Add unit tests for 4 Octets AS numbers in SDN-IP
by Pavlin Radoslavov
· 10 years ago
8a36ce3
ONOS-866: Refactor the storing and handling of BgpSession info.
by Pavlin Radoslavov
· 10 years ago
35c71e1
NullDeviceProvider now takes configurations for :
by Ayaka Koshibe
· 10 years ago
5e5d4aa
Change the second type parameter of BatchOperationEntry
by Sho SHIMIZU
· 10 years ago
bdc17e7
Move inner interfaces to upper level to reduce IntentManager's size
by Sho SHIMIZU
· 10 years ago
28e7271
Change IntentUpdate and CompletedIntentUpdate to be interface
by Sho SHIMIZU
· 10 years ago
b0ec1e5
GUI -- Added TopoPanelService to encapsulate summary, detail and instance panels.
by Simon Hunt
· 10 years ago
a11b4eb
GUI -- Continued porting topology behavior over to the new codebase. WIP.
by Simon Hunt
· 10 years ago
1598301
GUI -- summary-list table CSS edited to look cleaner.
by Bri Prebilic Cole
· 10 years ago
23f36f0
Refactor: remove unused method in IntentManager
by Sho SHIMIZU
· 10 years ago
9ea3453
Avoid empty check of BatchWrite in the caller side
by Sho SHIMIZU
· 10 years ago
cb9c0ba
Fix rewriting of LINC-OE config for long controller IPs (ONOS-834).
by Marc De Leenheer
· 10 years ago
93356bc
Update hazelcast version to 3.4
by Yuta HIGUCHI
· 10 years ago
190ed19
Suppress Hazelcast multicast joiner warning
by Yuta HIGUCHI
· 10 years ago
737c89f
GUI -- Starting to migrate the 'force layout' functionality from the old GUI.
by Simon Hunt
· 10 years ago
539a646
Modified GossipIntentStore to use EventuallyConsistentMaps.
by Jonathan Hart
· 10 years ago
9c3d336
Make REST API unit tests choose a free port to allow concurrent builds
by Ray Milkey
· 10 years ago
7d656f4
Remove "throws IOException" from ClusterCommunicationService APIs
by Jonathan Hart
· 10 years ago
968c70d
Remove an unused constant
by Sho SHIMIZU
· 10 years ago
db3af89
Initial implementation of EventuallyConsistentMap.
by Jonathan Hart
· 10 years ago
adf8c48
Refactor IntentManager: apply state pattern for intent state transition
by Sho SHIMIZU
· 10 years ago
500c317
Use diamond operator to simplify codes
by Sho SHIMIZU
· 10 years ago
8fd68ca
ONOS-792 Implement Unit Tests for Links and Devices REST APIs
by Ray Milkey
· 10 years ago
9f4aa09
Apply multi-catch to reduce duplication
by Sho SHIMIZU
· 10 years ago
683b31b
Creating tools to aid in ONOS release process.
by Thomas Vachuska
· 10 years ago
d9813e6
Fixing and enhancing the build and release tools.
by Thomas Vachuska
· 10 years ago
4c89177
GUI -- Updated TableService to use d3 table creation methods.
by Bri Prebilic Cole
· 10 years ago
fd1231a
GUI -- Refactored Topo View to move websocket code into TopoEventService.
by Simon Hunt
· 10 years ago
bb59636
GUI -- First pass at TopoEventService - to encapsulate sending/receiving events from server.
by Simon Hunt
· 10 years ago
5c2cab9
GUI -- TableService can take a div, config object, and data object in order to programmatically render and load data into a table. Test functions added.
by Bri Prebilic Cole
· 10 years ago
23b5a76
Add resources into intent toString() outputs.
by Jonathan Hart
· 10 years ago
c4ae830
GUI -- Fixed broken table-spec unit tests.
by Simon Hunt
· 10 years ago
54442fa
GUI -- Implemented Panel Service.
by Simon Hunt
· 10 years ago
229794b
Fixed couple of GossipIntentStore bugs.
by Jonathan Hart
· 10 years ago
521d370
Removed prototype REST resource
by Ray Milkey
· 10 years ago
3f02569
Use JsonBodyWriter directly rather than converting JSON to strings first
by Ray Milkey
· 10 years ago
c401e6e
ONOS-792 Unit tests for Topology REST GET APIs
by Ray Milkey
· 10 years ago
aa8d2ed
GUI -- TableService can take a div, config object, and data object in order to programmatically render and load data into a table. Test functions added.
by Bri Prebilic Cole
· 10 years ago
9ea3e6f
ONOS-841 Renaming ONOS threads to simplify profiling.
by Thomas Vachuska
· 10 years ago
f25d135
Fix Javadoc warnings
by Ray Milkey
· 10 years ago
82e5031
ONOS-792 - topology related REST GET APIs
by Ray Milkey
· 10 years ago
c31d9f1
ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths.
by Thomas Vachuska
· 10 years ago
988934e
GUI -- Start of implementation of Panel Service.
by Simon Hunt
· 10 years ago
3b0916b
GUI -- Implemented sendEvent() in WsEventService.
by Simon Hunt
· 10 years ago
093739a
GUI -- Created onosWidget module and TableService with respective Karma Test file.
by Bri Prebilic Cole
· 10 years ago
dac3008
Remove unused IntentStore write APIs.
by Jonathan Hart
· 10 years ago
acf410b
GUI -- Cleaned up websocket callback wrapping and beefed up unit tests.
by Simon Hunt
· 10 years ago
8851ed9
Trim whitespaces before and after .cfg file arguments.
by Ayaka Koshibe
· 10 years ago
82895d7
Fix typo in help string
by Ray Milkey
· 10 years ago
0cd4282
NullLinkProvider only generates links between local devices.
by Ayaka Koshibe
· 10 years ago
492cc3a
Fix startup dependency between features onos-app-config and onos-app-sdnip:
by Pavlin Radoslavov
· 10 years ago
7446da9
Modify unit test for serializing FlowRuleBatchEntry
by Sho SHIMIZU
· 10 years ago
3466096
Fix typo in Javadoc comment
by Sho SHIMIZU
· 10 years ago
970e7fd
GUI -- WebSocket object now decodes message payload as JSON on behalf of the consumer.
by Simon Hunt
· 10 years ago
bb920fd
GUI -- Added ability to define an alternate port for WS - used to connect to mock web-socket server. Topo view can use query string '?wsport=8123' for example.
by Simon Hunt
· 10 years ago
5573d32
Initial implementation of GossipIntentStore.
by Jonathan Hart
· 10 years ago
a7a129c
GUI -- Oops! Location of map data changed...
by Simon Hunt
· 10 years ago
e7399f3
GUI -- Cleaned up code for practice scrollable table, added tableHeight as a parameter to the directive.
by Bri Prebilic Cole
· 10 years ago
c0e8bfa
Revert "Use Optional instead of null to remove FIXME comment"
by Sho SHIMIZU
· 10 years ago
c470e10
ONOS-639 SDN-IP tutorial script for IPv6
by Kunihiro Ishiguro
· 10 years ago
d36a90f
GUI -- Scrollable table working!
by Bri Prebilic Cole
· 10 years ago
354c8c9
GUI -- Mock WebSocket server : fixed bug where args were not repeated.
by Simon Hunt
· 10 years ago
711ee24
GUI -- Mock WebSocket server now serves up scenario events.
by Simon Hunt
· 10 years ago
4f0d977
GUI -- Device table now scrolls with a fixed height.
by Bri Prebilic Cole
· 10 years ago
205f4b1
Start instances in debug mode
by Jonathan Hart
· 10 years ago
a25cdcd
GUI -- Created Mock WebSocket Server (runs with node.js)
by Simon Hunt
· 10 years ago
d7d1800
Prohibit null for resources field in Intent
by Sho SHIMIZU
· 10 years ago
166e61e
Fix ONOS-815: register Optional class to Kryo
by Sho SHIMIZU
· 10 years ago
6cd2f35
Implemented VLAN-to-VLAN routing support for SDN-IP.
by Jonathan Hart
· 10 years ago
7dc1d04
NullPacketProvider that generates PacketEvents at a specified rate
by Ayaka Koshibe
· 10 years ago
1423337
implementation of NullFlowProvider
by alshabib
· 10 years ago
584122a
GUI -- Further work on web socket service. Still WIP.
by Simon Hunt
· 10 years ago
04c7832
ONOS-812 - incorrect default values in CLI help
by Ray Milkey
· 10 years ago
9639df7
Use Optional instead of null to remove FIXME comment
by Sho SHIMIZU
· 10 years ago
404f6b2
GUI -- Removed dependence on jQuery -- it turns out that angular implements extend().
by Simon Hunt
· 10 years ago
b9a8a18
ONOS-741 - JSON codecs for constraints
by Ray Milkey
· 10 years ago
c036367
Remove deprecated and unused APIs from IntentStore.
by Jonathan Hart
· 10 years ago
1e4a001
GUI -- Created skeleton for WebSocketService. - re-worked UrlFnService.
by Simon Hunt
· 10 years ago
d94b477
Delete code that is commented out
by Sho SHIMIZU
· 10 years ago
2b2e681
Fix typo
by Sho SHIMIZU
· 10 years ago
6e2ee15
ONOS-783 Update PeerConnectivityManager to handle IPv6.
by Kunihiro Ishiguro
· 10 years ago
2bb988b
Return immediately when the given BatchWrite is empty
by Sho SHIMIZU
· 10 years ago
abeb7fa
Add clusterID info to Null Device ID so that multiple Null Device Providers can run on different nodes without collision.
by suibin
· 10 years ago
591dc99
Get rid of super type of IntentId
by Sho SHIMIZU
· 10 years ago
d58c5b7
Simplify the code by using the constructor initializing a reference
by Sho SHIMIZU
· 10 years ago
d4df608
Use diamond operator to simplify the code
by Sho SHIMIZU
· 10 years ago
fce9d4c
Delete unnecessary semicolon
by Sho SHIMIZU
· 10 years ago
29afca3
Fixed bug where ONOS sends actions in DELETE flow mods in OF1.0.
by Jonathan Hart
· 10 years ago
60e2467
Add null check in the constructor
by Sho SHIMIZU
· 10 years ago
c006eef
GUI -- Finished icons test page. Displays all icons and glyphs using Angular constructs.
by Bri Prebilic Cole
· 10 years ago
86f6198
Remove TODO comment
by Sho SHIMIZU
· 10 years ago
3cbfbc4
Expose the obstacles Set in a method - needed for REST APIs
by Ray Milkey
· 10 years ago
183b12fd
Delete unnecessary semicolon
by Sho SHIMIZU
· 10 years ago
e46c041
Protect against null pointers during deserializing.
by Jonathan Hart
· 10 years ago
16ea69b
Pass constraints argument to the constructor of super class
by Sho SHIMIZU
· 10 years ago
a15546f
Passing an empty list instead of null to improve null-safety
by Sho SHIMIZU
· 10 years ago
43ae293
Updated SDN-IP config to support 64-bit port numbers.
by Jonathan Hart
· 10 years ago
Next »