180 Commits

Author SHA1 Message Date
yoshihara
78573665a1 spec: use more proper time_format Regexp 2015-04-23 15:29:17 +09:00
yoshihara
16c04d986a spec: Use more Regexp-like expression 2015-04-23 15:20:31 +09:00
yoshihara
5e1627ca6f Use more meaningful variable name
tmp    ->
params
2015-04-23 14:59:51 +09:00
yoshihara
4c3ca85cd9 spec: add specs for RegexpPreview::MultiLine 2015-04-21 18:41:02 +09:00
yoshihara
5cd1515336 spec: add specs for RegexpPreview::SingleLine 2015-04-21 18:41:02 +09:00
yoshihara
602e076960 Add more expectation to User#valid? specs 2015-04-08 19:05:36 +09:00
yoshihara
a231335159 spec: Use more specialized method
I want to remove a file only, not directory.
2015-04-08 18:58:07 +09:00
yoshihara
c3d18ffe1d spec: add expectations for password changed to feature specs 2015-04-08 18:56:11 +09:00
yoshihara
2f8561a071 spec: Clarify password lengths 2015-04-08 18:46:04 +09:00
yoshihara
d6d7aa0b9b Use buton value instead of type to nallow target 2015-04-08 18:41:53 +09:00
yoshihara
d5e0dd3026 Use more meaningful description 2015-04-08 18:41:01 +09:00
yoshihara
8567315956 spec: add specs for User#valid? 2015-04-08 17:40:36 +09:00
yoshihara
7e8a9f154d spec: use subject 2015-04-08 17:40:36 +09:00
yoshihara
d1f7e7271a spec: Extract variables by let 2015-04-08 17:40:36 +09:00
yoshihara
886c8be8e1 Fix the broken model spec
Before, validated user is invalid, but other validations cause (length,
and wrong current_password)
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
b94d362125 Wrap the unlogined spec with new description
To distingish specs for logined user with the less indent.
2015-04-08 13:54:50 +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
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
8ac4cb9526 Fix configtest didn't catch syntax error 2015-04-02 11:35:58 +09:00
uu59
7c66152233 Add magic comment for 1.9.3 2015-02-10 15:59:17 +09:00
uu59
68d3a87b79 Add spec and fixes 2015-02-10 15:50:41 +09:00
uu59
b5d4be2659 Fluentd::Agent::Log is now dependent class. Use composite 2015-02-10 14:58:54 +09:00
uu59
4af0d07adb Merge pull request #155 from fluent/one_common
Merge LocalCommon into Common
2015-02-10 10:59:04 +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
鳥井 雪
726e910ff4 Change not to show source when
There is no difference between config files
2015-02-04 17:47:12 +09:00
uu59
73b9a01289 LocalCommon and Common was separated by historical reason. it's time to be one 2015-02-04 16:55:55 +09:00
uu59
2096ede6ed Fix typo 2015-02-04 16:23:26 +09:00
uu59
a9a1dfdfa2 Skip td-agent tests if td-agent doesn't installed 2015-02-04 16:02:26 +09:00
鳥井 雪
638f681541 Show diff with current file in running backup page 2015-02-04 15:23:48 +09:00
uu59
f54a5a24ff Add dryrun button to setting#edit 2015-02-04 15:03:25 +09:00
鳥井 雪
976112cf66 Add spec for showing diff 2015-02-04 14:47:12 +09:00
uu59
cc300d46a9 Agent#dryrun learned file_path argument for arbitrary config file checking 2015-02-04 12:58:52 +09:00
uu59
fea5561c43 Merge pull request #149 from fluent/fix_unstable_spec_on_circle_ci
Fix unstable spec on circle ci
2015-02-04 11:03:18 +09:00
uu59
fa8ea89162 Fix typo: all -> suite 2015-01-28 18:30:11 +09:00
uu59
3920f81969 Clean up temporary data_dir after all spec finished 2015-01-28 18:06:00 +09:00
uu59
d3ec0b3184 Maybe fix unstable spec 2015-01-28 17:58:12 +09:00
uu59
2689347946 fix typo 2015-01-28 16:59:02 +09:00
uu59
f75df66035 Give up tests for CodeMirror 2015-01-28 13:10:30 +09:00
uu59
21eff246da Merge pull request #140 from fluent/fix_logged_error
Fix logged error
2015-01-15 15:55:05 +09:00
鳥井 雪
1b12542efd Change sample error log to clear all errors are different 2015-01-15 15:43:06 +09:00
鳥井 雪
438ed3d518 Fix #logged_error bugs.
Before, it put serial other error log into one error subject and it's notes.
Fix to divide them into each error subject
2015-01-15 15:06:19 +09:00
uu59
264b560990 Merge pull request #137 from fluent/config_sanity_check_button
Add configtest button for config history page
2015-01-15 11:04:39 +09:00
uu59
dc8e4941bb Fix filename typo 2015-01-14 18:02:16 +09:00
uu59
3071b3d2c4 Add config test button to running backup 2015-01-14 18:02:16 +09:00
鳥井 雪
fe07df34e0 Refactor #download_info of MiscController
with dividing to each methods to write each files, and add spec
2015-01-14 17:15:34 +09:00
uu59
a1579e186e Add configtest button for config history page 2015-01-14 16:06:54 +09:00
鳥井 雪
8dca8bb1aa Remove useless file 2015-01-14 15:46:10 +09:00