EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
987 stars 155 forks source link

[806] Add System Profiler Utility #2224

Closed Rixxan closed 1 month ago

Rixxan commented 2 months ago

Description

When receiving bug reports, there is a number of details about the user's environment that need collected. These include the version of EDMC, the OS version and architecture, the game version, and other diagnostic details.

This PR adds a standalone system utility to gather all of this information in one place, as well as adding links to the utility from the Help menu of EDMC. The profiler uses only standard library tools we already bundle with EDMC, and minimal external utilities also present in EDMC. Some aspects of the system profiler are imported, such as config and Monitor, so any issues with those systems may not be diagnosable by this tool (though that will tell us things too!)

The Profiler can be run as an EXE bundled with default distributions, or by the console if running from source with the --out-console argument.

This PR also significantly reorders and cleans up the default bug report template, removing old guidance that has not been "new" for years.

Finally, this PR optimizes several of the repository images, reducing image file sizes by 25%

Type of Change

Screenshots

327233323-57fae736-6cab-44ca-bc36-6987a15c909a

How Tested

Tested under a number of conditions to ensure uniform output, including intentionally triggering failures in the ability to pull EDMC or Journal data. Tested in compiled and source builds.

Notes

Resolves #806

Uses the new translation system