Ryan T. Hosford
844148db4e
Addresses duplicate code in plugin model
2015-01-13 00:27:09 -06:00
hassaku
5de418539f
Remove also note file at the same time as removing backup config file.
2015-01-07 18:23:15 +09:00
hassaku
9cc12f7bc3
Show exceptions if updating note fails.
2015-01-07 17:34:02 +09:00
hassaku
336e22bea7
Change termination regular expression properly.
2015-01-07 17:27:10 +09:00
hassaku
fdcb704bec
Escape argument not to substitute unintended path (fix another again).
2015-01-07 17:14:10 +09:00
hassaku
974869a6a8
Escape argument not to substitute unintended path.
2015-01-07 15:17:29 +09:00
hassaku
b8ca05a16c
Touch an empty file if note doesn't exist.
2015-01-07 15:13:37 +09:00
hassaku
e2e884e317
Add method to update content of note.
2015-01-07 13:56:22 +09:00
hassaku
5c3e8952bc
Fix to define file_path_of as class method.
2015-01-07 12:40:27 +09:00
hassaku
a28b71084c
Associate a note with a backup file.
2015-01-07 12:06:44 +09:00
hassaku
7a95af83ce
Add Note class to memo about backup files.
2015-01-07 12:05:57 +09:00
hassaku
bb7786499b
Extract common procedures into module.
2015-01-07 12:03:54 +09:00
鳥井 雪
92134654ea
Make dir app/models/fluentd/setting_archive/
...
and move backup_file model under it. prepare for gathering models that concernig about archive
2014-12-26 14:59:50 +09:00
uu59
40de266d37
Merge pull request #123 from fluent/remove_dead_code
...
Remove dead code
2014-12-18 12:43:27 +09:00
鳥井 雪
6105886705
Change to use application.yml setting instead of hard coded number
2014-12-17 18:44:17 +09:00
鳥井 雪
7b65e03cc8
Change to use File.join instead of string concatenation
...
because File.join makes the purpose of code clear and do it safely
2014-12-17 18:19:01 +09:00
鳥井 雪
c4eb06f5ba
Chamge method name #backup_files -> #backup_files_in_old_order
...
to make its sort function clearer, and Refactor #remove_over_backup_files by using it
2014-12-17 18:09:04 +09:00
uu59
47328af9c9
Remove Fluentd::Agent::Remote
2014-12-17 17:08:01 +09:00
鳥井 雪
560035b185
Add UI for running bacukp config
2014-12-17 17:04:24 +09:00
uu59
8f0086abb5
Remove Fluentd::Api
2014-12-17 16:58:11 +09:00
uu59
7ec6c1b9fd
Fix to write config file via Fleuntd::Agent
2014-12-17 13:21:58 +09:00
鳥井 雪
0786fafb9b
Remove keyword argument from methods
...
for Ruby 1.9
2014-12-16 19:03:06 +09:00
鳥井 雪
36bd26a37d
Add UI to reuse backup config files
2014-12-16 17:58:34 +09:00
鳥井 雪
b87b2c8af4
Add #backup_running_config method
...
on Fluentd::Agent
2014-12-15 15:37:21 +09:00
鳥井 雪
9a1b72b6b0
Add fluentd.agent#backup_config method
...
and call it in #config_write and #config_append
to backup config histories
2014-12-11 16:27:04 +09:00
Koichi Tanaka
9cdfbb6176
Merge pull request #114 from tanaka51-jp/fix-bug-pid-become-zero
...
Fix bug pid become zero
2014-12-03 17:09:44 +09:00
Koichi TANAKA
50b5fbed54
Fix bug: pid become zero when pid file is empty
2014-12-03 17:07:08 +09:00
uu59
390c2a6b11
Remove stubbing $? test
2014-12-03 16:48:50 +09:00
uu59
8c4c2a1f7f
Fix unstable test on CircleCI
2014-12-03 16:48:49 +09:00
Koichi TANAKA
c501a76264
Make public for testing
2014-12-03 16:31:30 +09:00
hassaku
963307c7b5
Add forward input settings.
2014-12-03 15:17:04 +09:00
hassaku
155e33d6dd
Add http input settings.
2014-12-03 15:17:04 +09:00
uu59
9ac66f05d3
Add out_stdout setting
2014-12-03 15:17:03 +09:00
uu59
f44e6791e7
Add in_monitor_agent setting
2014-12-03 15:17:03 +09:00
uu59
86351718f3
Add JSON API for changing config by section
2014-11-25 18:05:25 +09:00
uu59
645c2bbefc
Refactor: Config#config -> Config#fl_config
2014-11-25 17:43:11 +09:00
uu59
7efcfa1868
Merge pull request #103 from fluent/parse_conf
...
Display current settings for each section
2014-11-19 15:26:31 +09:00
uu59
a36e372086
Add NOTE for cache design
2014-11-19 15:10:43 +09:00
uu59
c40628fd6d
Fix invalid gem list caching
2014-11-19 15:05:44 +09:00
uu59
a78c21312a
Fix to use --no-ri --no-rdoc instead of --no-document for td-agent-gem (version 1.8.24)
2014-11-19 13:20:36 +09:00
uu59
e8236456c2
Add feature spec
2014-11-18 16:01:39 +09:00
uu59
22dd9c4bdb
Display current setting
2014-11-18 16:00:44 +09:00
uu59
0e922982a8
cosme
2014-11-18 13:19:49 +09:00
uu59
2df1991d2b
Add specs
2014-11-18 13:14:32 +09:00
uu59
0ec440bbeb
fluent-gem commannd move to FluentGem module from Plugin
2014-11-18 11:12:10 +09:00
Masahiro Nakagawa
943d6b2991
Add /usr/sbin/td-agent-gem to gem command list in td-agent
2014-11-14 13:54:07 -08:00
uu59
db52245a4d
Add --no-document option when installing gem. Fix #98
2014-11-12 13:56:42 +09:00
uu59
c7233a565e
Fix to create pidfile on Mac
2014-11-11 13:00:10 +09:00
uu59
703eba0079
Swithing MacOSX or UNIX for handling td-agent process
2014-11-11 13:00:10 +09:00
uu59
3c7786f262
Refactor plugin setting
...
Adding support for some plugins was hard.
After this commit, easy to add a plugin that has commonly
setting style.
Before:
- Add model, controller, and views for it.
After:
- Add model and controller. view is shared.
2014-11-04 14:29:31 +09:00