-
Notifications
You must be signed in to change notification settings - Fork 7
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
Break up private functions & search menu bugfix (re-release) #154
Merged
+35
−15
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
* copied functions into new directory * Move Start Migration * remove functions from start-migration * move form * Changes for Form * move progress form * process by owner changes * progress forms changes * Assets file for forms * Get-ImageFromB64 * Function Names * rename Build-Exe * 2.7.11 version + build module functions * change patch for new-admuTemplate * pester tests * CI changes for functions location * functions tests * update several variable names in test /ci * paths for tests * update Build tests * Update VS Settings * paths for tests * Get-SID replace * migration tests paths * migration tests paths * remove start-jcadmu.ps1 file * escape $pid * write out log content * skip tests and validate log location in build runner * not tail log lines * Write-ToLog shouldn't terminate when writing an error * order in error messages * skip functions tests + why are we using silentlyContinue? * can't skip functions tests * write-error should be write-warnings until final throw message * tail and validate local users * version of artifact action * add param to build [skip ci] * write out additional debugging * CUT-4541 - reinstall search/ start appx for all devices (not just windows 10) * fixed migration tests by importing the module instead of calling start migration (which no longer contains any private functions) * variable names and logging changes * set systemKey in migration tests * Variable names * form elements, update to xaml form for MTP selection * manual tests for uwp + selection form * mtp selection form background + size * form changes for selecting another MTP org, manual tests * Form changes, test-button function updated to test various cases in helper functions * automate tests for selection form Test-MigrationButton * test the selection form in ci * mock names * Only show option to change ORG is MTP admin is returned * CUT-4589 Test for selection form on non-valid SID users * change placeholder text in progress form * update form to declare form elements before submission * Add focus controls to prevent checking the name each time a character is pressed (team to discuss) * CUT-4589 Test-LocalUsername fix * resolve changes with Get-MtpOrganization tests * skip migration tests * manual tests + changes to form, no default password * updates for local-username tests * test local username changes * build date * update start-migration for Get-MtpOrganization changes * Update form changes/ test-localUsername * remove throw in Test-LocalUserName, some devices might not have a user profile to validate like CI * variable name * update test-localUsernames after user is created * temp password should show valid when first viewing the selection form * incorrectly defined manual test * show error for username matching hostname * space in mtp selection
kmaranionjc
approved these changes
Jan 30, 2025
gweinjc
approved these changes
Jan 30, 2025
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.
Issues
What does this solve?
build.ps1
Is there anything particularly tricky?
NA
How should this be tested?
Additional tests have been written to validate the changes to the selection form. There are three manual test files to check in this release. A number of items have changed in this release we need to validate those changes with the manual test files:
Screenshots