- The UI will call the monasca-api more than once to get all
metrics when the limit of API is exceeded.
- Added compatibility to cassandra and influxdb
Change-Id: I15c53c05517a6f8eb0fc29f3adc3667485ee6772
Story: 2004430
Task: 28091
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.
Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.
More details can be found in this mailing list post:
http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html
Change-Id: I2398ba87d3511338d6092fd8dc3bccb434f49613
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Import the cover job from project-config, use openstack-cover template
for running it only in check queue.
Change-Id: Ifa3fe98e26c46fc2cf009c0b820d3e6923ab7d2c
Some cleanups and improvements:
* Use openstack-lower-constraints template instead of individual jobs
* Use openstack-py35/36 templates instead of individual jobs
* Sort list of templates
Change-Id: I49e2459ef97eb687d2803420f039eb3af92b5ead
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: If180d34ebe1ee8a7ff5dcd005c3709a76beeade1
Story: #2002586
Task: #24312
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.
django_nose is unnecessary in test/settings.py.
The related settings are dropped.
Change-Id: Ic8683e670f472079bfbe57e1cdd0f9105a358023
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I66b43b70c5ffd077e58e5a5f0e631bd3a0aa080a
The ChangeLog file is automatically generated by pbr as the package is
built and does not need to be checked in to git.
Change-Id: Ie7c1ac5d4e11bc6673cec561fd2cc13708b8d594
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Use current grafana.
Use monasca-grafana-datasource - not grafana-plugins.
Change-Id: I08a32abcf1ac8d200259c76a7916ceb2d16af98d
story: 2001980
task: 19598
We're going to switch to default Django test runner by default.
This patch renames test files to make tests descoverable by
Nose and Django test runners without addidional configuration.
Related blueprint: improve-horizon-testing
Change-Id: If4ee8dcd173c2f331bf34cf93c489029489c63ea
Fix problem with incorrect alarm status information for
multiple expressions alarm definition.
Story: 2001981
Task: 19592
Change-Id: Ie96c1be15f6b622f9be22dd1179fe7b4a73152b6
Only user with monasca-user role should have access to
monitoring panel.
Story: 2001895
Task: 14379
Depends-On: I16091dbd631a5e94d08598a23eeb3bdf97cf0a92
Change-Id: I79746010525784de4b66108e9d1fe749bd57675b
* set the maximum line length to 100
* cleaned up the codes for pep8
* removed pep8 check ignores
Change-Id: I5d3e2f13117638b0a8af051b9faa64ce1a2dd04e
Signed-off-by: Amir Mofakhar <amofakhar@op5.com>