0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from mozilla-services/features/issue_7 More... over 12 years ago
updated to use 'representation' string instead of the ValueFormat ENUM in heka's message.proto More... over 12 years ago
Merge pull request #6 from mozilla-services/features/stdliblogging More... over 12 years ago
added tests and code to bring back the StdLibLogging sender More... over 12 years ago
Merge pull request #3 from mozilla-services/features/protobuf-header More... over 12 years ago
code clean up * pulled out testing specific code from heka.encoders into heka.tests.helpers More... over 12 years ago
added a bit of documentation about using HMAC signing More... over 12 years ago
renamed HMAC configuration subkeys to match what is in hekad More... over 12 years ago
shuffled doc source around added support for mozilla sandstone theme removed all code and tests related to global configuration removed global references in documentation updated documentation to point to streams instead of senders added encoder sections to documentation More... over 12 years ago
initial tests and code for configuration extensions to support hmac signing More... over 12 years ago
deleted the broken TcpStream tests and fixed the connected flag in the tcpstream so tha connections are only attempted once More... over 12 years ago
added test and code for TcpStream More... over 12 years ago
* added protobuf definition * added code generated protobuf module * modified formatter to add \n instead of the sender * added heka.message and heka.message_pb2 * refactored heka.senders into heka.streams and heka.encoders * updated tests to use refactored layout * added tests and code to make sure that HMAC signing for SHA1 and MD5 both work * added protocol buffer dependency in setup.py * travis dependencies * updated UUID JSON encoding to force base64 encoding and decoding * pulled out heka.encoders:dict_to_msg to heka.tests.helpers * force uuid to write out bytes instead of strings * added comment to Message.UUID field More... over 12 years ago
Refactor how the function is set to simplify decorator setup. More... over 12 years ago
Finish PEP 257 clean-up, remove unneeded imports, re-arrange others for PEP 8. More... over 12 years ago
Attack of PEP 257, up through config.py so far. More... over 12 years ago
Remove zmq sender. More... over 12 years ago
Snip out unneeded bits. More... over 12 years ago
Ignore built eggs. More... over 12 years ago
Fix failing tests by importing json. More... over 12 years ago
Update change log for changes. More... over 12 years ago
PEP8 clean-up and until refactor to isolate multi-imports. More... over 12 years ago
Initial rename More... over 12 years ago
Merge branch 'master' into heka More... over 12 years ago
updated the sampling test to leverage chance by using a larger sample size More... over 12 years ago
bumped 0.9.10->0.9.11 More... over 12 years ago
updated changelog for JSON stringified _config attribute in 0.9.10 More... over 12 years ago
Merge pull request #43 from mozilla-services/vng/issue_42 More... over 12 years ago
updated docs to reflect that _config is a json blob More... over 12 years ago
changed the metlog client's _config attribute to be a flat json string instead of a full fledged dictionary More... over 12 years ago