John Dickinson
|
d8ad8ae473
|
set up log-stats-collector as a daemon process to create csv files
|
2010-09-10 15:08:06 -05:00 |
|
John Dickinson
|
de83ed2f9f
|
merged with trunk
|
2010-09-07 09:54:13 -05:00 |
|
John Dickinson
|
560243f2f0
|
updated stats binaries to be DRY compliant
|
2010-09-07 09:53:26 -05:00 |
|
Paul Jimenez
|
6a0e8bf44b
|
Fix some minor typos in the docs and also add a -f to a suggested script to make it less noisy on first run.
|
2010-09-03 13:22:12 +00:00 |
|
John Dickinson
|
1f3d05d486
|
merged with trunk (utils fix)
|
2010-09-02 10:54:15 -05:00 |
|
John Dickinson
|
acf3a430b6
|
pass through the timeout parameter for calls to lock_parent_directory
|
2010-09-02 15:13:46 +00:00 |
|
John Dickinson
|
c297da4df9
|
pass through the timeout for calls to lock_parent_directory
|
2010-09-02 09:58:30 -05:00 |
|
Paul Jimenez
|
4104a7d581
|
fix some typos in the docs
|
2010-09-01 21:42:24 -05:00 |
|
John Dickinson
|
7763e541eb
|
added (working) stats tests
|
2010-09-01 17:06:01 -05:00 |
|
John Dickinson
|
fc9e26a44e
|
access log parsing tests pass
|
2010-09-01 16:33:44 -05:00 |
|
John Dickinson
|
1cae6e257d
|
merged with trunk
|
2010-09-01 15:04:35 -05:00 |
|
John Dickinson
|
fed5e315eb
|
first test working
|
2010-09-01 15:02:54 -05:00 |
|
Chuck Thier
|
8c69305f2b
|
Refactored bin files to be more DRY
|
2010-09-01 18:27:08 +00:00 |
|
Chuck Thier
|
4a7abe71d9
|
oops
|
2010-09-01 15:56:37 +00:00 |
|
John Dickinson
|
1f83f7e6fd
|
initial tests for the stats system
|
2010-09-01 09:35:54 -05:00 |
|
Chuck Thier
|
158e6c3ae9
|
refactored bins to by more DRY
|
2010-08-31 23:12:59 +00:00 |
|
John Dickinson
|
014d8e0d8d
|
merged with trunk
|
2010-08-30 11:20:53 -05:00 |
|
Clay Gerrard
|
e2a66c597b
|
added python-pastedeploy to debian package build docs, fixes lp626364
|
2010-08-30 14:27:06 +00:00 |
|
Clay Gerrard
|
94d2dbe192
|
added python-pastedeploy required for the middleware refactor
|
2010-08-30 09:04:39 -05:00 |
|
gholt
|
8fa151ead4
|
Fixed threading bug in test
|
2010-08-30 13:07:13 +00:00 |
|
John Dickinson
|
6a5f09a19d
|
merged with trunk
|
2010-08-26 16:29:47 -07:00 |
|
gholt
|
8f5050234f
|
Fixed threading bug in test
|
2010-08-26 09:03:08 -07:00 |
|
Chuck Thier
|
341acfc13f
|
Fixed a couple of doc strings in proxy.server
|
2010-08-24 18:57:44 +00:00 |
|
Chuck Thier
|
608da06a9b
|
Cleaned up a couple of doc strings in proxy.server
|
2010-08-24 18:48:00 +00:00 |
|
Chuck Thier
|
978984d18d
|
Refactor of swift to make better use of middleware and to use paste.deploy
|
2010-08-24 18:27:38 +00:00 |
|
Chuck Thier
|
2dc8eec4bb
|
Fixed container-updater to correctly load conf
|
2010-08-24 14:55:20 +00:00 |
|
Chuck Thier
|
459cbaaad6
|
Fixed memcache middleware config for proxy
|
2010-08-24 14:40:36 +00:00 |
|
Chuck Thier
|
708088dd68
|
Fixed proxy server config for saio
|
2010-08-24 14:38:36 +00:00 |
|
Chuck Thier
|
83e8d76d9f
|
Updated SAIO to be in line with the logging refactor
|
2010-08-24 14:23:49 +00:00 |
|
Chuck Thier
|
04a5ccb4b1
|
Added vm_test_mode to the sample configs
|
2010-08-24 14:10:36 +00:00 |
|
Chuck Thier
|
459e1e95bb
|
Changed default cluster url to point to new default proxy port of 8080,
and set auth default port back to 11000
|
2010-08-24 14:08:16 +00:00 |
|
Chuck Thier
|
0e881304ae
|
Changed default port of proxy and auth to be 8080, and cleaned up exits
|
2010-08-24 14:04:44 +00:00 |
|
Chuck Thier
|
7bbbf3dbef
|
Renamed the cache middleware to memcache middleware
|
2010-08-24 13:58:32 +00:00 |
|
Chuck Thier
|
183e0623e7
|
Fixed doc typos and pep 8 cleanup on setup.py
|
2010-08-24 13:51:36 +00:00 |
|
Chuck Thier
|
c62707ae72
|
Refactored logging configuration so that it has sane defaults
|
2010-08-24 13:41:58 +00:00 |
|
John Dickinson
|
c6e3101e74
|
merged with trunk
|
2010-08-23 22:08:23 -05:00 |
|
Michael Barton
|
9368948525
|
remove hard-coded replica count in obj/replicator
|
2010-08-23 16:22:32 +00:00 |
|
Caleb Tennis
|
17f65e0431
|
If you issue a write_ring to swift-ring-builder, but there's no nodes in the ring, it crashes out. This will cause it not to crash and write an empty ring.gz file.
This is mainly helpful for enabling servers on nodes before pushing out a centrally generated master ring.
|
2010-08-23 15:52:36 +00:00 |
|
Clay Gerrard
|
edf2c72ec9
|
minor refactor and bug fix in swift.common.client, added tests
|
2010-08-23 15:42:35 +00:00 |
|
Clay Gerrard
|
babd86c036
|
fixed pep8 warnings, updated some comments - moved swift.common.client.Connection's http_connection call into the class next to get_auth
|
2010-08-23 09:56:15 -05:00 |
|
Michael Barton
|
ded2514a94
|
remove object replicator hard-coded replica count
|
2010-08-22 22:17:57 +00:00 |
|
John Dickinson
|
078ced3ce6
|
merged with trunk
|
2010-08-22 13:22:27 -05:00 |
|
Caleb Tennis
|
db90da2763
|
Remove the exception from the unit test, since we don't bomb out anymore. Also, add a warning to swift-ring-builder if you're building an empty ring, or do a write_ring and you aren't rebalanced
|
2010-08-21 18:21:59 +00:00 |
|
Andrew Clay Shafer
|
038a1c6361
|
Adds ubuntu mirrors and options for downloading iso to set up SAIO
|
2010-08-21 17:22:54 +00:00 |
|
Soren Hansen
|
398ec17b96
|
Add "force-reload" option to swift-init.
|
2010-08-21 13:57:32 +00:00 |
|
Andrew Clay Shafer
|
125b769037
|
Added ubuntu mirrors and server iso to SAIO
|
2010-08-20 20:02:58 -06:00 |
|
Caleb Tennis
|
4d66a8cbe7
|
We can still do a write_ring even if nothing is present. Better than crashing anyway.
|
2010-08-20 21:29:12 +00:00 |
|
Chuck Thier
|
85e043e9a2
|
Merging from branch
|
2010-08-20 15:32:40 +00:00 |
|
Chuck Thier
|
cf35829e78
|
Fixed a couple of typos, and some config things I missed in the object-replicator
|
2010-08-20 15:28:02 +00:00 |
|
Chuck Thier
|
ca1cd5aa70
|
Fixed a couple of doc typos
|
2010-08-19 21:28:24 -05:00 |
|