Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
Kameron Carr 839db5008b TypeError Fix
Despite dictionaries not preserving order after Python3.6, they still have not implemented
the reverse functionality in the data type.
2020-09-03 21:37:09 +00:00
Kameron Carr 3a59c3b883
Update README.md
Add link to wiki for contributions.
2020-09-03 14:25:50 -07:00
Kameron Carr c53ec608af Reverse DAG Order
It seems much more likely that plugins will rely on plugins that come before it.
Therefore it seems more likely that plugins ordered by execution sequence will follow
a reverse ordered DAG. Therefore dependencies should be activated in reverse order.
2020-09-03 17:15:05 +00:00
Kameron Carr ebcf50c531 Start README
Added a basic introduction and usage section to the README.
2020-09-02 22:25:56 +00:00
Kameron Carr c847b76400 Changes based on demo feedback
Made a few small changes including name changes and small bug fixes.
2020-09-02 22:07:45 +00:00
Kameron Carr 78f323de4b Implement changes suggested by Simon
* Print messages about what vProfiler is doing
* Make a report / summary page of VM specs
* Demo some analysis being done on the report
2020-08-27 18:59:52 +00:00
Microsoft Open Source 65b09ffaf3 Initial LICENSE-CODE commit 2020-08-17 14:19:19 -07:00
Microsoft Open Source ac08d2ebdd Initial SECURITY.md commit 2020-08-17 14:19:19 -07:00
Microsoft Open Source 54ee393c35 Initial README.md commit 2020-08-17 14:19:19 -07:00
Microsoft Open Source 83f6203a30 Initial LICENSE commit 2020-08-17 14:19:19 -07:00
Microsoft Open Source 1a6268775b Initial CODE_OF_CONDUCT.md commit 2020-08-17 14:19:19 -07:00
microsoft-github-operations[bot] c1e48950a5 Initial commit 2020-08-17 14:19:17 -07:00
Kameron Carr 62de5f70f2 Quiet supportconfig 2020-08-17 14:19:02 -07:00
Kameron Carr f6202d6902 Ready for Demo
vProfiler will now run sosreport or supportconfig depending on the distro. --upload URL now zips the ./logs
folder and uploads it to the blob storage container.
2020-08-17 14:19:02 -07:00
Kameron Carr 3ac4f40263 Reorganize and Error Checking
Checks for more edge cases and things that could go wrong in the plugins.yaml file.
Also handled errors that appeared on various linux distributions.
2020-08-17 14:19:02 -07:00
Kameron Carr 85e0c4d85b YaML method [Testing]
Implemented the plugin meta information using YaML instead of CSV.
The commands only echo right now to for testing purposes.
Actual plugin commands will be inserted after this is tested on every
platform I am trying to support.
2020-08-17 14:19:02 -07:00
Kameron Carr c3b8c448ea CSV Method 2020-08-17 14:19:02 -07:00
Kameron Carr 048cdab504 [hyperv] Missed a comma
Hopefully this is the last change before the plugin PR gets accepted.

Signed-off-by: Kameron Carr <kameroncarrcollege@gmail.com>
2020-08-17 14:19:02 -07:00
Kameron Carr 3c92c7f9df [hyperv] Made suggested changes
You can see the pull request at https://github.com/sosreport/sos/pull/2151.

Signed-off-by: Kameron Carr <kameroncarrcollege@gmail.com>
2020-08-17 14:19:02 -07:00
Kameron Carr f8f7c3d5bc [hyperv] Edit plugin for Official Pull Request
The plugin now has prerequisite files to test if on a Hyper-V system. Added a comment to explain why globbing was necessary.

Signed-off-by: Kameron Carr <kameroncarrcollege@gmail.com>
2020-08-17 14:19:02 -07:00
Kameron Carr 6c66904301 [hyperv] Generalize /boot/config file collection
Edited the sosreport hyperv plugin to be more general and collect the
/boot/config* file off any hyperv system and not just ones on Azure.
For example, on hyperv on Windows the file is named config-*-general
instead of config-*-azure.

Signed-off-by: Kameron Carr <kameroncarrcollege@gmail.com>
2020-08-17 14:19:02 -07:00
Kameron Carr 25249e2950 Hyper-V Plugin 2020-08-17 14:18:57 -07:00
Kameron Carr eecfc52be1 First Commit 2020-08-17 14:18:42 -07:00