uu59
abb98e70c1
Remove deprecation warnings
2014-11-18 13:15:40 +09:00
uu59
2df1991d2b
Add specs
2014-11-18 13:14:32 +09:00
uu59
0ec440bbeb
fluent-gem commannd move to FluentGem module from Plugin
2014-11-18 11:12:10 +09:00
uu59
e79ebf7da0
Add specs for newer fluentd-ui available check and popup
2014-11-06 14:29:31 +09:00
Kouhei Sutou
88979eb39b
Suppress "already initialized constant KEYS" warning
...
`Class.new {...}` uses a closure to define a class. Closure keeps
environment that includes local variables and so on. Assignment changes
the environment. So `klass = Class.new { KEYS = [] }` doesn't define
`klass::KEYS`. It defines `Object::KEYS`.
a = 1
Class.new do
a = 2
X = 3
end
p a # => 2
p X # => 3
We need to use `const_set` to define a constant in `Class.new {...}`.
2014-10-05 15:53:44 +09:00
hassaku
8bd0046a24
Add spec for plugin's decorator.
2014-09-30 22:33:25 +09:00
uu59
242e23732c
Add out_elasticsearch setting
2014-08-13 18:12:28 +09:00
uu59
3d947c8e06
Add test scenario for changed password
2014-08-07 18:44:44 +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
1c8cc67424
Correctly fix feature spec
2014-07-30 17:13:34 +09:00
uu59
4afd372865
Don't really try to restart td-agent on spec
2014-07-30 16:42:04 +09:00
uu59
cb619acc3c
Fix spec
2014-07-30 16:33:58 +09:00
uu59
8cfc2a3d43
Add spec for lib/
2014-07-29 14:58:27 +09:00
uu59
ae6423b2f4
Add plugin model spec
2014-07-29 14:28:23 +09:00
uu59
fdf9f4621c
Ensure to create test directory
2014-07-29 14:11:05 +09:00
uu59
8f01694890
Add some specs and fix minor issues
2014-07-29 14:11:05 +09:00
uu59
9a74d266ae
Add phantomjs for feature spec
2014-07-29 13:52:17 +09:00
uu59
edafcf3bb5
Fix out_td setting type name
2014-07-29 11:34:47 +09:00
uu59
f08009e874
Fix detection installed plugins
2014-07-28 15:09:57 +09:00
uu59
23a30452e4
Fix route name fluentd -> daemon by sed
...
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/ | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
2014-07-24 15:28:04 +09:00
uu59
b36b3eb483
Add <secondary> for out_forward
2014-07-17 16:33:54 +09:00
uu59
1e0d51050c
Add spec for Fluentd::Setting::Common
2014-07-17 15:43:45 +09:00
uu59
171558c613
Refactor spec
2014-07-07 16:40:51 +09:00
uu59
d1ad601bbf
Fix spec for restart strategy changed
2014-07-07 16:39:52 +09:00
uu59
61bef0fe3c
Remove unused methods
2014-07-03 15:16:38 +09:00
uu59
6bc7f39944
Fix spec to follow behavior change
2014-07-03 14:56:26 +09:00
uu59
82d25469f9
Refactoring Fluentd::Agent API
2014-07-02 16:30:00 +09:00
uu59
e6990daa6c
Add Fluentd::Agent#errors_since spec
2014-06-30 14:45:57 +09:00
uu59
32f104aec7
Following behavior change on spec
2014-06-30 14:37:52 +09:00
uu59
d03be86dba
Fix if fluentd is not registerered yet
2014-06-27 16:12:32 +09:00
uu59
7de8b0a560
Add spec for GrokConverter
2014-06-24 17:15:57 +09:00
uu59
9aed8408fb
Rename Fluentd::Agent::Fluentd{,Gem} for fix autoload problem
2014-06-19 17:33:10 +09:00
uu59
c017f530aa
Remove ActiveRecord dependency for remove SQLite3
2014-06-19 16:28:34 +09:00
uu59
81600a2ba4
Remove ActiveRecord from User and RememeberToken
2014-06-19 16:28:34 +09:00
uu59
e2c9cf5a3f
Downgrade rspec 3.00 -> 2.99 because rails g controller generated a spec that require 'rails_helper', but we haven't it"
...
Re-run rails g rspec:install causes many conflicts on spec_helper.rb
I'll investigate and solve it in the future
2014-06-04 15:33:23 +09:00
uu59
0273a8dbe0
Check to be ready for start tutorial
2014-06-04 15:26:26 +09:00
uu59
5d94899efb
[try] fix pending on Circle CI
2014-06-03 14:04:08 +09:00
uu59
4509ac50e5
Use rspec 3.00
2014-06-03 13:58:48 +09:00
uu59
7bf5aa2a2e
Follow rspec 2.99
2014-06-02 11:07:37 +09:00
uu59
6223308cd8
Merge pull request #22 from treasure-data/realtime_notification
...
Realtime notification
2014-05-29 15:52:52 +09:00
uu59
488a0d8a59
Add polling alerts point on rails
2014-05-29 14:18:46 +09:00
uu59
3aa4359842
Merge pull request #20 from treasure-data/prepare_to_pre_release
...
Prepare to pre release
2014-05-29 14:18:11 +09:00
uu59
9f5c100b0d
pending spec on Circle CI
2014-05-28 14:29:33 +09:00
uu59
6975d72253
Add specs
2014-05-28 13:40:43 +09:00
Kyuden
0fe75a69a1
Apply to syntax_sugar of factorygirl
2014-05-28 03:40:47 +09:00
Kyuden
942ee6ddb4
Config syntax_sugar of factorygirl
2014-05-28 03:12:18 +09:00
uu59
36e460e885
Add recent error view
2014-05-27 16:57:15 +09:00
uu59
5d85bff58c
Fix to fluentd restart equals stop && start, not reload
2014-05-26 16:45:01 +09:00
uu59
c422fde2b9
Refactoring: test API behavior, not implementation detail
2014-05-26 10:39:43 +09:00
uu59
bd8c3dd299
Fix spec
2014-05-23 17:30:02 +09:00