Haruka Yoshihara
null+****@clear*****
Wed Dec 12 15:43:06 JST 2012
Haruka Yoshihara 2012-12-12 15:43:06 +0900 (Wed, 12 Dec 2012) New Revision: 22b34f2bb5ba17f8fa888f2ca2cea46fb6a1a82c https://github.com/groonga/groonga-query-log/commit/22b34f2bb5ba17f8fa888f2ca2cea46fb6a1a82c Log: Move parsers under Groonga::QueryLog::Analyzer Modified files: lib/groonga/query-log.rb lib/groonga/query-log/analyzer.rb Renamed files: lib/groonga/query-log/analyzer/reporter.rb (from lib/groonga/query-log/reporter.rb) lib/groonga/query-log/analyzer/reporter/console.rb (from lib/groonga/query-log/reporter/console.rb) lib/groonga/query-log/analyzer/reporter/html.rb (from lib/groonga/query-log/reporter/html.rb) lib/groonga/query-log/analyzer/reporter/json.rb (from lib/groonga/query-log/reporter/json.rb) Modified: lib/groonga/query-log.rb (+0 -3) =================================================================== --- lib/groonga/query-log.rb 2012-12-12 12:36:34 +0900 (0641ced) +++ lib/groonga/query-log.rb 2012-12-12 15:43:06 +0900 (cf5ee83) @@ -19,9 +19,6 @@ require "groonga/query-log/version" require "groonga/query-log/analyzer" require "groonga/query-log/parser" -require "groonga/query-log/reporter/console" -require "groonga/query-log/reporter/json" -require "groonga/query-log/reporter/html" require "groonga/query-log/sized-grouped-operations" require "groonga/query-log/sized-statistics" require "groonga/query-log/streamer" Modified: lib/groonga/query-log/analyzer.rb (+1 -1) =================================================================== --- lib/groonga/query-log/analyzer.rb 2012-12-12 12:36:34 +0900 (4dcc949) +++ lib/groonga/query-log/analyzer.rb 2012-12-12 15:43:06 +0900 (47903da) @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require 'optparse' -require "groonga/query-log/reporter" +require "groonga/query-log/analyzer/reporter" module Groonga module QueryLog Renamed: lib/groonga/query-log/analyzer/reporter.rb (+0 -0) 100% =================================================================== Renamed: lib/groonga/query-log/analyzer/reporter/console.rb (+1 -1) 99% =================================================================== --- lib/groonga/query-log/reporter/console.rb 2012-12-12 12:36:34 +0900 (5212540) +++ lib/groonga/query-log/analyzer/reporter/console.rb 2012-12-12 15:43:06 +0900 (2076485) @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -require "groonga/query-log/reporter" +require "groonga/query-log/analyzer/reporter" module Groonga module QueryLog Renamed: lib/groonga/query-log/analyzer/reporter/html.rb (+1 -1) 99% =================================================================== --- lib/groonga/query-log/reporter/html.rb 2012-12-12 12:36:34 +0900 (8d7e49d) +++ lib/groonga/query-log/analyzer/reporter/html.rb 2012-12-12 15:43:06 +0900 (d882b23) @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "erb" -require "groonga/query-log/reporter" +require "groonga/query-log/analyzer/reporter" module Groonga module QueryLog Renamed: lib/groonga/query-log/analyzer/reporter/json.rb (+1 -1) 98% =================================================================== --- lib/groonga/query-log/reporter/json.rb 2012-12-12 12:36:34 +0900 (0df77db) +++ lib/groonga/query-log/analyzer/reporter/json.rb 2012-12-12 15:43:06 +0900 (d9e3efb) @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -require "groonga/query-log/reporter" +require "groonga/query-log/analyzer/reporter" module Groonga module QueryLog -------------- next part -------------- HTML����������������������������...Download