Commit Graph

41 Commits

Author SHA1 Message Date
Kenji Okimoto
d4434360c1
Display API version
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 15:09:30 +09:00
Ryan T. Hosford
844148db4e Addresses duplicate code in plugin model 2015-01-13 00:27:09 -06:00
uu59
c40628fd6d Fix invalid gem list caching 2014-11-19 15:05:44 +09:00
uu59
a78c21312a Fix to use --no-ri --no-rdoc instead of --no-document for td-agent-gem (version 1.8.24) 2014-11-19 13:20:36 +09:00
uu59
0ec440bbeb fluent-gem commannd move to FluentGem module from Plugin 2014-11-18 11:12:10 +09:00
Masahiro Nakagawa
943d6b2991 Add /usr/sbin/td-agent-gem to gem command list in td-agent 2014-11-14 13:54:07 -08:00
uu59
db52245a4d Add --no-document option when installing gem. Fix #98 2014-11-12 13:56:42 +09:00
hassaku
4e959c1fd2 Refactor logic in view using decorator. 2014-09-30 22:07:52 +09:00
uu59
b3cda88269 Fix to find fleunt-gem command path 2014-09-27 19:15:36 +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
9060243fee Fix can't uninstall plugins 2014-07-28 15:34:56 +09:00
uu59
a9ab6c1270 Fix plugins handling 2014-07-28 15:28:59 +09:00
uu59
f08009e874 Fix detection installed plugins 2014-07-28 15:09:57 +09:00
uu59
998eb6acf3 Fix if fluentd is not installed 2014-07-18 13:58:30 +09:00
uu59
b9e4bd7af8 Strict detetction fluent-gem command with setup fluentd/td-agent specific 2014-07-17 13:51:02 +09:00
uu59
5c432c3d0f Don't record fluentd-ui gem update 2014-07-04 18:28:41 +09:00
uu59
61bef0fe3c Remove unused methods 2014-07-03 15:16:38 +09:00
uu59
b9fa5d3a7d Fix to find td-agent' fluent-gem command 2014-07-03 14:46:00 +09:00
uu59
96e66540aa Separate fetch gem_versions with/without caching for prefetching 2014-06-30 16:31:16 +09:00
uu59
889955cf6a Add rubygems.org link on recommended plugins page 2014-06-10 15:02:44 +09:00
uu59
6f73b27b80 Update design for installed plugins page 2014-06-10 14:49:11 +09:00
uu59
3b3a9d096d Don't install/uninstall when same gem_name is processing 2014-06-10 13:43:36 +09:00
uu59
4c522bac5e Simplify installed plugins page 2014-06-10 11:23:40 +09:00
uu59
5d32e167a8 More check to gem install/uninstall 2014-06-09 16:29:16 +09:00
uu59
c8e565defd Plugin working queue is managed by Plugin model 2014-05-30 13:31:09 +09:00
uu59
33a582e1ad Manage recommended plugins by yml 2014-05-28 14:10:51 +09:00
uu59
6d29dbc873 Move installing/uninstalling plugins to Plugin model 2014-05-27 17:04:52 +09:00
uu59
76fc011222 Move recommended plugins to model from controller (still TODO) 2014-05-27 17:03:56 +09:00
uu59
d1b669cc4f [try] fix spec on Circle CI..... 2014-05-22 18:11:34 +09:00
uu59
5adff02889 Actually uninstall plugin 2014-05-20 13:34:20 +09:00
uu59
bede6e43ac Expand rubygems.org caching time 10m -> 60m 2014-05-19 18:50:01 +09:00
uu59
9188e13f46 Add plugin version fix by fluentd-ui 2014-05-19 18:46:56 +09:00
uu59
058f4ab122 Refactoring 2014-05-16 11:45:37 +09:00
uu59
321a310e95 Cache rubygems API response 2014-05-15 18:11:07 +09:00
uu59
9e59c5ac19 Add all methods of Plugin model specs 2014-05-15 16:44:34 +09:00
uu59
1f45c6a4c3 Add plugin upgrade path 2014-05-15 15:46:47 +09:00
uu59
957ad414b3 Memoize #lastest_version 2014-05-15 15:27:49 +09:00
uu59
a09cce0202 Add latest_version method for use Rubygems API, allow Plugin#version is empty for install 2014-05-15 15:23:51 +09:00
uu59
f47ee2e154 Fix spec on CI, and refactor 2014-05-15 13:22:27 +09:00
uu59
0595b454e9 Add plugin model spec and refactoring 2014-05-14 17:46:32 +09:00
uu59
6b235a306d Add primitive plugin management install/uninstall 2014-05-14 17:46:32 +09:00