-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* PMM-11658 move TempDir inside the main dist tree * PMM-11658 add panic on error for tmp creation * PMM-11658 panic using the logger * PMM-11658 refactor old APIs PMM_11658 change the message wording * PMM-11658 throw away redundant installs * PMM-11658 cleanup the tmp directory an agent shutdown PMM-11658 remove a debug statement PMM-11658 format the code PMM-11658 fix a linter error * PMM-11658 clean TmpDir on agent stop event * PMM-11658 fix the tmp path in tests * PMM-11658 fix timing in TmpDir path assignment and creation * PMM-11658 refactor TempDir assignment logic PMM-11658 skip the failing test PMM-11658 print some debug info * PMM-11658 set a nicer user prompt for docker PMM-11658 print more debug info * PMM-11658 refactor TmpDir to be relative of cwd PMM-11658 format the code * PMM-11658 do not use root dirs in tests * PMM-11658 fix linter errors * PMM-11658 use t.Cleanup vs defer * PMM-11658 adress review comments * PMM-11658 make TempDir relative to BasePath, fix tests * PMM-11658 minor corrections * PMM-11658 fix the prompt * PMM-11658 revert .golangci.yml * PMM-11658 remove redundant TmpDir creation * PMM-11658 fix the lint error
- Loading branch information
Alex Tymchuk
authored
Jul 24, 2023
1 parent
b8ead6d
commit 46ecd31
Showing
7 changed files
with
118 additions
and
47 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
Oops, something went wrong.