23 Commits

Author SHA1 Message Date
manchandavishal
f5473fc236 Fix gate jobs
This patch update the following:
* add ignore_basepython_conflict = true in tox.ini file.
* replace horizon tarballs dependency with constraints file.
* update hacking version to latest 4.0.0 version.
* fix pep8 warnings.

Change-Id: If0275b78f9084e314e6a69e267a79fc4472c0dfe
2021-02-16 18:06:05 +00:00
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
8776da278a Translate executions state
Change-Id: I128eb824638254d504ff52ab658054778061a68c
2019-05-15 17:15:48 +08:00
Rajiv Kumar
ac86dfc55c Removed unnecessary utf-8 encoding
Change-Id: I8195c77f1da137877346f3dc395f71b42cd33086
2017-01-11 08:36:15 +05:30
Gal Margalit
907cb4de54 Fixed: Dashboard: "Run action" functionality doesn't work
Change-Id: I1ebd9f612957aaaaf864ea6befdff5e5a459b160
Closes-Bug: #1648420
2016-12-21 11:14:40 +00:00
Gal Margalit
3a1e52ed63 UI: Execution & task screens - state info tooltip
* Added tooltip to view "state info" on error states
* Extended Horizon base to support such behaviour (SmartCell)
* Implementation derived following a discussion with Horizon developers
* I was asked by Horizon devs to push an architectural solution
  so we may won't need that "workarround" in the future

Screenshots:
 http://pasteboard.co/lvX8FX2.png
 http://pasteboard.co/lAnTDBq.png

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

Change-Id: I9781e61b5385f96bcc73c4c8dbb93671ea179e73
2015-12-28 12:39:25 +00:00
Gal Margalit
5f5e510547 UI: Execution screen auto refresh
* added ajax request to examine
  "running" states and their final status.
* mechanism is coherent to the horizon method.
* fixed "paused" label from bright yellow,
  which was hard to see, to darker blue

Screenshots:
http://pasteboard.co/3gtZGsy.png

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: Ibc3cb1c74a558df9012572353537b7a2a1766363
2015-12-15 13:19:00 +00: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
936548c1e5 UI: Execution update - table actions
* added table action buttons to pause resume and cancel execution

Screenshots:
http://pasteboard.co/2benOWcT.png

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: I3b0b475f7e9e24f90396d145c453544cfcfe71ac
2015-11-16 13:53:57 +00:00
Gal Margalit
d77840ff95 UI: Task & Execution screen refactored
* enhanced django template inheritance
* removed redundant template (html) files
* added link to task overview from execution overview
* when clicking task under execution main table,
  it now opens under task menu, which handles the logic
* same as above - when clicking execution under main tasks table

Screenshots:
http://pasteboard.co/23xFix0r.png
http://pasteboard.co/23jzE8JJ.png

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

Change-Id: Ibb4a8814b421b5dffcff264e7517a3b3ba29fdd7
2015-11-11 13:16:09 +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
Jenkins
b61d0d9ae9 Merge "Add tables filter action support" 2015-08-25 10:54:25 +00:00
Zhenguo Niu
b7cf70b2ce Add tables filter action support
This patch adds the ability to filter tables by specified
string.

screenshots:
http://pasteboard.co/2Q1GyCie.png

Change-Id: I1c4577f0f324d0865e5b4fb16df4767a39b40733
Closes-Bug: #1485827
2015-08-25 16:23:34 +08:00
Gal Margalit
a081b1baad mistral-dashboard: executions input & output modal header - added corresponding name
* fixed IO modal header name to show corresponding “Input” or “Output” instead of “Code View”
* fixed execution list task column header to "tasks"

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: Ic70decc9f7c54bda9842f61d57d9e31cbac1a96b
2015-08-20 07:48:42 +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
Gal Margalit
5058e9e7c7 mistral-dashboard Execution enhancements
* fixed main table:
  a. execution id now refers to overview screen
  b. task refer to corresponding task
* added execution overview screen
* removed duplicate string from prettyprint, shortage should be done on client side, (we don't use it atm)

* Screenshots:
http://i57.tinypic.com/2817r5c.png
http://i58.tinypic.com/23uydmo.png

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: I4c580e21299aaccf4cf012c88d2d4c0d91de5710
2015-08-13 11:30:33 +00:00
Gal Margalit
1846ea19fc Added delete button to execution screen ui on mistral-dashboard
* added delete button to execution screen ui

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: I12b28f46a89ba5188fba5d5b2aa8534e46505ac2
2015-07-23 13:23:39 +00:00
Zhenguo Niu
ea6d14f99c Remove H101, H803, H238 from ignore list
Enable H101 check,
H803 was removed from hacking,
Fix H238 errors and enable the check.

Change-Id: Ifa69d18bb1ee54f7b42c6a281d76dc720e2043ba
2015-07-14 21:52:56 +08:00
Zhenguo Niu
79e6d9c136 Fix H306 errors
Change-Id: I1ff850e87979a05f5daec489d8a50008e2489e97
2015-07-13 09:42:33 +08:00
Renat Akhmerov
f928ac885e Making style changes and adding AUTHORS file
Change-Id: I3238253e03d9f80975c65a3efc84bd202b338815
2014-09-30 11:31:32 +07:00
Kirill Izotov
c7777ee5d5 Reenable Task view inside Executions
Change-Id: I9dd57b805180928253ff2cf37f658aafa98cb4a3
2014-09-15 14:57:59 +07:00
Kirill Izotov
bb03d06ebe Modify to use API v2
Change-Id: Iacaab88d7ce8618aa7331e8cb7f23c69191e5f49
Implements: blueprint mistral-ui
2014-09-15 14:57:59 +07:00
Kirill Izotov
744309b2e1 Horizon plugin system compatibility
- added enabled script
- removed horizon from requirements
- updated README
- refactor folder structure

Change-Id: If3fb4eddec26c5817cb0971eb7c4fe2ebb5641f3
Implements: blueprint mistral-ui
2014-06-23 14:54:57 +07:00