SQLite file "heat.sqlite" will be generated during test cases
running. So it should be in git ignore list.
Change-Id: I31217e3de69a016fb4daa7e353161d58c71df98b
The generated files are like '.coverage.idlerk.5365.021771', which can
not matched by '.coverage'. So change it to '.coverage.*'
Change-Id: Ie0bebceaaa15f2dcf145a708300654f8d3605271
The version information is no longer stored in a file.
Fixes: Bug #1157885
Change-Id: Ide0662ad3d7b2596743cd9427bc3b50e8357ffe1
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
Adds initial message extract and configuration to allow heat
to work with Transifex, which is the chosen platform for
translations in OpenStack.
Fixes bug #1082805
Change-Id: If8585812d6127948f75994765d274da1629069a3
Templates are saved in templates/cloudformation-examples which is ignored
by git.
Its probably time we're exposed to a bit more template diversity.
Change-Id: I667c4f08fced353201ab9234a51526bcbeb0761b
Made sure that `run_tests.sh` works properly (it was failing on the heat/bin
directory) and that all tests pass and the generated logs are .gitignored.
Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>