8 Commits

Author SHA1 Message Date
Corey Bryant
ecce6298bf Django 4.x: Replace removed features
ugettext_lazy() and django.urls.url() are removed in 4.0.
https: //docs.djangoproject.com/en/4.0/releases/4.0/

Change-Id: I58c20b15468dfe746956e131c09e63818ff8c45d
2022-07-19 15:58:17 -04:00
Shu Muto
64a6b4e8be hacking: Specify white list rules in noqa explicity
If 'noqa' is specified all hacking checks are disabled.
It is better to ignore specific rules explicitly rather than
ignoring all. The recent flake8 supports this [1].

[1] http://flake8.pycqa.org/en/stable/user/ignoring-errors.html

Change-Id: I4ea55a0b22f8d6c975dcc074403efe2565078e22
2017-06-23 12:54:08 +09:00
Shu Muto
d803f27cce Use common Angular view for Queues panel
This patch uses Horizon's common Angular views module for Queues panel.
Also, breadcrumbs are shown.

Change-Id: Iae5edc9d370fbda20889a043a2574bd034170881
Closes-Bug: #1664374
2017-04-17 05:05:01 +00:00
Thai Tran
6b13c34d2c Queue and Subscriptions file renames
This patch renames the ambiguous file names so that we can easily
distinguish between subscription and queue files.

Change-Id: If3a0bad3d07026154b30cc217d4974051af63047
2016-06-27 11:07:13 -07:00
Thai Tran
f4734ad209 Enable auto discovery
This patch enables auto discovery of static resources so that we no longer
have to manually type them in. This mechanism enables faster development
and is less error prone.

Change-Id: I3c6fbf8f73e6e23ca4c20ef325aee9a4fb486a4a
2016-02-17 13:03:51 -08:00
shu-mutou
8d50846847 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: I6f2b6f44d843ca5e0cdb5db9828df94fa4df5f88
Closes-Bug: #1539354
2016-02-05 11:52:50 +09:00
Thai Tran
e19fc3bd54 Add queues API and table
Added the API required for the queues panel.
Also added the table to display queues data.

Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
Co-Authored-By: Thai Tran <tqtran@us.ibm.com>
Change-Id: I8cf690ccfb80eb1a64bb6769a61010ac3ced7a90
2016-02-02 11:39:04 -08:00
Thai Tran
a11cbc78b1 Zaqar-ui base project with empty queues panel
This commit adds the zaqar base and an empty queues panel.
Subsequent patches will add api and content to the queues panel.

Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
Co-Authored-By: Rob Cresswell <rcresswe@cisco.com>
Co-Authored-By: Thai Tran <tqtran@us.ibm.com>
Change-Id: I1f4873d1e36c677956534266de41d80a01c8cd9d
2016-01-14 11:04:32 -08:00