summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Speed up SQL unit tests.Adam Young2012-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a cached copy of the SQLite Data base speeds up the tests: Before this change Ran 44 tests in 126.154s OK Slowest 5 tests took 15.87 secs: 3.34 test_delete_role (test_backend_sql.SqlIdentity) 3.17 test_delete_user_with_tenant_association (test_backend_sql.SqlIdentity) 3.17 test_create_tenant_invalid_name_fails (test_backend_sql.SqlIdentity) 3.10 test_get_user (test_backend_sql.SqlIdentity) 3.10 test_get_tenant_bad_tenant (test_backend_sql.SqlIdentity) After this change: Ran 44 tests in 58.996s OK Slowest 5 tests took 8.64 secs: 2.57 test_add_user_to_tenant (test_backend_sql.SqlIdentity) 1.58 test_update_tenant_long_name_fails (test_backend_sql.SqlIdentity) 1.51 test_rename_duplicate_user_name_fails (test_backend_sql.SqlIdentity) 1.50 test_delete_tenant_with_user_association (test_backend_sql.SqlIdentity) 1.49 test_delete_user_with_tenant_association (test_backend_sql.SqlIdentity) Slowest test was where the database was initialized Change-Id: Idf046763e8718762695bbcedce4d223f654054db
* Auto generate AUTHORS file for keystone component.Bhuvan Arumugam2012-04-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * AUTHORS Remove this file. * .gitignore Add AUTHORS file. * keystone/openstack/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. * setup.py Import the new method. local_sdist.run(): Generate AUTHORS file before creating the package. * tests/test_authors.py Remove this test case. Change-Id: Id3ca59382e417d054d14f7735f30595bfbe2df48
* Rename keystone.conf to .sample.Josh Kearney2012-04-101-0/+1
| | | | | | Fixes bug 966670. Change-Id: Ic57c9971c4f3a14c30e2382c58c3d0da6b2a7957
* Add build artifacts missing from .gitignoreMaru Newby2012-03-271-0/+4
| | | | | | * Addresses bug 966612 Change-Id: Ia8372abc2bb72e3ff56b2d5ee3b8436ea3157efa
* Improved file logging example (bug 959610)Dolph Mathews2012-03-191-1/+1
| | | | | | - Root logger w/ file handler will log WARNING, ERROR, CRITICAL by default Change-Id: I36cd07cec85712640daa013563401a3bc52f290c
* gitignore follow up for docs/ renameDolph Mathews2012-03-011-3/+3
| | | | Change-Id: I9402b47a61acbd78028ff6f74838b2f5074b9f97
* Ignore sqlite.db filesZhongyue Luo2012-02-221-1/+1
| | | | | | | | Fixes bug #932729 legacy*.sqlite.db files should also be ignored. Change-Id: Ia776bc45f880e2f1ffd67963c020773a29645153
* Normalize build files with current jenkins.Monty Taylor2012-01-311-0/+3
| | | | Change-Id: I528c3cc4e16dfa1465c8e3ac1062c65dc2ddc2f0
* expect sphinx sources to be autogennedtermie2012-01-181-0/+2
|
* add a db_sync command to bin/ks, remove otherstermie2012-01-091-1/+1
|
* basic service running againtermie2012-01-091-1/+3
|
* renaming keystonelight to keystoneJoe Heck2012-01-091-0/+1
|
* tweaking for running regular tests in jenkinsJoe Heck2012-01-061-0/+4
|
* Split keystone compat by admin and service endpointsDevin Carlen2011-12-301-0/+2
|
* speed up teststermie2011-12-271-0/+3