summaryrefslogtreecommitdiff
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* Prep for 0.2 release (0.2.rc1)Dean Troyer2013-08-011-122/+0
| | | | | | | | * rename HACKING to HACKING.rst and refer to the common OpenStack HACKING file * add the barest of pointers to the wiki, etc. to the source docs * add a bare-bones man page Change-Id: I80e5b972af645f14ef17ae87f182ab09cb08dabe
* Multiple API version supportDean Troyer2013-02-061-1/+1
| | | | | | | | | | | | | | | | * Use multiple entry point groups to represent each API+version combination supported * Add some tests Try it out: * Right now only '* user' commands have multiple overlapping versions; you can see the selection between v2.0 and v3 by looking at the command help output for 'tenant' vs 'project': os --os-identity-api-version=2.0 help set user os --os-identity-api-version=3 help set user Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
* Migrate from nose to testr.Josh Kearney2013-01-221-0/+8
| | | | | | | | Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I560592186f2f440049a451a32e58067262ab62d0
* Clean up tenant and serverDean Troyer2012-05-161-5/+2
| | | | | | | | * remove '_' from class names * add class name to log instances * some cleanups to HACKING Change-Id: I1f6334318ee0d7d83cd3cea0e71ba4f05dd2b5c5
* correcting ordering of importsMatt Joyce2012-05-141-1/+3
| | | | | | | undoing ordering patch. adding more explicit descreption of ordering rules to HACKING document. Change-Id: I7b7d755f44e382b54f237914e654a05766ec5c2c
* Adding HACKING doc to projectMatt Joyce2012-05-021-0/+115
Change-Id: I57594c0845def5591a01384be9740089b4722075