Commit Graph

8 Commits

Author SHA1 Message Date
Shu Muto e5c3a17a1a Add .idea for pycharm into .gitignore
Change-Id: I55988f9984bf69189f3f92ae4b128c2843370720
2018-01-22 19:40:13 +09:00
Shu Muto 97fa406ef4 Rearrange existing documentation to fit the new standard layout
This patch changes directory structure for docs.

For more detail, see the doc migration spec:
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: Ia434909f37ff75084b8304b3b0ba7fa03903b51f
2017-07-13 15:40:38 +09:00
Shu Muto 5519097887 ignore nose test results
To exclude nose test results from git management,
add '*nose_results.html' into .gitignore.

Change-Id: I548a27ec617d68cba4f67c6e623c45cff9a8a63b
2017-06-22 13:42:19 +09:00
Shu Muto 4f7e3486d8 Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: Iee7dc99ccb3306225eb42811eedea69ab14e310b
2017-01-18 09:44:31 +09:00
Shu Muto 07b7ef269e Add .mo to .gitignore
.mo file should not be included in src.
Thus, this patch will add this extension to .gitignore.

Change-Id: Ia980612b553bef0566e4712c9553d0317637c10c
2016-09-27 17:37:44 +09:00
Kenji Ishii b5d31d5ec7 Enable test coverage for python in tox
At the moment, tox for cover doesn't work well.
This patch fix it.

Change-Id: Ia02099b29e0710d316a883f85fea4789885ebea6
2016-09-23 02:26:06 +00:00
Shu Muto 4264fc3858 Setup JavaScript test environment
This patch setups JavaScript test environment.
- eslint
  test at local: `tox -e=eslint`
- karma
  test at local: `tox -e=karma`

Change-Id: I8b34cef1e0b7395a29af77939e534c4a31c76073
Implements: blueprint js-test-env
2016-09-23 11:16:15 +09: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