- f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
- b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
- 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
- e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
- be539db JSON for flows should return the app name, not the app ID by Ray Milkey · 9 years ago
- 8d07640 Set the location string correctly for intent POST operations by Ray Milkey · 9 years ago
- 87ae1d9 Fixed javadoc warnings & added a few deprecations. by Thomas Vachuska · 9 years ago
- af0ee53 Added redirect for the /onos/v1/docs Swagger UI URL. Added onos-rsdocs tool to launch REST API docs UI from shell. by Thomas Vachuska · 9 years ago
- 0fa2aa1 ONOS-2486 Adding swagger-based REST API documentation. by Thomas Vachuska · 9 years ago
- a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
- eff0e4e Adding GUI login/logout capability using form-based login. by Thomas Vachuska · 9 years ago
- 05b169d Improve coverage for Intents REST API test by Ray Milkey · 9 years ago
- 5d915f4 Cleanups to REST code suggested by Sonar by Ray Milkey · 9 years ago
- f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
- 7c4d196 onos-2420 Add unit test for Host REST API and fix documentation errors. by Kedar Gupta · 9 years ago
- 372d1f3 ONOS-2485 Autogenerate swagger JSON files from WebResource classes by Sahil Lele · 9 years ago
- fc913dd LINC driver and OF device provider report correct optical port types by Marc De Leenheer · 9 years ago
- d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
- 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
- eb431c1 Fixed issue with pushing topo JSON after devices are in the system. by Jonathan Hart · 9 years ago
- 82e95a5 Added means to administratively remove device via REST API. by Thomas Vachuska · 9 years ago
- 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
- 7b15851 Fix delete of an intent and add a unit test for it by Ray Milkey · 9 years ago
- 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
- afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
- a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
- 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
- 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
- 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
- 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
- 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
- ae54173 Linc-OE ports now identifiable as Och and OMS ports. by Ayaka Koshibe · 9 years ago
- bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
- 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
- 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 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
- 3d4e14a FlowRule private extension refactor. by jcc · 10 years ago
- 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 10 years ago
- db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 10 years ago
- 674dd8b Enable Intent REST API tests by Ray Milkey · 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
- 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 10 years ago
- f8cac48 Mild REST API refactoring. by Thomas Vachuska · 10 years ago
- 5197928 ONOS-1470 Added unit tests for component config REST API. 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
- 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 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
- 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 10 years ago
- 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 10 years ago 1.1.0
- 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 10 years ago 1.1.0-rc2
- c24cde3 Add priority to Intents by Ray Milkey · 10 years ago
- 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 10 years ago
- 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 10 years ago
- 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 10 years ago
- 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 10 years ago
- 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 10 years ago
- 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 10 years ago
- 93da11f Providing sample web.xml configuration for enabling basic authentication of REST API & GUI. by Thomas Vachuska · 10 years ago
- ab8553a Fix a bug: there are two ECN bits in the IPv4 header, not three. by Pavlin Radoslavov · 10 years ago
- 6a47964 Instruction related fixes by Yuta HIGUCHI · 10 years ago
- cc53abd Favor adapter classes over service interfaces in unit tests 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
- 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 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
- 0cc189e Add a test for unsupported criterion type by Ray Milkey · 10 years ago