summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/security_groups/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Support RBAC security groups in dashboardHang Yang2021-10-181-4/+16
* Merge "security_groups panel: Add neutron policy enforcement"Zuul2021-02-181-1/+2
|\
| * security_groups panel: Add neutron policy enforcementAndrew Bogott2021-02-111-1/+2
* | Drop the usage of unicode prefix from unicode stringsYuehuiLei2021-02-121-4/+4
|/
* Use python3-style super()Akihiro Motoki2020-10-151-1/+1
* Use unittest.mock instead of third party mockIvan Kolodyazhny2020-03-261-1/+1
* Remove six usage from openstack_dashboard packageIvan Kolodyazhny2020-01-151-2/+1
* Remove six usage from horizon packageIvan Kolodyazhny2020-01-151-3/+3
* Fix failing tests under python3.8Michal Arbet2019-11-261-6/+3
* django22: django.test.client.encode_multipart no longer accepts NoneStephen Finucane2019-09-111-29/+5
* Disable add rules button when quotas are exceeded in security rule panelpengyuesheng2019-06-031-1/+7
* SG creation user taken straight to edit rulesSam Wright2019-01-071-1/+1
* A description can now be added to a security ruleSamuel123212018-04-101-23/+159
* Convert project tests into mock: fip/sg/key_pairs/topologyAkihiro Motoki2018-03-201-270/+307
* Drop Django <= 1.10 supportAkihiro Motoki2018-03-031-16/+4
* django2: Replace django.core.urlresolves with django.urlsAkihiro Motoki2018-02-171-1/+1
* quota: Use network quota field names consistentlyAkihiro Motoki2017-12-131-9/+9
* Use flake8-import-order pluginAkihiro Motoki2017-07-031-4/+3
* Fix tenant_quota_usages function calls cachingMykhailo Dovgal2017-06-261-3/+3
* Retrieve quota and usage only for resources really requiredAkihiro Motoki2017-06-141-3/+7
* Fix H405 (multi line docstring) warnings (openstack_dashboard)Akihiro Motoki2017-06-091-2/+1
* Move SG and FIP API wrapper to api.neutronAkihiro Motoki2017-06-041-76/+76
* Drop novalclient security group and floating IP dependencyAkihiro Motoki2017-04-281-69/+69
* Drop Nova SG and FIP related unit tests from dashboard codeAkihiro Motoki2017-04-281-86/+69
* Drop Nova security group dependency from dashboardAkihiro Motoki2017-04-281-154/+43
* Allow any port or protocol in security group rulesYves-Gwenael Bourhis2017-03-291-0/+91
* hacking: noqa cleanup in openstack_dashboardAkihiro Motoki2017-03-171-1/+1
* Move Security Groups into its own panelRob Cresswell2017-02-021-0/+1031