-
Notifications
You must be signed in to change notification settings - Fork 18
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 #192
Release - 5/19/24 #192
Commits on Apr 19, 2024
-
Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for deaf3be - Browse repository at this point
Copy the full SHA deaf3beView commit details
Commits on May 1, 2024
-
Adding adaptive card status when no user session exists; Message when…
… no default user is logged in (#162) * Added framework * Added Card * Added event handler * Renamed * Fix space creep * Added empty user name handling * Added NotRunning handling * Added concurrent project processing --------- Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3b72b8c - Browse repository at this point
Copy the full SHA 3b72b8cView commit details -
Show correct completion state after Dev Box creation and handle delet…
…ion during creation (#163) * update devbox to show correct completion and handle deletion during creation * fix build
Configuration menu - View commit details
-
Copy full SHA for d90654c - Browse repository at this point
Copy the full SHA d90654cView commit details
Commits on May 6, 2024
-
User/sahrbini/fix foreground (#166)
* Fix foreground issue * iteration * iteration * fix potential race condition --------- Co-authored-by: Safet Hrbinic <sahrbini@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 13bed06 - Browse repository at this point
Copy the full SHA 13bed06View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32613dc - Browse repository at this point
Copy the full SHA 32613dcView commit details -
Handle "Waiting for user session" Dev Box config status; Fix slow loa…
…ding (#168) Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3c44c - Browse repository at this point
Copy the full SHA 0f3c44cView commit details -
Updated icon for DevBox (#170)
* Updated icon for DevBox * Addressed comments
Configuration menu - View commit details
-
Copy full SHA for 7626e3e - Browse repository at this point
Copy the full SHA 7626e3eView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eee75b2 - Browse repository at this point
Copy the full SHA eee75b2View commit details
Commits on May 10, 2024
-
Merged PR 10740379: Adding extension side of QuickStart Playground ex…
…perimental feature
Configuration menu - View commit details
-
Copy full SHA for 7618079 - Browse repository at this point
Copy the full SHA 7618079View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b94e2 - Browse repository at this point
Copy the full SHA c9b94e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbc7a3 - Browse repository at this point
Copy the full SHA 7fbc7a3View commit details -
* Added new property & ignoring of new ones * Adding default security context --------- Co-authored-by: Huzaifa Danish <modanish@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 7f7d2ba - Browse repository at this point
Copy the full SHA 7f7d2baView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2100ed - Browse repository at this point
Copy the full SHA f2100edView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9cd160 - Browse repository at this point
Copy the full SHA e9cd160View commit details
Commits on May 15, 2024
-
Showing failures and log info in config flow; Fixing 'cloudpc-app' po…
…pup (#181) * Added winget logging * Fix Windows App check * Housekeeping * Housekeeping II * Added default error message * Added version check * Changed comparison Co-authored-by: sshilov7 <51001703+sshilov7@users.noreply.github.com> * Adding try/catch --------- Co-authored-by: Huzaifa Danish <modanish@microsoft.com> Co-authored-by: sshilov7 <51001703+sshilov7@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e0e4b8b - Browse repository at this point
Copy the full SHA e0e4b8bView commit details -
Add ability to reset API key and better errors for QuickStart Playgro…
…und (#180) * Add settings provider to allow to clear OpenAI key * Add better error handling * Fix display name
Configuration menu - View commit details
-
Copy full SHA for 48f11ee - Browse repository at this point
Copy the full SHA 48f11eeView commit details -
Adding reference samples and setting URI for showing the sample used …
…for generating a project. (#174) * Adding reference samples and setting URI for showing the sample used for generating a project. * PR feedback (use different API for getting to the samples directory) * Remove commented-out code * Adding pipeline variables --------- Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6bf520b - Browse repository at this point
Copy the full SHA 6bf520bView commit details -
Update Pinning operations and error messaging for Dev Box (#182)
* add updates * update erros * fix build * update based on comments * update variable name after merging with main
Configuration menu - View commit details
-
Copy full SHA for 3eb4e01 - Browse repository at this point
Copy the full SHA 3eb4e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5b47e - Browse repository at this point
Copy the full SHA 4d5b47eView commit details -
Adding extra instructions for API key (#185)
Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 704ed6e - Browse repository at this point
Copy the full SHA 704ed6eView commit details -
Updated to use correct completions endpoint - Fixes #184 (#186)
* Updated to use correct completions endpoint * Update src/AzureExtension/QuickStartPlayground/AzureOpenAIService.cs * Update src/AzureExtension/QuickStartPlayground/AzureOpenAIService.cs
Configuration menu - View commit details
-
Copy full SHA for e6bfedd - Browse repository at this point
Copy the full SHA e6bfeddView commit details
Commits on May 16, 2024
-
Update how we get the Bloom thumbnail for dev box due errors that hap…
…pen only when built outside of visual studio (#187) * update how we get thumbnail for dev box * update comments * update comment
Configuration menu - View commit details
-
Copy full SHA for 5bd0a8f - Browse repository at this point
Copy the full SHA 5bd0a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81669fb - Browse repository at this point
Copy the full SHA 81669fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76969ee - Browse repository at this point
Copy the full SHA 76969eeView commit details -
Adding samples-related variables for sync pipeline (#190)
Co-authored-by: Aditya Rastogi <adityar@ntdev.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 52d7e7e - Browse repository at this point
Copy the full SHA 52d7e7eView commit details -
Merge pull request #191 from microsoft/main
Staging - 5/15/24 - 2
Configuration menu - View commit details
-
Copy full SHA for 753e10c - Browse repository at this point
Copy the full SHA 753e10cView commit details