Commit Graph

13 Commits

Author SHA1 Message Date
Takashi Kajinami 09d63aefbc Replace deprecated ugettext_lazy and ungettext_lazy
The ugettext_lazy method and the ungettext_lazy method are both
deprecated since Django 3.0[1].

These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/3.0/releases/3.0/#id3
[2] cd7c1b5110fe1f64cd9dfbeb1072b37912d0efee

Change-Id: I6697e4c006e7b8ec94a08ad4625a1980582b4d6d
2022-07-11 02:47:44 +00:00
Rajiv Kumar ac86dfc55c Removed unnecessary utf-8 encoding
Change-Id: I8195c77f1da137877346f3dc395f71b42cd33086
2017-01-11 08:36:15 +05:30
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
Zhenguo Niu 8e1ddfabc4 Add update workbook support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I84b44a5d33718ddef6ac64dcd4fe59f2d1ee914c
2015-07-20 16:48:02 +08:00
Jenkins d7f8564083 Merge "Add delete workbook support" 2015-07-16 16:21:54 +00:00
Jenkins e833d49e87 Merge "Add create workbook support" 2015-07-16 16:21:49 +00:00
Zhenguo Niu a99d302725 Add delete workbook support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Ifde0de4542f01452cf201f785edfae2f63a4cf4d
2015-07-15 15:53:05 +08:00
Zhenguo Niu 9235096427 Add create workbook support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: If6bcf09e1f3269e8b1a9ad7c7e98a692e7656682
2015-07-15 15:07:50 +08: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 5de33e6fa5 Show workbook definition
Add a link to workbook name field to show the definition.

Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Iabf0632282840f25466810c597e8810aacfa15ea
2015-07-10 16:54:36 +08:00
Zhenguo Niu c14116a7eb Refactor workbook table fields
Remove description field since there's no such attribute on
workbook, also add created and updated fields.

Change-Id: I0805402c15dfef9d0400f05b525c83f2090584c4
Closes-Bug: #1471777
2015-07-09 17:42:48 +08: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