- View Diff
- Nothing yet
- View Diff
- There are no functional changes. This release v1.0.0 is to signal that its stable and ready for widespread usage.
- View Diff
- #18 - Fix KeyError when using
config.background_jobs = falsedue to not stringifying the keys
- View Diff
- #16 - Fix issue with sprockets manifest compilation due to gemspec.files directive excluding hidden .keep files in images and javascripts folders
- View Diff
- #14 - Fix bugs with group by and end date
- #13 - Add ability to group by hostname and path combined
- View Diff
- #12 - Ensure table width is constrained to the width of the screen
- #11 - Add ability to filter on specific field/value combos
- #10 - Dont use
Integer#to_fsas its not available in Rails 6.x
- View Diff
- #9 - Add links to load difference for paginated responses, use type instead of class name as keys in
:custom_attributes, Remove table sorting capabilities, remove jquery - #8 - Improve performance significantly using SQL GROUP_BY and pagination of 1000 per page, app tested using seed of 100,000 records
- #7 - Create separate tabs for page/site analytics, improve routes, fix multi_search, add more time quicklinks
- #6 - Inline javascript file
- #5 - Show page analytics on dashboard by default instead of site analytics
- #4 - Make search form auto-submit upon changing any fields
- #3 - Use
sanitize_sql_likeandANDinmulti_searchscope - #2 - Do not downcase URLs
- #1 - Backport
Browser#chromium_based?whenbrowsergem version is 5.x or below.
- Initial gem release