Commit Graph

18 Commits

Author SHA1 Message Date
Kenji Okimoto
72d377b51a
Handle time_key without error
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 18:09:24 +09:00
Kenji Okimoto
6e8f5a2979
Set default value to /api/config_definitions' return value
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 17:30:48 +09:00
Kenji Okimoto
daf5bf05be Add buffer_type/storage_type attribute to owner plugins that have buffer/storage section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:23:32 +09:00
Kenji Okimoto
f4ceb7bd9a Display description on tooltip
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:23:32 +09:00
Kenji Okimoto
b14da4174f Support storage section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:12:55 +09:00
Kenji Okimoto
9cbc616624 Support buffer section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:12:55 +09:00
Kenji Okimoto
421cbdd1af Avoid unsupported type error
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:18:00 +09:00
Kenji Okimoto
f6a3d9de3d Add methods to support parse section and format section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 16:56:55 +09:00
Kenji Okimoto
0cb0484a6b
Add parse_type and format_type attribute to owner plugins if needed
In previous version, the owner plugin that has parse section, it will define parse parameter twice.
The first one is String type and second one is Hash type. It will cause type mismatch error.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 16:39:05 +09:00
Kenji Okimoto
5971b57f23
Omit values same as default value when save configuration
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-05 15:28:59 +09:00
Kenji Okimoto
6993887440
Define permit_params to use strong parameters
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 16:34:47 +09:00
Kenji Okimoto
cecbe74576
Overwrite options of config parameters
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 14:59:05 +09:00
Kenji Okimoto
b7e1ed06e7
Set atttibutes log_levele aand id
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 11:42:54 +09:00
Kenji Okimoto
7c5b420bbc
Log unknown aatributes
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 11:35:29 +09:00
Kenji Okimoto
4f2a06fd82
Add concerns to define models for fluent-plugin
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 18:08:33 +09:00
hassaku
fdcb704bec Escape argument not to substitute unintended path (fix another again). 2015-01-07 17:14:10 +09:00
hassaku
5c3e8952bc Fix to define file_path_of as class method. 2015-01-07 12:40:27 +09:00
hassaku
bb7786499b Extract common procedures into module. 2015-01-07 12:03:54 +09:00