Commit Graph

750 Commits

Author SHA1 Message Date
uu59
b886f75491 v0.1.3 2014-08-13 18:26:40 +09:00
uu59
9058720ec4 Merge pull request #77 from fluent/out_elasticsearch
Add out_elasticsearch setting page
2014-08-13 18:22:34 +09:00
uu59
5e704969d2 tag_key is not config param 2014-08-13 18:20:24 +09:00
uu59
242e23732c Add out_elasticsearch setting 2014-08-13 18:12:28 +09:00
uu59
6551280ba0 Refactoring for commonly setting controllers to be concern 2014-08-13 17:40:24 +09:00
uu59
b2a6f0e9dc Remove duplicated validation (same code in the model). thanks @kou! 2014-08-12 22:25:48 +09:00
uu59
636862b484 Add more badges 2014-08-12 22:04:37 +09:00
uu59
fd1274d6dc Merge pull request #75 from kou/remove-unused-code
Remove unused code
2014-08-12 00:03:31 +09:00
Kouhei Sutou
17d25800c9 Remove unused code
We don't have both `User.exists?` and `User.create!`.
2014-08-11 21:18:26 +09:00
uu59
a712acfa3a Merge pull request #74 from kou/improve-binary-file-detection
Improve binary file detection
2014-08-11 12:47:47 +09:00
Kouhei Sutou
71b922b444 Improve binary file detection
We can use `String#valid_encoding?` for detecting an undefined or invalid
character.
2014-08-10 21:23:18 +09:00
uu59
fa00b9de75 Merge pull request #73 from fluent/add_ci_badge
Add CI badge
2014-08-07 19:16:20 +09:00
uu59
b8d175b12c Add CI badge 2014-08-07 19:15:03 +09:00
uu59
3d947c8e06 Add test scenario for changed password 2014-08-07 18:44:44 +09:00
uu59
d95c270f8b v0.1.2 2014-08-07 18:25:05 +09:00
uu59
176cc4b1ef Fix can't login if password changed 2014-08-07 18:22:51 +09:00
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