6 Commits

Author SHA1 Message Date
manchandavishal
0af8c03faf Cleanup for Refactor-error-messages
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
2020-08-26 12:22:42 +00:00
pengyuesheng
809416b7b5 Refactor error messages
This patch refactors error messages and
shows the detailed error message

Change-Id: I4d7fc03c9368bf20cd374097ff210e1ecb952d23
2019-09-06 07:21:32 +00: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
Gal Margalit
143ad65de6 UI: Execution update - update description modal
* added table action button and a modal to
  update execution description

Screenshots:
http://pasteboard.co/2fTvPcAA.png
http://pasteboard.co/2fTCIKAL.png
http://pasteboard.co/2fTENJz7.png

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: If0e096b674640e12a095607c333954719a5ad594
2015-11-19 15:21:28 +00:00
Gal Margalit
85e0a077b3 UI: Task & Execution screen refactored
* code view is now a public template
* emptyform is now a public form

* tasks overview screen
  * add state info field
  * add iso filter to time fields
  * add workflow link
  * refactored detail layout

* tasks main screen
   * main table now has result and
      published columns which use the
      code view template

Screenshots:
http://pasteboard.co/1T2U8Ers.png
http://pasteboard.co/1T2Son9w.png
http://pasteboard.co/1Uj47Rvk.png

Partially implements blueprint: tasks-screen-improvments
Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: I8978746f645949aed174f893a5195073f156e24d
2015-11-05 11:18:02 +00:00
Gal Margalit
4890f5e3f2 mistral-dashboard executions list table: input & output sections content via a modal
* fixed main table to include a modal for input and output sections

* screenshots
	http://pasteboard.co/2PEDk8sU.png
	http://pasteboard.co/2PEGpzXV.png

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: I78a7c4aee250f3ef509c5d8d7501e2aef84be96d
2015-08-19 10:31:15 +00:00