Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3437bdb069cf34497e2abd9a7fb695fa7d99dc21
/
web
/
api
/
src
/
main
/
java
« Previous
47bd480
Add POST method for the Host REST API and fix minor documentation errors
by Kedar Gupta
· 9 years ago
f7cb401
Fix ONOS-2090 - Improvements to Intent JSON
by Ray Milkey
· 9 years ago
b9af946
Implement REST APIs for link flow statistics
by Ray Milkey
· 9 years ago
303e671
Refactor to use JAXRS URI builder and fix HTTP status for bad JSON
by Ray Milkey
· 9 years ago
96d55b1
Implementing net config subsystem and revising its interfaces.
by Thomas Vachuska
· 9 years ago
b82c42b
Implementation of REST POST API for creating intents
by Ray Milkey
· 9 years ago
0dbac7a
Fix javadoc warnings
by Madan Jampani
· 9 years ago
eb5c717
ONOS-2144 - Complete implementation of REST API for flows
by Ray Milkey
· 9 years ago
e18a330
ONOS-2091 Installing app when already installed will now raise an error
by Thomas Vachuska
· 9 years ago
b4258a9
ONOS-2124 Improved web-exception handling when an anonymous exception, i.e. one without a message, is raised.
by Thomas Vachuska
· 9 years ago
ccf40c7
Fix bug that inconsistency happens in long value and name in PortNumber
by Sho SHIMIZU
· 9 years ago
d43fe45
REST API to create flows
by Ray Milkey
· 9 years ago
bb825d7
Remove forEach() that introduces side-effect inherently
by Sho SHIMIZU
· 9 years ago
63d9f64
Remove unnecessary empty set check
by Sho SHIMIZU
· 9 years ago
30e9fd1
Filter connect points by device ID
by Sho SHIMIZU
· 9 years ago
f6501c0
Remove null check because it is always evaluated as false
by Sho SHIMIZU
· 9 years ago
c973308
Static optical madness. Fix in device resource store. Javadoc.
by Marc De Leenheer
· 9 years ago
c10d151
ConfigProvider: Use port number from known ports to create ConnectPoints
by Ayaka Koshibe
· 9 years ago
723f553
Allow static lambda and port mappings (ONOS-2067).
by Marc De Leenheer
· 9 years ago
a3d67cd
Expose empty annotations as SparseAnnotations to move down cast
by Sho SHIMIZU
· 9 years ago
236e9cd
Fix for parsing non-numeric port numbers in ConfigProvider
by Ayaka Koshibe
· 9 years ago
9100624
ConfigProvider: Protect against potential NPE when reading files
by Ayaka Koshibe
· 9 years ago
74b5527
Miscellaneous fixes for reading Linc-OE port types.
by Ayaka Koshibe
· 9 years ago
ae54173
Linc-OE ports now identifiable as Och and OMS ports.
by Ayaka Koshibe
· 9 years ago
9bb32ab
Moved AbstractWebResource to api bundle so it is accessible by applications.
by Jonathan Hart
· 10 years ago
3b84c86
Providing a work-around for a bug in the gossip stores, which prevents annotations from sticking initially.
by Thomas Vachuska
· 10 years ago
34c9590
ONOS-533 Fix copyrights
by Ray Milkey
· 10 years ago
c40d463
Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies.
by Thomas Vachuska
· 10 years ago
a0cecdc
Fix for ONOS-1595 - return proper status (405) when using an unsupported method
by Ray Milkey
· 10 years ago
f8cac48
Mild REST API refactoring.
by Thomas Vachuska
· 10 years ago
e684743
ONOS-1470 Implemented component config REST API.
by Thomas Vachuska
· 10 years ago
de563cf
Added ability to form a cluster via REST API.
by Thomas Vachuska
· 10 years ago
67c2272
ONOS-1242 - REST API for Withdrawing Intents
by Ray Milkey
· 10 years ago
8683e01
Fixing codec usage.
by Thomas Vachuska
· 10 years ago
3c994f7
ONOS-1329: Migrate Codec related code to onos-core-common bundle
by HIGUCHI Yuta
· 10 years ago
c24cde3
Add priority to Intents
by Ray Milkey
· 10 years ago
62ad95f
Added ability to upload apps as both app.xml or app.zip.
by Thomas Vachuska
· 10 years ago
179f377
Fix boxing/unboxing to parse a primitive
by Yuta HIGUCHI
· 10 years ago
4b6019e
ONOS-631 #Initial MPLS intent implementation
by Michele Santuari
· 10 years ago
c06c89b
REST API modifications to take application ID/Kep pair to fetch intents.
by Ayaka Koshibe
· 10 years ago
f9af43c
Refactoring of IntentId based APIs
by Ray Milkey
· 10 years ago
febe82c
Implement some of the missing IPv6 flowmod treatments
by Pavlin Radoslavov
· 10 years ago
5e4f754
Implement some of the missing Selector and Match Conditions
by Pavlin Radoslavov
· 10 years ago
f3b6933
Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related
by Pavlin Radoslavov
· 10 years ago
32a53c5
Instruction related fixes
by Yuta HIGUCHI
· 10 years ago
73ba84a
Refactor criterion codec
by Ray Milkey
· 10 years ago
d0fd841
Implement some of the missing Selector and Match Conditions
by Pavlin Radoslavov
· 10 years ago
ebf5e54
ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI.
by Thomas Vachuska
· 10 years ago
540b2ce
Make JSON codecs immutable
by Ray Milkey
· 10 years ago
f195b02
Unit tests for applications REST APIs
by Ray Milkey
· 10 years ago
19ffea3
ONOS-790 - REST APIs for paths
by Ray Milkey
· 10 years ago
320e6c9
Implement some of the missing Selector and Match Conditions
by Pavlin Radoslavov
· 10 years ago
4c0da81
Fix missing break statement found by Sonar
by Ray Milkey
· 10 years ago
2287d88
ONOS-887 - Return a 404 status when a URL specifies a bad resource
by Ray Milkey
· 10 years ago
02aeb03
ONOS-542 Defining application subsystem interfaces & public constructs.
by Thomas Vachuska
· 10 years ago
8fd68ca
ONOS-792 Implement Unit Tests for Links and Devices REST APIs
by Ray Milkey
· 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
f25d135
Fix Javadoc warnings
by Ray Milkey
· 10 years ago
82e5031
ONOS-792 - topology related REST GET APIs
by Ray Milkey
· 10 years ago
d7d1800
Prohibit null for resources field in Intent
by Sho SHIMIZU
· 10 years ago
b9a8a18
ONOS-741 - JSON codecs for constraints
by Ray Milkey
· 10 years ago
db35808
Unit tets for instruction JSON codecs
by Ray Milkey
· 10 years ago
d03eda0
Unit tests for Instruction and Ethernet codecs
by Ray Milkey
· 10 years ago
c95bb9d
ONOS-574 - Complete REST APIs for flows
by Ray Milkey
· 10 years ago
4f5de00
Implement REST APIs for flows:
by Ray Milkey
· 10 years ago
2b21714
Implement GET REST API for intents
by Ray Milkey
· 10 years ago
1f95bd3
Implement REST API for Hosts objects
by Ray Milkey
· 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
3f06e08
Various gui & test script tweaks.
by Thomas Vachuska
· 10 years ago
ece59ee
Fixing visuals for the SDN-IP demo.
by Thomas Vachuska
· 10 years ago
78bcbc1
remove dependency on Devices for handling MastershipEvents
by Ayaka Koshibe
· 10 years ago
dea45ff
Adding enhancements to the GUI server-side.
by Thomas Vachuska
· 10 years ago
21e0364
Cleaning up Javadocs.
by Thomas Vachuska
· 10 years ago
ca60f2b
Initial sketch of codecs and REST API approach. FIxed typos and defects. ONOS-81
by Thomas Vachuska
· 10 years ago
5481532
Changed argument from Device -> DeviceId
by Yuta HIGUCHI
· 10 years ago
d16ce18
Added Port.Type and plumbed it throughout.
by Thomas Vachuska
· 10 years ago
e60d452
avoid transient changes to MastershipStore from being posted as events
by Ayaka Koshibe
· 10 years ago
4f1a60c
Revised copyright message.
by Thomas Vachuska
· 10 years ago
33f228a
Replaced IpPrefix and IpAddress in the following methods
by Pavlin Radoslavov
· 10 years ago
781d18b
Added copyrights to cli, features, openflow, providers and web code
by Thomas Vachuska
· 10 years ago
9252bc3
Added a REST command to upload topology configuration.
by Thomas Vachuska
· 10 years ago
202175a
Renaming all Simple*Manager to just *Manager.
by tom
· 10 years ago
82e7257
Converted all package.html files to package-info.java for easier package documentation.
by tom
· 10 years ago
5ac5188
Moved the samples to a separate package.
by tom
· 10 years ago
0eb04ca
Added cubby-holes for new projects.
by tom
· 10 years ago