David Goetz
f079a5ece1
typo
2011-05-11 13:28:24 -07:00
David Goetz
91a42f3576
rename files and mas unit tests
2011-05-11 13:02:39 -07:00
gholt
88d2f7be45
Merged from trunk
2011-05-11 14:59:56 +00:00
gholt
8bf12ddaad
Merge from trunk
2011-05-09 22:18:17 +00:00
David Goetz
e35f8bf5a7
replace file and unit tests are working
2011-05-09 14:18:20 -07:00
David Goetz
1ff91eabcd
refactor for dry
2011-05-04 18:47:56 -07:00
Jay Payne
fe5e82ae27
Initial commit for new cron job to collect container stats
2011-05-02 23:54:27 +00:00
Greg Lange
527a9ac0c7
swauth scripts exit with non zero exit codes on failure now
2011-04-18 16:08:48 +00:00
gholt
0447a1eb63
Merged from trunk
2011-04-16 02:10:45 +00:00
gholt
b371b53da2
Bring st to date with client.py
2011-04-15 23:37:07 +00:00
gholt
0546c8d15f
Merged from trunk
2011-04-15 23:11:34 +00:00
Greg Lange
404ebf1e66
swauth-cleanup-tokens now handles 404s on token containers and tokens better
2011-04-12 19:17:48 +00:00
gholt
6c13001244
Rename swift-stats-* to swift-dispersion-* to avoid confusion with log stats stuff
2011-03-31 22:32:41 +00:00
Greg Lange
0959eeb72a
Added two command line options to bin/swift-log-stats-collector
2011-03-30 20:32:11 +00:00
David Goetz
c7f42fd2a0
getting rid of -u stuff
2011-03-24 16:19:39 -07:00
David Goetz
51ce438f7f
changing /usr/bin/python to /usr/bin/env python
2011-03-24 15:51:44 -07:00
gholt
6318b996b5
Merged from trunk
2011-03-18 15:07:03 +00:00
gholt
70b127153b
Fix for incorrect use of urlparse results in swauth bins
2011-03-16 19:02:29 +00:00
gholt
bd22dbe712
Removing DevAuth
2011-03-14 02:56:37 +00:00
gholt
c89f090cf4
Fix for incorrect use of urlparse results in swauth bins
2011-03-11 12:50:57 -08:00
gholt
0ecc2da0d3
Merged from trunk
2011-03-03 14:54:31 -08:00
gholt
305e4b41f5
Initial work on container syncing
2011-02-23 23:26:05 -08:00
David Goetz
a86a569cae
simplifying options and code
2011-02-21 16:37:12 -08:00
David Goetz
7144693bf5
merge to trunk
2011-02-21 10:50:56 -08:00
gholt
24a624345d
Make swift-auth-to-swauth work with really old devauth dbs.
...
Update swauth to accept non-alnum chars in account and user names.
2011-02-17 21:57:04 +00:00
gholt
ff4691c5ad
ring: pickles now use only stdlib objects; old and really old pickles can still be read
2011-02-17 20:54:05 +00:00
Clay Gerrard
97e218fd52
mermged upstream changes
2011-02-16 15:00:35 -06:00
Clay Gerrard
092608b1c9
added [options] to command usage
2011-02-16 14:47:31 -06:00
gholt
fc6391ea5c
ring: pickles now use only stdlib objects; old and really old pickles can still be read
2011-02-15 18:43:55 -08:00
Clay Gerrard
6766bd371a
wait is on by default
2011-02-15 10:48:22 -06:00
David Goetz
ab5d5e3d99
forgot log-uploader change
2011-02-14 20:48:28 +00:00
David Goetz
7728904dda
audit zero byte files quickly without true value
2011-02-14 20:25:40 +00:00
Clay Gerrard
1f78fae2fc
more tests and cleanup
2011-02-12 14:50:24 -06:00
Clay Gerrard
bfae3625ef
fixed license dates
2011-02-12 02:22:01 -06:00
Clay Gerrard
6554c16e0a
merged trunk
2011-02-12 01:55:57 -06:00
gholt
da27b3b750
Make swift-auth-to-swauth work with really old devauth dbs; update swauth to accept non-alnum chars in account and user names.
2011-02-11 17:39:44 -08:00
Clay Gerrard
1095f27590
Prepare for trunk merge.
...
Refactored some of the swift_init classes into a new module in
swift.common, changed some names. Removed the bin test stuff. Fixed
some bugs, added some features.
2011-02-11 13:18:19 -06:00
Michael Barton
b2e0b926a4
Changes to support deployment on IPv6
2011-02-11 17:27:05 +00:00
gholt
88ae726f9b
Merge from trunk
2011-02-10 14:29:08 -08:00
Clay Gerrard
5d0bc6b9c7
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
Clay Gerrard
8193e517af
slightly more consistant stats process log names
...
Also a quick fix to the auditor tests xattr mock
2011-02-10 11:57:51 -06:00
gholt
bb57e753b0
Fix drive-audit's default log_name
2011-02-10 00:01:07 -08:00
gholt
0a840504d4
Merge from trunk
2011-02-09 11:50:41 -08:00
Clay Gerrard
0f0e093972
fix st command help hangs
...
Before running the command function global the main func would start the
print and error queues. Inside the command function the the option
parser would see the the help option, print the help text, and raise
SystemExit, which wasn't getting caught.
2011-02-04 20:58:31 -06:00
Michael Barton
c62842bfd1
update all ring-builder grammars
2011-02-03 19:50:16 +00:00
gholt
cb58430321
logging: use routes to separate logging configurations
2011-02-02 13:39:08 -08:00
Michael Barton
a4b6ae6e57
merge trunk
2011-01-29 03:00:01 +00:00
Jay Payne
c3c5e5a397
Commit out the both calls
2011-01-27 20:23:14 +00:00
David Goetz
3ea09dd0e6
merge to trunk
2011-01-26 14:38:13 -08:00
David Goetz
86cb12036b
removing blank excepts
2011-01-26 14:31:33 -08:00