- c8e5d90 Bumping shaded atomix version by Brian O'Connor · 8 years ago
- 93322c1 Releasing shaded atomix and bumping version in deps/ by Brian O'Connor · 8 years ago
- 9605c78 Move Ciena Waveserver specific code out to Ciena driver bundle. by HIGUCHI Yuta · 8 years ago
- f46dc4f [ONOS-4513] Move utilities not specific to optical out of optical package. by HIGUCHI Yuta · 8 years ago
- fdeda92 Clearing cell environment before borrowing and after returning cell. by Thomas Vachuska · 8 years ago
- c0f5045 Remove some of unnecessary register calls. by HIGUCHI Yuta · 8 years ago
- 1f13d64 Fix NPE caused by pushing events about nodes no longer in the cluster by Jon Hall · 8 years ago
- 5182a26 Allowing BUCK-built package to take precedence over the Maven-built package if the former is newer. by Thomas Vachuska · 8 years ago
- ea31609 Adding ability to balance load between different cell servers. by Thomas Vachuska · 8 years ago
- dea375a Remove deprecated ConfigProvider. by HIGUCHI Yuta · 8 years ago
- 5420ba3 Adding ability to balance load between different cell servers. by Thomas Vachuska · 8 years ago
- 09a6a2e Javadoc error correction by Avantika-Huawei · 8 years ago
- 6f95568 lower severity to info if a class is registered more than once for serialization by Ray Milkey · 8 years ago
- 59a2106 [ONOS-4426] Upgrade Vtn Module when access same network segment by Bob zhou · 8 years ago
- f36a7ae Quick fix for broken build by Carmelo Cascone · 8 years ago
- 73862d4 [ONOS-4163] PCE service API by Avantika-Huawei · 8 years ago
- 7f7376a [ONOS-4170] PCEP provider changes for LSPDB sync by Avantika-Huawei · 8 years ago
- 7d06923 Fix compile time NPE which is encountered in Eclipse IDE by Jian Li · 8 years ago
- 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
- 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
- dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
- 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
- efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
- 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
- b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
- bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 9 years ago
- 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
- d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
- 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
- a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
- b05d70a Resource Store Defect Fix: Allowing allocation/release of more than 1 continous resource from same consumer with same value by Satish K · 8 years ago
- f0994cc CORD-135 Support Multicast Source on a Configured Port by Charles Chan · 8 years ago
- d0b119f ONOS-4512 fix bug to get and delete by Wu wenbin · 8 years ago
- 7170129 Fixed duplicate package issue and javaDoc warnings by Hyunsun Moon · 8 years ago
- e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
- 1125848 Fix ipBase option misspelling by Bob Lantz · 8 years ago
- 087b5d9 onos.py: ONOS cluster and control network modeling in Mininet by Bob Lantz · 8 years ago
- 0a119fe Bump up netty, slf4j, jackson, joda-time maven dependencies by Jian Li · 9 years ago
- a3e4c7a Bugfix: fix the swagger broken issue caused by unsupported data type by Jian Li · 8 years ago
- f4e2365 remove unused files from buck-tools by Ray Milkey · 8 years ago
- 2c72ac7 Fixed race condition in bmv2 SafeThriftClient by Carmelo Cascone · 8 years ago
- f8cf288 Added ability to poll flow counters in BMv2 by Carmelo Cascone · 8 years ago
- dd395bc Fix asm version by HIGUCHI Yuta · 8 years ago
- c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
- 84ff8fc Resource Store Bug Fix: Query allocated resources based on consumer id always return the Original continous resource value and not the allocated value of this consumer by Satish K · 8 years ago
- 1797282 Fixed multiple extension criteria bug by Carmelo Cascone · 8 years ago
- 847242b [ONOS-4409] Merge getApp REST methods into one, revise unit test by Jian Li · 8 years ago
- f009663 Fixed cell definition to override ONOS_USER env. var. by Thomas Vachuska · 8 years ago
- eb14837 Fix typo in scalablegateway/BUCK by HIGUCHI Yuta · 8 years ago
- 1314f8c Revert "Updating bin/karaf to fix ^D" by Brian O'Connor · 8 years ago
- 3106e46 bumping ONOS atomix by HIGUCHI Yuta · 8 years ago
- 93e71ba CORD-60 Support dynamic vSG creation/deletion by Charles Chan · 9 years ago
- 072ee2f Remove unnecessary CHECKSTYLE comment by HIGUCHI Yuta · 8 years ago
- 994c498 Revert "Review comments fix for the code in master" by Ray Milkey · 8 years ago
- cbdf0f2 Review comments fix for the code in master by VinodKumarS-Huawei · 8 years ago
- deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
- b1548ee Code clean up for control plane manager by Jian Li · 8 years ago
- a75fec4 Fix for ONOS-4429 by Madan Jampani · 8 years ago
- c3824e8 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
- 1703fea Avoid printing full stacktrace in DefaultMetricsDatabase by Jian Li · 8 years ago
- feb7edb Fixed bug due to wrong priority in BMv2. by Carmelo Cascone · 8 years ago
- a2f510e Improve flow rule polling consistency with bmv2 by Carmelo Cascone · 9 years ago
- a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
- 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
- deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
- e75edbf [ONOS-4170] Add a new tunnel state by Avantika-Huawei · 8 years ago
- cc730a6 Clean up source code of REST API by Jian Li · 8 years ago
- 5617994 Fixed cell definition retrieval. by Thomas Vachuska · 8 years ago
- a84637c Updating bin/karaf to fix ^D by Brian O'Connor · 8 years ago
- a7cd9d7 Try explicit class casting to remove warning message by Jian Li · 8 years ago
- cb3a1f5 [ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment by VinodKumarS-Huawei · 8 years ago
- c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
- 419c8bd Enhanced warden to allow reserving cells on remote hosts. by Thomas Vachuska · 8 years ago
- 63555d8 Pass checkstyle locations via arguments by Brian O'Connor · 8 years ago
- cbf4989 Treat null as NOT FOUND for application and applicationId by Jian Li · 8 years ago
- 7dc59d6 Fix cell command for when -u is set in bash by Jon Hall · 8 years ago
- 1f36ab8 adding agent config by alshabib · 9 years ago
- e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
- 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
- 6130ffc Removing unused cell definition. by Aaron Kruglikov · 8 years ago
- 0a1f29e Check if there's conflict in serializer registration Id. by HIGUCHI Yuta · 8 years ago
- a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
- d66148a Inline method by Sho SHIMIZU · 8 years ago
- 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
- 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
- 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
- f07ec21 Reverting changes to onos-cell & cell by Thomas Vachuska · 8 years ago
- be0d4e5 Fix wrong kryo version in BUCK file by HIGUCHI Yuta · 8 years ago
- 7c42cbe cord-646, Addressed the Comments for Patch set1 by kishore · 9 years ago
- 2bf44a4 Added dump of table entry ids in bmv2 protocol by Carmelo Cascone · 9 years ago
- 1839bab Move SnmpDeviceProviderTest, etc. to appropriate path. by HIGUCHI Yuta · 8 years ago
- f9335af Be patient when waiting for karaf log by Charles Chan · 8 years ago
- d4e7a77 Removed hardcoded model from BMv2 driver by Carmelo Cascone · 9 years ago
- 442a962 Added loading of BMv2 JSON config during device discovery in BMv2 device by Carmelo Cascone · 9 years ago
- f0b17ff ONOS-4092, ONOS-4093: ISIS CLI commands by Manikandan K · 8 years ago
- b57a134 Added methods to Bmv2ThriftClient to dump the device JSON config by Carmelo Cascone · 9 years ago
- c0fbbee ONOS-4420 Implemented BMv2 packet provider by Carmelo Cascone · 9 years ago
- d925da8 [ONOS-4165] Add C flag to LSP object by Avantika-Huawei · 8 years ago
- b1e7237 Openstack interface comparison bug fix. by Shashikanth VH · 8 years ago
- 09792f0 BGP AS number issue fixes. by Shashikanth VH · 8 years ago