Commit Graph

484 Commits

Author SHA1 Message Date
Kouhei Sutou
defaa55edb Suppress "No such file or directory - list" message
How to reproduce:

  1. Remove ~/.fluentd-ui/
  2. Run `bin/rails console`
  3. You will see the following output:

         bin/rails: No such file or directory - list
         Loading development environment (Rails 4.1.4)
         irb(main):001:0>
2014-08-07 18:00:41 +09:00
uu59
f461ed091d v0.0.1 2014-08-07 16:53:30 +09:00
uu59
092415fbdc v0.0.1 2014-08-07 16:49:01 +09:00
uu59
7f9fd2b9de Add note to Ubuntu 14.04 users 2014-08-07 16:47:19 +09:00
uu59
95a701fdcd Merge pull request #71 from kou/in-tail-fix-error-for-binary-file
in_tail: Fix error on setting page for binary file
2014-08-06 17:55:59 +09:00
Kouhei Sutou
8e8c95fce3 in_tail: Fix error on setting page for binary file
How to reproduce:

  * Create a binary file by the following command:

        "ruby -e 'puts "\u3042"' > /tmp/xxx"

  * Open /daemon/setting/in_tail
  * Select "/tmp/xxx"
  * Error page is rendered
  * log/production.log says:

        ActionView::Template::Error (undefined method `join' for nil:NilClass):
            12:     = f.text_field :path, class: "form-control", disabled: true
            13:   = render partial: "shared/vue/in_tail_format", locals: { file: f.object.path, formats: @setting.known_formats, initialSelected: f.object.format || @setting.guess_format }
            14:
            15:   %pre= file_tail(@setting.path).join("\n")
            16:
            17:   %p
            18:     = f.submit t('terms.next'), class: "btn btn-lg btn-primary pull-right"
          app/views/fluentd/settings/in_tail/after_file_choose.html.haml:15:in `block in _app_views_fluentd_settings_in_tail_after_file_choose_html_haml___1713159989942914940_40548520'
2014-08-06 17:34:23 +09:00
uu59
738770dea5 Remove unnecessary dependency from production (maybe #70 fixed) 2014-08-04 10:48:41 +09:00
Masahiro Nakagawa
890a62cb33 Update README.md 2014-08-01 18:02:35 +09:00
Masahiro Nakagawa
686137ed53 Update README.md 2014-08-01 18:01:58 +09:00
Masahiro Nakagawa
6bd02d0f24 v0.1.0 2014-08-01 17:51:49 +09:00
uu59
009c7ad216 cosme 2014-08-01 13:15:24 +09:00
uu59
c01a2c6ad4 Update screenshots 2014-08-01 12:57:21 +09:00
uu59
eac95a7d0b Merge pull request #69 from fluent/review
After reviewed changes
2014-07-31 18:32:23 +09:00
uu59
cf51f165cd setting_params should be normally 2014-07-31 18:30:46 +09:00
uu59
982b5b3d4e Only store password if default password is used 2014-07-31 18:30:46 +09:00
uu59
ec44ba10d6 cosme 2014-07-31 18:30:46 +09:00
uu59
b7a7b0a797 i18n for sigin in form placeholder 2014-07-31 17:28:50 +09:00
uu59
fd2ceda5a4 Display success flash should be succeed only 2014-07-31 17:25:31 +09:00
uu59
4d88f76887 Fix layout template format 2014-07-31 17:21:37 +09:00
uu59
6374bd86ca Remove unnecessary return 2014-07-31 17:17:14 +09:00
uu59
1d5ad1f31e Add comment why using try method 2014-07-31 17:17:14 +09:00
uu59
93e1998016 Controller methods to be private 2014-07-31 17:17:14 +09:00
uu59
1d2059f04c Tiny DRY routes 2014-07-31 17:17:14 +09:00
uu59
0dd371f1d9 Fix grammar 2014-07-31 17:17:14 +09:00
uu59
2078c98a3e Update Gemfile.lock 2014-07-31 15:44:39 +09:00
uu59
f095ac33be Merge pull request #61 from fluent/prepare_for_public_release
Prepare for public release
2014-07-31 15:32:27 +09:00
uu59
d26d41cd72 Fill in gemspec 2014-07-31 15:28:55 +09:00
uu59
341dc515bf Use full path for /usr/sbin/td-agent --version 2014-07-31 14:29:29 +09:00
uu59
a976965764 Don't show regexp in format selector at in_tail setting 2014-07-31 14:09:28 +09:00
uu59
a4eacf0a5b Fix out_s3 unused params 2014-07-31 13:53:19 +09:00
uu59
3d750a0c7a Display a message for the daemon start/stop/restart could take a long time 2014-07-31 11:42:17 +09:00
uu59
144cfdeeef Fix to not create zombie 2014-07-31 10:56:52 +09:00
uu59
3f27a3af3e Merge pull request #68 from treasure-data/friendly_fluentd_ui_gem_default
Friendly fluentd ui gem default
2014-07-30 18:19:56 +09:00
uu59
5b6f86db94 Don't editable pid, log, conf path on td_agent setup 2014-07-30 18:15:10 +09:00
uu59
d8694a6ead Store fluentd setting data to user's home if variant=fluentd_gem 2014-07-30 18:03:41 +09:00
uu59
e7b449f44f FluentGem default setting no require root permission 2014-07-30 17:53:42 +09:00
uu59
1c8cc67424 Correctly fix feature spec 2014-07-30 17:13:34 +09:00
uu59
24899b7a6a Don't too quickly response of td-agent start/stop/restart 2014-07-30 17:08:38 +09:00
uu59
e04a2d7f06 [CI] Verbose output for spec on CI 2014-07-30 16:46:07 +09:00
uu59
8b39fce2f4 Merge pull request #67 from treasure-data/persistent_ui_setting
Save fluentd setting to FLUENTD_UI_DATA_DIR if given for persistent
2014-07-30 16:45:13 +09:00
uu59
4afd372865 Don't really try to restart td-agent on spec 2014-07-30 16:42:04 +09:00
uu59
c11dc64fa4 Save fluentd setting to FLUENTD_UI_DATA_DIR if given for persistent 2014-07-30 16:39:00 +09:00
uu59
cb619acc3c Fix spec 2014-07-30 16:33:58 +09:00
uu59
0846f18fbb Fix td-agent operation 2014-07-30 16:19:20 +09:00
uu59
260a12e375 Add notation for permission on in_tail setting page 2014-07-30 16:02:56 +09:00
uu59
1c6785beb2 Tweak sidebar display 2014-07-30 14:22:45 +09:00
uu59
aa9c3c7b2f Add setup link to nav if does not finished setup 2014-07-30 14:16:39 +09:00
uu59
7e5ae1f645 Fix #65 Don't display fluentd version if doesn't setup daemon yet 2014-07-30 13:26:35 +09:00
uu59
412022cfa8 Add uname -a to system_info.zip. Fix #66 2014-07-30 11:11:05 +09:00
uu59
a54bb6d59e Merge pull request #64 from treasure-data/more_spec
More spec
2014-07-29 15:00:52 +09:00