875 Commits

Author SHA1 Message Date
uu59
fe993e01ba Merge pull request #173 from fluent/add_task_to_clean_under_temp
Add task to clean under tmp/ directory
2015-04-08 10:48:11 +09:00
yoshihara
f5142c1c46 Use Pathname methods instead of system method or File one 2015-04-07 18:45:30 +09:00
yoshihara
e47095e814 Remove needless require 2015-04-07 18:15:56 +09:00
yoshihara
fc707d700c Add clean task to remove all files/directories under tmp/
Please use this task carefully...
2015-04-07 18:07:44 +09:00
uu59
b8fda0f15b Merge pull request #172 from fluent/remove_rspec_its
Remove rspec-its gem
2015-04-02 16:29:08 +09:00
yoshihara
c6e5ef5bc3 Remove rspec-its gem from dependency gems 2015-04-02 16:16:00 +09:00
yoshihara
daa7685b08 Remove rspec-its requiring 2015-04-02 16:15:02 +09:00
yoshihara
acef07e036 Remove its syntax depended on 'rspec-its' gem 2015-04-02 16:09:07 +09:00
yoshihara
5e61a1ea80 Merge pull request #171 from fluent/rails_4_2
Upgrade Rails 4.2
2015-04-02 15:44:43 +09:00
yoshihara
9d942da124 Update rspec-its 2015-04-02 15:39:26 +09:00
yoshihara
1a2abad107 Use #respond_to instead of deprecated .respond_to
refs #161
2015-04-02 14:46:40 +09:00
yoshihara
ff514b4c6e Apply changes by $ rake rails:update
refs #161
2015-04-02 14:22:59 +09:00
yoshihara
150068c4a2 Update rails to 4.2 in gemspec
refs #161

I tried it
2015-04-02 14:22:59 +09:00
uu59
4ac660521f Merge pull request #170 from fluent/upgrade_rspec_and_capybara
Upgrade rspec and capybara again
2015-04-02 14:07:55 +09:00
yoshihara
9dc12cc5bb Update capybara ~> 2.4.0 to surpress warning
refs #161

The below warning was surpressed by the newest capybara.
 c.f. https://github.com/jnicklas/capybara/issues/1254

Warning:
--------------------------------------------------------------------------------
Capybara::RSpecMatchers::HaveText implements a legacy RSpec matcher
protocol. For the current protocol you should expose the failure messages
via the `failure_message` and `failure_message_when_negated` methods.
(Used from /Users/yoshihara/everyleaf/fluentd-ui/spec/features/fluentd/setting/running_backup_spec.rb:85:in `block (6 levels) in <top (required)>')
--------------------------------------------------------------------------------

And specs are all green :)
2015-04-02 14:03:09 +09:00
yoshihara
084836f000 Update rspec ~> 3.0 and dependency gems to prepare rails 4.2 updating
refs #161
2015-04-02 14:02:04 +09:00
yoshihara
d355aacf22 $ bundle install (I missed ... sorry....X( v0.3.18 2015-04-02 13:47:44 +09:00
yoshihara
755becbd3d v0.3.18 2015-04-02 13:42:36 +09:00
uu59
0af36393ae Merge pull request #168 from fluent/config_parse_also_configtest
Fix configtest/update behaviors are mismatched
2015-04-02 13:01:56 +09:00
uu59
92d026bdaa Use more proper description 2015-04-02 12:59:49 +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
b8bc6e0644 Merge pull request #167 from fluent/use_bootstrap_class_in_login_form
Apply bootstrap inputbox design to ones in login form
2015-04-01 16:38:16 +09:00
yoshihara
fa9ca036b7 Apply bootstrap inputbox design to ones in login form 2015-04-01 16:33:39 +09:00
yoshihara
3d8e1cb5c6 v0.3.17 v0.3.17 2015-04-01 15:46:28 +09:00
uu59
d024035262 Merge pull request #166 from fluent/165_prevent_zombies_from_icreasing
Prevent zombie processes from increasing
2015-04-01 15:21:23 +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
uu59
41fd430323 Merge pull request #164 from takada-s/fix_icon_bug
fix broken string-interpolation in append_and_remove_links()
2015-03-25 17:44:25 +09:00
TAKADA Shingo
44f3008a9c fix broken string-interpolation in append_and_remove_links() 2015-03-25 17:37:16 +09:00
uu59
aefd1f0730 v0.3.16 v0.3.16 2015-03-23 22:32:00 +09:00
uu59
8ae11df83d Merge pull request #163 from fluent/allow-fluentd-v0.12
Relax fluentd version
2015-03-23 22:21:49 +09:00
Masahiro Nakagawa
6340548ca2 Relax fluentd version 2015-03-23 18:51:05 +09:00
uu59
192372885d v0.3.15 v0.3.15 2015-03-11 14:06:30 +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
5cf8d17e82 Merge pull request #159 from fluent/remove_out_s3_warn_parameters
Fix #157 remove parameters causing warn on fluentd
2015-03-11 13:36:52 +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
72509b4b58 Merge pull request #156 from fluent/refactor_agent_log
Refactor agent log
2015-02-12 10:54:43 +09:00
uu59
7c66152233 Add magic comment for 1.9.3 2015-02-10 15:59:17 +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
uu59
b5d4be2659 Fluentd::Agent::Log is now dependent class. Use composite 2015-02-10 14:58:54 +09:00
uu59
9b2d968bc1 Separate Common module by concerns 2015-02-10 13:51:04 +09:00
uu59
4af0d07adb Merge pull request #155 from fluent/one_common
Merge LocalCommon into Common
2015-02-10 10:59:04 +09:00
鳥井 雪
200a70b657 v0.3.14 v0.3.14 2015-02-04 18:35:57 +09:00
uu59
b6b34ff482 Add marker for Common methods 2015-02-04 18:18:11 +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