summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/security_groups
Commit message (Expand)AuthorAgeFilesLines
* Support RBAC security groups in dashboardHang Yang2021-10-182-4/+30
* Merge "security_groups panel: Add neutron policy enforcement"Zuul2021-02-182-6/+12
|\
| * security_groups panel: Add neutron policy enforcementAndrew Bogott2021-02-112-6/+12
* | Drop the usage of unicode prefix from unicode stringsYuehuiLei2021-02-122-14/+14
|/
* Use python3-style super()Akihiro Motoki2020-10-154-8/+8
* pylint: Fix unnecessary-comprehension warningAkihiro Motoki2020-09-271-1/+1
* pylint: Address no-else-return warningAkihiro Motoki2020-09-271-8/+5
* Cleanup for Refactor-error-messagesmanchandavishal2020-09-041-3/+2
* Use unittest.mock instead of third party mockIvan Kolodyazhny2020-03-261-1/+1
* Remove six usage from openstack_dashboard packageIvan Kolodyazhny2020-01-153-10/+4
* Remove six usage from horizon packageIvan Kolodyazhny2020-01-151-3/+3
* Fix failing tests under python3.8Michal Arbet2019-11-261-6/+3
* Handle partial dict settingAkihiro Motoki2019-09-261-1/+3
* django22: django.test.client.encode_multipart no longer accepts NoneStephen Finucane2019-09-111-29/+5
* Merge "Allow creating ICMPV6 rules"Zuul2019-07-251-0/+31
|\
| * Allow creating ICMPV6 rulesRadomir Dopieralski2019-07-241-0/+31
* | Define default settings explicitly (openstack_dashboard 3/5)Akihiro Motoki2019-07-032-4/+3
|/
* Disable add rules button when quotas are exceeded in security rule panelpengyuesheng2019-06-032-1/+20
* Marking CIDR as mandatory field on Add rule form in security_group panelpengyuesheng2019-04-081-8/+9
* pylint: fix some refactor recommendationsAkihiro Motoki2019-01-171-1/+1
* SG creation user taken straight to edit rulesSam Wright2019-01-072-2/+5
* Merge "Fix W503 warnings"Zuul2018-04-241-3/+3
|\
| * Fix W503 warningsAkihiro Motoki2018-04-111-3/+3
* | A description can now be added to a security ruleSamuel123212018-04-103-24/+204
|/
* Merge "Convert project tests into mock: fip/sg/key_pairs/topology"Zuul2018-03-301-270/+307
|\
| * Convert project tests into mock: fip/sg/key_pairs/topologyAkihiro Motoki2018-03-201-270/+307
* | Add asterisk to conditionally required fieldsAkihiro Motoki2018-03-221-0/+3
|/
* Drop Django <= 1.10 supportAkihiro Motoki2018-03-031-16/+4
* django2: Replace django.core.urlresolves with django.urlsAkihiro Motoki2018-02-174-5/+5
* quota: Use network quota field names consistentlyAkihiro Motoki2017-12-132-11/+11
* Sort security group rules more meaningfullyAkihiro Motoki2017-10-141-2/+14
* flake8-import-order: Ensure to place project imports lastAkihiro Motoki2017-09-204-3/+4
* Make icmp_type/code optionalAkihiro Motoki2017-08-211-0/+2
* Use flake8-import-order pluginAkihiro Motoki2017-07-031-4/+3
* Fix tenant_quota_usages function calls cachingMykhailo Dovgal2017-06-262-4/+4
* Retrieve quota and usage only for resources really requiredAkihiro Motoki2017-06-142-4/+9
* 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-044-85/+85
* 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-286-224/+75
* Merge "Update Horizon to use latest nova policy rules for validation"Jenkins2017-04-051-6/+6
|\
| * Update Horizon to use latest nova policy rules for validationYaguang Tang2017-03-131-6/+6
* | Merge "Update the access_and_security url"Jenkins2017-04-052-2/+2
|\ \
| * | Update the access_and_security urlzhurong2017-04-052-2/+2
* | | Merge "Fix incorrect window title in Manage security group rule"Jenkins2017-04-031-0/+1
|\ \ \
| * | | Fix incorrect window title in Manage security group ruleKenji Ishii2017-03-311-0/+1
| |/ /
* | | Allow any port or protocol in security group rulesYves-Gwenael Bourhis2017-03-292-4/+112
|/ /
* | Merge "hacking: noqa cleanup in openstack_dashboard"Jenkins2017-03-272-2/+2
|\ \
| * | hacking: noqa cleanup in openstack_dashboardAkihiro Motoki2017-03-172-2/+2
| |/