This patch is a clean-up patch for refactor-error-messages bp
which remove the exception message from base message otherwise
the same exception message display twice like
this https://ibb.co/XyFWMdz .
Change-Id: Ib56b35b164057b821b5e9755202b87c9e1ea5572
This repo does not support Python 2 anymore, so we don't need
six for compatibility between Python2 and 3, convert six usage to Python
3 code.
Change-Id: Id84564d8350fb793a2511abae218db17ea122873
Needed-By: https://review.opendev.org/701743
fix a bug that when a workflow has no input params, execution form
will has a requried field with empty label
Close-bug:#1786723
Change-Id: I49b2125ef649e94e210ff5df739684626c175172
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
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
User cannot modify wb/wf definition that is uploaded as a file
during its creation. After file is selected, the user just sees
its context but can't modify it if it is needed. So, making the
field editable.
Change-Id: I884b2dbf106f328843f81b23c838f7397c89375e
Closes-Bug: #1505601
* added pagination: adressed all comments given to Liat on:
https://review.openstack.org/#/c/266826/
* removed redundant template inheritance
* resolved bug: [ui] Pagination is absent in the "Actions" tab
* resolved bug: [ui] Every click on "Actions" tab takes too much time
* resolved bug: [ui] Problem with "Actions" page layout
Screenshots:
http://pasteboard.co/1yhuS10g.png
Partially implements blueprint: Actions-screen-improvements
Closes-Bug: #1505657
Closes-Bug: #1505668
Closes-Bug: #1505662
Change-Id: I4c15e39830ca425a8321b09e7d6039e6623eea8b
Fixed a lot of AttributeError: 'module' object has no attribute 'nested'
and F821 undefined name 'unicode' errors.
Change-Id: I79e73e27608ec6b76fd4ccf0ee9dcaf2ddf965ed
Closes-Bug: #1544499
* fixed workflow execution param name, which was changed on
python-mistral-client API.
* As we don't have a running regression:
PLEASE - if you change any API calls do let a UI developer know
and/or open and assign a bug
Partially implements blueprint: mistral-dashboard-executions-screen
Change-Id: I5321b4b568cc1bd03ff641e4fd120f1ed64c29b8