Open
Conversation
- Add frozen_string_literal: true to all Ruby files - Move test cookbook from test/fixtures/cookbooks/test to test/cookbooks/test - Fix partial reference from _partial/git to _partial/_git in system_install - Remove EOL platforms, add current Ubuntu/Debian/AlmaLinux/Fedora platforms - Add default kitchen suite exercising primary system install workflow - Align CI matrix with kitchen.yml suites and platforms - Update Ruby versions in test recipes to 3.3.10, 3.4.9, 4.0.1 - Simplify package_deps.rb removing EOL Debian version branches - Add ChefSpec tests for all 8 resources and helper modules - Add default InSpec suite with controls for system install workflow - Update Ruby versions in existing InSpec integration tests - Move documentation to flat documentation/ structure - Update README with current platform list, doc paths, and test cookbook path - Add LIMITATIONS.md documenting install method, build deps, platform/arch notes - Remove stale test/unit specs
Slowest examplesTop 10 slowest examples (1.07 seconds, 33.07% of total time)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernise the
ruby_rbenvcookbook following the sous-chefs custom resource workflow.Changes
frozen_string_literal: trueto all Ruby filestest/fixtures/cookbooks/testtotest/cookbooks/test_partial/git→_partial/_git) insystem_installdefaultkitchen suite exercising the primary system install workflowkitchen.ymlsuites and platforms3.3.10,3.4.9,4.0.1package_deps.rb, removing EOL Debian version branchesdocumentation/structureREADME.mdwith current platform list, doc paths, and test cookbook pathLIMITATIONS.mddocumenting install method, build deps, and platform/arch notestest/unitspecs