]> review.fuel-infra Code Review - openstack-build/neutron-build.git/shortlog
openstack-build/neutron-build.git
2015-07-13 JenkinsMerge "Implement QoS policy detach from port and networ...
2015-07-13 JenkinsMerge "objects.base: fixed object.delete()" into featur...
2015-07-13 JenkinsMerge "objects.qos.policy: fixed get_*_policy and attac...
2015-07-13 JenkinsMerge "Add API stub for QoS support rule_type resource...
2015-07-12 Miguel Angel AjoImplement QoS policy detach from port and network
2015-07-12 Irena BerezovskyAdd API stub for QoS support rule_type resource
2015-07-11 JenkinsMerge "objects.base: reset changes after getting object...
2015-07-10 JenkinsMerge "BaseObjectTestCase: rename test_class into _test...
2015-07-10 Ihar Hrachyshkaobjects.base: fixed object.delete()
2015-07-10 Ihar Hrachyshkaobjects.qos.policy: fixed get_*_policy and attach_...
2015-07-10 Ihar Hrachyshkaobjects.base: reset changes after getting objects from...
2015-07-10 Ihar HrachyshkaBaseObjectTestCase: rename test_class into _test_class
2015-07-10 John SchwarzCleanup rule models and objects
2015-07-10 Ihar Hrachyshkaobjects.qos: fixed create and update for QosBandwidthLi...
2015-07-10 Ihar HrachyshkaMerge remote-tracking branch 'origin/feature/qos' into...
2015-07-10 Kevin BentonFix failures introduced by the new version of mock
2015-07-10 JenkinsMerge "Move update_security_group_on_port to SecurityGr...
2015-07-09 JenkinsMerge "In Arista ML2 driver Reconfigure VLAN on VM...
2015-07-09 JenkinsMerge "Do not mock arping in L3AgentTestFramework funct...
2015-07-09 JenkinsMerge "Precision networking-bagpipe-l2 subproject"
2015-07-09 JenkinsMerge "objects.qos: added unit tests for QosPolicy...
2015-07-09 JenkinsMerge "objects.base: avoid db access if object does...
2015-07-09 Aaron RosenMove update_security_group_on_port to SecurityGroupDbMixin
2015-07-08 JenkinsMerge "lb-agent: handle security group updates in main...
2015-07-08 JenkinsMerge "Add ARP spoofing protection for LinuxBridge...
2015-07-08 Shashank HegdeIn Arista ML2 driver Reconfigure VLAN on VM migration
2015-07-08 JenkinsMerge "Fix issues with allocation pool generation for...
2015-07-08 JenkinsMerge "Python3: cast the result of zip() to list"
2015-07-08 John DavidgeFix issues with allocation pool generation for ::/64...
2015-07-08 JenkinsMerge "Add IP_ANY dict to ease choosing between IPv4...
2015-07-08 JenkinsMerge "Make sure path_prefix is set during unit tests"
2015-07-08 JenkinsMerge "Remove lingering traces of q_"
2015-07-08 JenkinsMerge "Track allocation_pools in SubnetRequest"
2015-07-08 JenkinsMerge "Refactor init_l3 to separate router port use...
2015-07-07 JenkinsMerge "Merge remote-tracking branch 'origin/feature...
2015-07-07 Brian HaleyRemove lingering traces of q_
2015-07-07 armando-migliaccioMake sure path_prefix is set during unit tests
2015-07-07 Carl BaldwinAdd IP_ANY dict to ease choosing between IPv4 and IPv6...
2015-07-07 Cyril RoelandtPython3: cast the result of zip() to list
2015-07-07 JenkinsMerge "portsecurity_db_common: Access db columns in...
2015-07-07 JenkinsMerge "Introduce the AFTER_READ callback for ports...
2015-07-07 Ihar HrachyshkaMerge remote-tracking branch 'origin/feature/qos' into...
2015-07-07 Pavel BondarTrack allocation_pools in SubnetRequest
2015-07-07 JenkinsMerge "COMMON_PREFIXES cleanup - patch 5/5"
2015-07-07 Kevin BentonAdd ARP spoofing protection for LinuxBridge agent
2015-07-07 JenkinsMerge "Devref for out-of-tree plugin/driver contribution"
2015-07-07 armando-migliaccioCOMMON_PREFIXES cleanup - patch 5/5
2015-07-06 Carl BaldwinRefactor init_l3 to separate router port use case
2015-07-06 JenkinsMerge "Refactor IpRuleCommand to take more arguments"
2015-07-06 Henry GessauDevref for out-of-tree plugin/driver contribution
2015-07-06 JenkinsMerge "Update DVR agent to use get_vifs_by_id"
2015-07-06 Cyril RoelandtPython3: do not add dict_values objects
2015-07-06 JenkinsMerge "AgentExtensionsManager and AgentCoreResourceExte...
2015-07-06 YAMAMOTO Takashiportsecurity_db_common: Access db columns in a consiste...
2015-07-05 JenkinsMerge "Add policy files specific to NSX plugins"
2015-07-05 JenkinsMerge "QoS extension fixes" into feature/qos
2015-07-04 JenkinsMerge "Python 3: do not index dict_keys objects"
2015-07-04 Cyril RoelandtPython 3: do not index dict_keys objects
2015-07-04 Kevin BentonUpdate DVR agent to use get_vifs_by_id
2015-07-03 JenkinsMerge "Start documenting potential API breakages in...
2015-07-03 JenkinsMerge "devref: document API status for neutron.openstac...
2015-07-03 JenkinsMerge "Python3: do not use urllib.urlencode"
2015-07-03 JenkinsMerge "COMMON_PREFIXES cleanup - patch 1/5"
2015-07-03 JenkinsMerge "Fall back on empty path if prefix is missing"
2015-07-03 JenkinsMerge "OVS native DBListcommand if_exists support"
2015-07-03 JenkinsMerge "Downgrade log level for gone port on status...
2015-07-03 JenkinsMerge "Fixing indentation and typo in comments"
2015-07-03 JenkinsMerge "Remove unused linux bridge agent configuration...
2015-07-03 armando-migliaccioCOMMON_PREFIXES cleanup - patch 1/5
2015-07-03 armando-migliaccioFall back on empty path if prefix is missing
2015-07-02 JenkinsMerge "Use EXT_TO_SERVICE_MAPPING instead of ALLOWED_SE...
2015-07-02 Carl BaldwinRefactor IpRuleCommand to take more arguments
2015-07-02 Ihar Hrachyshkaobjects.qos: added unit tests for QosPolicy neutron...
2015-07-02 Ihar Hrachyshkaobjects.base: avoid db access if object does not have...
2015-07-02 JenkinsMerge "Support Basic Address Scope CRUD as extensions"
2015-07-02 JenkinsMerge "Add extension callbacks support for networks...
2015-07-02 Ihar HrachyshkaStart documenting potential API breakages in devref...
2015-07-02 John SchwarzQoS extension fixes
2015-07-02 JenkinsMerge "Collapse create_subnet into single method"
2015-07-02 JenkinsMerge "[qos] policy: add methods to interact with polic...
2015-07-02 JenkinsMerge "l3 agent: do router cleanup for unknown routers"
2015-07-02 JenkinsMerge "Generic Resources RPC" into feature/qos
2015-07-02 JenkinsMerge "Merge remote-tracking branch 'origin/master...
2015-07-02 JenkinsMerge "DVR: remove unused method"
2015-07-02 JenkinsMerge "Generic rpc callback mechanism which could be...
2015-07-02 Ihar Hrachyshkadevref: document API status for neutron.openstack.common.*
2015-07-02 JenkinsMerge "Improve fixture usage."
2015-07-02 Cyril RoelandtPython3: do not use urllib.urlencode
2015-07-02 Ihar HrachyshkaMerge remote-tracking branch 'origin/master' into merge...
2015-07-02 Moshe LeviAgentExtensionsManager and AgentCoreResourceExtension
2015-07-02 Moshe LeviGeneric Resources RPC
2015-07-02 Oleg BondarevDVR: remove unused method
2015-07-02 Miguel Angel AjoGeneric rpc callback mechanism which could be reused
2015-07-02 Kevin BentonOVS native DBListcommand if_exists support
2015-07-02 JenkinsMerge "First QoS versioned objects, ever" into feature/qos
2015-07-02 JenkinsMerge "Read vif port information in bulk"
2015-07-02 Miguel Angel AjoIntroduce the AFTER_READ callback for ports and networks
2015-07-02 JenkinsMerge "Change the half of the bridge name used for...
2015-07-02 Pavel BondarCollapse create_subnet into single method
2015-07-02 Kevin BentonDowngrade log level for gone port on status update
next