10 Commits

Author SHA1 Message Date
Sharat
539d53cf31 Delete *openstack/common* in flake8 exclude list
There is not *openstack/common* directory in mistral-dashboard,
we should drop it for improving searching efficiency.

Change-Id: I0f41e65e78e082cdd0f637ab07fb872b1b195a86
2016-11-05 19:12:43 +05:30
Sharat Sharma
21563bfc65 Maintain releasenotes for mistral dashboard
All the components of openstack maintain releasenotes. Similarly,
mistral dashboard must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.

Change-Id: Ia095ec4d6ac286cf6c27817765855a97a61502b1
Implements: blueprint maintain-releasenotes
2016-10-05 12:06:16 +05:30
Zhenguo Niu
f01a2ed0c6 Remove "builtins = _" from tox.ini
"_" (ugettext_lazy) is defined by usual imports,
so "builtins = _" in tox.ini is unnecessary.

Change-Id: Ie3452b1ae1b57e0742f1846ff24c8edbdb850df1
2015-12-24 10:10:45 +08:00
hparekh
820f9f4b10 Delete python bytecode before every test run.
This should eliminate the need to clean -x -i to kill pyc files in
your local directory to get tests to pass.

Change-Id: I668c1baac23b29750fa19ccb0a4302504399dd75
2015-12-08 14:17:04 +09: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
3c05709b93 Remove H302 check
we already removed H302 rule from hacking.

Change-Id: Idd9baf4b7eac680489e04ef2f6ec7624f8004694
2015-07-14 10:22:03 +00:00
Zhenguo Niu
79e6d9c136 Fix H306 errors
Change-Id: I1ff850e87979a05f5daec489d8a50008e2489e97
2015-07-13 09:42:33 +08:00
Zhenguo Niu
6014afd6c1 Enable Unit Test
Enable Unit Test add additional tooling to support running tests
and building virtual environments to mirror what is done in horizon.

Partially implements blueprint mistral-enrich-dashboard

Change-Id: I15b2b28a3a30e8c2ead3b2f68bf2986becbe7914
2015-07-07 17:44:45 +08:00
Christian Berendt
8fb902e2a3 Enable hacking check H306
* H306  imports not in alphabetical order

Change-Id: I8a679afa0893c84e391d3daddc85c3d8f29f60d8
2014-07-21 18:02:43 +02:00
Kirill Izotov
28bde7a230 Move dashboard from python-mistralclient
Also:
- add license headers
- set up tox for flake8 checks and venv
- remove run_tests.sh, tools/ and other stuff we don't need at the moment
- add basic sphinx setup for later use

Change-Id: I0d34fb9fd0bfd351d20474da88715b30ff3c3d61
2014-06-17 13:53:16 +07:00