initScope() is deprecated in Ocata and will be removed in Queens.
So this patch changes to use initScope() to initAction().
Change-Id: I29773d135bebdeb54c1a9fa65d1e274f29e958bd
Closes-Bug: #1647921
Replace mox with mock in zaqar_ui/test/helpers.py
Change-Id: I641876d2785aa77c2a5e4b19bf4e04d6cb44362f
Partially-Implements: blueprint remove-mox-ocata
As per OpenStack licensing guide lines [1]:
[H102 H103] Newly contributed Source Code should be licensed under
the Apache 2.0 license.
[1] http://docs.openstack.org/developer/hacking/#openstack-licensing
Change-Id: I714355371a6c57f74924efec19f12d48c7fe2d3f
This patch setups JavaScript test environment.
- eslint
test at local: `tox -e=eslint`
- karma
test at local: `tox -e=karma`
Change-Id: I8b34cef1e0b7395a29af77939e534c4a31c76073
Implements: blueprint js-test-env
This patch adds python test environment and test skeleton.
Also need to set sphinx output to make the docs job pass
at the same time.
Change-Id: Icf5f2a210b7b02e90eb98dc285223ba4f7377a66
Closes-Bug: #1608412
Openstack infra now supports upper constraints for
all jobs. Updated tox.ini to use upper constraints
for all jobs.
Change-Id: Ie1fccc7efed9066d4929e9b502b6cb969c9f9d64
Closes-Bug: #1614361
'initActions' method has been moved
from 'horizon.framework.conf.resource-type-registry.service'
to the return object of 'getResourceType' method.
Also, args have changed.
This patch fixes it.
Change-Id: I2a10c4d5de7a34fabb7f1e1a726ebbf06e2c02f8
Closes-Bug: #1605131
Added a subscriber validator to prevent users from submitting invalid
subscribers. Valid formats are assumed to be http:// https:// and mailto:
Added a minimum value of 60 for ttl. When user adjusts value below 60,
an error message will appear.
Change-Id: I6143d00f128fa7c13b5d6687f48425be47f1208f
This patch renames the ambiguous file names so that we can easily
distinguish between subscription and queue files.
Change-Id: If3a0bad3d07026154b30cc217d4974051af63047
This patch adds the ability to add subscriptions WITHOUT options.
Future patch will add options and form validation.
Future patch will add ability to update subscriptions.
Co-Authored-By: Thai Tran <tqtran@us.ibm.com>
Co-Authored-By: David Cusatis <dcusati@us.ibm.com>
Change-Id: I752e0cf25bb1da7200819760ee56880b32132246
We do not store POT files anymore in repositories, remove them.
Note that the content is also outdated.
Change-Id: If8e06ced2da4c198119dced5664d207b3aa27312
We do not store pot files anymore in git. Fix run_tests.sh that expects
that these are in git. To restore normal content, just remove the
generated files.
Also, fix babel configurations.
Change-Id: I23680de0cf88d0a2fd957888bb2edae296dcf33d
Since the zaqar-ui plugin requires horizon to run, we do not need to include
most of the xstatic and django requirements. This patch removes them.
Change-Id: Ib0f594bcdb7348112d6c357edf87d4d0955f9635