-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release - 5/19/24 #2970
Merged
Merged
Release - 5/19/24 #2970
Conversation
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
* Removing orientation * Changing to stack panel --------- Co-authored-by: Felipe da Conceicao Guimaraes <felipeda@microsoft.com>
* Standardizing Login UI across account and URL. Need to refactor * Refactor a bit of the log in code * Making the gold case work * Adding a comment --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
* Add third party notices link to Settings About * Move notice to repository root, i.e. solution dir
* Localizing strings in the summary page * Restoring a file --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
…2724) * Fixing margins in the loading and summary screen * Update tools/SetupFlow/DevHome.SetupFlow/Views/SummaryView.xaml Co-authored-by: Kristen Schau <47155823+krschau@users.noreply.github.com> --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com> Co-authored-by: Kristen Schau <47155823+krschau@users.noreply.github.com>
* Adding message if no repos * Adding 'will' --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
* Enabling DevHome to re-add the same path * Removing error type check * Typo --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
#2731) * Added popup * Added operations resource * Changed comment to ToDo * Added back Sync timer --------- Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
* sdk changes - build succeeded * update contract version * update version of SDK * address PR feedback * address PR feedback * address PR feedback
* Move Dev Home to WAP Project to support upcoming features --------- Co-authored-by: Jason Holmes <Jason.Holmes@microsoft.com>
* Enable UI tests to be run locally * fix up scripts * update TODO text
…md (#2751) * Special case based on whether we're building in VS --------- Co-authored-by: Jason Holmes <Jason.Holmes@microsoft.com>
Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
* Fix paths in the AppxManifest * Fix load path for widget templates --------- Co-authored-by: Jason Holmes <Jason.Holmes@microsoft.com>
Co-authored-by: Jeff Whiteside <jwhites@microsoft.com>
* Fix issues * Addressed PR comments * Addressed PR comment
…e state change events. (#2732) * fix dynamic operations * remove progress update after operation completion
* add scenarios * Delete tools/Environments/DevHome.Environments/TestingScenarios/Environments.md * Update CreateEnvironment.md * Update SetupEnvironment.md * Address comment and remove duplicated step
* Quiet mode: Add process performance metrics telemetry # Telemetry collected: ## Computer Information: - Gather information about the computer's hardware, including the processor count, processor type, motherboard, and RAM size. ## Session Category Metrics: - Report aggregate process metrics by category. ## Process Information: ### Selects specific processes to upload based on certain criteria: - Processes with a maximum CPU usage percentage greater than or equal to 20%. - Processes with a standard deviation (sigma) of CPU usage exceeding a certain threshold. - Processes with an average CPU usage percentage exceeding 1%. - The SearchIndexer process. For each selected process, the code uploads information such as process name, category, sample count, maximum CPU percentage, sigma, average CPU percentage, and total CPU time. # Other: * Always record metrics to disk (even when DevHome is open) * Quiet session is now a placebo 5% of the time * Fixed harmless (but expensive) exception (ACCESS DENIED) when attempting to get CPU time for CSRSS.exe every sampling * Added telemetry event for saving the Analytic Summary
* Auto-refresh works * Remove unnecessary usings, add the files added * Addressed PR comments
… all environment pages (#2833) * add hyper-v changes * add more updates * add more updates * fix bad merge * address comments and make select environment page refresh since it doesn't have a sync button * address comments * update based on comments and make sure pages switch from asking your to go to extensions page to asking user to create environment when the click the sync button after installing an extension * revert locking properties variable and use object again
Quiet mode: Move error string into description Also fixed: CPU percent threshold to 2% instead of 0.02%
* add small fixes * update string * add comment based on PR feedback
* Add AddCreateButton * Fix accessibility * Create AddCreateButton.md * Update Readme.md * Update Readme.md * Add HyperlinkButton version
* Fix QuickStart Playground UI to reset selected extension when cancel is clicked during extension initialization. * Add error UI * PR feedback
* Disabled on ARM * PR comment changes --------- Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
* Fix ordering of new VMs on environments page * Addressed PR comments
* Add template for symbols publishing * Switch symbol product back to DevHome * Symbol subscription is stored as a pipeline variable --------- Co-authored-by: Jason Holmes <Jason.Holmes@microsoft.com>
…bility, data binding) (#2857) * Reference sample functionality, plus UX fixes (accessibility, data binding). * PR feedback (remove unused code / resources) * Remove unnecessary use of BoolToVisiblityConverter --------- Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
* add updates * Update text and notification size * update variable name * remove unused using statement per PR comment * update pinned methods to check for pinned status before invoking call * update Release to dispose
* alias abs path * try-catch --------- Co-authored-by: Darshak Bhatti <dabhatti@micorsoft.com>
Staging - 5/14/24
* strings and url * visibility * pr feedback * pr feedback * string and icon * merge conflict --------- Co-authored-by: Darshak Bhatti <dabhatti@micorsoft.com>
…o stale projects (#2930) Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
…ion (#2950) * update how we update the properties * fix ordering * update based on comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the pull request
References and relevant issues
Detailed description of the pull request / Additional comments
Validation steps performed
PR checklist