Commit Graph

11 Commits

Author SHA1 Message Date
manchandavishal 72e898910f Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I3e95a2ec718b473ffed698652f6bdaba4e9de8a5
2022-04-29 16:44:49 +05:30
Jenkins ba7c0111b8 Merge "Task table - type column would refer to workflow executions accordingly" 2017-01-24 10:48:22 +00:00
Rajiv Kumar ac86dfc55c Removed unnecessary utf-8 encoding
Change-Id: I8195c77f1da137877346f3dc395f71b42cd33086
2017-01-11 08:36:15 +05:30
Gal Margalit 696c330f28 Task table - type column would refer to workflow executions accordingly
* Task table - type column would refer to workflow executions accordingly
* Fixed django wrong url params (no logic changed, just better code)

* Screenshots: http://pho.to/AZeaP

Partially implements blueprint: refactor-execution-link-in-task-executions-screens

Change-Id: I70e7ba1f8a6595d15f30cee3f4f17db4d246a34e
2017-01-03 09:42:59 +00:00
zhangguoqing 5c622043ab Update URLs to Django 1.8 style
django.conf.urls.patterns() is deprecated since 1.8.
We should not use patterns(), so this patch updates URLs to
1.8 style.

Change-Id: Ida48baed98da4aeabdfdfc2f02b21bc588311161
Closes-Bug: #1539354
2016-02-10 13:20:28 +08: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 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
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
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