ugettext_lazy() and django.urls.url() are removed in 4.0.
https: //docs.djangoproject.com/en/4.0/releases/4.0/
Change-Id: I58c20b15468dfe746956e131c09e63818ff8c45d
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
This patch uses Horizon's common Angular views module for Queues panel.
Also, breadcrumbs are shown.
Change-Id: Iae5edc9d370fbda20889a043a2574bd034170881
Closes-Bug: #1664374
This patch renames the ambiguous file names so that we can easily
distinguish between subscription and queue files.
Change-Id: If3a0bad3d07026154b30cc217d4974051af63047
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
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
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
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