Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip/backup/print config message #11

Closed
wants to merge 3 commits into from

Commits on Feb 3, 2024

  1. Print Derived Configuration Report (bcoe#517)

    feat: print derived config variables
    feat: print derived config variables in json
    test: 12 new unit tests to support features
    test: 1 skipped unit test for discovered bug in yargs with reports param
    mcknasty committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e08d186 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. refactor: added print-config.js file

    refactor: moving banner art to a function with a template literal
    refactoring test/print-config.js unit tests
    refactor: deprecating chai should statements
    refactor: require statments order
    refactor: moved before hook to inside the describe block
    refactor: changed skip syntax
    refactor: print-format unit tests to be more concise
    refactor test/help-message.js
    refactor: deprecating should statements
    refactor: requires in the header of the file
    docs: Adding jdocs styled comments
    docs: refactor todo notes
    fix: deprecating replaceAll for replace
    fix: updating snapshots
    test: unit test to cover gap in formatPrintVariable function
    refactor: cleanUpArgumentArray to make logic more concise
    refactor: addressing a gap in coverage
    test: adding a unit test for cleanUpArgumentArray
    docs: updating todo items and noting a gap in coverage
    refactor: config table generation is now split up into functions
    refactor,docs: fixed spelling mistakes
    refactor: restricting the --print-config-format flag to either text or json
    refactor: changing the name of the interface from cleanUpArgumentArray to cleanUpArgumentObject
    docs: adding jsdocs to new functions in lib/print-config.js
    fix: unit test with cross platform path concerns
    docs: fixing spelling mistakes
    test: unit test for printConfigText to cover gap
    docs: doc block for "Test: ensure config prints without a config file"
    docs: updating the readme to include print config flags
    refactor: unit test for no config file - compressed snapshot
    refactor: print config display to add padding
    refactor: print config to dynamically draw certain lines
    docs: adding doc blocks to unit test
    refactor: changing name of test helpers function file
    refactor: eslint disable lines
    refactor: eslint disable lines
    fix: fixing snapshop error by removing dynamic display components
    test: updating snapshot on windows
    docs: add todo items, misc notes
    feat: added longestColumn function
    test: longestColumn unit test
    docs: fixed some errors in jsDocs.  Added jsDocs for some functions.
    fix: Error in text rendering of configuration due to padding bug.
    refactor: printing of objects and arrays.  left a todo item.
    fix: test case failing on number of columns in config table
    test: added a test to printing objects
    fix: an error where the graphic and summary were not centered
    docs: adding comments to runspawn function
    refactor: removing lines from cleanJson function
    refactor: update to windows snapshots
    docs: updating notes in test helpers.  Finished a todo and added a todo
    refactor: removed cleanJson function in test helpers
    refactor: cleaned up runSpawn funtion if logic
    refactor: new windowsPathProcessing function
    refactor: simplifying runSpawn function
    test: new snapshots
    docs: windowsPathProcessing jsdocs block
    feat: runc8 function wrapper for runSpawn
    refactor: updated runSpawn interface to support additional options
    docs: removed reg ex todos
    mcknasty committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bbf5df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c822613 View commit details
    Browse the repository at this point in the history