Commit Graph

750 Commits

Author SHA1 Message Date
uu59
6223308cd8 Merge pull request #22 from treasure-data/realtime_notification
Realtime notification
2014-05-29 15:52:52 +09:00
uu59
d6b74d6352 Fix comment 2014-05-29 15:38:02 +09:00
uu59
0322c2c10c Remove dead code 2014-05-29 15:37:57 +09:00
uu59
1f1cb60c5c Refactoring 2014-05-29 15:08:33 +09:00
uu59
59b7b05c81 Remove unused partial 2014-05-29 14:44:51 +09:00
uu59
993710ef26 Fix display notifications 2014-05-29 14:18:46 +09:00
uu59
488a0d8a59 Add polling alerts point on rails 2014-05-29 14:18:46 +09:00
uu59
63c5e97dbc Add realtime notification basis on client side 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
83f2157532 Don't load Gemfile.plugins, it is no needed now 2014-05-29 14:15:05 +09:00
uu59
53f2782c52 Fix language menu to languege context free 2014-05-28 15:15:19 +09:00
uu59
d18a57e6c9 Add language switching menu into global nav 2014-05-28 14:47:14 +09:00
uu59
9f5c100b0d pending spec on Circle CI 2014-05-28 14:29:33 +09:00
uu59
33a582e1ad Manage recommended plugins by yml 2014-05-28 14:10:51 +09:00
uu59
2a67101df0 Remove unused code 2014-05-28 13:43:19 +09:00
uu59
8430b5b239 Remove unused instance variable 2014-05-28 13:42:55 +09:00
uu59
6975d72253 Add specs 2014-05-28 13:40:43 +09:00
uu59
7c5cf3d0b8 Change fluentd#new position of fluentd-ui. Shift to the guidance at the first time after installed 2014-05-28 13:26:56 +09:00
uu59
65f9e23c88 Add README for the guide 2014-05-28 11:30:41 +09:00
uu59
c6470c4099 Fix to run on RAILS_ENV=production by ./bin/fluentd-ui 2014-05-28 11:07:05 +09:00
uu59
35063da7da Don't fix version for bundler 2014-05-28 10:47:15 +09:00
uu59
5d05863647 Merge pull request #21 from treasure-data/add_syntax_sugar_of_factorygirl
Add syntax sugar of factorygirl
2014-05-28 10:40:27 +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
b9405fd937 Add locale switcher, by query parameter(?lang=xx) or Accept-Language header 2014-05-27 18:18:29 +09:00
uu59
ac97d34c9c Add en translations 2014-05-27 17:33:33 +09:00
uu59
d916082b92 restart fluentd after update config file. close #6 #3 2014-05-27 17:10:19 +09:00
uu59
78d95b414b Merge pull request #19 from treasure-data/stress_free_plugins_list
Stress free plugins list
2014-05-27 17:07:15 +09:00
uu59
6d29dbc873 Move installing/uninstalling plugins to Plugin model 2014-05-27 17:04:52 +09:00
uu59
371989a642 [experimental] Add experimental design for recommended plugins page 2014-05-27 17:03:56 +09:00
uu59
f4e7c47876 Add bottom padding 2014-05-27 17:03:56 +09:00
uu59
70664f38b5 Fix to display installing version on alert area 2014-05-27 17:03:56 +09:00
uu59
e01ae26251 Don't fetch latest version number on recommended plugins to reduce response time 2014-05-27 17:03:56 +09:00
uu59
76fc011222 Move recommended plugins to model from controller (still TODO) 2014-05-27 17:03:56 +09:00
uu59
a727eca471 Merge pull request #18 from treasure-data/error_view
Add recent error view
2014-05-27 17:03:27 +09:00
uu59
36e460e885 Add recent error view 2014-05-27 16:57:15 +09:00
uu59
5a4cd50400 Merge branch 'fix_process_kill'
* fix_process_kill:
  Make wait_starting to strict as commented situation
  Fix error if pidfile exists and process not exists
2014-05-27 11:11:56 +09:00
uu59
9071b6ad48 Make wait_starting to strict as commented situation 2014-05-27 11:11:49 +09:00
uu59
264e71107d Fix error if pidfile exists and process not exists 2014-05-27 11:04:02 +09:00
uu59
ebcb12285f Merge pull request #17 from treasure-data/fluentd_config_edit
Fluentd config edit
2014-05-26 16:52:10 +09:00
uu59
70e36fb4fd Fix system information page didn't load fluent/version 2014-05-26 16:50:57 +09:00
uu59
e2525e5a87 Add lots of recomennded plugins for the test 2014-05-26 16:45:02 +09:00
uu59
d60c2e0989 Set default API endpoint for fluentd 2014-05-26 16:45:02 +09:00
uu59
2f44b64628 fancy start/stop/reload buttons 2014-05-26 16:45:01 +09:00
uu59
5d85bff58c Fix to fluentd restart equals stop && start, not reload 2014-05-26 16:45:01 +09:00
uu59
a38fbeb4e5 Generate default config file if config_file is empty 2014-05-26 16:45:01 +09:00
uu59
9861f55ac9 Add basically API support 2014-05-26 16:45:01 +09:00
uu59
86a3e684b1 Fix auto reload fail 2014-05-26 13:18:51 +09:00
uu59
fc9dfb167d Add basically config edit 2014-05-26 13:16:03 +09:00
uu59
c422fde2b9 Refactoring: test API behavior, not implementation detail 2014-05-26 10:39:43 +09:00