-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break up private functions & search menu bugfix (#152)
* 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
- Loading branch information
1 parent
3bb70f4
commit 1a4eabd
Showing
86 changed files
with
5,436 additions
and
4,489 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
test_results | ||
JumpCloud.ADMU.nuspec | ||
**/.nupkg | ||
Deploy/ADMU.ps1 | ||
Deploy/ADMU.ps1 | ||
Deploy/admuTemplate.ps1 |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.