Commit Graph

524 Commits

Author SHA1 Message Date
Zuul
a6bc9ba3ce Merge "fix a typo in drilldown.js" 2019-01-30 17:27:38 +00:00
Adrian Czarnecki
69707117b3 Add python3.5 classifier
Story: 2000975
Task: 28480

Change-Id: I7e87e642a3fc866fd063495832459e1f185a51e8
2018-12-19 10:42:12 +01:00
melissaml
f8aa87233c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I7bcbbcbb87ea8fdbe65a55fc99fbdfce2310cf01
2018-12-05 01:39:30 +08:00
Martin Chacon Piza
f98f325fc2 Fix the partial missing metrics in Create Alarm Definition flow
- 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
2018-11-28 22:56:30 +01:00
Zuul
7b9da968b4 Merge "Drop nose dependencies" 2018-11-19 14:29:52 +00:00
Zuul
8ee95c1196 Merge "Remove use_mox directive" 2018-11-19 14:29:52 +00:00
Sean McGinnis
80ee01d6db Remove setup.py check from pep8 job
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>
2018-10-30 10:36:34 -05:00
Adrian Czarnecki
8d07328c91 Replace @memoized_with_* with @memoized
@memoized_with_* was removed in [1]

[1] 123269dce7

Story: 2004175
Task: 27661
Change-Id: I39ff336b84448b231412a06e13aa876847453882
2018-10-25 12:53:17 +02:00
OpenStack Proposal Bot
f137d1d926 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I7187b4e70faa2efe8c2676c637400690c61b1221
2018-10-22 07:04:06 +00:00
Zuul
588b029fe8 Merge "Modify Kibana button to support events" 2018-10-18 15:57:06 +00:00
Adrian Czarnecki
a22ccca580 Modify Kibana button to support events
Story: 2003458
Task: 27035

Change-Id: Iee497028b11565cd4eb1c98e8c42d1960a0b7ac8
2018-10-18 15:02:19 +02:00
Andreas Jaeger
96fcaf2ff2 Import cover job
Import the cover job from project-config, use openstack-cover template
for running it only in check queue.

Change-Id: Ifa3fe98e26c46fc2cf009c0b820d3e6923ab7d2c
2018-10-03 16:10:28 +02:00
Zuul
54f63ad532 Merge "fix tox python3 overrides" 2018-10-01 09:40:40 +00:00
Zuul
fb1d2226f1 Merge "Update README with latest deployment steps" 2018-09-11 22:19:04 +00:00
Andreas Jaeger
441b05a780 Cleanup .zuul.yaml
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
2018-09-11 21:24:45 +02:00
Zuul
0aeafb0a25 Merge "add python 3.6 unit test job" 2018-09-05 13:14:09 +00:00
Doug Hellmann
f8cfbc102d add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I81c0e169d9d7500cff1100c441c6857449cebd62
Story: #2002586
Task: #24312
2018-08-27 14:25:05 +02:00
Zuul
6be11fabed Merge "import zuul job settings from project-config" 2018-08-24 08:56:17 +00:00
Adrian Czarnecki
8d99e263a4 Py3: Fix overview alarms panel
Change-Id: Ic608f20ca52a5061c8e42ba17cad092d886abac7
2018-08-23 13:19:53 +02:00
Doug Hellmann
0118b8da37 import zuul job settings from project-config
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
2018-08-22 18:51:31 -04:00
Pandiyan
c4def625e9 Update README with latest deployment steps
Change-Id: I2ca82cc081af500ca7ae40de51fe7d415e9a1855
story: 2003321
task: 24353
2018-08-20 13:07:17 +00:00
Akihiro Motoki
4701b0f681 Drop nose dependencies
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
2018-08-17 01:59:02 +09:00
huang.zhiping
402c0847a3 fix tox python3 overrides
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
2018-08-15 06:41:11 +00:00
Chuck Short
cc3e87b664 Remove use_mox directive
As of horizon 14.0.0.0b2 or later the use_mox directive is unecessary so we can remove it.

Change-Id: I5866a1b8618c6cd6389fce70ed8d519cd77d1075
2018-08-09 07:40:00 -04:00
OpenStack Proposal Bot
01ef5c2285 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib177f1b327d757b206dc5e19eb8e11c81e41ef16
2018-08-09 08:00:30 +00:00
Witold Bedyk
36b30a74c1 Fix README.rst and add syntax check
Additionally:
* fix Zuul configuration for lower-constraints job
* raise lower bound for Horizon (due to mox3 removal)
* remove Django from requirements.txt (already included from Horizon)

Change-Id: I44d6cd7477ac0d318705077109b4dc233a5a37d8
Story: 2002163
Task: 24398
2018-08-08 18:04:12 +02:00
Zuul
d5616a578d Merge "Adding support to use grafana templating" 2018-07-05 07:00:14 +00:00
Doug Hellmann
e123ece039 remove ChangeLog from git
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>
2018-07-03 12:31:54 -04:00
Denis Poisson
0eb8c49b01 Convert README.md to ReStructuredText format
Change-Id: I100bdb0db5e1bb17795a67c27d5337ea5e8c5f8d
story: 2002163
task: 22601
2018-06-28 15:07:50 +02:00
Zuul
959d187c60 Merge "Update README with new installation steps" 2018-06-28 12:31:52 +00:00
Denis Poisson
5fdd270d46 Update README with new installation steps
Use current grafana.
Use monasca-grafana-datasource - not grafana-plugins.

Change-Id: I08a32abcf1ac8d200259c76a7916ceb2d16af98d
story: 2001980
task: 19598
2018-06-27 12:01:50 +00:00
Martin Chacon Piza
c5f514815c Adding support to use grafana templating
Change-Id: I63302965cabb1deb0a1a74ca62f3e56bd04309b7
Story: 2002175
Task: 20041
2018-06-14 10:33:44 +02:00
Martin Chacon Piza
999bfa2a05 Support Django 2.0
Change-Id: I559cfece3e696a83eee3cb9aeec22b6b65d34bfc
story: 2002191
task: 20064
2018-06-12 10:38:30 +02:00
Ivan Kolodyazhny
5bf91e98d7 Rename test files to test_* pattern
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
2018-06-04 13:24:10 +00:00
Martin Chacon Piza
ba314e1368 Retrieve registers sorted by name
Change-Id: Ic4d08df18a96231f3132a89f9a1f1fb578a28994
Story: 2002112
Task: 19791
2018-05-28 11:16:07 +02:00
melissaml
b1ccc6c040 fix a typo in drilldown.js
Change-Id: I6abc11f244e5673056df8659d3f16dd07d59f204
2018-05-23 23:56:47 +08:00
Zuul
181bcb1258 Merge "Fix Alarm status Panel on Overview page" 2018-05-11 08:40:47 +00:00
OpenStack Proposal Bot
aadaea77d4 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I268f2bb62787714263f99f741385d6cea66cfcab
2018-05-10 07:00:27 +00:00
Adrian Czarnecki
12fd9c0b87 Fix Alarm status Panel on Overview page
Fix problem with incorrect alarm status information for
multiple expressions alarm definition.

Story: 2001981
Task: 19592

Change-Id: Ie96c1be15f6b622f9be22dd1179fe7b4a73152b6
2018-05-08 11:41:07 +02:00
Zuul
ff3d3167a1 Merge "Imported Translations from Zanata" 2018-04-25 08:33:41 +00:00
Zuul
c067986b9e Merge "Modify policy configuration file" 2018-04-25 08:12:26 +00:00
OpenStack Proposal Bot
26eb8d4582 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I235e77bd01759837dd748109967491545d454da4
2018-04-25 07:17:34 +00:00
Zuul
483f360949 Merge "Change IntegerField to ChoiceField for notification period" 2018-04-24 12:41:00 +00:00
Zuul
6f17b764d0 Merge "Update links in README" 2018-04-24 09:07:50 +00:00
OpenStack Proposal Bot
9781a99bdc Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I5315a0a204526b8e02553a52e1010d7e292dbca0
2018-04-24 06:46:35 +00:00
Adrian Czarnecki
ebe64e0b14 Modify policy configuration file
Only user with monasca-user role should have access to
monitoring panel.

Story: 2001895
Task: 14379
Depends-On: I16091dbd631a5e94d08598a23eeb3bdf97cf0a92
Change-Id: I79746010525784de4b66108e9d1fe749bd57675b
2018-04-23 13:37:48 +02:00
Tovin Seven
27cd95a46e Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Ie0baee89fed6652eba813ed03a3a678383364153
2018-04-20 16:58:19 +07:00
Zuul
c403030311 Merge "Update pep8 checks" 2018-04-18 15:38:57 +00:00
Amir Mofakhar
e609bd46b0 Update pep8 checks
* 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>
2018-04-18 16:09:26 +02:00
OpenStack Proposal Bot
0d774827ad Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I31b851cf8917fba56ed96abc86bacc9606d6b873
2018-04-18 06:51:59 +00:00