Commit Graph

305 Commits

Author SHA1 Message Date
Dougal Matthews
56cf418e74 Add the restructuredtext check to the flake8 job
This follows a recommendation in this thread on openstack-dev.
http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html

Change-Id: I81f5283813a18a1807c1fe68b3fae83a35423c8c
2018-06-08 11:30:27 +01:00
Doug Hellmann
924f64aa1c 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: I716ec44a6dd6d14f1ac221e058f365b8d44fb423
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 16:06:02 -04:00
Dougal Matthews
52ebdf9b44 Fix the README formatting
PyPI is now stricter about this, we need this change for any future
releases.

The easiest way to test this is by running the following command in a
virtualenv with docutils.

    python setup.py check --restructuredtext --strict

Change-Id: Icef4e712714ba861c5f5953ef7cec55844bcf43b
Related: https://review.openstack.org/#/c/568881/
2018-06-05 11:11:43 +01:00
Akihiro Motoki
3ae1e8aae3 Django 2.0 support
Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Add py35dj20 job to test Django 2.0 integration.

Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
2018-05-15 06:14:48 +09:00
Eyal
0d2936365f support py3
currently when installing mistral in devstack the mistral-dashboard
is not installed in py3 environment since it doesn't have
a py3 classifier

Change-Id: I97ac517f2f7f3cea2f6d85011c9b142bcfc45fdc
2018-04-26 15:39:46 +03:00
Zuul
6576e00f28 Merge "Add py35 to tox.ini" 2018-04-03 11:48:45 +00:00
Zuul
88bc282aed Merge "Remove mox3 from test-requiremens.txt" 2018-04-03 09:48:26 +00:00
Hanxi Liu
96186a1ba9 Fix workflow language link
There is no more DSL docs since the commit[1]
and all of them should be updated.

[1]I6e2a10932c648836a1e0632b4cd0fce3ab78f946

Change-Id: I5c67d934f2a7a884ab659af43b7ff6713b908d9c
2018-03-28 11:07:20 +00:00
Charles Short
78ae62315e Add py35 to tox.ini
Add py35 to tox.ini so we can check
for pyhton3 compatibility.

Change-Id: I9a652d01fcc1a13e07f94a9a7e48b23d1877e1c8
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-03-26 14:22:28 +00:00
OpenStack Proposal Bot
21f4afaf95 Updated from global requirements
Change-Id: Iae7408446391bcee0a8a6c3974d892d58abc25a8
2018-03-26 12:03:13 +00:00
Charles Short
5f1b862cb7 Remove mox3 from test-requiremens.txt
This is part of mox-removal community goal in Rocky.

Story: 2001546
Task: 8719

Change-Id: If8c5500e2c2f9688d3fba6be420b076a05c446a0
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-03-23 12:03:11 -04:00
OpenStack Proposal Bot
498e11ff87 Updated from global requirements
Change-Id: I1e5855137b4d946a57b5049ed53ccb054c5735ae
2018-03-15 07:10:26 +00:00
OpenStack Proposal Bot
ad4a1c5591 Updated from global requirements
Change-Id: Ib924431e55983694ab44e309cd04417591540aeb
2018-03-13 07:00:11 +00:00
OpenStack Proposal Bot
e7ec927c52 Updated from global requirements
Change-Id: I7ab6791a395581389a16fd6ae501e376418ada2e
2018-03-10 13:21:01 +00:00
OpenStack Proposal Bot
82edc24448 Updated from global requirements
Change-Id: I8b3593136aaf9e255c76e1b02ebfea5d16a3702b
2018-03-04 10:09:13 +00:00
OpenStack Proposal Bot
cfbaf2e719 Updated from global requirements
Change-Id: I43a962052bbd27b21219328638548e1f2623395f
2018-02-16 02:14:35 +00:00
726eeae6dc Update reno for stable/queens
Change-Id: I4242d0cfc7a600d414dd7df752dff64f2e60f2d1
2018-02-14 13:42:48 +00:00
OpenStack Proposal Bot
e221ba4dfb Updated from global requirements
Change-Id: I73c2454de6c8a66e25bdf29580b93ed122cb5e72
2018-01-17 20:40:30 +00:00
Zuul
b3a9daf600 Merge "Expand parameter list for workflow execution" 2017-12-13 08:12:52 +00:00
Akihiro Motoki
f9ff2798bd Drop django_openstack_auth from requirements.txt
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.

Change-Id: I4729ec7d3fb3a2ca1d8c526fccf3c2290edbd922
2017-11-16 06:49:36 +00:00
Andreas Jaeger
2688f3e484 Revert "Migrate mistral-dashboard to zuul v3"
These are all standard jobs, they should stay in project-config.

This reverts commit 63f84ff826.

Change-Id: Ic01fc168dca7cadb538ce6a7da80b263e098e5c9
2017-10-05 18:47:23 +00:00
Brad P. Crochet
63f84ff826 Migrate mistral-dashboard to zuul v3
Change-Id: Ic93015a54f020b96d05207230c9d0e882057d20b
2017-10-03 10:01:37 -04:00
Jenkins
c402ad807d Merge "Fix CSS for "Cancel" button in workflow execution" 2017-09-20 09:24:36 +00:00
OpenStack Proposal Bot
352f30f2f2 Updated from global requirements
Change-Id: I356061923980395eb3e4254e8b8416ab73f01f40
2017-09-16 23:14:37 +00:00
Mateusz Kowalski
4cc6d18a22 Fix CSS for "Cancel" button in workflow execution
This patch fixes wrong font type and size for the button appearing
on workflow execution. Style used right now is consistent with the
one used by buttons in workflow creation.

Change-Id: I807ab8ada2fc98ac5e1ff8ae7e11b8c8d95497c1
Closes-bug: #1716943
2017-09-13 17:12:23 +02:00
OpenStack Proposal Bot
c028617044 Updated from global requirements
Change-Id: I2a8cb3d9365a813758654779922129802be79e29
2017-09-11 21:39:15 +00:00
Jenkins
6ec16dfcc1 Merge "Update reno for stable/pike" 2017-08-31 06:58:19 +00:00
Mateusz Kowalski
b42b2c4f25 Expand parameter list for workflow execution
Currently one generic field "Input" is shown when executing a workflow.
This patch checks list of parameters for a workflow and generates
a Django form according to the results, also prefilling any default
value.

In case default value for a parameter is none, field is not marked
as required.

Closes-bug: #1712322
Change-Id: I702d2b196f87e46bc39da00cad509d2f08f5d24c
2017-08-22 14:30:31 +02:00
OpenStack Proposal Bot
7f9c8210a5 Updated from global requirements
Change-Id: I70fae369fa9dd1a7aba16282e66db5db90133c57
2017-08-18 11:32:34 +00:00
OpenStack Proposal Bot
64d5ae396c Updated from global requirements
Change-Id: Id9d735ae59521ccf8af026f520baa725aab1de6e
2017-08-18 04:43:09 +00:00
3eea7ebb5d Update reno for stable/pike
Change-Id: I61b7dfad38d5aff203cc02b57138b71d6269b575
2017-08-11 13:32:58 +00:00
Sharat Sharma
e891c2a4bf Update the URLs
There are a few outdated links in the dashboard repo. Update them
according to the doc-migration.

Change-Id: I6361d14127012415329bf844b7b420980253527a
Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
2017-08-07 17:04:35 +05:30
OpenStack Proposal Bot
20ab5b624f Updated from global requirements
Change-Id: I07d602863e9fbe9b38df7cc5680973dec6dcb045
2017-07-28 00:07:05 +00:00
OpenStack Proposal Bot
044c333153 Updated from global requirements
Change-Id: Iac01eeb61926da3822c927e91cb895ebf983e06f
2017-07-20 13:16:38 +00:00
Jenkins
576a2eacc7 Merge "Change author" 2017-07-11 10:16:21 +00:00
Sharat Sharma
31415f7cfa Change author
As per https://review.openstack.org/#/c/473230/ we need to change
the author in setup.cfg from Mistral Team to Openstack.

Change-Id: Ic57257197771dc37a73f24235567b0351e8c4e1c
2017-07-11 08:02:09 +00:00
OpenStack Proposal Bot
8c70ca41b9 Updated from global requirements
Change-Id: Iba1309ea1067d93125b927d11c0d5c4a8608da0d
2017-07-11 04:23:20 +00:00
Adriano Petrich
2c9b94a1c8 Remove newlines from test data
Master tests are broken due to newlines in test data beind different
from expected calls.

Change-Id: I05374029fddf62d7df69d49f5f7ffb7ef7b78b68
2017-07-10 12:49:14 +01:00
Jenkins
e63dbfc33a Merge "Optimize the link address" 2017-05-31 06:17:30 +00:00
OpenStack Proposal Bot
0089557b64 Updated from global requirements
Change-Id: I23f3e5987fe68c4c6b0055bab3face8d9cd025b1
2017-05-17 03:50:06 +00:00
Jenkins
9cd9873c5e Merge "Added link to Create Action form Edit" 2017-05-15 14:11:20 +00:00
OpenStack Proposal Bot
899510cfcb Updated from global requirements
Change-Id: I938877ebcdc3f662195b94fb7476ec1b3011deb5
2017-05-15 00:46:33 +00:00
OpenStack Proposal Bot
5852476acc Updated from global requirements
Change-Id: Ic046a892913c8c93219112adf921e50e6dfd2150
2017-05-01 14:00:29 +00:00
Jenkins
7a68194473 Merge "Make the definition section of the wb/wf create section editable" 2017-04-19 09:55:36 +00:00
Jenkins
7f96cecb2b Merge "Fix "Workflow" section of "Action Execution Details" view" 2017-04-19 09:51:35 +00:00
Jenkins
71223efc9d Merge "Change the Next button to Validate" 2017-04-19 09:51:30 +00:00
Jenkins
0a62939a97 Merge "Added test for mistral-dashboard cron_triggers" 2017-04-19 09:51:24 +00:00
OpenStack Proposal Bot
3e61b634cc Updated from global requirements
Change-Id: I4c9b4168f7bb5b6d07ef8cb3e85287c7affcd7c4
2017-04-18 16:49:07 +00:00
OpenStack Proposal Bot
15303de98c Updated from global requirements
Change-Id: I497305fe4acab4026def5b57d3e9439caf396b14
2017-04-12 04:14:00 +00:00
Sharat Sharma
1f6c4e6c83 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I55769dc857b80112818c0d1177bab709cc3421ae
2017-04-10 17:09:11 +05:30