6 Commits

Author SHA1 Message Date
pengyuesheng
386525516a Add the unit test for executions detail
Change-Id: Ib2d9edd1b554935c4b1171db09065999403dc51f
2019-06-21 12:30:27 +08:00
pengyuesheng
4e62ddd132 fix the Bug of test in executions panel
Change-Id: Ie23519d7223384fea2f80cd319ad4a64b8a5a59b
2019-06-14 14:05:38 +08: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
Anastasia Kuznetsova
19761bfa60 Fix gate-mistral-dashboard-python34
Fixed a lot of AttributeError: 'module' object has no attribute 'nested'
and F821 undefined name 'unicode' errors.

Change-Id: I79e73e27608ec6b76fd4ccf0ee9dcaf2ddf965ed
Closes-Bug: #1544499
2016-02-16 11:15:59 +03:00
Gal Margalit
40222407bf UI: table pagination logic encapsulation
* following https://review.openstack.org/#/c/266826/ suggestion: API requests
  that required UI pagination will be passed via generic handler.
* At first I've written a decorator - which I didn't like,
  feel faulty by design - too many returns and over complicated blocks...

Partially implements blueprint: mistral-dashboard-executions-screen

Change-Id: Ie131bf74a74b816d2779888c6c23e7bcfa4b8f22
2016-02-11 11:34:39 +00:00
Zhenguo Niu
64919e0321 Add actions and executions unit tests
Partially implements blueprint mistral-dashboard-ut

Change-Id: I1f91427848866ebbfd9440454af1c4ee2556c5ba
2015-08-24 16:46:34 +08:00