Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing error class #952

Closed
wants to merge 114 commits into from
Closed

Conversation

okkez
Copy link
Contributor

@okkez okkez commented May 16, 2016

This is extracted from #942.

okkez and others added 30 commits October 29, 2015 14:49
We can write description of plugin parameter as following:

```
class Fluent::SomeInput < Fluent::Input
  config_set_desc :tag, "This value is the tag assigned to the generated events."
  config_param :tag, :string
end
```
We can write description of plugin parameter as following:

```
class Fluent::SomeInput < Fluent::Input
  desc "This value is the tag assigned to the generated events."
  config_param :tag, :string
end
```
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
Add Engine#msgpack_factory for v0.14 compatibility
Add descriptions to out_file plugin parameters
out_forward raises ZeroDivisionError when no <server> is available
…uration

Add process_name parameter in system to change fluentd's process name
fix bug not to protect in-memory-buffer for multi thread emitting / run loop
…rd-transformer

Add descriptions to filter_record_transformer
Add descriptions to Fluent::SocketUtil::BaseInput
Fix DelayedForwarder#run and add unit test
cosmo0920 and others added 28 commits March 3, 2016 12:14
fluent/mixin should include automatically before requiring plugin.
fluent/filter should require in filter test driver.
This is for input plugin test
Require fcntl library for daemonize. fix fluent#841
…command

fluent-debug: Fix broken fluent-debug command
…command-v0.12

backport Fix broken fluent-debug command(fluent#891) to v0.12
* `Fluent::Log`
* `Fluent::PluginLogger`
* `Fluent::PluginLoggerMixin`

See fluent#909
string-scrub 0.1.0 dropped today, and the strict
ruby version constraint stops fluent from being
installed on a modern ruby.
Fix string-scrub dependency on ruby > 2
- Drop oldest chunk from queue without writing to output when buffer
queue is full
- Add test
`String#scrub` has been added since Ruby 2.1.
We don't need to install string-scrub gem when we use Ruby 2.1 or later.
Add support for drop_oldest_chunk when buffer queue is full
backport: fix assigning an object with unconsistent API
backport: Add test for log related class and module
Fix logger on Fluent::StringUtil to use $log.
@okkez okkez closed this May 16, 2016
@okkez okkez deleted the add-missing-error-class branch May 16, 2016 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants