- 01 Nov, 2011 1 commit
-
-
Naoki Kambe authored
-
- 28 Oct, 2011 6 commits
-
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
This reverts commit a458d69d94b2a7506395e7a24e5c2a9146791553.
-
Naoki Kambe authored
-
- 17 Oct, 2011 1 commit
-
-
Stephen Morris authored
-
- 03 Oct, 2011 8 commits
-
-
Naoki Kambe authored
-
Naoki Kambe authored
b10-stats_test.py - The stats httpd doesn't need to return an argument when it's shutting down. - The testcase sends the 'status' command or the 'shutdown' command to the stats or the stats httpd when they started, and then their returned values are checked.
-
Naoki Kambe authored
- A hostname (canonical name of host) is not acceptable in listen_on configuration. - A default port number(starting number for search) is added in args of the function get_availaddr.
-
Naoki Kambe authored
- don't use DEFAULT_CONFIG - move up mccs.start and open_httpd to __init__(). It takes time to do these functions, and an extra sleep is needed in unittests. - set running to False in http stopping - use validate_config in module_spec class - don't close/open http before it's opened
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
remove unused messages from the message file add test logging names into unittest scripts
-
Naoki Kambe authored
- remove "stats-schema.spec" setting and getting statistics data schema via this spec file - add "version" item in DEFAULT_CONFIG - get the address family by socket.getaddrinfo function with specified server_address in advance, and create HttpServer object once, in stead of creating double HttpServer objects for IPv6 and IPv4 in the prior code (It is aimed for avoiding to fail to close the once opened sockets.) - open HTTP port in start method - avoid calling config_handler recursively in the except statement - create XML, XSD, XSL documents after getting statistics data and schema from remote stats module via CC session - definitely close once opened template file object
-
- 09 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
for python logging message scripts.
-
- 16 Aug, 2011 1 commit
-
-
Naoki Kambe authored
"[master] update the ChangeLog entry for trac928, trac929 and trac930" 004afad6 "[trac930] revise the entry of ChangeLog for trac928, trac929 and trac930" f20be125 "[trac930]" fcc70704 "[trac930]" da5d5926 "[trac930] refactor unittests" 0314c7bb "[trac930] add comments about abstracts of the test scripts in their headers" b8cecbbd "[trac930] modify stats.py" 7a31e95e "[trac930] modify b10-stats_test.py" e18a678b "[trac930] remove tailing whitespaces." 1d1a8793 "[trac930] raise StatsError including errors in the stats spec file" c6948a6d "[trac930] rename the function name" db0371fc "[trac930] remove a unnecessary x bit from stats_httpd.py.in" e906efc3 "[trac930] modify logging" d86a9dce "[trac930] modify the update_modues function" 4c2732cb "[trac930]" aaffb9c8 "[trac930] remove unnecessary a white space" e8a22472 "[trac930] add a test pattern which the set command with a non-existent item" 2c22d334 "[trac930] modify parse_spec function" 8a24b906 "[trac930] fix conflicts with trac1021" 7275c59d "[trac930] add changes because query counter names described in the specfile are changed." bcf37a11 "[trac930] add the logging when the validation of statistics data fails" a142fa63 "[trac930] Add unittests to test sumitStatistics with the validation of statistics data and add mock ModuleSpec class" ae8748f7 "[trac930] Add prototypes of validator_typea and registerStatisticsValidator" d0d5a671 "[trac930]" a9a976d2 "[trac930] add the helper functions which are used around the registration of the function to validate the statistics data." df9a8f92 "[trac930] add new messages into the message file of Auth and Boss" e9562533 "[trac930] add statistics validation for bob" 28cad73d "[trac930]" 4de3a5bd "[trac930] remove unneeded empty TODO comments" aa108cc8 "[trac930] add new entry for #928-#930" 691328d9 "[trac930] refurbish the unittests for new stats module, new stats httpd module" c06463cf "[trac930] modify Stats" c074f6e0 "[trac930]" daa1d6dd "[trac930] update spec file of stats module" e7b4337a "[trac930] update argument name and argument format of set command in auth module and boss module" 0b235902 "[trac930] remove description about removing statistics data by stats module" c19a295e "[trac930] add a column "Owner" in the table tag" 9261da87 "[trac930] remove descriptions about "stats-schema.spec" and add description about new" d4078d52 "[trac930] add utilities and mock-up modules for unittests of" 1aa728dd "[trac930] remove unneeded mockups, fake modules and dummy data" 1768e822 "[trac930] remove unneeded specfile "stats-schema.spec"" 326885a3
-
- 15 Aug, 2011 4 commits
-
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
add loggings and new messages for logging remove unused messages from the message file add test logging names into unittest scripts
-
Naoki Kambe authored
- remove "stats-schema.spec" setting and getting statistics data schema via this spec file - add "version" item in DEFAULT_CONFIG - get the address family by socket.getaddrinfo function with specified server_address in advance, and create HttpServer object once, in stead of creating double HttpServer objects for IPv6 and IPv4 in the prior code (It is aimed for avoiding to fail to close the once opened sockets.) - open HTTP port in start method - avoid calling config_handler recursively in the except statement - create XML, XSD, XSL documents after getting statistics data and schema from remote stats module via CC session - definitely close once opened template file object
-
- 19 Jul, 2011 1 commit
-
-
Naoki Kambe authored
-
- 08 Jul, 2011 1 commit
-
-
Jelte Jansen authored
-
- 07 Jul, 2011 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 16 Jun, 2011 1 commit
-
-
JINMEI Tatuya authored
is a correct string (not bytes, not a string in the form of "b'XXX'") regardless of whether xml.etree.ElementTree.tostring() returns bytes or string by default.
-
- 15 Jun, 2011 1 commit
-
-
Jelte Jansen authored
-
- 09 May, 2011 1 commit
-
-
Naoki Kambe authored
- introduced a new spec file stats-schema.spec for definitions of statistics items - removed configuration part from stats.spec, and added it into stats-schema.spec - added changes to some existence scripts according to above changes
-
- 27 Apr, 2011 1 commit
-
-
JINMEI Tatuya authored
consists of the originally proposed patch with additional fixes to bin/stats to make it testable
-
- 22 Apr, 2011 3 commits
-
-
Naoki Kambe authored
- changed the redirection 302 would be responded only when it's requested with '/' and there is a Host header, in other cases, 404(NotFound) would be responded. - added more description into the document according to the above change - added grammatical fix into the document - regenerated the manpage
-
Naoki Kambe authored
This reverts commit d7cf894e.
-
Naoki Kambe authored
-
- 20 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 15 Apr, 2011 6 commits
-
-
Naoki Kambe authored
Revert "[trac547] renamed the method name according to consideration of the meaning of the original class" This reverts commit 160b0621.
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
[trac547] removed unnecessary assertion to check number of list because there can be empty list in future
-
Naoki Kambe authored
-
Naoki Kambe authored
-