riemann-dash
riemann-dash copied to clipboard
An HTTP dashboard for Riemann.
Okay, excellent. So, let's assume there's no easy way to optimize the width changes. But we can very easily optimize everything else. Strip all the jQuery calls out of partialRender...
Ruby 2.2 deprecated `File#exists?` in favor of `File#exist?`, and Ruby 3.2 removed the deprecated method. We need to use the "new" method to run on Ruby 3.2.
- Fix extra attributes table markup - Respect inline and block elements logic - Display description using a monospaced font - Improve attributes display consistency - Make rounding more consistent...
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. Changelog Sourced from sinatra's changelog. 3.0.6 / 2023-04-11 Fix: Add support to keep open streaming connections with Puma #1858 by...
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [activesupport](https://github.com/rails/rails) from 7.0.3 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...
The lockfile allow reproducible build, which are awesome. However, we also want to support multiple versions of Ruby, and a lockfile is unfortunately not a one-size-fit-all solution in this case:...