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
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module.
Change-Id: I1f06fb713b25c42f975e525711afaf2cf4a58a5a
Closes-Bug: #1529836
This will force pip install to use the upper-constraints.txt specified
version of pip modules. When you don't do this, you are out on the
bleeding edge and become unstable everytime some python library in the
wide world changes in a way that you don't expect.
The post jobs can not use constraints file, so override the install
command there.
Change-Id: I2268d5d49d4d90332578cbf7ff757f7d144e046b
Closes-Bug: #1563038
The Django version is set to [Django>=1.8,<1.9 # BSD]
in the global-requirements.txt of OpenStack/Requirements.
The tox.ini should remove the py27dj17 like Horizon.
Change-Id: I2b84006aaf64c708d7f3c7bad8657c94d60c4e94
Closes-Bug: #1552124
With pbr, we should not set a version number in setup.cfg.
pbr set and check version number automatically.
This patch removes it.
Change-Id: Icba77daef5b22ff28c45ce7e276cdd49c4caf075
This patch adds DevStack plugin settings and revises README.
Also, changes using setup.cfg for setup script of DevStack.
Change-Id: Ib390d7a5ac359fc1c4d7f5132204f21747c3e42d
We should fix following styles in table views for Mitaka Horizon.
This patch fixes these styles according to following html file in
patch.
/openstack_dashboard/static/app/core/images/table/images-table.html
https://review.openstack.org/#/c/246625/
Change-Id: I5061384da3ef94c31f4a3fd4cfab847d2a6852fe
This patch adds Update Queue action into item_actions.
- show item action
- show workflow (set "name" input as disabled)
- load data into workflow
- post data to REST API
- treat result
We need wait for following implementation in Zaqar API,
so these things is not scope of this patch.
- provide available metadata
- remove existing metadata
Change-Id: I21e05b49fa757ed7fb3459c0e87767df7c0926c6
When a new queue is created, it does not display the message count
correctly. This patch fixes this error and minor changes to table columns.
Change-Id: I097229dbdd1c2aeacf684087dab9cfd1f07ae45e
Since the actions module replaces the need to create individual action files,
batch action service is no longer needed. We can safely remove this file.
Also renamed create service to better match naming convention
in horizon.
Change-Id: Ie194e57e0a2fe1c728ad77f00ef89575926e94b8
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.
Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
This patch enables auto discovery of static resources so that we no longer
have to manually type them in. This mechanism enables faster development
and is less error prone.
Change-Id: I3c6fbf8f73e6e23ca4c20ef325aee9a4fb486a4a
This patch adds the ability to create queues with metadata.
Tests will be added in subsequent patches.
Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
Change-Id: I294f9b1cf84ad11be23e0e17b16c52a963ff235c
django.conf.urls.patterns() is deprecated since 1.8.
We should not use patterns(), so this patch updates URLs to
1.8 style.
Change-Id: I6f2b6f44d843ca5e0cdb5db9828df94fa4df5f88
Closes-Bug: #1539354
There are H405 violation codes.
We need to fix the code for avoiding more violations.
Change-Id: Ia42cc20f2d2c19740feb57f80f166d715e4abc88
Closes-Bug: #1521899
Added the API required for the queues panel.
Also added the table to display queues data.
Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
Co-Authored-By: Thai Tran <tqtran@us.ibm.com>
Change-Id: I8cf690ccfb80eb1a64bb6769a61010ac3ced7a90