277 Commits

Author SHA1 Message Date
Shu Muto
e524400286 Use initAction instead initScope
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
2.0.0.0b2
2016-12-13 10:52:35 +09:00
OpenStack Proposal Bot
5a907b82e3 Updated from global requirements
Change-Id: Ic9acd916e9152d34e7f6c469033d0bdfaf0489e2
2016-12-03 11:52:05 +00:00
Jenkins
f2390bb0f6 Merge "Show team and repo badges on README" 2016-11-29 22:46:38 +00:00
Flavio Percoco
4c10e97e76 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/ce52e7222bb63b5cdb4e6d523ea5096e

Change-Id: I697a4e37e16bf682daf6526ffdc8c1c9790f8142
2016-11-25 16:33:35 +01:00
howardlee
523c05e023 Remove mox in zaqar_ui/test/helpers.py
Replace mox with mock in zaqar_ui/test/helpers.py

Change-Id: I641876d2785aa77c2a5e4b19bf4e04d6cb44362f
Partially-Implements: blueprint remove-mox-ocata
2016-11-22 10:54:38 +00:00
OpenStack Proposal Bot
23451be5ba Updated from global requirements
Change-Id: Ib9e7dc0b04e05c8bd0308ab807d76a7aa6bf1f78
2.0.0.0b1
2016-11-09 04:26:43 +00:00
OpenStack Proposal Bot
b10bb7e20b Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Iddf2bb53a8ad6ff65b2f1db19a9bdbd712ab2a6a
2016-11-03 06:47:38 +00:00
liyanhang
6f64ba4634 Change "Openstack" to "OpenStack"
According to the word choice convention in
http://docs.openstack.org/contributor-guide/writing-style/word-choice.html
We should use OpenStack instead of Openstack.

Change-Id: I1aff75b8ca5671b2e42b5993192eea59e2247a3e
2016-10-25 21:48:21 +08:00
Jenkins
2fba78dd74 Merge "Updated from global requirements" 2016-10-25 12:22:14 +00:00
OpenStack Proposal Bot
aa58970aa1 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I155cc875e73496f83972e3640a218c6a46d5581f
2016-10-25 06:50:58 +00:00
OpenStack Proposal Bot
e49ad36b06 Updated from global requirements
Change-Id: Iee645204dee444746c9bf9c28e1d4394a7141ef2
2016-10-22 01:29:41 +00:00
OpenStack Proposal Bot
bcfea7cac1 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I3793389deb2349c6f5eae10a673764c7d3b0bf58
2016-10-20 18:04:45 +00:00
Jenkins
42c9a283e0 Merge "Imported Translations from Zanata" 2016-10-17 00:15:53 +00:00
OpenStack Proposal Bot
95c3ad4e4d Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I9c6259836f9a2ed1e0c65fb9521ea12819c5a618
2016-10-15 07:07:33 +00:00
Jenkins
06b70aea3a Merge "Add .mo to .gitignore" 2016-10-05 20:50:55 +00:00
OpenStack Proposal Bot
0c01ed6f32 Updated from global requirements
Change-Id: Ic5d8d9064a0a36c125d20e4fbfe5ffc29857022f
2016-09-28 17:02:57 +00:00
OpenStack Proposal Bot
3501299ce4 Updated from global requirements
Change-Id: Ia52c1394dc628ab7bb3f314f8326b4cf5b5022ad
2016-09-27 22:41:22 +00:00
Shu Muto
07b7ef269e Add .mo to .gitignore
.mo file should not be included in src.
Thus, this patch will add this extension to .gitignore.

Change-Id: Ia980612b553bef0566e4712c9553d0317637c10c
2016-09-27 17:37:44 +09:00
Cao Xuan Hoang
f8a7939bab Add Apache 2.0 license to source file
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
2016-09-27 09:37:55 +07:00
Kenji Ishii
b5d31d5ec7 Enable test coverage for python in tox
At the moment, tox for cover doesn't work well.
This patch fix it.

Change-Id: Ia02099b29e0710d316a883f85fea4789885ebea6
2016-09-23 02:26:06 +00:00
Shu Muto
f6784a2879 Fix eslint errors
This patch fixes eslint errors except warnings for TODO.

Change-Id: I4024dfdd326c058c73a28b0655c0197bbffda075
Closes-Bug: #1622475
2016-09-23 02:17:27 +00:00
Shu Muto
4264fc3858 Setup JavaScript test environment
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
2016-09-23 11:16:15 +09:00
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