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
fad62d812f
Use new Hash syntax
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 14:44:54 +09:00
Kenji Okimoto
643a2279d5
Remove unused action
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 12:45:14 +09:00
Kenji Okimoto
322bfefab3
Add Api::ConfigDefinitionsController to fetch plugin definitions
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 12:32:51 +09:00
Kenji Okimoto
db062ee391
Set scope to make shot parameter name
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 13:28:52 +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
6ef0380b3e
Add configure action to configure parse/format section
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:18:22 +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
66e797733f
Permit pattern
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 15:00:11 +09:00
Kenji Okimoto
94de13c1c2
Initialize instance variables when finish
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 14:57:35 +09:00
Kenji Okimoto
eab7224ddd
Use plugins' config definition to construct setting form
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 14:07:10 +09:00
Kenji Okimoto
f2f8d27f24
Remove setting_params
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 13:51:30 +09:00
Kenji Okimoto
1bde0bae1c
Rename out_td to out_tdlog
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 18:35:29 +09:00
Kenji Okimoto
ecd40a81f4
Support reloading Fluentd/td-agent
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:13:28 +09:00
Kenji Okimoto
79777eed9e
Use redirect_back to suppress deprecation warning
...
> DEPRECATION WARNING: `redirect_to :back` is deprecated and will be
> removed from Rails 5.1. Please use `redirect_back(fallback_location:
> fallback_location)` where `fallback_location` represents the location
> to use if the request has no HTTP referer information.
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:52:14 +09:00
Kenji Okimoto
2f1820d04f
Use ActiveJob::Base to ride on Rails
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:48:26 +09:00
yoshihara
ceaed87dad
Extract JSON generating for preview to each RegexpPreview class
2015-04-21 18:41:02 +09:00
yoshihara
098b74de4b
Fix a bug that error is raised when multi-line format
2015-04-20 15:50:32 +09:00
uu59
79f0b1fe28
Refactor
2015-04-20 14:22:21 +09:00
uu59
368d344291
#162 in_tail multiline preview
2015-04-20 14:22:21 +09:00
yoshihara
f59b0f71fd
Clarify namespace even under Fluentd namespace
...
module `Fluentd::Settings` module also exists.
2015-04-14 18:17:17 +09:00
yoshihara
c0d90640a3
Match method name with its behavior
...
find_user ->
set_user
^^^^
2015-04-08 17:40:36 +09:00
yoshihara
1a2abad107
Use #respond_to instead of deprecated .respond_to
...
refs #161
2015-04-02 14:46:40 +09:00
uu59
aaf4f179ab
Fix to parse config with embedded code
2015-04-02 12:50:38 +09:00
uu59
818e5d96bf
Refactor config parse processes
2015-04-02 11:45:43 +09:00
uu59
8ac4cb9526
Fix configtest didn't catch syntax error
2015-04-02 11:35:58 +09:00
uu59
68d3a87b79
Add spec and fixes
2015-02-10 15:50:41 +09:00
uu59
b5d4be2659
Fluentd::Agent::Log is now dependent class. Use composite
2015-02-10 14:58:54 +09:00
Yuki Torii
78c2bdbd0e
Merge pull request #153 from fluent/config_diff
...
Show diff with current config and each backup files.
2015-02-04 17:52:15 +09:00
鳥井 雪
726e910ff4
Change not to show source when
...
There is no difference between config files
2015-02-04 17:47:12 +09:00
uu59
8dc2be80ef
Separate fat action
2015-02-04 16:13:48 +09:00
鳥井 雪
638f681541
Show diff with current file in running backup page
2015-02-04 15:23:48 +09:00
uu59
f54a5a24ff
Add dryrun button to setting#edit
2015-02-04 15:03:25 +09:00
鳥井 雪
dc35729c74
Improve UI of config-diff
2015-02-04 12:19:25 +09:00
uu59
16464e7e34
Display basically diff
2015-02-04 11:09:50 +09:00
uu59
264b560990
Merge pull request #137 from fluent/config_sanity_check_button
...
Add configtest button for config history page
2015-01-15 11:04:39 +09:00
uu59
5dd8ed5924
Simplify
2015-01-14 18:26:11 +09:00
uu59
3071b3d2c4
Add config test button to running backup
2015-01-14 18:02:16 +09:00
uu59
2766ea95fe
Revert "Ensure message as error" (logged_errors method is in the bug)
...
This reverts commit 8571bb04ee
.
2015-01-14 17:45:47 +09:00
鳥井 雪
fe07df34e0
Refactor #download_info of MiscController
...
with dividing to each methods to write each files, and add spec
2015-01-14 17:15:34 +09:00
uu59
8571bb04ee
Ensure message as error
2015-01-14 16:21:22 +09:00
uu59
a1579e186e
Add configtest button for config history page
2015-01-14 16:06:54 +09:00
鳥井 雪
eab7f6188e
Move comment to correct positon
2015-01-14 14:47:10 +09:00
鳥井 雪
aa0e68d653
Refactor #set_locale in applicaiton_controller
...
by dividing the method to 3 methods each decides locales from given conditions.
2015-01-14 14:24:00 +09:00
Ryan T. Hosford
6572b990bb
Addresses duplicate code in agents_controller
...
- Adds agents_controller_spec
2015-01-13 00:33:58 -06:00
Ryan T. Hosford
cfb91634ac
Drying up polling_controller
2015-01-12 21:46:40 -06:00
hassaku
9cc12f7bc3
Show exceptions if updating note fails.
2015-01-07 17:34:02 +09:00
hassaku
7e062f860f
Add action to update a note.
2015-01-07 14:09:19 +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