[openstack-announce] [new][designate] designate-dashboard 3.0.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 6 13:18:39 UTC 2016


We are amped to announce the release of:

designate-dashboard 3.0.0: Designate Horizon UI bits

This release is part of the newton release series.

For more details, please see below.

Changes in designate-dashboard 2.0.0.0rc1..3.0.0
------------------------------------------------

b3b56d4 Imported Translations from Zanata
472e7a9 Allow V1 Panels to be used
725380d Imported Translations from Zanata
183b279 Imported Translations from Zanata
c868c62 Imported Translations from Zanata
6d87667 Update .gitreview for stable/newton
54e46c9 API v2 Dashboard
5a0ce41 Allow SRV/MX records to have priority 0
7be9313 Remove token logging
1a05272 Update home-page info in the configuration file
713e772 Imported Translations from Zanata
e96fddb Updated from global requirements
3afaf1f Follow-up Ibddffc5f: Also allow PTR records pointing to the domain itself
2669ea5 Updated from global requirements
69caf63 SSHFP validation: Allow algorithm 4 - ED25519
2d17e1a Remove discover from test-requirements
c915a15 Updated from global requirements
e937d32 Updated from global requirements
4069460 Add option for records pointing to domain
a65f899 Updated from global requirements
4783fbf Imported Translations from Zanata
8fdef7b Updated from global requirements
a275499 Updated from global requirements
442dec6 Imported Translations from Zanata
135c0c8 Imported Translations from Zanata
b7d0c77 Imported Translations from Zanata
61b5a0c Imported Translations from Zanata
552968e Updated from global requirements
c93239b Updated from global requirements
38db436 Updated from global requirements
85b493d Updated from global requirements
b48e13b Imported Translations from Zanata
c6477f9 Imported Translations from Zanata
9266cb1 Updated from global requirements
576dc66 Fix package name in init.py
7eadcaf Imported Translations from Zanata
20d036d Updated from global requirements
7fbe18a Imported Translations from Zanata
2fdca52 Fix unit tests under Django 1.9
72d45d6 Add ADD_INSTALLED_APPS to 'enabled' file
76df49e Extract strings from django templates
03813a8 Imported Translations from Zanata
9aa1f9b Fix unit tests under Django 1.9
8cb1543 Extract strings from django templates
1ed7893 Add ADD_INSTALLED_APPS to 'enabled' file
202300b Imported Translations from Zanata
a829a1b Update .gitreview for stable/mitaka


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
babel-django.cfg                                   |   4 +
designatedashboard/__init__.py                     |   2 +-
designatedashboard/api/designate.py                |   3 -
designatedashboard/api/rest/__init__.py            |  16 +
designatedashboard/api/rest/passthrough.py         | 114 +++++++
.../dashboards/project/dns_domains/forms.py        |  12 +-
.../templates/dns_domains/domain_detail.html       |   2 +-
.../dns_domains/templates/dns_domains/records.html |   2 +-
.../dashboards/project/dns_domains/views.py        |   1 +
.../dashboards/project/ngdns/__init__.py           |   1 +
.../project/ngdns/reverse_dns/__init__.py          |   0
.../dashboards/project/ngdns/reverse_dns/panel.py  |  25 ++
.../dashboards/project/ngdns/reverse_dns/urls.py   |  22 ++
.../dashboards/project/ngdns/reverse_dns/views.py  |  19 ++
.../dashboards/project/ngdns/zones/__init__.py     |   0
.../dashboards/project/ngdns/zones/panel.py        |  25 ++
.../dashboards/project/ngdns/zones/urls.py         |  22 ++
.../dashboards/project/ngdns/zones/views.py        |  19 ++
.../enabled/_1720_project_dns_panel.py             |   2 +
.../enabled/_1721_dns_zones_panel.py               |  40 +++
.../enabled/_1722_dns_reversedns_panel.py          |  38 +++
designatedashboard/locale/cs/LC_MESSAGES/django.po | 341 ++++++++++++++++++++
designatedashboard/locale/de/LC_MESSAGES/django.po | 351 ++++++++++++++++++++
designatedashboard/locale/django.pot               | 343 --------------------
.../locale/en_GB/LC_MESSAGES/django.po             | 345 ++++++++++++++++++++
designatedashboard/locale/fr/LC_MESSAGES/django.po |  52 ++-
designatedashboard/locale/ja/LC_MESSAGES/django.po | 141 ++++++++-
.../locale/ko_KR/LC_MESSAGES/django.po             | 350 ++++++++++++++++++++
.../locale/pt_BR/LC_MESSAGES/django.po             | 345 ++++++++++++++++++++
designatedashboard/locale/ru/LC_MESSAGES/django.po |  23 +-
.../locale/tr_TR/LC_MESSAGES/django.po             |  29 +-
.../locale/zh_CN/LC_MESSAGES/django.po             | 352 +++++++++++++++++++++
.../designatedashboard.module.js                   |  78 +++++
.../designatedashboard/designatedashboard.scss     |   0
.../actions/actions.module.js                      |  66 ++++
.../os-designate-floatingip/actions/set.service.js | 170 ++++++++++
.../actions/unset.service.js                       | 139 ++++++++
.../os-designate-floatingip/api.service.js         | 121 +++++++
.../details/details.module.js                      |  66 ++++
.../os-designate-floatingip/details/drawer.html    |  10 +
.../details/overview.controller.js                 |  46 +++
.../os-designate-floatingip/details/overview.html  |  11 +
.../os-designate-floatingip.module.js              | 154 +++++++++
.../actions/actions.module.js                      |  79 +++++
.../actions/common-forms.service.js                | 165 ++++++++++
.../actions/create.service.js                      | 132 ++++++++
.../actions/delete.service.js                      | 182 +++++++++++
.../actions/update.service.js                      | 159 ++++++++++
.../os-designate-recordset/api.service.js          | 136 ++++++++
.../details/details.module.js                      | 109 +++++++
.../os-designate-recordset/details/drawer.html     |  10 +
.../details/overview.controller.js                 |  46 +++
.../os-designate-recordset/details/overview.html   |  45 +++
.../details/zone-recordsets.controller.js          |  39 +++
.../details/zone-recordsets.html                   |   8 +
.../os-designate-recordset.module.js               | 238 ++++++++++++++
.../os-designate-zone/actions/actions.module.js    |  76 +++++
.../actions/common-forms.service.js                | 184 +++++++++++
.../os-designate-zone/actions/create.html          |   1 +
.../os-designate-zone/actions/create.service.js    | 126 ++++++++
.../os-designate-zone/actions/delete.service.js    | 169 ++++++++++
.../os-designate-zone/actions/update.service.js    | 147 +++++++++
.../resources/os-designate-zone/api.service.js     | 152 +++++++++
.../os-designate-zone/details/details.module.js    |  61 ++++
.../os-designate-zone/details/drawer.html          |  10 +
.../details/overview.controller.js                 |  46 +++
.../os-designate-zone/details/overview.html        |  58 ++++
.../os-designate-zone/os-designate-zone.module.js  | 202 ++++++++++++
.../resources/resources.module.js                  |  36 +++
.../designatedashboard/resources/util.service.js   | 107 +++++++
.../static/designatedashboard/reverse_dns.html     |   4 +
.../static/designatedashboard/zones.html           |   4 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |  13 +-
83 files changed, 6334 insertions(+), 473 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index bc3b7d3..d9f7cca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 145d831..5c7f88d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -11,2 +10,2 @@ mox3>=0.7.0 # Apache-2.0
-oslo.config>=3.7.0 # Apache-2.0
-pylint==1.4.5 # GNU GPL v2
+oslo.config>=3.14.0 # Apache-2.0
+pylint==1.4.5 # GPLv2
@@ -16 +15 @@ unittest2 # BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
@@ -21 +20 @@ openstack.nose-plugin>=0.7 # Apache-2.0
-django-nose>=1.2 # BSD
+django-nose>=1.4.4 # BSD
@@ -27 +26 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=2.0.0 # Apache-2.0
+django-openstack-auth>=2.4.0 # Apache-2.0





More information about the OpenStack-announce mailing list