34 Commits

Author SHA1 Message Date
Felipe Reyes
5df2c20753 remove unsed imports and variables
This cleanup is for the swift.common package

Change-Id: Ibe74d4f0ae0376395f620b9be24a52cb8a4a5d98
2012-01-28 22:26:58 -08:00
gholt
9520af1be2 Updating changelog for 1.4.3
Change-Id: Iae6a3d5341d9621034c772174abfa3f10e7e335b
2011-09-07 21:55:40 +00:00
gholt
0c1d1a9e27 Adding account_autocreate mode and refactoring TRUE_VALUES 2011-06-05 23:22:35 +00:00
Juan J. Martinez
214f772026 Don't track names on PUT failure to avoid extra failures in GET/DELETE. 2011-05-25 12:56:53 +01:00
Greg Lange
1607e80ed6 moving deleting of containers to run() method makes more sense 2011-04-14 15:34:02 +00:00
Greg Lange
26ddb481ad should probably let the user know when a container delete fails for reasons other than having objects in it 2011-04-13 20:10:55 +00:00
Greg Lange
f32ef0f477 swift-bench now deletes containers it makes if deleting of objects is requested 2011-04-13 19:30:21 +00:00
David Goetz
6cf87bbec4 changing /usr/bin/python to /usr/bin/env python 2011-03-24 15:51:44 -07:00
Clay Gerrard
a2c9757ece logging refactor to support proxy access logs
New log level "notice" set to python log level 25 maps to syslog priority
LOG_NOTICE.  Used for some messages in the proxy server, but will be available
to all apps using the LogAdapter returned from get_logger.  Cleaned up some
code in get_logger so that console logging works with log_routes and removed
some unneeded bits.  NamedFormatter functionality was split between LogAdapter
(which now inherits from logging.LoggerAdapter) and TxnFormatter (which now is
only responsible for adding the log records txn_id).

The proxy server app now configures a separate logger for access line logging.
By default it will use the same settings as the regular proxy logger.
2011-02-10 14:59:52 -06:00
David Goetz
1032c62623 removing blank excepts 2011-01-26 14:31:33 -08:00
gholt
a0fd28172d Updates to remove _ usage that is not i18n related 2011-01-19 15:21:57 -08:00
Michael Barton
c4144b67a0 ipv6 support 2011-01-16 09:52:08 +00:00
Clay Gerrard
648560e811 pep8 fo' realz 2011-01-05 09:32:19 -06:00
Anne Gentle
20813df36d Changed copyright notices on py files and the single rst file with a copyright notice 2011-01-04 17:34:43 -06:00
Clay Gerrard
7c2f2c7be3 pep8 2011-01-04 16:12:56 -06:00
Clay Gerrard
14e487d6da fixed missing NamedLogger import in bin/swift-bench, refactored
LogAdapter.tnx_id so that it works with multiple calls to get_logger, fixed
common.middleware.catch_errors to only call get_logger if it needs too, renamed
x-cf-trans-id to x-swift-tnx-id
2011-01-04 16:00:01 -06:00
gholt
c9e41f98d4 Cleaned up the bins; patched the broken test (when run standalone) 2010-12-29 12:00:08 -08:00
Michael Barton
3c71b092a8 add gettext to all binaries 2010-12-22 17:18:30 +00:00
Michael Barton
ba16fac3be i18n finishup 2010-12-22 16:36:31 +00:00
Michael Barton
e00df7449e gettext updates 2010-12-20 21:47:50 +00:00
Chuck Thier
5be4ed8d0c Updated swift-bench to put to several containers (20 by default) instead of just 1 2010-10-20 22:04:03 +00:00
Chuck Thier
51f0ae10af Somehow I missed the commit to print the whole help, not just usage 2010-10-07 21:36:39 +00:00
gholt
dd6e03067d Added some missing test stubs so we can better see coverage (and get a little syntax-level "testing"). 2010-10-07 08:23:17 -07:00
Chuck Thier
028063c129 Updated to print usage by default if no args are passed, and added --saio to run with saio defaults 2010-10-04 15:09:53 +00:00
Chuck Thier
5daba76eee Copy paste fail 2010-10-01 19:55:08 +00:00
Chuck Thier
afe8d3f1c9 added apache license to the new files 2010-10-01 19:50:34 +00:00
Chuck Thier
143e9efb0a Refactored swift-bench to reuse client.py and direct_client.py 2010-10-01 19:46:35 +00:00
Chuck Thier
b4a964e32d Now uses TRUE_VALUES from utils.py 2010-09-28 16:06:35 +00:00
Chuck Thier
7543132ba0 Missed a rename 2010-09-28 15:05:08 +00:00
Chuck Thier
990694b0bb Removed some code that was no longer used 2010-09-28 15:00:59 +00:00
Chuck Thier
88aa7907f5 Initial checkin of benchmark code 2010-09-27 23:10:09 +00:00
Michael Barton
03bbb7e04d Initial release 2010-07-08 01:37:44 +00:00
Chuck Thier
687853ffb0 Initial commit of Swift code 2010-07-12 17:03:45 -05:00
Michael Barton
f36f02e257 Import upstream version 1.0.0 2010-07-08 01:37:44 +00:00