Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3bceb01c235880bb626636d552b93019843bd628
« Previous
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
bd128fa
Delete code that is commented out
by Sho SHIMIZU
· 10 years ago
aa26adf
GUI -- Corrected path prefix for ui/rs calls. - fixed broken unit tests.
by Simon Hunt
· 10 years ago
b07c279
GUI -- show-icons.html test file is successfully linked with its module and controller
by Bri Prebilic Cole
· 10 years ago
66f9e6e
GUI -- glyph.js - removed unnecessary precision from path data.
by Simon Hunt
· 10 years ago
cd258a1
GUI -- Reworked onos.js to only require the list of view IDs to be injected. Module dependencies and routing configuration are both derived from the list of IDs.
by Simon Hunt
· 10 years ago
d169deb
GUI -- Removed @author tags from all .js/.css etc. to match our code style choice.
by Simon Hunt
· 10 years ago
17a18b2
GUI -- Added some test files to practice Angular and link with the IconService. WIP
by Bri Prebilic Cole
· 10 years ago
94a856e
GUI -- Added new icons to glyphs library.
by Bri Prebilic Cole
· 10 years ago
64b60cd
GUI -- Do not display IconLibDefs SVG element.
by Simon Hunt
· 10 years ago
9722538
GUI -- Completed icon directive definition, and wired up device view.
by Simon Hunt
· 10 years ago
0f9aba8
ONOS-635 Adding ICMPv6 type and code builder for HostMonitor.
by Kunihiro Ishiguro
· 10 years ago
f84591d
Don't flood ARP packets out the port they came in on.
by Jonathan Hart
· 10 years ago
422916f
NullLinkProvider to generate link events. This provider
by Ayaka Koshibe
· 10 years ago
2ffcd10
Add default drop rule in OF1.0 switches.
by Jonathan Hart
· 10 years ago
ebb5444
Update cell related util scripts to support larger cluster [ONOS-467]
by Ayaka Koshibe
· 10 years ago
7f172cc
GUI -- Implemented loadIcon() in the IconService.
by Simon Hunt
· 10 years ago
58f23bb
GUI -- Working towards embedding icons in tables. WIP.
by Simon Hunt
· 10 years ago
4367abc
GUI -- DeviceResource: minor improvement.
by Simon Hunt
· 10 years ago
1f170b8
GUI -- Simpler version of DeviceGuiResource for the UI.
by Simon Hunt
· 10 years ago
47f2dde
Don't install table miss entry for OVS 1.3 or CPqD switches.
by Jonathan Hart
· 10 years ago
e53f171
ONOS-535 - capture and display ip address and port of switches
by Ray Milkey
· 10 years ago
e0fade7
ONOS-539 - Capture port names so CLI can display them
by Ray Milkey
· 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
db35808
Unit tets for instruction JSON codecs
by Ray Milkey
· 10 years ago
f5df284
ONOS-693 SDN-IP tutorial script for IPv6.
by Kunihiro Ishiguro
· 10 years ago
d916bcd
Corrected a javadoc message.
by Thomas Vachuska
· 10 years ago
d3edd03
Fix a typo in manufacturerDescription() method name
by Ray Milkey
· 10 years ago
520f227
Suppress superfluous error message when pushing to a cell the first time.
by Jonathan Hart
· 10 years ago
52fae7d
ONOS-509: Match IPV6_SRC, IPV6_DST criteria
by Charles M.C. Chan
· 10 years ago
4fab8af
GUI -- Added mechanism to test device view. Themed device view.
by Bri Prebilic Cole
· 10 years ago
3cfce8e
Moved default flows logic into the PacketManager.
by Jonathan Hart
· 10 years ago
eb28b0b
GUI -- Created UrlFunction service Commented out broken device code WIP
by Bri Prebilic Cole
· 10 years ago
025fb44
Adding more T-ports to big topo
by Brian O'Connor
· 10 years ago
c7bdd8c
Improvements to OpticalPathProvisioner
by Brian O'Connor
· 10 years ago
e672044
GUI -- Created the RestService in the Remote module.
by Simon Hunt
· 10 years ago
5ee36e0
GUI -- Added dark theming for the topology view.
by Simon Hunt
· 10 years ago
0541fb8
GUI -- Finally got map resize working correctly, including the resized callback in topo code.
by Simon Hunt
· 10 years ago
426bd86
GUI -- Further tweaking of the background map loading code, to properly align the map in the view.
by Simon Hunt
· 10 years ago
839a5e6
NullHostProvider does not report hosts for device the local instance is not master for
by alshabib
· 10 years ago
06ae79d
Reactive forwarding apps should explicitly ask for packets they want to receive.
by Jonathan Hart
· 10 years ago
0f8a1e4
Count the Intent FAILED events.
by Pavlin Radoslavov
· 10 years ago
a7b6a6b
GUI -- Further work on MapService and GeoDataService. Still WIP.
by Simon Hunt
· 10 years ago
6806394
Configure LINC-OE to use multiple controllers
by Marc De Leenheer
· 10 years ago
0b35191
adding compile to archetype poms
by Brian O'Connor
· 10 years ago
e1dfb50
Fix javadoc typos
by Ray Milkey
· 10 years ago
8b6b172
temporary NPE fix for ONOS-439
by Brian O'Connor
· 10 years ago
eb27c45
Adding optical topo files
by Brian O'Connor
· 10 years ago
4acd91d
Fixed onos-install to deal with the first-time install where there is no .m2/repository/org
by Thomas Vachuska
· 10 years ago
f817338
GUI -- Split MapService into GeoDataService and MapService. WIP.
by Simon Hunt
· 10 years ago
e8600eb
Handle packets that can't be deserialized properly.
by Jonathan Hart
· 10 years ago
70fc7fb
fix switch negociation for non spec compliant devices.
by alshabib
· 10 years ago
3a21b78
very simple null host provider
by alshabib
· 10 years ago
c8ad76d
Allow null as parameter
by Yuta HIGUCHI
· 10 years ago
bc0e84d
Fix javadoc warnings
by Charles M.C. Chan
· 10 years ago
41e26d5
incrementing version of loxi dependency
by alshabib
· 10 years ago
8717be2
Fix for ONOS-607 - controller port displayed incorrectly in CLI
by Ray Milkey
· 10 years ago
d03eda0
Unit tests for Instruction and Ethernet codecs
by Ray Milkey
· 10 years ago
fe42181
ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. (OF1.3)
by Charles M.C. Chan
· 10 years ago
6128634
null device provider implementation along with directory structure
by alshabib
· 10 years ago
5c0b476
Refactor: Avoid using ternary operator. Remove unnecessary casting.
by Charles M.C. Chan
· 10 years ago
94f3737
ONOS-512: Implement IPv6 Extension Headers
by Charles M.C. Chan
· 10 years ago
7c92a3d
GUI -- Created initial device view
by Bri Prebilic Cole
· 10 years ago
86388b1
GUI -- Created NavService and implemented simple navigation (click on the bird!)
by Simon Hunt
· 10 years ago
c95bb9d
ONOS-574 - Complete REST APIs for flows
by Ray Milkey
· 10 years ago
d36a74b
Add explicit flow rules to receive control packets: ARP, LLDP, BDDP
by Pavlin Radoslavov
· 10 years ago
c02c0b8
WIP: Resolve conflict with Go language "go" command
by Sho SHIMIZU
· 10 years ago
4d887e8
Moved onlab-rest bundle out of onos-api.
by Jonathan Hart
· 10 years ago
081e737
Classify hardware running OVS as an OVS switch.
by Jonathan Hart
· 10 years ago
404e54c
GUI -- MapService: rework API and internal code for loading map. WIP.
by Simon Hunt
· 10 years ago
aec62962
Initial cut of `onos-group` script for running a subset of commands
by Ayaka Koshibe
· 10 years ago
1e8eff4
GUI -- MapService: changed to cache promises with attached meta data.
by Simon Hunt
· 10 years ago
f044d8a
GUI -- Sketched out MapService.
by Simon Hunt
· 10 years ago
09e464b
Starting GUI server-side code
by Bri Prebilic Cole
· 10 years ago
cacce34
GUI -- Implemented ZoomService, with unit tests.
by Simon Hunt
· 10 years ago
6cc5369
GUI -- Topo View: define SVG layer; inject (sample) key bindings and install glyph definitions.
by Simon Hunt
· 10 years ago
3a0a52e
Added IPv6 routing support to SDN-IP, and integrated it with BGP:
by Pavlin Radoslavov
· 10 years ago
670e825
GUI -- implemeted GlyphService.loadDefs().
by Simon Hunt
· 10 years ago
Next »