yoshihara
e66a83abb3
Show sample conf in recipe details
2015-05-11 19:41:47 +09:00
yoshihara
ed2a19063d
Use sample for recipe to generate applied conf
...
TODO: apply conf to actually conf
2015-05-11 18:41:21 +09:00
yoshihara
0fc7d5dcb9
Use yml settings values as the default value
2015-05-11 17:44:09 +09:00
yoshihara
f206081602
Show fields defined in config/recipe.yml only
2015-05-11 17:33:44 +09:00
yoshihara
95b3b81ae1
Tweak design of recipe detail page
2015-05-11 16:44:55 +09:00
yoshihara
4e57ab45cd
Add the skeleton for Conf recipes
...
TODO:
- Validate plugin settings
- Install plugins (If it fails, show error in edit page)
- Apply generated conf to `.conf` actually
- Tweak design
- spec
2015-05-11 15:01:36 +09:00
yoshihara
6e0a8e5897
js: add missing adding 1
2015-04-23 16:48:48 +09:00
yoshihara
8c8cab2ef4
js: fix the bug that formats doesn't include format20 parameter
...
_.range(1, 20) doesn't include 20.
2015-04-23 15:45:29 +09:00
yoshihara
6c32e9128d
js: Use _.chain to generate formats parameter
2015-04-23 15:42:03 +09:00
yoshihara
446a92ebd6
Add missing space
2015-04-23 13:59:39 +09:00
yoshihara
52c3d05b10
Fix a typo (remove needless "l")
...
firlstline ->
firstline
2015-04-23 13:56:42 +09:00
yoshihara
ceaed87dad
Extract JSON generating for preview to each RegexpPreview class
2015-04-21 18:41:02 +09:00
yoshihara
f4381a81fd
Use constant for magic number
2015-04-21 18:41:02 +09:00
yoshihara
c591734ede
Remove duplicated accessor defining
2015-04-21 11:41:46 +09:00
yoshihara
88aec6f538
js: Use == but === for comparison
2015-04-20 18:52:53 +09:00
yoshihara
ac778ea69a
Use textarea instaed of inputbox * 20 for format1..20 in multiline
2015-04-20 18:46:01 +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
40cca27ca9
Rename settings key
2015-04-20 14:22:21 +09:00
uu59
8c5a959b97
Remove useless lines
2015-04-20 14:22:21 +09:00
uu59
368d344291
#162 in_tail multiline preview
2015-04-20 14:22:21 +09:00
yoshihara
105ef39594
Merge pull request #185 from fluent/buttonize_refresh_current_setting
...
Apply button style to the dom to refresh current setting source and output
2015-04-15 10:57:55 +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
7e42fd074c
Align refresh button to the right of the page and make small
2015-04-14 17:45:09 +09:00
yoshihara
3d1ec78d4a
Apply button style to the dom to refresh current setting source and output
2015-04-14 17:16:16 +09:00
yoshihara
d2fb84b1c2
Add more prefix to be more unique
2015-04-14 16:36:37 +09:00
yoshihara
eef5003830
Focus inputbox when its label is clicked
2015-04-14 16:06:54 +09:00
yoshihara
822c79ef2a
Use div tag with margin instead of p
2015-04-14 14:09:33 +09:00
yoshihara
73486691c1
Use bootstrap class to inputbox for refresh log duration
2015-04-14 13:21:39 +09:00
yoshihara
7ca5c21109
Align each label and input/select in horizontal
2015-04-13 18:37:20 +09:00
yoshihara
6c8e9de1e7
Add "form-group" class to input/select tag instead of whole div
2015-04-13 18:07:30 +09:00
yoshihara
b2adb8d513
Align box and label for checkbox
2015-04-13 16:43:15 +09:00
yoshihara
761322280d
Use if instead of unless for readability
2015-04-08 18:26:31 +09:00
yoshihara
27f550e9ea
Use the correct error message to unmatched password with password_confirmation
2015-04-08 17:40:36 +09:00
yoshihara
c0d90640a3
Match method name with its behavior
...
find_user ->
set_user
^^^^
2015-04-08 17:40:36 +09:00
yoshihara
2e2f4f66e8
Fix the bug that password is changed unexpectedly when confirm is wrong
...
model spec is broken, so i fix it.
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
yoshihara
fa9ca036b7
Apply bootstrap inputbox design to ones in login form
2015-04-01 16:33:39 +09:00
yoshihara
8f21c5f68c
Prevent zombie processes from increasing
...
fixes #165
Before, in dashboard, clicking "Start" button creates a process as
zombie, but clicking "Stop" button doesn't kill it. This change prevents
it from becoming zombie.
2015-04-01 15:06:04 +09:00
TAKADA Shingo
44f3008a9c
fix broken string-interpolation in append_and_remove_links()
2015-03-25 17:37:16 +09:00
uu59
fb0c7137c9
Merge pull request #160 from fluent/buffer_path_and_buffer_type
...
Fix #158 validation for buffer_path when buffer_type is 'file'
2015-03-11 13:37:01 +09:00
uu59
430bffded7
Fix #158 validation for buffer_path when buffer_type is 'file'
2015-03-04 11:42:55 +09:00
uu59
6b034ee718
Fix #157 remove parameters causing warn on fluentd
2015-03-04 11:26:53 +09:00
uu59
a5a3700a76
Use #send for private method on 1.9.3
2015-02-10 15:57:10 +09:00
uu59
f4495337fc
Resolve TODO by removing so that was unused anywhere
2015-02-10 15:55:39 +09:00
uu59
68d3a87b79
Add spec and fixes
2015-02-10 15:50:41 +09:00
uu59
d6f9992a48
Rename: FluentdUiLog -> FluentdLog
2015-02-10 15:49:56 +09:00