index
:
delta/openstack/neutron.git
feature/graphql
feature/lbaasv2
feature/pecan
feature/qos
master
neutron-pecan
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/neutron.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
neutron
/
db
/
securitygroups_db.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't emit SG rule AFTER events until TX closed
Kevin Benton
2017-01-11
1
-8
/
+11
*
Don't create default SG in transaction
Kevin Benton
2017-01-06
1
-16
/
+24
*
Merge "Bulk creation of SecurityGroups"
Jenkins
2016-12-25
1
-2
/
+2
|
\
|
*
Bulk creation of SecurityGroups
Reedip
2016-12-13
1
-2
/
+2
*
|
Merge "Add sg_id in the AFTER_DELETE event of sg_rule delete"
Jenkins
2016-11-17
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add sg_id in the AFTER_DELETE event of sg_rule delete
Hong Hui Xiao
2016-09-10
1
-1
/
+4
*
|
Refactor/prepare db common utils for neutron-lib
Henry Gessau
2016-10-28
1
-4
/
+6
*
|
neutron-lib: start using neutron-lib helpers
Gary Kotton
2016-10-10
1
-1
/
+2
*
|
Do not retry default security group creation
Oleg Bondarev
2016-09-21
1
-2
/
+5
*
|
Revert "Do not retry default security group creation"
garyk
2016-09-21
1
-8
/
+4
*
|
Do not retry default security group creation
Oleg Bondarev
2016-09-20
1
-4
/
+8
*
|
Protect security group operations with the retry decorator
Kevin Benton
2016-09-13
1
-0
/
+15
|
/
*
debtcollector for globals
Henry Gessau
2016-08-30
1
-6
/
+6
*
Merge "Security group call back need cascading delete the related rules"
Jenkins
2016-08-26
1
-0
/
+3
|
\
|
*
Security group call back need cascading delete the related rules
Yalei Wang
2016-08-26
1
-0
/
+3
*
|
TrivialFix: Remove logging import unused
Nguyen Phuong An
2016-08-24
1
-4
/
+0
*
|
Prevent duplicate SG rules in 'concurrent requests' case
Anh Tran
2016-08-15
1
-2
/
+3
*
|
Relocate Security Group DB models
Victor Morales
2016-08-11
1
-95
/
+31
*
|
Rename DB columns: tenant -> project
Dariusz Smigiel
2016-08-03
1
-5
/
+3
*
|
Increment revision numbers on object changes
Kevin Benton
2016-07-27
1
-2
/
+2
|
/
*
Don't catch DBDuplicate in default SG creation
Kevin Benton
2016-07-06
1
-22
/
+8
*
Merge "Prevent adding duplicated sg rules with diff description"
Jenkins
2016-06-14
1
-3
/
+4
|
\
|
*
Prevent adding duplicated sg rules with diff description
Hong Hui Xiao
2016-05-24
1
-3
/
+4
*
|
Remove using PROTO_NAME_IPV6_ICMP_LEGACY from neutron.common.constants
Hong Hui Xiao
2016-05-24
1
-1
/
+1
|
/
*
add PROTO_NUM_IPV6_ICMP for _validate_port_range
lzklibj
2016-04-28
1
-1
/
+2
*
Use converters and validators from neutron-lib
Henry Gessau
2016-04-24
1
-5
/
+6
*
Use constants from neutron-lib
Henry Gessau
2016-04-23
1
-6
/
+7
*
When checking if there is a duplicate rule ignore the id field
Aaron Rosen
2016-04-07
1
-1
/
+11
*
Don't drop 'protocol' from client supplied security_group_rule dict
Ihar Hrachyshka
2016-04-05
1
-10
/
+3
*
SG protocol validation to allow numbers or names
Sreekumar S
2016-03-29
1
-1
/
+30
*
Accept icmpv6 as protocol of SG rule for backward compatibility
Akihiro Motoki
2016-03-18
1
-0
/
+3
*
Merge "SG PRECOMMIT_CREATE should be triggered only once"
Jenkins
2016-03-14
1
-4
/
+5
|
\
|
*
SG PRECOMMIT_CREATE should be triggered only once
Yalei Wang
2016-03-14
1
-4
/
+5
*
|
Security groups: ensure correct ID is passed to exception
Gary Kotton
2016-03-07
1
-5
/
+6
|
/
*
Add a description field to all standard resources
Kevin Benton
2016-03-05
1
-5
/
+11
*
Merge "Fix typo error for wrong msg format when CallbackFailure"
Jenkins
2016-03-01
1
-2
/
+2
|
\
|
*
Fix typo error for wrong msg format when CallbackFailure
Yalei Wang
2016-02-18
1
-2
/
+2
*
|
Merge "eliminate retries inside of _ensure_default_security_group"
Jenkins
2016-02-21
1
-29
/
+26
|
\
\
|
|
/
|
/
|
|
*
eliminate retries inside of _ensure_default_security_group
Kevin Benton
2016-01-12
1
-29
/
+26
*
|
Add precommit_XXX event for security group and rules
Yalei Wang
2016-02-14
1
-47
/
+47
*
|
Add popular IP protocols for security group
Li Ma
2016-01-22
1
-7
/
+7
|
/
*
Merge "Fix Security-rule's port should not set to 0 when Protocol is TCP/UDP"
Jenkins
2016-01-11
1
-1
/
+3
|
\
|
*
Fix Security-rule's port should not set to 0 when Protocol is TCP/UDP
lei zhang
2015-12-24
1
-1
/
+3
*
|
Merge "Remove references to model_base through models_v2"
Jenkins
2016-01-10
1
-2
/
+2
|
\
\
|
*
|
Remove references to model_base through models_v2
Carl Baldwin
2016-01-06
1
-2
/
+2
|
|
/
*
|
Avoid duplicating tenant check when creating resources
Mathieu Rohon
2016-01-05
1
-5
/
+4
|
/
*
Use _ from neutron._i18n
Akihiro Motoki
2015-12-06
1
-0
/
+1
*
Reuse constants defined in attributes
Manjeet Singh Bhatia
2015-12-04
1
-3
/
+4
*
Make Neutron resources reference standard attr table
Kevin Benton
2015-11-23
1
-3
/
+4
*
Fixed a bunch of typos throughout Neutron
Brandon Palm
2015-10-30
1
-1
/
+1
[next]