-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Command metadata now logged per command. Feedback command can reach this metadata. Command duration and time since last run now properly shown. Print format updates. Minor bug fixes. Prompt user for issue they want info on. Fix bugs. changes with browser Skip feedback commands. Browser open works. Verbose shows issue template. Refactored code, although printing and time logic seems to be incorrect. * Add tests for az feedback. Update bug_report.md file. Fix exit code bug. * Address linter/style errors. Update History.rst Delete last 5 commands if number of cached commands exceeds 25. Address more style issues. style fixes Move feedback test to correct location. More style fixes. * Rename FileNotFoundError to OSError. Address style problems. More style fixes. Fix python 2 error. * Update command logger context. Ensure that failed show commands log to command metadata logs. Minor changes. * Fix docker build issue. Properly detect powershell. Address some feedback. * Fixed log cleanup bug. Remove sensitive information from command_args. Minor updates. Fix bug where command_data_dict could be None. * Detect powershell. Take 2. * Fix setup.py * Style fix. * az feedback no longer shows command duration. Other stylistic updates. * Style fix. * Pylint, line too long.
- Loading branch information
Showing
18 changed files
with
956 additions
and
89 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.