We are excited to announce the release of: searchlight-ui 8.0.0: Horizon panels and libraries for Searchlight This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/searchlight-ui Download the package from: https://pypi.org/project/searchlight-ui Please report issues through: https://storyboard.openstack.org/#!/project/openstack/searchlight- ui For more details, please see below. Changes in searchlight-ui 7.0.0..8.0.0 -------------------------------------- 75216df Imported Translations from Zanata 79f76b8 Update TOX_CONSTRAINTS_FILE for stable/ussuri 98ee713 Update .gitreview for stable/ussuri 708445d Imported Translations from Zanata 18cb1d8 Imported Translations from Zanata 84b1046 Imported Translations from Zanata eb94465 Use unittest.mock instead of third party mock aa03509 Remove six usage 4cf8047 Drop Django 1.11 support a249a0e translation: drop babel extractor definitions 04d5234 tox: Trivial cleanup 8bfe3f5 Imported Translations from Zanata 92bc4ab Replace success with then cda5279 [ussuri][goal] Drop python 2.7 support and testing 1a1ded8 Imported Translations from Zanata 8aed482 Stop testing Python 2 aeb643d tox: Keeping going with docs be52774 Add PDF generation support for Searchlight-UI b40d7c8 Use Horizon project template for django jobs a0d02b2 Imported Translations from Zanata cc4166b Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 10 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 -- lower-constraints.txt | 2 +- .../notes/drop-python-2-7-73d3113c69d724d2.yaml | 5 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 140 --------------------- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 131 ------------------- .../source/locale/es/LC_MESSAGES/releasenotes.po | 24 ---- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 36 ------ .../source/locale/id/LC_MESSAGES/releasenotes.po | 140 --------------------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 27 ---- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 55 -------- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 70 ----------- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 118 ----------------- releasenotes/source/train.rst | 6 + requirements.txt | 2 +- searchlight_ui/api/rest/searchlight.py | 5 +- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 58 ++++++++- .../settings/search-settings.service.js | 2 +- .../util/searchlight-facet-utils.service.js | 2 +- .../util/searchlight-search-helper.service.js | 2 +- setup.cfg | 3 +- test-requirements.txt | 1 - tox.ini | 51 ++++---- 29 files changed, 124 insertions(+), 813 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3248488..013f7f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ Babel>=1.3 # BSD -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f1af0f8..5232b89 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
participants (1)
-
no-reply@openstack.org