0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
line wrap consistency. OCD much? More... over 13 years ago
Mention `global_` config options. More... over 13 years ago
Merge pull request #20 from mozilla-services/ra/logging_bw_compat More... over 13 years ago
pull `nest_prefixes` out into its own function so it can be used from either the stream or the dict parsing code. More... over 13 years ago
Merge branch 'refs/heads/master' into ra/logging_bw_compat More... over 13 years ago
record changes More... over 13 years ago
add support for `global_` prefix and global values stored in CLIENT_HOLDER to the config parsing More... over 13 years ago
Merge pull request #19 from mozilla-services/ra/logging_bw_compat More... over 13 years ago
don't leave default client name when client has been deleted. More... over 13 years ago
move stdlib logging handler stuff to its own module More... over 13 years ago
use `ok_` and `eq_` over `assert`, and some flake8 cleanup More... over 13 years ago
noqa More... over 13 years ago
extract `dict_from_stream_config` into a separate function so downstream code can generate a config dict from a stream if necessary. More... over 13 years ago
move `MetlogClientHolder` class (and `CLIENT_HOLDER` instance) to its own module. More... over 13 years ago
add `delete_client` to the MetlogClientHolder More... over 13 years ago
Add warning about unusable auto-created MetlogClients More... over 13 years ago
add simple `is_active` check to MetlogClient More... over 13 years ago
switch from using CLIENT_WRAPPER which only supports a single MetlogClient to CLIENT_HOLDER which can hold multiple client instances with one specified default More... over 13 years ago
Merge branch 'refs/heads/master' into ra/logging_bw_compat More... over 13 years ago
Merge pull request #17 from mozilla-services/vng/issue16 More... over 13 years ago
initial patch to embed all plugin configuration into the configuration dictionary at key 'plugins' so that we don't have a separate plugin_param dictionary More... over 13 years ago
sacrificing a couple of chickens to the flake8 gods More... over 13 years ago
use absolute_import More... over 13 years ago
Merge pull request #15 from mozilla-services/vng/zeromq.pool More... over 13 years ago
Merge branch 'master' into vng/zeromq.pool More... over 13 years ago
added more documentation around the __init__ for ZmqPubSender and ZmqHandshakingPubSender More... over 13 years ago
import the senders for convenience More... over 13 years ago
add FileSender implementation More... over 13 years ago
add support for `formatter` in StreamSender More... over 13 years ago
Merge branch 'master' of github.com:mozilla-services/metlog-py into vng/zeromq.pool More... over 13 years ago