676 Commits

Author SHA1 Message Date
Michael Gundlach
ad3bda4b1a pep8 typo 2010-08-18 11:53:41 -04:00
Michael Gundlach
b380e4a93f Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable-msg throughout. 2010-08-18 11:44:24 -04:00
Michael Gundlach
23e9600fc6 Fix pep8 violation 2010-08-18 10:09:11 -04:00
Michael Gundlach
f87fb14dcb See description of change... what's the difference between that message and this message again? 2010-08-17 17:33:50 +00:00
Michael Gundlach
9878a6b8b4 Simpler installation, and, can run install_venv from anywhere instead of just from checkout root 2010-08-17 11:03:15 -04:00
Michael Gundlach
b998da0c46 Make WSGI routing support routing to WSGI apps or to controller+action
Support the beginnings of serialization format detection (aka did the request ask for JSON or XML)
2010-08-12 15:19:33 -07:00
Michael Gundlach
87856a8e37 updated virtualenv to add eventlet, which is now a requirement 2010-08-11 02:07:11 +00:00
jaypipes@gmail.com
49e5701d23 Changes the run_tests.sh and /tools/install_venv.py scripts to be
more user-friendly and not depend on PIP while not in the virtual
environment.
2010-08-11 02:02:17 +00:00
Michael Gundlach
049b89babe work on a router that works with wsgi and non-wsgi routing 2010-08-10 18:17:44 -04:00
Michael Gundlach
538fe868a8 Oops, we need eventlet as well. 2010-08-10 15:28:35 -04:00
jaypipes@gmail.com
f5695429db Quick fix on location of printouts when trying to install virtualenv. 2010-08-10 12:51:03 -04:00
jaypipes@gmail.com
8c7558ed5a Changes the run_tests.sh and /tools/install_venv.py scripts to be more user-friendly and not depend on PIP while not in the virtual environment. Running run_tests.sh should not just work out of the box on all systems supporting easy_install... 2010-08-10 12:44:38 -04:00
Joe Heck
f48ef5ef4d 2 changes in doing PEP8 & Pylint cleaning:
* adding pep8 and pylint to the PIP requirements files for Tools
 * light cleaning work (mostly formatting) on nova/endpoints/cloud.py

Note: On my laptop, I had two tests failing just with a basic setup. I checked against all the tests again after cleanup, and had no additional or different failures.
2010-08-10 16:27:13 +00:00
Michael Gundlach
09b5be11e7 Run correctly even if called while in tools/ directory, as 'python install_venv.py' 2010-08-09 17:45:00 -04:00
Justin Santa Barbara
0ee7d2f74a Greater compliance with pep8/pylint style checks 2010-08-08 12:57:33 -07:00
Joe Heck
86a7e62f0b adding pep8 and pylint for regular cleanup tasks 2010-08-08 09:49:47 -07:00
Justin Santa Barbara
6526f21d9b Added Cheetah to pip-requires 2010-07-30 13:13:00 -07:00
Justin Santa Barbara
3897047a2c Added exit code checking to process.py (twisted process utils). A bit of class refactoring to make it work & cleaner.
Also added some more instructive messages to install_venv.py, because otherwise people that don't know what they're doing will install the wrong pip... i.e. I did :-)
2010-07-30 12:05:32 -07:00
Paul Voccio
4199dab2e7 resolving conflict w/ merge, cleaning up virtenv setups 2010-07-26 23:23:44 -05:00
Vishvananda Ishaya
4373ca830f Fixes to the virtualenv installer 2010-07-26 18:57:24 -07:00
andy
6d3331e831 Move virtualenv installation out of the makefile.
Also adds some tools for dealing with virtualenvs to the tools
directory.
2010-07-26 23:16:49 +02:00
Andy Smith
a766736b79 Adds a Makefile to fill dependencies for testing.
Depends upon pip being installed, but pip is pretty much
the standard nowadays and is just an easy_install away if
it isn't there.

The only dependency installed on to the system is
virtualenv which is used to make the other dependencies
local to the current environment.

Does not remove the need to install redis by hand, though
I am in favor of making that possible (using aptitude on
linux and brew on os x)

I look forward to cutting away at some of these
dependencies in further commits.
2010-07-23 04:44:23 +02:00
Todd Willey
c88d1f033b update copyrights 2010-07-15 01:28:51 -04:00
Vishvananda Ishaya
4ba6802ae5 Removed trailing whitespace from header 2010-06-23 23:15:06 -07:00
Devin Carlen
caeece6e37 Updated licenses 2010-06-23 22:04:16 -07:00
Jesse Andrews
5a40f59be9 tools to clean vlans and run our old install script 2010-06-24 04:11:49 +01:00