55 Commits

Author SHA1 Message Date
avnish
ee3e366a16 Update homepage with developer documentation page
Change-Id: I1148c30df997f1b0069edb5100a2595da6494aec
2016-09-23 01:51:41 +00:00
Li Wei
62ed853956 Remove *openstack/common* in flake8 exclude list
There is no this directory in zaqar-ui,we should remove it
for improving searching efficiency.

Change-Id: Ib340a8cdbab00343948bcc10d56793dca4e71224
2016-09-21 17:27:17 +08:00
Shu Muto
19bca99ccf Setup python test environment
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
2016-09-21 15:50:48 +09:00
OpenStack Proposal Bot
6ed5bfc0eb Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ibf530a82ce6890ae644935a9372f9e7a61086832
1.0.0.0rc1 1.0.0
2016-09-14 06:54:43 +00:00
Jenkins
6809f00c4e Merge "Use upper constraints for all jobs in tox.ini" 1.0.0.0b3 2016-08-19 02:15:32 +00:00
OpenStack Proposal Bot
247e2bdbc7 Updated from global requirements
Change-Id: Ic8d3ab9c2eda00465d802571377633b133524446
2016-08-18 17:09:08 +00:00
AvnishPal
21e0bd044c Use upper constraints for all jobs in tox.ini
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
2016-08-18 13:03:51 +05:30
Jenkins
ccc26067fb Merge "fix use of Horizon's registration service" 2016-08-17 00:38:13 +00:00
OpenStack Proposal Bot
348b936267 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I3ed26d8c8b39effffbb527879821ea085f77b438
2016-08-16 07:35:41 +00:00
OpenStack Proposal Bot
135fd8908e Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I2532cac44640e811f71e3f8f0b29132820339a39
2016-08-07 07:26:05 +00:00
OpenStack Proposal Bot
fd60c9baf3 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I66320f6b2c1c5ad2461e0ddccb8426ab09933194
2016-08-01 07:25:23 +00:00
OpenStack Proposal Bot
c1fd770cee Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Iaf1bf31fd5cbf2e362927383722b3e7f122d7981
2016-07-25 07:22:22 +00:00
Shu Muto
903dd35647 fix use of Horizon's registration service
'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
2016-07-21 17:49:25 +09:00
Thai Tran
504691a732 Subscriber form validation
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
1.0.0.0b2
2016-06-27 20:43:23 +00:00
Thai Tran
6b13c34d2c Queue and Subscriptions file renames
This patch renames the ambiguous file names so that we can easily
distinguish between subscription and queue files.

Change-Id: If3a0bad3d07026154b30cc217d4974051af63047
2016-06-27 11:07:13 -07:00
Jenkins
de2fb80dd0 Merge "Ability to add and remove subscriptions" 2016-06-20 17:27:36 +00:00
OpenStack Proposal Bot
b09c90b985 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I2af4864a2f07b1426edbe1b3ae86b50fa96c9187
2016-06-13 08:02:09 +00:00
Jenkins
1792773708 Merge "Imported Translations from Zanata" 2016-06-07 22:15:53 +00:00
Thai Tran
8bfa96b1a2 Ability to add and remove subscriptions
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
2016-06-07 19:41:04 +00:00
OpenStack Proposal Bot
860bc10e42 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I0668a6bac66d8acaa5fbda883d7f3245e8ab9f07
2016-06-07 07:09:14 +00:00
Shu Muto
1becc1ed68 Fix typo
This patch fixes few typo.

Change-Id: Ib212eea4c123176cd4b1c15369b55c0500c59d2b
2016-06-07 09:32:31 +09:00
Andreas Jaeger
b6a74120bc Remove obsolote pot files
We do not store POT files anymore in repositories, remove them.

Note that the content is also outdated.

Change-Id: If8e06ced2da4c198119dced5664d207b3aa27312
2016-06-01 11:26:48 +02:00
shu-mutou
efb334fced Fix translation setup
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
2016-05-23 10:31:27 +09:00
Jenkins
6a98731261 Merge "Removing unnecessary requirements" 2016-04-25 21:20:39 +00:00
David Cusatis
276af83a3d Add subscriptions API piece.
Change-Id: I9cc8707bbadb8def65b250a5336230d0f32a7630
2016-04-22 15:54:25 -05:00
Thai Tran
3535782dc7 Removing unnecessary requirements
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
2016-04-22 13:29:52 -07:00
Jenkins
7bab5b535a Merge "Replace deprecated library function os.popen() with subprocess" 2016-04-13 21:41:01 +00:00
Jenkins
fe5f230490 Merge "Remove version number to fix build" 2016-04-13 21:40:49 +00:00
shu-mutou
8dac58c47e Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module.

Change-Id: I1f06fb713b25c42f975e525711afaf2cf4a58a5a
Closes-Bug: #1529836
2016-04-08 13:14:50 +09:00
shu-mutou
c959929358 tox tests should respect upper-constraints.txt
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
2016-04-08 13:09:56 +09:00
shu-mutou
911b4b2909 Remove py27dj17 from tox.ini
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
2016-04-08 13:05:53 +09:00
shu-mutou
3740bbaf90 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I8ed537d251104168bd18d65d57620acbb66c89ce
2016-04-08 13:00:27 +09:00
shu-mutou
2c938ee652 Remove version number to fix build
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
2016-04-08 11:33:29 +09:00
shu-mutou
24337586f6 Add DevStack plugin settings
This patch adds DevStack plugin settings and revises README.
Also, changes using setup.cfg for setup script of DevStack.

Change-Id: Ib390d7a5ac359fc1c4d7f5132204f21747c3e42d
2016-03-18 18:54:16 +09:00
shu-mutou
29aed748ba Fix styles of table views
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
2016-03-15 12:41:23 +09:00
shu-mutou
79eb829d73 Add update queue action
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
2016-03-10 10:16:06 +09:00
Thai Tran
a84224324b New queues does not display message count
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
2016-03-08 11:12:16 -08:00
Jenkins
b212d4aea6 Merge "Removed batch action service" 2016-03-07 20:42:27 +00:00
shu-mutou
70c2db2785 Update use of action registration service
Since action registration service in Horizon updated,
we must update its use.

Change-Id: Ibcdfabea82357d1ef5bab59f266959c3b6f05c0f
2016-03-03 17:56:22 +09:00
Thai Tran
a7d1d1027c Removed batch action service
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
2016-02-29 15:35:14 -08:00
Jenkins
633a4bc3b2 Merge "Remove unused pngmath Sphinx extension" 2016-02-29 22:03:41 +00:00
Andreas Jaeger
5bc3e6a964 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-02-29 20:01:23 +01:00
Thai Tran
684e0ce004 Ability to delete queues
This patch adds the ability to delete queues. Also started using the new
action registry module.

Change-Id: Ia966f1cb369cecda593f3d208abaa608b398248f
2016-02-26 11:33:52 -08:00
Thai Tran
f4734ad209 Enable auto discovery
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
2016-02-17 13:03:51 -08:00
Jenkins
4f72ca919b Merge "Queues create wizard" 2016-02-11 00:10:44 +00:00
Thai Tran
e6225498cc Queues create wizard
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
2016-02-11 10:08:29 +13:00
Jenkins
d9e98036fb Merge "Update URLs to Django 1.8 style" 2016-02-08 22:27:02 +00:00
shu-mutou
8d50846847 Update URLs to Django 1.8 style
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
2016-02-05 11:52:50 +09:00
shu-mutou
14f41fb1a3 Fix H405 violations
There are H405 violation codes.
We need to fix the code for avoiding more violations.

Change-Id: Ia42cc20f2d2c19740feb57f80f166d715e4abc88
Closes-Bug: #1521899
2016-02-05 11:25:35 +09:00
Thai Tran
e19fc3bd54 Add queues API and table
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
2016-02-02 11:39:04 -08:00