Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mox isn't used anywhere, but I will be using mock | Jason Kölker | 2011-12-01 | 1 | -1/+1 | |
| | ||||||
* | Only list requirements in the setup.py like it should be | Jason Kölker | 2011-12-01 | 2 | -19/+4 | |
| | ||||||
* | Add default nosetests config | Jason Kölker | 2011-11-30 | 1 | -0/+22 | |
| | | | | | | Default to using coverage with html output reporting, tissue for pep8 checking, and openstack-nose for output formating when running tests directly under nose. | |||||
* | Rename setup_extensions_test_app so that nosetests ignores it | Jason Kölker | 2011-11-30 | 1 | -15/+15 | |
| | | | | | Allows the use of openstack.nose_plugin's coloring/output for nosetests should the user desire to not use run_tests.sh/py | |||||
* | ignore cover's html directory | Jason Kölker | 2011-11-30 | 1 | -0/+1 | |
| | ||||||
* | don't tag rev | Jason Kölker | 2011-11-30 | 1 | -3/+0 | |
| | ||||||
* | add __init__.py so tests run, remove bin and skeleton from pep8 | Jason Kölker | 2011-11-01 | 3 | -1/+1 | |
| | ||||||
* | remove bzr requirement | Jason Kölker | 2011-11-01 | 1 | -1/+0 | |
| | ||||||
* | remove the version requirement on mox | Jason Kölker | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | put requires in setup.py so when package gets included as a requirement, the ↵ | Jason Kölker | 2011-11-01 | 1 | -2/+10 | |
| | | | | requirements follow along | |||||
* | Merge commit '99b2c6c202b1ec450e5f7bc1c4080f8c36773376' | Jason Kölker | 2011-11-01 | 7 | -30/+128 | |
|\ | ||||||
| * | Rajaram/Vinkesh|increased tests for Request and Response serializers | Rajaram Mallya | 2011-09-14 | 3 | -9/+18 | |
| | | ||||||
| * | Rajaram/Vinkesh|added config test file from glance | Rajaram Mallya | 2011-09-09 | 1 | -0/+66 | |
| | | ||||||
| * | Rajaram/Vinkesh|Default xmlns for extension serialization can be overriden, ↵ | Rajaram Mallya | 2011-09-09 | 3 | -21/+44 | |
| | | | | | | | | added default factory for extension middleware | |||||
* | | merge in upstream | Jason Kölker | 2011-11-01 | 16 | -70/+2651 | |
|\| | ||||||
| * | Rajaram/Vinkesh | Copied tests for wsgi from nova. Added default ↵ | Rajaram Mallya | 2011-09-08 | 6 | -135/+701 | |
| | | | | | | | | content/accept types in Request which can be overridden by projects. Copied tests for XML serialization of Extension Controller's action from nova | |||||
| * | Rajaram/Vinkesh | Fixed the extension bug where custom collection actions' ↵ | Rajaram Mallya | 2011-09-07 | 2 | -18/+36 | |
| | | | | | | | | routes in resource extension were not getting registered | |||||
| * | Vinkesh/Rajaram|Added nova's extension framework into common and tests for it | Rajaram Mallya | 2011-09-07 | 6 | -0/+1077 | |
| | | ||||||
| * | Rajaram/Vinkesh|Added nova's serializaiton classes into common | Rajaram Mallya | 2011-09-07 | 3 | -67/+425 | |
| | | ||||||
| * | Vinkesh/Rajaram|Added scripts to run tests from nova | Rajaram Mallya | 2011-09-07 | 5 | -0/+560 | |
| | | ||||||
* | | Edited README via GitHub | Jason Kölker | 2011-09-28 | 1 | -5/+1 | |
| | | ||||||
* | | port execute and utcnow functions from nova | Jason Kölker | 2011-09-28 | 1 | -0/+103 | |
| | | ||||||
* | | update setup.py to only have common requires | Jason Kölker | 2011-09-28 | 1 | -2/+5 | |
| | | ||||||
* | | remove paste templates from common | Jason Kölker | 2011-09-28 | 29 | -1755/+0 | |
| | | ||||||
* | | Add readme to make github happy and the manifest so the templates get installed | Jason Kölker | 2011-09-27 | 2 | -0/+6 | |
| | | ||||||
* | | add Paste* requirements | Jason Kölker | 2011-09-27 | 1 | -2/+2 | |
| | | ||||||
* | | fake out the options needed and allout output to specific dir | Jason Kölker | 2011-09-27 | 1 | -0/+13 | |
| | | ||||||
* | | add the openstack paster command to spit out the template | Jason Kölker | 2011-09-27 | 2 | -0/+38 | |
| | | ||||||
* | | use the project variable in the README | Jason Kölker | 2011-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | update the setup.py template | Jason Kölker | 2011-09-27 | 1 | -2/+3 | |
| | | ||||||
* | | make version.py a template | Jason Kölker | 2011-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | pull parse_mailmap str_dict_replace from nova | Jason Kölker | 2011-09-27 | 1 | -0/+19 | |
| | | ||||||
* | | add openstack templates | Jason Kölker | 2011-09-27 | 3 | -1/+33 | |
| | | ||||||
* | | use package.upper | Jason Kölker | 2011-09-27 | 2 | -5/+5 | |
| | | ||||||
* | | make the skeleton project a template | Jason Kölker | 2011-09-27 | 23 | -1126/+94 | |
| | | ||||||
* | | Merge openstack-skeleton into templates | Jason Kölker | 2011-09-27 | 33 | -0/+2676 | |
|\ \ | ||||||
| * | | Merge pull request #2 from rajarammallya/master | jaypipes | 2011-08-30 | 7 | -39/+55 | |
| |\| | | | | | | | Made openstack.common a module and removed code references to glance | |||||
| | * | Rajaram|renamed AppBaseException to OpenstackException and ↵ | Rajaram Mallya | 2011-08-31 | 3 | -17/+17 | |
| | | | | | | | | | | | | app_config_dir_name to config_dir as per jaypipes' feedback | |||||
| | * | Rajaram/Vinkesh| restructured wsgi.resource to allow inheriting classes to ↵ | Rajaram Mallya | 2011-08-30 | 1 | -9/+16 | |
| | | | | | | | | | | | | override serialization, deserialization and action execution | |||||
| | * | Rajaram/Vinkesh | Removed references to Glance in code | Rajaram Mallya | 2011-08-25 | 4 | -28/+22 | |
| | | | ||||||
| | * | Vinkesh/Rajaram|fixed setup.py and made openstack a module with a ↵ | Rajaram Mallya | 2011-08-22 | 2 | -2/+17 | |
| |/ | | | | | | | __init__.py file | |||||
| * | Merge pull request #1 from rconradharris/adds_syslog_support | jaypipes | 2011-08-12 | 2 | -7/+16 | |
| |\ | | | | | | | Adding syslog support | |||||
| | * | Adding syslog support | Rick Harris | 2011-08-11 | 2 | -7/+16 | |
| |/ | ||||||
| * | Add some more generic middleware, request context, utils, and versioning. ↵ | Jay Pipes | 2011-07-26 | 7 | -0/+347 | |
| | | | | | | | | Add basic template for server binary | |||||
| * | Add setup.py/cfg and README | Jay Pipes | 2011-07-26 | 3 | -0/+109 | |
| | | ||||||
| * | Initial skeleton project | Jay Pipes | 2011-07-26 | 24 | -0/+2195 | |
| | ||||||
* | add paste directory | Jason Kölker | 2011-09-27 | 1 | -0/+26 | |
| | ||||||
* | make naming consistant | Jason Kölker | 2011-09-27 | 1 | -1/+1 | |
| | ||||||
* | reog from import merge | Jason Kölker | 2011-09-27 | 9 | -16/+0 | |
| | ||||||
* | Merge branch 'master' of /home/jkoelker/openstack-skeleton | Jason Kölker | 2011-09-27 | 9 | -0/+1057 | |
|\ |