All Versions
64
Latest Version
Avg Release Cycle
84 days
Latest Release
4240 days ago

Changelog History
Page 6

  • v1.3.3 Changes

    ๐Ÿš€ Retracted release

  • v1.3.2 Changes

    • ๐ŸŽ Tweaking to increase performance significantly.
    • โž• Added a @--no-progress@ command line switch to disable the progress bar parsing for an additional speed improvement.
  • v1.3.1 Changes

    • ๐Ÿ’ป E-mail option to automatically send you reports: add --mail my@address.com to your command line.
    • ๐Ÿ‘ Allow other database connections than SQLite3 by passing a connection string to the @--database@ command line option. Examples: ** SQLite3 file database: @--database filename.db@ (as before) ** Connection URI: --database postgresql://rla:rla@localhost/requests ** ๐Ÿ’… ODBC-style: @--database adapter=mysql;username=root;host=localhost;database=requests@ ** Memory database: @--database adapter=sqlite3;database=:memory:@
    • 0๏ธโƒฃ Keep the previous database by default, pass the @--reset-database@ option to clear the database before parsing.
    • โž• Added an IRB console to inspect a request database just like Rails's @script/console@. Run with @request-log-analyzer console -d @
    • ๐Ÿ›  Fixed some require paths that were causing problems.
  • v1.3.0 Changes

    ๐Ÿš€ Retracted release

  • v1.2.9 Changes

    • ๐ŸŒฒ Improved [[Apache access log]] format. Can now handle any kind of "Apache access log file format":http://httpd.apache.org/docs/1.3/mod/mod_log_config.html by providing the @--apache-format @ command line argument.
    • ๐Ÿ‘ Allow @FileFormats@ to be constructed dynamically (used for the Apache format implementation).
    • ๐Ÿ”จ Refactored parameter passing during parsing to allow for more flexibility.
  • v1.2.8 Changes

    ๐Ÿš€ Retracted release

  • v1.2.7 Changes

    • โž• Added [[Apache access log]] parser. To use, add @--format apache@ to your command line invocation
    • ๐Ÿš€ Make the release script send the gem to RubyForge as well.
  • v1.2.6 Changes

    • ๐Ÿ†• New, more robust gem release script using the ruby-git gem.
    • โšก๏ธ Updated outdated information in the gemspec file
  • v1.2.5 Changes

    • ๐Ÿ‘Œ Improved Merb log format parser
  • v1.2.4 Changes

    • More robust handling of database connections in database inserter.