netvirt.git
2014-06-23 Madhu Venugopalhardware_vtep schema's Logical Tables (Logical_Switch...
2014-06-23 Madhu VenugopalInitial hardware_vtep schema changes
2014-06-21 Madhu VenugopalFixed export-package bug in Open_vSwitch schema bundle
2014-06-21 Madhu VenugopalMerge "Add Interface Table Columns and Version Info...
2014-06-21 Dave TuckerAdd Interface Table Columns and Version Info
2014-06-20 Madhu VenugopalChanged the Monitor to include all the columns (includi...
2014-06-20 Madhu VenugopalAdding generic GETDATA and GETCOLUMN proxy methods...
2014-06-20 Madhu VenugopalAdded Tests to test the Typed Class helper routine...
2014-06-20 Madhu VenugopalFixed UUID deserialization issue
2014-06-20 Brent SalisburyMerge changes I6244de55,I20d073c2 into topic/schema
2014-06-20 Dave TuckerMerge "Simplifying the User facing APIs in TyperUtils...
2014-06-20 Madhu VenugopalIT for Typed schema Table : Controller
2014-06-20 Madhu VenugopalRemoved unneccessary usage of Maps.newHashMap from...
2014-06-20 Madhu VenugopalSimplifying the User facing APIs in TyperUtils.
2014-06-20 Brent SalisburyMerge "Add version information and columns to Port...
2014-06-20 Dave TuckerAdd version information and columns to Port Table
2014-06-20 Madhu VenugopalMerge "Add version information to the Bridge table...
2014-06-20 Dave TuckerAdd version information to the Bridge table
2014-06-20 Dave TuckerAdd version information to Open_vSwitch table
2014-06-19 Dave TuckerAdd fromVersion and untilVersion to Typed Annotations
2014-06-19 Brent SalisburyMerge "Adding rest of the Open_vSwitch schema typed...
2014-06-19 Brent SalisburyMerge "Introducing Open_vSwitch Typed Schema wrapper...
2014-06-19 Dave TuckerAdd schema version to DatabaseSchema
2014-06-19 Madhu VenugopalAdding rest of the Open_vSwitch schema typed tables.
2014-06-19 Madhu VenugopalIntroducing Open_vSwitch Typed Schema wrapper on top...
2014-06-18 Madhu VenugopalAdded proper Typed Schema Wrapper infra to Library...
2014-06-17 Madhu VenugopalMerge remote-tracking branch 'origin/master' into merge...
2014-06-15 Madhu VenugopalRemoved the ovsdb subdirectory properly in lieu of...
2014-06-15 Madhu VenugopalFixed the broken Typed IT tests & included it to run...
2014-06-14 Madhu VenugopalMoved the code to normalize the java objects (Set and...
2014-06-13 Madhu VenugopalAdded safety check for a case in which getSchema may...
2014-06-13 Madhu VenugopalAdding support for Unfiltered Monitoring
2014-06-13 Madhu VenugopalFixed Mutate operation to handle MultiValued {Key,...
2014-06-13 Madhu VenugopalResolved the Serialization and Deserialization issues...
2014-06-12 Madhu VenugopalModified the Library to be more friendlier towards...
2014-06-12 Madhu VenugopalAddressing review comments for 7920
2014-06-11 Madhu VenugopalFixed the Basic Bridge create Integration Test by perfo...
2014-06-10 Madhu VenugopalMerge "explicitly parsing JsonNode for updates" into...
2014-06-10 Brent SalisburyMerge "Adding Pax-Exam infra with a basic IT for plugin"
2014-06-10 Ashwin Raveendranexplicitly parsing JsonNode for updates
2014-06-06 Madhu VenugopalAdding Pax-Exam infra with a basic IT for plugin
2014-06-05 Thomas BachmanBUG-1147: Fix programming of NORMAL flow entry when...
2014-06-04 Madhu VenugopalMerge "Add unit test for JsonRpcDecoder" into topic...
2014-06-04 Dave TuckerAdd unit test for JsonRpcDecoder
2014-05-30 Brent SalisburyBugFix #958 in OVSDB setting LLDP length to 0xffff
2014-05-28 Madhu VenugopalRemoving the Open_vSwitch schema hardcoding in OvsDBClient.
2014-05-27 Madhu VenugopalMerge "Added Mutate operation" into topic/schema
2014-05-27 Matt OswaltAdded Mutate operation
2014-05-27 Madhu VenugopalMerge "Adding neutron api v2.0 security group/rules...
2014-05-27 Brent SalisburyAdding neutron api v2.0 security group/rules handlers
2014-05-26 Brent SalisburySample OpenStack/Neutron v2.0 Postman API Collection
2014-05-26 Madhu VenugopalAdded assert operation as per RFC 7047 section 5.2.10
2014-05-26 Madhu VenugopalAdded Comment operation as per RFC7047 section 5.2.9
2014-05-26 Madhu VenugopalFixed a bug introduced due to a recent commit. Thanks...
2014-05-24 Madhu VenugopalMerge "Add unit tests for getPhysicalInterfaceName"
2014-05-23 Ashwin Raveendranrenamed old package to temp and fixes for min/max
2014-05-22 Madhu VenugopalMerge "getPhysicalInterfaceName not finding match in...
2014-05-22 Sam HagueAdd unit tests for getPhysicalInterfaceName
2014-05-22 Sam HaguegetPhysicalInterfaceName not finding match in some...
2014-05-22 Madhu VenugopalAdded a test-case to include non-atomic column to test...
2014-05-22 Madhu VenugopalMerge "Stop isReady method always returning true" into...
2014-05-22 Dave TuckerStop isReady method always returning true
2014-05-22 Giovanni Meoovsdb has a dependency on artifacts from integration...
2014-05-22 Madhu VenugopalMerge "Add OVSDB Select Operation" into topic/schema
2014-05-22 Dave TuckerAdd OVSDB Select Operation
2014-05-21 Dave TuckerUpdate .gitreview to use topic/schema branch
2014-05-21 Brent SalisburyMerge "Abort operation as per Section 5.2.8 of RFC...
2014-05-21 Brent SalisburyMerge changes Idd1bb88c,I9fd5ef99 into topic/schema
2014-05-21 Brent SalisburyMerge "Cleaned up Integration Test setup" into topic...
2014-05-21 Madhu VenugopalAbort operation as per Section 5.2.8 of RFC 7047
2014-05-21 Madhu VenugopalFixed a bug in where condition usage in Update & Delete...
2014-05-21 Madhu VenugopalCommit operation as per Section 5.2.7 of RFC 7047
2014-05-21 Madhu VenugopalCleaned up Integration Test setup
2014-05-20 Dave TuckerReplace literal for Update operation with constant
2014-05-20 Madhu VenugopalMerge "Fix bug 1028: Don't ignore exception in prepareI...
2014-05-19 Hsin-Yi ShenAdd ovsdb vlan support by using OF1.3
2014-05-18 Dave TuckerUse Felix DM for OVSDB Neutron Services
2014-05-18 Dave TuckerFix bug 1028: Don't ignore exception in prepareInternal...
2014-05-16 Dave TuckerAdd the OVSDB Delete Operation
2014-05-16 Thomas BachmanScript support for DevStack Configuration.
2014-05-15 Madhu VenugopalMoving ipfix column to set<UUID> in Bridge table.
2014-05-14 Dave TuckerRemove com.google.inject from neutron/pom.xml
2014-05-14 Madhu VenugopalMerge "Add Vagrantfile for OVSDB Test/Dev environment"
2014-05-14 Madhu VenugopalMerge "Add License to OVSDB Repo"
2014-05-13 Dave TuckerUpdate OVSDB Pom files for sortpom plugin
2014-05-13 Dave TuckerAdd License to OVSDB Repo
2014-05-13 Dave TuckerAdd Vagrantfile for OVSDB Test/Dev environment
2014-05-10 Madhu VenugopalMerge "Fix unhandled timeout in OVSDBNettyFactoryIT"
2014-05-10 Dave TuckerFix unhandled timeout in OVSDBNettyFactoryIT
2014-05-10 Madhu VenugopalMerge "Update netty to 4.0.17"
2014-05-09 Dave TuckerReplace String Literals in ITs with constants
2014-05-09 Dave TuckerFix failure of OvsdbTestGetBridgeDomainsIT
2014-05-09 Dave TuckerFix integration tests
2014-05-07 Madhu VenugopalFixed distribution build parameters to pull in the...
2014-05-06 Madhu VenugopalRemoved all the static string usage for network types...
2014-05-06 Sam HagueAdd support for vlan tenant isolation to ovsdb using...
2014-05-05 Hsin-Yi ShenBUG-954: Add support for Neutron port/network delete...
2014-05-04 Robert VargaUpdate netty to 4.0.17
2014-04-27 Ashwin RaveendranImplementation for Monitor operation
2014-04-24 Flavio FernandesTurn hard coded localhost:8080 into templates in the...
next