|
|
|
|
Changelog for ruby3.3-rubygem-metric_fu-4.13.0-1.94.i586.rpm :
* Fri Sep 25 2020 Stephan Kulow updated to version 4.13.0 see installed HISTORY.md * Fri Jun 19 2015 cooloAATTsuse.com- updated to version 4.12.0 see installed HISTORY.md * Fri Feb 27 2015 cooloAATTsuse.com- updated to version 4.11.4 * Tue Feb 10 2015 cooloAATTsuse.com- updated to version 4.11.3 * Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging * Sun May 18 2014 cooloAATTsuse.com- updated to version 4.11.1 * Fixes * Captured shell-output now only includes STDOUT. Appending STDERR was breaking expectations. (Benjamin Fleischer, #230, fixes #229) [#]## [4.11.0](https://github.com/metricfu/metric_fu/compare/v4.10.0...v4.11.0) * Features * There is now a `MetricFu.logger` with standard available configurations. The old `mf_debug` and `mf_log` main mixin is presevered. Needs documentation. See #113. (Benjamin Fleischer, a49bfdd182) * Use *launchy * (new dependency) when opening output files. (Nick Veys, #224) * Coverage formatter now behaves like SimpleCov; it ignores certain lines in calculating the precent run. Fixes #153, #222 (Benjamin Fleischer, #226). - Thanks to AATTcrv for the test in #153 - Note: JRuby will usually report different Coverage from MRI. This is a known issue. - Note: This technically is a *breaking change * from how RCov works. But wwe don\'t run RCov anymore. (65bf21723291f) * Fixes * Ensure paths with spaces don\'t cause the open command to fail (Nick Veys, #220) * Read in source files for annotation in BINARY mode to avoid encoding errors. (Benjamin Fleischer, #216) * Start SimpleCov before any MetricFu code is loaded. Coverage isn\'t tracked on already-loaded code. (Benjamin Fleischer, cca659f7d48d3f6799) * Remove unused/invalid Flay param \'filetypes\'. Closes #151. (Benjamin Fleischer, 5973595f51c) * Misc * Document ENV variables the may fix encoding exceptions. (Mike Szyndel, #217) * Begin adding shared tests for metrics and configuration. Test fenced-codeblock matching. (Benjamin Fleischer, #221) * Reorganize the application file layout. Still more to be done. (Benjamin Fleischer, #223) * Rename AwesomeTemplate to MetricFu::Templates::MetricsTemplate. (Benjamin Fleischer, 55c52afd95d78) * Rename ReekHotspot to MetricFu::ReekHotspot. Was missing namespace. (Benjamin Fleischer, a3aa70c1a9) * Allow failures for Ruby 2.1, in addition to rbx per issues with rvm. (Benjamin Fleischer, 3018b22) * `spec/quality_spec.rb` checks for whitespace, tabs, quotes, etc. `rake spec` also checks for warnings. (Benjamin Fleischer, b0c51bb9b17) * When run with COVERAGE=true, will ouptut a file to `coverage/coverage_percent.txt` that can be checked via `rake check_code_coverage`. Borrowed from VCR. (Benjamin Fleischer, 32df3a34c6) * Sat Mar 15 2014 cooloAATTsuse.com- updated to version 4.8.0 * Features * Add configurable `MetricFu.report_name`. (Paul Swagerty, #203) [#]## [4.7.4 / 2014-02-16](https://github.com/metricfu/metric_fu/compare/v4.7.3...v4.7.4) * Fixes * Reek no longer crashes when reporting no warnings (Michael Stark, #199) * Prevent Roodi non-metric output from ending up in the results (Martin Gotink #202) * Coverage file is only read in when the specified external file exists. (Benjamin Fleischer, #156) * Metrics are configured to default values before the user config is loaded (Benjamin Fleischer, #156, #78) [#]## [4.7.3 / 2014-02-09](https://github.com/metricfu/metric_fu/compare/v4.7.2...v4.7.3) * Fixes * Add `strip_escape_codes`; remove from Roodi output. (Przemysław Dąbek, #197) * Misc * Fix markdown in README. (Guilherme Simões, #198) * Add Ruby 2.1 to Travis CI build. (Michael Stark , #200) * Thu Feb 06 2014 cooloAATTsuse.com- updated to version 4.7.2 * Fixes * Open Saikuro scratch files in BINARY; fixes #190. (Benjamin Fleischer, #195) * Update to churn 0.0.35 for API compatibility. (Przemysław Dąbek, #193) * Only specify reek config when set; disable line numbers. (Benjamin Fleischer, #196) * Mon Jan 20 2014 cooloAATTsuse.com- updated to version 4.7.1 * Features * Move to using churn library and allowing all churn options to be passed through to churn library. (Dan Mayer, #182) * Create template for syntax highlighting in report. (Benjamin Fleischer, #179) * Gem deps now derirved from gemspec via regex (from Gemnasium). Related to #184. `--debug-info` will now show the version of the activated gem, if available. (Benjamin Fleischer, #189) * Fixes * Force gemspec to use utf-8 encoding when importing the AUTHORS file. (Paul Swagerty, #183) * Ensure gemspec doesn\'t crash when reading in AUTHORS file. (saltracer, #184) * Fix bad parsing of reek output. (Greg Allen, #185) * Misc * Spelling correction. (mdb, #177) * Clean up README indentation. (simi, #187) * Tests run faster. (Benjamin Fleischer, #181) * Simplify load paths. (Benjamin Fleicher, #139) * Update to RSpec 3.0.0.beta1. (Benjamin Fleischer) * Update to new release of TestConstruct. (Benjamin Fleischer) * Fri Nov 22 2013 cooloAATTsuse.com- updated to version 4.6.0 * Features * Allow configuration of the generation template, eg link_prefix (Adrien Montfort, #171) * Fixes * Return 0% coverage when the file has no lines. (Chirag Viradiya #152, Benjamin Fleischer, Michael Foley) * Return stats code to test ratio of 0.0 when NaN (Benjamin Fleischer, reported by Greg Allen) * Misc [#]## MetricFu [4.5.2 / 2013-11-07](https://github.com/metricfu/metric_fu/compare/v4.4.4...v4.5.2) * Misc * Exclude etc dir from built gem; save 1.1MB by not including erd.png. (Benjamin Fleischer, #173) [#]## MetricFu [4.5.1 / 2013-11-07](https://github.com/metricfu/metric_fu/compare/v4.4.4...v4.5.1) * Features * Fixes * Misc * Releasing the signed gem didn\'t work. See ed2f96d8 [#]## MetricFu [4.5.0 / 2013-11-07](https://github.com/metricfu/metric_fu/compare/v4.4.4...v4.5.0) * Features * Signed gem; added certs/bf4.pem * Run metrics without shelling out; use Open3.popen3 (Benjamin Fleischer, #157) - GemRun runs external libraries, outputs nice error messages - GemVersion returns version requirements for a gem dependency; replaces metric_fu_requires - Consolidate code that runs external metrics to the generator - `--debug-info` now outputs metric dependencies * Add new MetricFu.run_dir that defaults to Pathname.pwd, but can be set (Benjamin Fleischer, #160) - Used in dummy app for testing 9fcc085 * User config (.metrics) now loaded when metric_fu required (Benjamin Fleischer, #158) * Consolidate grapher code; remove gchart grapher (Benjamin Fleischer, 5fd8f4) - Remove bluff gem; bluff grapher is a js library. (Benjamin Fleischer, 8b534c7) * Better rake tasks: can set options form the task (Benjamin Fleischer, 11ac27) - Add ::run(options) and ::run_only(metric_name) to MetricFu namespace * Fixes * Churn hotspot no longer tries to read directories as if they were files (Adrien Montfort, #169) * Set default Reek config to config/ *.reek, per Reek docs (Benjamin Fleischer, #165) - Ensure .reek still loaded, for backwards-compatibility * Bump reek patch version due to change in meaning in reek config (Benjamin Fleischer, #166) * Cleanup scratch files Saikuro leaves behind; else they are re-used! (Benjamin Fleischer, 91ac9af) * Various IO-related fixes - Close read pipe when capturing output, per AATTeclubb, Earle Clubb (6696d42) - Stop leaving files open everywhere, even though \'everyone does it\'. (Benjamin Fleischer, #159) - Isolate file-system interactions in specs; rbx specs can pass (Benjamin Fleischer, #161) * Remove unused before/after generator methods; standardize not_implemented message (Benjamin Fleischer, 5842d83) * Misc * Update README, and how to contribute (Benjamin Fleischer, #114) * Set sane defaults for generator per_file_data hash (Benjamin Fleischer, d991fb8) * Ensure gemspec reads AUTHORS from relative path (Benjamin Fleischer, ee0274f) * Configure SimpleCov to run with the html and rcov text formatters (Benjamin Fleischer, d372d00) * Extract CLI option parsing methods (Benjamin Fleischer, a54d018) * Test improvements - Update setup, add pry (Benjamin Fleischer) - Add rspec FAIL_FAST option (bd2745a) - Update spec_helper, add filters, defer gc (3db59d7) - Configure tests not to manage GC under JRuby (000200b) - Remove FakeFS; doesn\'t seem to be speeding up the tests, but it does break them (afc5518) - Cache test fixtures. (And rename from resources to fixtures.) (Benjamin Fleischer, #164) - Set timeout on each test (Benjamin Fleischer, f1d5f20)
|
|
|