lmorg / murex

A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
https://murex.rocks
GNU General Public License v2.0
1.47k stars 27 forks source link

v6.3 #849

Closed lmorg closed 2 weeks ago

lmorg commented 2 months ago

v6.3

This is a massive release ahead of the v7.0. This brings notifications of new deprecations, new builtins, new flags, improved CI/CD flow, and changes to the website. Unfortunately it also carries 3 breaking changes.

Deprecation Warnings

Please read out compatibility commitment to understand how features are deprecated.

Breaking Changes

Features

Bug Fixes

Special Thanks

Thank yous for this release goes to tiymat, atagen and orefalo for your testing and feedback. Also thank you to everyone in the discussions group and all who raise bug reports.

You rock!

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 76.18070% with 232 lines in your changes missing coverage. Please review.

Project coverage is 42.62%. Comparing base (2208615) to head (1fc61e4). Report is 71 commits behind head on master.

Files with missing lines Patch % Lines
builtins/core/lists/regexp_functions.go 50.00% 28 Missing and 13 partials :warning:
builtins/core/lists/case.go 56.09% 31 Missing and 5 partials :warning:
config/config.go 47.36% 20 Missing :warning:
builtins/core/lists/match.go 44.82% 11 Missing and 5 partials :warning:
builtins/core/datatools/alter.go 46.42% 10 Missing and 5 partials :warning:
builtins/core/lists/regexp_params.go 68.18% 12 Missing and 2 partials :warning:
builtins/core/processes/bgfg_unix.go 0.00% 13 Missing :warning:
builtins/core/management/version.go 53.84% 12 Missing :warning:
debug/debug.go 0.00% 12 Missing :warning:
builtins/events/onSignalReceived/signal_posix.go 0.00% 10 Missing :warning:
... and 13 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #849 +/- ## ========================================== + Coverage 42.36% 42.62% +0.26% ========================================== Files 543 553 +10 Lines 36693 37481 +788 ========================================== + Hits 15545 15977 +432 - Misses 19837 20139 +302 - Partials 1311 1365 +54 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
8 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.3% Duplication on New Code

See analysis details on SonarCloud