We are gleeful to announce the release of: searchlight-ui 2.0.0: Horizon panels and libraries for Searchlight This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/searchlight-ui Download the package from: https://tarballs.openstack.org/searchlight-ui/ Please report issues through launchpad: http://bugs.launchpad.net/searchlight For more details, please see below. Changes in searchlight-ui 1.0.0.0rc1..2.0.0 ------------------------------------------- ffb7e7c Imported Translations from Zanata a956790 Imported Translations from Zanata 21d4c15 Update .gitreview for stable/ocata a4bf436 Add ironic resource types 457eaf4 Replace 'filtered' queries with 'bool' 2920a48 Imported Translations from Zanata 1a6c85a Imported Translations from Zanata 2398bc2 Add horizon tox based instructions 5765c2b Update horizon version compatibility matrix a3b3702 Imported Translations from Zanata 686ffdd UI-Bootstrap services use $uib prefix b49a723 Use urlparse.urljoin to join searchlight url 6f2a2d3 Show team and repo badges on README 2d57b93 Imported Translations from Zanata b170730 Modify development doc url in CONTRIBUTING.rst 6e7617b Clean imports in code e69ab1a Imported Translations from Zanata b2a240d Imported Translations from Zanata 2fbce89 Make manage.py executable c8f05aa Enable release notes translation 0704a1a Honor 'nested' in facets 55d3b51 Add 'More Actions...' Actions 8a3a60b Update homepage with developer documentation page 5fdd379 Do not display Visibility column when All Projects option shown 574c8e0 Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + CONTRIBUTING.rst | 2 +- README.rst | 32 +- manage.py | 0 releasenotes/source/conf.py | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/newton.rst | 6 + searchlight_ui/api/rest/searchlight.py | 7 +- searchlight_ui/locale/ca/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/cs/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/cs/LC_MESSAGES/djangojs.po | 804 ++++++++++++ searchlight_ui/locale/de/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/de/LC_MESSAGES/djangojs.po | 1261 +++++++++++++++++++ searchlight_ui/locale/en_AU/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/en_GB/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/es/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/fr/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/fr/LC_MESSAGES/djangojs.po | 766 ++++++++++++ searchlight_ui/locale/id/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/id/LC_MESSAGES/djangojs.po | 1283 ++++++++++++++++++++ searchlight_ui/locale/it/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/ja/LC_MESSAGES/djangojs.po | 927 ++++++++++++++ searchlight_ui/locale/ko_KR/LC_MESSAGES/django.po | 18 + .../locale/ko_KR/LC_MESSAGES/djangojs.po | 960 +++++++++++++++ searchlight_ui/locale/pt_BR/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/ru/LC_MESSAGES/django.po | 19 + searchlight_ui/locale/ru/LC_MESSAGES/djangojs.po | 1195 ++++++++++++++++++ searchlight_ui/locale/tr_TR/LC_MESSAGES/django.po | 18 + searchlight_ui/locale/zh_CN/LC_MESSAGES/django.po | 18 + .../locale/zh_CN/LC_MESSAGES/djangojs.po | 1222 +++++++++++++++++++ searchlight_ui/locale/zh_TW/LC_MESSAGES/django.po | 18 + .../os-cinder-snapshots/actions/actions.module.js | 61 + .../os-cinder-snapshots.module.js | 3 +- .../os-cinder-volumes/actions/actions.module.js | 61 + .../os-cinder-volumes/os-cinder-volumes.module.js | 3 +- .../os-ironic-chassis/os-ironic-chassis.module.js | 78 ++ .../resources/os-ironic-chassis/summary.html | 7 + .../os-ironic-nodes/os-ironic-nodes.module.js | 132 ++ .../static/resources/os-ironic-nodes/summary.html | 8 + .../os-ironic-ports/os-ironic-ports.module.js | 89 ++ .../static/resources/os-ironic-ports/summary.html | 7 + .../os-neutron-nets/actions/actions.module.js | 61 + .../os-neutron-nets/os-neutron-nets.module.js | 1 + .../os-neutron-ports/actions/actions.module.js | 61 + .../os-neutron-ports/os-neutron-ports.module.js | 1 + .../os-neutron-routers/actions/actions.module.js | 61 + .../os-neutron-routers/os-neutron-router.module.js | 1 + .../os-neutron-subnets/actions/actions.module.js | 61 + .../os-neutron-subnets.module.js | 1 + .../os-nova-hypervisors/actions/actions.module.js | 61 + .../os-nova-hypervisors/os-nova-hypervisors.js | 1 + .../resources/os-nova-hypervisors/summary.html | 1 + .../os-nova-servers/actions/actions.module.js | 14 + .../actions/create-snapshot.controller.js | 8 +- .../actions/create-snapshot.controller.spec.js | 2 +- .../actions/create-snapshot.service.js | 6 +- .../actions/create-snapshot.service.spec.js | 10 +- .../static/resources/resources.module.js | 3 + .../settings/search-settings.controller.js | 8 +- .../settings/search-settings.service.js | 8 +- .../syntax/search-syntax.controller.js | 6 +- .../static/searchlight-ui/table/search-table.html | 6 +- .../util/modified-item-cache.service.spec.js | 2 +- .../static/searchlight-ui/util/redirect.action.js | 48 + .../searchlight-ui/util/redirect.controller.js | 50 + .../util/redirect.controller.spec.js | 56 + .../util/searchlight-facet-utils.service.js | 11 +- .../util/searchlight-query-generator.service.js | 11 +- .../searchlight-query-generator.service.spec.js | 82 +- .../util/searchlight-query-utils.service.js | 15 +- setup.cfg | 2 +- 71 files changed, 9758 insertions(+), 91 deletions(-)