• Damian Szidiropulosz's avatar
    NAS-120692 / 23.10 / WIP: Mock Enclosure in dev mode (#8067) · 1cf2362e
    Damian Szidiropulosz authored
    * NAS-120692: WIP: Initial basic functionality
    
    * NAS-120692: WIP: Ignore disk.query data with only name and type keys
    
    * NAS-120692: Fix enclosure-template related issues
    
    * NAS-120692: Improve mock.js script
    
    * NAS-120692: Switch mock script to typescript
    
    * NAS-120692: Make setting a configuration file a sub command
    
    * NAS-120692: Add remote url related commands
    
    * NAS-120692: Replaced separate mock and setup scripts with single setup script with sub commands
    
    * NAS-120692: Updated README file
    
    * NAS-120692: Add banner for cli help
    
    * NAS-120692: Fix test:pr script
    
    * NAS-120692: updated lock file
    
    * NAS-120692: Leveragee environment file instead of trying to load via httpclient
    
    * NAS-120692: Rename command to ui
    
    * NAS-120692: Update readme with new command name
    
    * NAS-120692: Testing to see if this can temporarily fix CI scripts
    
    * NAS-120692: Fix build:prod errors
    
    * NAS-120692: Fix some tests
    
    * NAS-120692: Allow setting individual config options in setup script
    
    * NAS-120692: Add enclosure number to template data object
    
    * NAS-120692: Fix enclosure number on m50 rear. Add ES102 to available shelves
    
    * NAS-120692: Remove console warning
    
    * NAS-120692: StorageDashboardDisks should not be referenced outside of storage dashboard
    
    * NAS-120692: Ensure there is always an environment file present when dealing with non prod scenarios
    
    * NAS-120692: Suppress errors for test:pr
    
    * NAS-120692: Don't forget suppress condition
    
    * NAS-120692: Fix reset function
    
    * NAS-120692: Move models.json to environments directory. Added --showshelves flag
    
    * NAS-120692: Clean up console output
    
    * NAS-120692: Update README
    
    * NAS-120692: Remove figlet.d.ts
    
    * NAS-120692: Don't use npx
    
    * NAS-120692: Move files to scripts directory. Remove setup_env.js. Rename setup to check-environment
    
    * NAS-120692: Fix models.json path
    
    * NAS-120692: Fix error if -s is given an empty string
    
    * NAS-120692: Mock config wizard
    
    * NAS-120692: Make wizard output strings match formatting of mock command output strings
    
    * NAS-120692: Use model property instead of answer key
    
    * NAS-120692: Pull yarn lock from master
    
    * NAS-120692: check_env should handle case of deprecated environment format
    
    * NAS-120692: Reset environment file after build:prod
    
    * NAS-120692: Try removing lint disable
    
    * NAS-120692: Try removing lint disable on check_env
    
    * NAS-120692: Try removing lint disable on environment.template
    
    * NAS-120692: Don't add eslint-disable when saving environment
    
    * NAS-120692: Better figlet import statement
    
    * NAS-120692: Fix indentation of generated environment file
    
    * NAS-120692: Add indentation to generated config.json file
    
    * NAS-120692: updated lock file
    
    * NAS-120692: Suppress check-environment errors on build:prod
    
    * NAS-120692: Don't invoke check-environment on build:prod
    
    * NAS-120692: Only test typescript files in ./src
    
    * NAS-120692: Update jest-canvas-mock and make it a dev dependency only
    
    * NAS-120692: Update commander to latest version. Add examples to help text
    
    * NAS-120692: Updated README with yarn ui command and check-environment command info
    
    * NAS-120692: Add a complete help text example with all options
    
    * NAS-120692: More README improvements
    
    * NAS-120692: Show old value on remote subcommand output
    
    * NAS-120692: Remove ui script and all mention from help text
    
    * NAS-120692: Abbreviate check-environment script name to check-env
    
    * NAS-120692: Update check-environment instructions in README
    
    * NAS-120692: Rename mock to mock-opt and make mock command guided for better UX
    
    * NAS-120692: Tweaked help text. Forgot to run git rm on old config files
    
    * NAS-120692: Add quiet mode to check-env. Mock first in help.
    
    * NAS-120692: Only ignore the files, not the whole directory
    
    * NAS-120692: Added readme file so directory is actually stored in repo
    
    * NAS-120692: Pull in and modify ws service from master
    
    * NAS-120692: Only list files that end with config.json
    
    * NAS-120692: Remove commented code
    
    * NAS-120692: Fix mock websocket related tests
    1cf2362e