- bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
- e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
- 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 10 years ago
- f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
- 1deab53 Simplifying removeListener to merely log when remove indicates no such listener. by Thomas Vachuska · 9 years ago
- 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
- 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
- de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
- de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 10 years ago
- ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
- a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 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
- 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
- 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 10 years ago
- 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
- 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
- 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
- 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 10 years ago
- 27bf079 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise. by Simon Hunt · 10 years ago
- 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 10 years ago
- 9467a23 GUI -- General GUI backend cleanup and bug fixes. Added custom formatters for existing tables, unit test for Enum Formatter, and more glyphs. by Bri Prebilic Cole · 10 years ago
- 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 10 years ago
- 9ffbd8d GUI -- Table Model et al -- added missing unit tests. by Simon Hunt · 10 years ago
- b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 10 years ago
- efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 10 years ago
- 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 10 years ago
- 5a5a734 Add unit tests for ModL0OchSignalInstruction by Sho SHIMIZU · 10 years ago
- 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 10 years ago
- 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 10 years ago
- 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 10 years ago
- e982815 GUI -- Initial cut at a simple table/row/cell model to allow us more control over the comparison / formatting of cell values for GUI tables. by Simon Hunt · 10 years ago
- e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 10 years ago
- eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 10 years ago
- c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 10 years ago
- c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 10 years ago
- 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 10 years ago
- 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 10 years ago
- 889648c Added an adapter. by Thomas Vachuska · 10 years ago
- fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 10 years ago
- a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 10 years ago
- 8b91f4f GUI -- Added category to the UiView abstraction. 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
- fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 10 years ago
- 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 10 years ago
- fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 10 years ago
- 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 10 years ago
- facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 10 years ago
- 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 10 years ago
- 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 10 years ago
- c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 10 years ago
- 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 10 years ago
- ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 10 years ago
- a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 10 years ago
- 77a455f Intent manager unit test enhancements by Ray Milkey · 10 years ago
- 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 10 years ago
- 7061acd Unit tests for PartitionManager by Jonathan Hart · 10 years ago
- 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 10 years ago
- ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 10 years ago
- 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 10 years ago
- 7d2fab2 ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues. by Madan Jampani · 10 years ago
- ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 10 years ago
- 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 10 years ago
- 0bc0599 Unit test for MPLS Objects by Ray Milkey · 10 years ago
- 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 10 years ago
- 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 10 years ago
- c24cde3 Add priority to Intents by Ray Milkey · 10 years ago
- 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 10 years ago
- 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 10 years ago
- 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 10 years ago
- 3553b30 ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism. by Thomas Vachuska · 10 years ago
- bd4f011 Make all leaf intent classes immutable by Ray Milkey · 10 years ago
- b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 10 years ago
- 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 10 years ago
- bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 10 years ago
- 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 10 years ago
- 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 10 years ago
- cf590df Remove references to deprecated bandwidth method by Ray Milkey · 10 years ago
- 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 10 years ago
- 5a7787a Unit test for intent accumulator by Ray Milkey · 10 years ago
- fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 10 years ago
- 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 10 years ago
- 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 10 years ago
- ecb63c5 Updated accumulator documentation and refactored names to remove the event heritage. by Thomas Vachuska · 10 years ago
- 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 10 years ago
- da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 10 years ago
- 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 10 years ago
- 8010bb4 Unit test for IntentData class by Ray Milkey · 10 years ago
- abbdcb7 Unit tests for intent key class by Ray Milkey · 10 years ago
- 4f5d93e Fixes for ObjectiveTrackerTest and IntentServiceTest by Ray Milkey · 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
- 2468502 Removed deprecated intent operations by Ray Milkey · 10 years ago
- 03406a4 IntentStore interface changes by Brian O'Connor · 10 years ago
- 24226a2 Start IntentOperations removal by Ray Milkey · 10 years ago
- febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 10 years ago
- 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 10 years ago
- 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 10 years ago