Commit Graph

51 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 022b138a77 Update git submodules
* Update monasca-ui from branch 'master'
  to 097d12aee254ab8bd89b87f3e7463a996e6813d9
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: Ied14cf6c81db0cdf8ace77f32510a4b38decde19
2022-07-06 20:12:22 +00:00
Zuul 348718346c Update git submodules
* Update monasca-ui from branch 'master'
  to 21bc83dc4fa877f6bcc622f8b4b3306058bc5707
  - Merge "Address RemovedInDjango40Warning"
  - Address RemovedInDjango40Warning
    
    In Django 3.1, django.conf.urls.url() is deprecated
    in favor of django.urls.re_path(). For more info see [1]
    These were already replaced in Horizon repo by [2].
    
    [1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
    [2] https://review.opendev.org/c/openstack/horizon/+/827093
    
    Change-Id: I0f7a59d28f8611ccaf66143ea6cdf0a89cedf80f
2022-05-02 11:00:27 +00:00
Ghanshyam Mann cf71e0251f Update git submodules
* Update monasca-ui from branch 'master'
  to d791f72d3fe5abea7c318fceee6453d842165552
  - Drop lower-constraints.txt and its testing
    
    As discussed in TC PTG[1] and TC resolution[2], we are
    dropping the lower-constraints.txt file and its testing.
    We will keep lower bounds in the requirements.txt file but
    with a note that these are not tested lower bounds and we
    try our best to keep them updated.
    
    [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
    [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal
    
    Change-Id: Id1033264dea1d8b72ee49e33cc776d5dac6193b9
2022-05-02 09:35:57 +00:00
OpenStack Release Bot 28ac64c447 Update git submodules
* Update monasca-ui from branch 'master'
  to 7f794a9f0be52dc379b31c013e78051059513df3
  - Add Python3 zed unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for zed.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: Idfe1e5221fdd64051cf87ae1a48ec539edb60f86
2022-03-11 14:36:54 +00:00
Zuul b629575df9 Update git submodules
* Update monasca-ui from branch 'master'
  to 75f1f95bba3436503102eaa450d82ecbaf92a3f0
  - Merge "Change policy file format to yaml"
  - Change policy file format to yaml
    
    https://governance.openstack.org/tc/goals/completed/wallaby/migrate-policy-format-from-json-to-yaml.html
    
    Change-Id: I487bbe982b83db5e1815a4c8a06d5fd0e203e8ee
2022-02-03 09:51:09 +00:00
manchandavishal cc8c59544f Update git submodules
* Update monasca-ui from branch 'master'
  to 0d995d1793c276a19d9d87ab9bb1b97414ad5c49
  - Updating python testing classifier as per Yoga testing runtime
    
    Yoga testing runtime[1] has been updated to add py39
    testing as voting. Unit tests update are handled by the
    job template change in openstack-zuul-job
    
    - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286
    
    this commit updates the classifier in setup.cfg file.
    
    [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html
    
    Change-Id: Ieab82b0547f52e435d075de5b771287372ef8f20
2022-01-31 10:37:00 +00:00
Adrian Czarnecki d00c5d080d Update git submodules
* Update monasca-ui from branch 'master'
  to 1ce80db6e087ef1ae3136865eb99f070197d6b10
  - Add time/times to alarm def creation
    
    Change-Id: I66affefab3f8a95452a4fb724da3870e5928d3ce
2021-11-23 11:54:56 +00:00
okozachenko 6ac313d676 Update git submodules
* Update monasca-ui from branch 'master'
  to 99591546cf690324a03a4f8b50a2df090c2acbce
  - Convert dimension value type from byte to str in MonascaProxyView
    
    To get the dimension value, urllib.parse.unquote() func is used in
    MonascaProxyView._convert_dimensions. urllib.parse.unquote() func
    requires str only until python3.8.
    
    Change-Id: Ib52b4c2065dee10a96f1644cf1ec474b60147d87
2021-10-04 08:52:54 +00:00
OpenStack Release Bot 08042eb813 Update git submodules
* Update monasca-ui from branch 'master'
  to 884eea82191a331a0ca6751df31f62c23d72c4a8
  - Add Python3 yoga unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for yoga.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: I7b0e0c3161f3dc632be464eca6554755e96869eb
2021-09-17 11:43:38 +00:00
manchandavishal 950a9808f9 Update git submodules
* Update monasca-ui from branch 'master'
  to ced97891391fb41890124f36bc90a3b6ef1634b4
  - Bump decorator version in lower-constraints.txt
    
    This patch update decorator version to 4.4.2 in
    lower-constraints.txt to fix the lower-constraints job.
    It also update horizon version in requiremnets.txt to
    sync with horizon version in lower-constraints.txt.
    
    Change-Id: Ifacecc79608df3d052679779bc7a9f1338d2d2f6
2021-09-17 11:15:44 +00:00
OpenStack Release Bot 6b92e970b7 Update git submodules
* Update monasca-ui from branch 'master'
  to 9014bce3de6fed79f85b79ecf30031e6af7b7356
  - Add Python3 xena unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for xena.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: I3807806d82b60a71565b5ca2b550c3f7adbaa28e
2021-03-30 12:52:36 +00:00
Martin Chacon Piza 6e7ce2a6f4 Update git submodules
* Update monasca-ui from branch 'master'
  to e90fb181f59f0c8c6abc967d7ef8bf9e236dcfa7
  - Remove prefix 'dim_' from dimensions in Drilldown Dashboard
    
    Change-Id: Idc5a93ebcdbe3bae622fa70c1e900533bf4a7c1c
2021-03-23 21:56:06 +00:00
Martin Chacon Piza b3f4b0e300 Update git submodules
* Update monasca-ui from branch 'master'
  to 36cc4be7400306f9a42d945e32e4496a4479b555
  - Add missing PY3 support in overview views
    
    This method is ussed in Grafana Dashboards with Horizon
    Authentication. The panel wasn't able to display the metrics
    when dimensions are used as filter.
    
    Change-Id: Id6e92a371df39d2dfcfe8125ef50a76e295ab223
2021-03-23 12:43:29 +00:00
OpenStack Proposal Bot 86e666f946 Update git submodules
* Update monasca-ui from branch 'master'
  to eb44a1031e473c32a2e5bdf7e495854632564294
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: Iddc99691aface0757ca8440711ae680799044901
2021-03-18 12:43:56 +00:00
manchandavishal 9f2f767ed7 Update git submodules
* Update monasca-ui from branch 'master'
  to eb069566f7cedbe83b2cc25d56c1d20390a02e7a
  - Use TOX_CONSTRAINTS_FILE
    
    UPPER_CONSTRAINTS_FILE is old name and deprecated.
    This allows to use upper-constraints file as more
    readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
    For more info. please refer [1].
    
    [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
    
    Change-Id: I5403b96d4dd0faac9f1295d57a1680a7d452c7b1
2021-02-16 13:04:23 +00:00
wangzihao 5b5e642511 Update git submodules
* Update monasca-ui from branch 'master'
  to 6f429c8664fa358fae0808ded879dd8a69b7d33e
  - bump py37 to py38 in tox.ini
    
    in 'victoria' cycle, we should test py38 by default.
    
    [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html
    
    Change-Id: Ib2876357e34a802036e686b86f9812d99063b636
2020-12-09 14:54:58 +00:00
wangzihao 9c747c83e4 Update git submodules
* Update monasca-ui from branch 'master'
  to 61c84581e90b598ec69b32670e953aaaad46c363
  - Align lower-constraints for new pip
    
    Bump a series of lower-constraints and requirements to work with new pip
    resolver, testing with steps outlined at [1]
    
    [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019285.html
    
    Change-Id: I7034058612ff66d1bb7d8350c8120f007384ad7a
2020-12-09 14:54:52 +00:00
OpenStack Proposal Bot 5ca51edfd0 Update git submodules
* Update monasca-ui from branch 'master'
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: If52ac727ebda22de75b205a350e22655299ee271
2020-11-10 19:52:57 +00:00
wangzihao 15bb23a8d0 Update git submodules
* Update monasca-ui from branch 'master'
  - Remove six
    
    Remove six Replace the following items with Python 3 style code.
    - six.text_type
    - six.moves.urllib
    - six.PY3
    
    Change-Id: I8d2357e51d570e9e0513326248878fd0133144bb
    Story: 2008305
    Task: 41203
2020-11-03 10:55:05 +00:00
Zuul 6fb4ae5215 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Cleanup for Refactor-error-messages"
  - Cleanup for Refactor-error-messages
    
    This patch is a clean-up patch for refactor-error-messages bp
    which remove the exception message from base message otherwise
    the same exception message display twice like
    this https://ibb.co/XyFWMdz .
    
    Depends-On: https://review.opendev.org/#/c/708069/
    Change-Id: I1ddea97cdcaf4142d9dabcf4a629e805a9c1e152
2020-10-14 13:16:22 +00:00
OpenStack Release Bot afe043bf6f Update git submodules
* Update monasca-ui from branch 'master'
  - Add Python3 wallaby unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for wallaby.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: Id81a44c484ce86436c6f2f3278c96b3ffc85abb1
2020-10-13 16:39:18 +00:00
Zuul 105e93ed62 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "[goal] Migrate testing to ubuntu focal"
  - [goal] Migrate testing to ubuntu focal
    
    As per victoria cycle testing runtime and community goal[1]
    we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
    
    Fixing:
    - bug#1886298
    Bump the lower constraints for required deps which added python3.8
    support in their later version.
    Story: #2007865
    Task: #40197
    
    Closes-Bug: #1886298
    
    [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal
    
    Change-Id: I88cdf86365a0af8450e5fb823eab830834ce8fa1
2020-09-03 15:34:52 +00:00
Michal Piotrowski 852db9b12a Update git submodules
* Update monasca-ui from branch 'master'
  - Alarm definition breakes Alarms view
    
    Change-Id: Iab4bfabc21dee3709ba3d7f13e67b3a12a90b396
    Story: 2008005
    Task: 40654
2020-08-18 07:57:38 +00:00
jiasirui bad7202e25 Update git submodules
* Update monasca-ui from branch 'master'
  - Start README.rst wiht a better title
    
    Change-Id: I9374912356870b726c88a030ab17caf7356fabd5
2020-06-16 11:46:02 +00:00
Hervé Beraud f8a6f45d84 Update git submodules
* Update monasca-ui from branch 'master'
  - Use unittest.mock instead of mock
    
    The mock third party library was needed for mock support in py2
    runtimes. Since we now only support py36 and later, we can use the
    standard lib unittest.mock module instead.
    
    Bump horizon to 18.3.0 in lower-constraints.txt since it is the
    first version with "Use unittest.mock instead of third party mock"
    change [1]
    
    [1] 7eeb9e14f9
    
    Change-Id: Ic64fffaeded18ac11ce438c77526e60a37aeaa1d
2020-06-15 13:17:41 +00:00
Hervé Beraud c377f9ab78 Update git submodules
* Update monasca-ui from branch 'master'
  - Stop to use the __future__ module.
    
    The __future__ module [1] was used in this context to ensure compatibility
    between python 2 and python 3.
    
    We previously dropped the support of python 2.7 [2] and now we only support
    python 3 so we don't need to continue to use this module and the imports
    listed below.
    
    Imports commonly used and their related PEPs:
    - `division` is related to PEP 238 [3]
    - `print_function` is related to PEP 3105 [4]
    - `unicode_literals` is related to PEP 3112 [5]
    - `with_statement` is related to PEP 343 [6]
    - `absolute_import` is related to PEP 328 [7]
    
    [1] https://docs.python.org/3/library/__future__.html
    [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    [3] https://www.python.org/dev/peps/pep-0238
    [4] https://www.python.org/dev/peps/pep-3105
    [5] https://www.python.org/dev/peps/pep-3112
    [6] https://www.python.org/dev/peps/pep-0343
    [7] https://www.python.org/dev/peps/pep-0328
    
    Change-Id: I57212750f6bfc922fb462dee15567e864f73743e
2020-06-03 11:02:46 +00:00
Zuul ce7bd93e3b Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Add Python3 victoria unit tests"
  - Add Python3 victoria unit tests
    
    This is an automatically generated patch to ensure unit testing
    is in place for all the of the tested runtimes for victoria.
    
    See also the PTI in governance [1].
    
    [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
    
    Change-Id: I03f0d04801023a88d48ee9692164b7359043adc6
2020-05-28 13:02:49 +00:00
Witek Bedyk 06f7eaaf83 Update git submodules
* Update monasca-ui from branch 'master'
  - Add CONTRIBUTING.rst
    
    Change-Id: I3b5422fe0e7728b9ab08ffb6b2dd33878dff7984
2020-05-19 20:11:44 +00:00
Ghanshyam Mann ed9415a597 Update git submodules
* Update monasca-ui from branch 'master'
  - Fix hacking min version to 3.0.1
    
    flake8 new release 3.8.0 added new checks and gate pep8
    job start failing. hacking 3.0.1 fix the pinning of flake8 to
    avoid bringing in a new version with new checks.
    
    Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
    flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
    break the pep8 job if new check are added.
    
    To avoid similar gate break in future, we need to bump the hacking min
    version.
    
    - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
    
    Change-Id: I7028aa296303e1dd138bcbc511072a4e4f228aad
2020-05-18 15:26:38 +00:00
OpenStack Proposal Bot 99a7e2bc4a Update git submodules
* Update monasca-ui from branch 'master'
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: Ib832257185b3709d33055aff00072e8918dd052d
2020-05-07 08:23:04 +00:00
Zuul 5bab2e59a7 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Fix pyScss version in lower-constraints.txt"
  - Fix pyScss version in lower-constraints.txt
    
    Horizon requires  pyScss>=1.3.7 [1] but lower-constraints.txt
    in monasca-ui uses pyScss 1.3.4 which can cause the
    failure in future. So this patch update pyScss version in
    lower-constraints.txt to sync the change.
    
    [1] https://review.opendev.org/#/c/715241/
    
    Change-Id: I792c90993db19ecf4821ff45da0279658bae4719
2020-04-16 08:45:02 +00:00
Andreas Jaeger 6fed6cf7c7 Update git submodules
* Update monasca-ui from branch 'master'
  - Cleanup py27 support
    
    Make a few cleanups:
    - Remove python 2.7 stanza from setup.py
    - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
      know about the requirement
    - Remove obsolete sections from setup.cfg:
      * Wheel is not needed for python 3 only repo
      * Some other sections are obsolete
    - Update classifiers
    - Update requirements, no need for python_version anymore
    - Remove sphinx requirements, the repo has no docs
    
    Change-Id: I3ee6abac9b5c4c639521bb2834a104bc53ce93ed
2020-04-15 18:06:27 +00:00
Andreas Jaeger b366aa3082 Update git submodules
* Update monasca-ui from branch 'master'
  - Add pytest requirement
    
    Fix py36 and py37 tests, they are failing since pytest is not installed.
    Horizon tests need this.
    
    Change-Id: I8755d7e11e17aad6b48e7917eb07bf286fbd6e4f
2020-04-15 16:59:18 +00:00
Andreas Jaeger 5f44620315 Update git submodules
* Update monasca-ui from branch 'master'
  - Update hacking for Python3
    
    The repo is Python 3 now, so update hacking to version 3.0 which
    supports Python 3.
    
    Fix problems found by updated hacking version.
    
    Remove hacking and friends from lower-constraints, they are not needed
    for co-installing.
    
    Change-Id: Ibef3bbaceb61612d678c542bc8c95da24a7e2c87
2020-04-03 11:34:30 +00:00
Zuul b7c017463d Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Drop Django 1.11 support"
  - Drop Django 1.11 support
    
    Django 1.11 ends its extended support in April 2020 (which is before
    Ussuri release), so horizon drops Django 1.11 support in Ussuri.
    
    tox envs for non-primary Django versions are no longer needed in tox.ini
    as testing environments for non-primary Django versions are setup in
    the zuul jobs now.
    
    horizon>=17.1.0 is required to use Django 2.2. requirements.txt and
    lower-constraints.txt are updated accordingly. for more info. please
    refer [1].
    Depends-On: https://review.opendev.org/#/c/700733/
    [1] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin
    
    Change-Id: I3cd4ad5c3fe590cb1522b2be1b2059d7c70b45cc
2020-01-17 15:30:05 +00:00
Akihiro Motoki 13f2eacf0c Update git submodules
* Update monasca-ui from branch 'master'
  - translation: drop babel extractor definitions
    
    babel extractors are now registered via python entry points,
    so there is no need to declare babel extractors in babel configs.
    
    This change is important to make translation work in Django 2.2.
    django-babel does not work with Django 2.2 and looks unmaintained
    for over two years. The horizon team is thinking to switch the extractor
    to enmerkar (a fork of django-babel) to make extraction of translation
    string work again near future. It is important to drop the extractor
    definition to make the transition smooth.
    
    Change-Id: I84d36a14b779a510bea5a24d991192016ae73273
2020-01-08 08:39:33 +00:00
Ghanshyam Mann 281ab38d51 Update git submodules
* Update monasca-ui from branch 'master'
  - [ussuri][goal] Drop python 2.7 support and testing
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    monasca-ui is ready with python 3 and ok to drop the
    python 2.7 support.
    
    Complete discussion & schedule can be found in
    - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
    - https://etherpad.openstack.org/p/drop-python2-support
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Depends-On: https://review.opendev.org/#/c/693631/
    Change-Id: I47be69fe3b53df70ba775bad342d88129de5ff0a
2019-11-26 10:19:10 +00:00
Zuul 40b68d7561 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Use Horizon project template for django jobs"
  - Use Horizon project template for django jobs
    
    Horizon defined a project template 'horizon-non-primary-django-jobs'
    for django jobs [1]. This patch use that template to run django jobs
    here and also fixes the failed test cases for django2.2 support
    by adding renederer argument[2] and fix setting.py.
    
    [1] https://review.opendev.org/#/c/681969/
    
    [2] https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1
    Change-Id: Ibe6e1a965179022873630e61529a3318ece7e66b
2019-10-22 09:43:43 +00:00
Zuul c5466123b9 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Switch to official Ussuri jobs"
  - Switch to official Ussuri jobs
    
    Change-Id: Ia2d2c41ecc11173229e9c73bd5bc89c9a0ad48f1
2019-10-17 10:43:24 +00:00
manchandavishal 355e8e607a Update git submodules
* Update monasca-ui from branch 'master'
  - Update the constraints url
    
    For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
    
    Change-Id: Ie6a63d939165e52afa7f15091a226dcb525a31d8
2019-10-16 11:55:35 +00:00
Zuul c9209c20d8 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Use django.conf.settings instead of local_settings"
  - Use django.conf.settings instead of local_settings
    
    The default and preferred way of modifying the settings of Horizon
    plugin is to add a configuration file to
    openstack_dashboard/local/local_settings.d/ directory [1]. For that to
    work we should use the settings from django.conf.settings and not from
    monitoring.config.local_settings.
    
    [1] https://docs.openstack.org/horizon/latest/configuration/settings.html
    
    Story: 2006556
    Task: 36644
    
    Change-Id: I5cd66954ffb1169f3149cd6f705593efe3a15b13
2019-09-30 12:58:35 +00:00
Zuul a2c26fc080 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Add content-type field and change link in dashboard"
  - Add content-type field and change link in dashboard
    
    Change-Id: Id072634b234970a990d941489158fb4b9c9fe32c
2019-09-25 14:58:52 +00:00
Zuul 97dce7e983 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Hide Graph Metric action of alarm when Grafana is not available"
  - Hide Graph Metric action of alarm when Grafana is not available
    
    When Grafana integration is not available, click the action button of
    Graph Metric will go to a non-existing Grafana page.
    
    Added logic to hide the Graph Metric button when Grafana integration
    is not avaialable. Also added unit tests for the changes.
    
    Story: 2005906
    Task: 34165
    
    Change-Id: I617a0c609450bf015ddf6e98fd672723a2660071
2019-09-18 08:45:25 +00:00
Corey Bryant 22a3676540 Update git submodules
* Update monasca-ui from branch 'master'
  - Add Python 3 Train unit tests
    
    This is a mechanically generated patch to ensure unit testing is in place
    for all of the Tested Runtimes for Train.
    
    See the Train python3-updates goal document for details:
    https://governance.openstack.org/tc/goals/train/python3-updates.html
    
    Change-Id: I8b8ab63cbfe7dced5e1d79d768ee2b8f11a464bb
    Story: #2005924
    Task: #34223
2019-07-08 09:18:03 +00:00
jacky06 64ea8dbe63 Update git submodules
* Update monasca-ui from branch 'master'
  - Update hacking version to latest
    
    1. Update hacking version to latest
    2. Update some urls to https
    3. change the py35 to py36 since py35 is removed
    
    Change-Id: I6de72299d865225ccb522dca8316a024eebe75fd
2019-05-28 11:57:17 +00:00
Witek Bedyk 4ca2b116f4 Update git submodules
* Update monasca-ui from branch 'master'
  - Sync Sphinx requirement
    
    Sync sphinx dependency with global requirements. It caps python 2 since
    sphinx 2.0 no longer supports Python 2.7.
    
    This change fixes `requirements-check` Zuul job.
    
    Change-Id: Ifa99a376c2b0e0e2504a8078cfa4fe1d45881310
2019-05-28 09:08:10 +00:00
Zuul 9d7956b524 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Dropping the py35 testing"
  - Dropping the py35 testing
    
    All the integration testing has been moved to
    Bionic now[1] and py3.5 is not tested runtime for
    Train or stable/stein[2].
    
    As per below ML thread, we are good to drop the py35
    testing now:
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html
    
    [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
    [2]
    https://governance.openstack.org/tc/reference/runtimes/stein.html
    https://governance.openstack.org/tc/reference/runtimes/train.html
    
    Change-Id: I7ea4cb2da696cfa10551f4cab645db6d47de23d9
2019-05-21 15:08:37 +00:00
zhulingjie 1007090314 Update git submodules
* Update monasca-ui from branch 'master'
  - Replace git.openstack.org URLs with opendev.org URLs
    
    Change-Id: I08632e63eef7cb81f0b3828db69feb9750d65cb5
2019-05-20 15:17:47 +00:00
Zuul c92b684518 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "Fix failing unit tests"
  - Fix failing unit tests
    
    Purpose of this commit is to overwrite Django settings of Horizon.
    Horizon team decided to set debug flag to True, which causes problem in our tests.
    
    Error occurs after this Horizon commit:
    b0e9c3135c
    
    Change-Id: I4d677bb4522e315ab2e4386193deb52a82d7645f
    Story: 2005336
    Task: 30274
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-05-20 13:53:03 +00:00
Zuul b7e0296f38 Update git submodules
* Update monasca-ui from branch 'master'
  - Merge "fix a typo in drilldown.js"
  - fix a typo in drilldown.js
    
    Change-Id: I6abc11f244e5673056df8659d3f16dd07d59f204
2019-01-30 17:27:38 +00:00