Commit Graph

13 Commits

Author SHA1 Message Date
Zuul 16751804e7 Merge "Add Apple OS X ".DS_Store" to ".gitignore" file" 2018-07-17 06:48:59 +00:00
Qian Min Chen a48bbafc25 Add Apple OS X ".DS_Store" to ".gitignore" file
Change-Id: Idf49d283ff06360e69992e13673cdfe3a65847ad
2018-07-11 18:11:23 +08:00
Qian Min Chen d6718db13f Modify the '.gitignore' file
Since the horizon remove the 'run_tests.sh' file,
so there should remove '.venv' from the '.gitignore' file.

Change-Id: I72f759de6c0deaacf9ec460d791bc501575f46d2
2018-07-08 20:03:38 +08:00
Shu Muto ec1c6467f2 Add '.idea' into .gitignore
This patch adds following directory for PyCharm.
- '.idea'

Change-Id: I3cf5f6b5063d989f81a0edcf816d919de905422b
2017-12-13 14:25:26 +09:00
Akihiro Motoki 4a3ba73cc0 rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec:
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

The current installation document is mainly for contributors not operators.
It is better to be reviit later, but it is beyond the scope of this patch.

Change-Id: Ic4ae4cc7cf399446ba5e25a97698ddb2c075b510
2017-07-11 14:17:51 +00:00
Shu Muto db2bccd086 ignore nose test results
To exclude nose test results from git management,
add '*nose_results.html' into .gitignore.

Change-Id: I256cbc22fdb09a834c83a890c903e2372fc23453
2017-06-22 13:40:14 +09:00
Shu Muto ac73b67f22 Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: Id3a6f27581c0fafcffa8b63f0d6a51dc01ee0651
2016-09-20 15:19:58 +09:00
Kenji Ishii 30debb0ac4 Add .mo to .gitignore
.mo file should not be included in src.
Thus, this patch will add this extension to .gitignore.

Change-Id: Id33c862acdc8e910bc1dcc5f926bd219faa32be5
2016-09-16 13:37:06 +09:00
Shu Muto a256c034d0 Cleanup the test settings
Karma and coverage tests scatter its result around.
And recently, infra team seems to set a subdirectory called
'cover' for coverage tests by default.

This patch accumulates their results into 'cover' subdirectory.

Change-Id: I9c32da1ffdbb2f3104d9ecd6303f1f92fc0fcda8
2016-09-15 09:53:12 +09:00
Jenkins 38d4423bb3 Merge "Enable test coverage in run_test.sh and tox" 2016-09-13 13:39:14 +00:00
Kenji Ishii 8593eaf9fb Enable test coverage in run_test.sh and tox
About run_test.sh, the report of test coverage seems
not create at the moment.
Also tox for cover doesn't work well.
This patch fix it.

Change-Id: I408b4c053c4290c7a205d892c43cb7cd2bbff641
2016-09-13 17:58:53 +09:00
Shu Muto e1e124fa3e 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: I08675d8377214c52745ed7928bb58ec460a949b1
Implements: blueprint js-test-env
2016-09-13 09:33:01 +09:00
Bradley Jones c17cc5beb4 Initial skeleton repo
Add the basic structure for the magnum-ui repository to serve as a 
starting point for contributions. The structure is likely to change
as development progresses.

Change-Id: I5458741e2dd4c3409992315efaa60b33824b4ec8
Implements: blueprint repo-skeleton
2015-09-08 23:02:28 +00:00