Граф коммитов

399 Коммитов

Автор SHA1 Сообщение Дата
Josh Wittner 725bdc0b29
Merge pull request #273 from jwittner/feature/useEnvForKey
Feature/use env for key
2024-09-12 14:06:18 -07:00
Josh Wittner befebd2aa3 Drop alpha branch after testing 2024-09-12 14:03:39 -07:00
Josh Wittner 7c25fdbaf9 New commit 2024-09-12 13:55:41 -07:00
Josh Wittner 4569e7163c Remove key 2024-09-12 13:54:32 -07:00
Josh Wittner 69489b0fad
Merge pull request #271 from Exolun/user/mismit/merge_develop_6_0_stable
Version bump to 6.0 for the break to back compatibility in Update-UnityPackageManagerConfig
2024-09-05 13:59:05 -07:00
Michael Smith 0f880debd6 Version bump to 6.0 for the break to back compatibility in Update-UnityPackageManagerConfig 2024-09-05 13:53:16 -07:00
Josh Wittner bf68cdb9c1
Merge pull request #269 from jwittner/fix/writeHosts
Fixes for write-host usage
2024-09-04 09:30:01 -07:00
Josh Wittner d2281cc4c4 Fixes for write-host usage 2024-09-04 07:49:20 -07:00
Michael Smith 783d77966d
Merge pull request #268 from stevenvergenz/user/stvergen/pwsh7
Remove PSCore-only feature
2024-08-26 11:44:10 -07:00
Steven Vergenz e1e0033249 Remove PSCore-only feature 2024-08-26 11:31:40 -07:00
Michael Smith e573fb3eb3
Merge pull request #267 from stevenvergenz/user/stvergen/visionos
Add VisionOS component support
2024-08-23 10:45:26 -07:00
Steven Vergenz 72019282a7 Remove commented code 2024-08-23 10:32:09 -07:00
Steven Vergenz 7bb883e98d Add tests, fix bugs 2024-08-23 10:31:36 -07:00
Steven Vergenz 0637513d4e Add VisionOS component support 2024-08-22 15:06:04 -07:00
Michael Smith b5996fd513
Merge pull request #266 from Exolun/user/mismit/update_packageconfig_tests
Add some unit tests and integration tests, fix a new-pat arg issue
2024-08-11 23:35:01 -07:00
Michael Smith 1dcee57bd0 Might as well add a TOC to the main readme file 2024-08-09 14:44:36 -07:00
Michael Smith c311fbd82f Add test readme file / updates 2024-08-09 14:39:33 -07:00
Michael Smith cb33cea980 Use $PSScriptRoot relative paths 2024-08-09 13:51:37 -07:00
Michael Smith 20d889ebdb Added unit tests w/ mocks that hit the same input variety as the e2e tests. Added valid json files to allow real test-path validation. 2024-08-08 10:25:29 -07:00
Michael Smith 101dbf559b Add a bunch more tests, validation for PATLifetime over zero, git ignore test result file. 2024-08-06 15:40:21 -07:00
Michael Smith 97ebbb2b14 Adding some initial tests, particularly on the e2etests side. 2024-08-06 15:12:13 -07:00
Josh Wittner fa32f1358b
Merge pull request #265 from jwittner/user/jowitt/guidAndExitFixes
Fixes for param validation, forwarding, and exit behavior
2024-08-05 16:03:14 -07:00
Josh Wittner 6db3b578fb Don't format table for output 2024-08-05 16:01:57 -07:00
Josh Wittner b3585ea182 Fixes for param validation, forwarding, and exit behavior 2024-08-05 12:38:48 -07:00
Michael Smith 41b3df3f9b
Merge pull request #263 from Exolun/user/mismit/default_subscription_onlogin
Add optional default subscription if user needs to reconnect via Connect-AzAccount
2024-08-01 15:00:30 -07:00
Michael Smith 51aa706812 Use splatting for the reconnect args 2024-08-01 14:46:29 -07:00
Michael Smith 4a903c89ae Switch to guid type for subscription parameter 2024-08-01 13:57:57 -07:00
Michael Smith b5666a6e83 + Rename defaultSubscriptionId -> AzureSubscription
+ Add validation of sub ID at entry point
+ Update check to just a string check in New-PAT instead of PSBoundParameters
2024-08-01 10:51:17 -07:00
Michael Smith 6129532fb5 Add optional default subscription when reconnecting Azure account 2024-07-31 17:12:14 -07:00
Michael Smith 01bbbbe417
Merge pull request #261 from Exolun/user/mismit/fix_missing_getmodule_helper
Fix missing helper in Az.Accounts check
2024-07-18 10:53:33 -07:00
Michael Smith 0c26565824 Fix missing helper in Az.Accounts check 2024-07-18 09:18:32 -07:00
Michael Smith 75e68c491a
Merge pull request #260 from Exolun/user/mismit/fix_pipeline_systemtoken
Fix pipeline issues where System token should be used for the PAT if valid
2024-07-17 12:48:07 -07:00
Michael Smith dc63cd5844 Fix pipeline issues where System token should be used for the PAT as opposed to making a HTTP request 2024-07-17 11:25:50 -07:00
Josh Wittner 028b612d09
Merge pull request #257 from jwittner/user/jowitt/bumpMinor
Bump the minor version for new functionality
2024-07-10 16:27:40 -07:00
Josh Wittner 3953fc7597 Bump the minor version for new functionality 2024-07-10 16:27:01 -07:00
Michael Smith d20b71886d
Merge pull request #256 from Exolun/user/mismit/migrate_confirmupm
Refactor and migrate Confirm-UPMConfig into UnitySetup.powershell
2024-07-10 16:13:23 -07:00
Michael Smith 0149ee9e3c Update readme with an example of Update-UnityPackageManagerConfig 2024-07-10 13:59:11 -07:00
Michael Smith 3ab319faf2 Add guid to dependency declaration 2024-07-10 13:50:06 -07:00
Michael Smith 5ee90229ec Fix appveyor CI break 2024-07-10 11:18:06 -07:00
Michael Smith 3b857b69ca Fix an issue where the toml path wasn't passed through to the helper method, so removing dupes/invalid keys wasn't working yet. 2024-07-10 10:59:09 -07:00
Michael Smith e4f05c8f46 Rename exported modules per PR comments 2024-07-10 09:59:27 -07:00
Michael Smith d8612dc6b2 + Remove unused variable
+ Rename Sync-UPMConfig to Update-PackageAuthConfig since to potentially expose a public Sync method with just the .toml path as a target.
2024-07-09 13:59:30 -07:00
Michael Smith b69c6427c6 - Fix AZAPIVersion oopsie
- Remove dynamic install of Az.Accounts
- Declare Az.Accounts dependency
2024-07-08 09:31:54 -07:00
Michael Smith 60bac67937 Delete block trying to use a deprecated ADO environment variable. 2024-07-05 17:31:03 -07:00
Michael Smith 336ec0e27c ADO_BUILD_ENVIRONMENT -> TF_BUILD (builtin for all ADO) 2024-07-05 16:56:35 -07:00
Michael Smith 1a538250b8 Last analyzer formatting fix 2024-07-05 16:46:37 -07:00
Michael Smith cc52384095 More Validation fixes 2024-07-05 16:30:34 -07:00
Michael Smith 5996c39f72 Fix another large batch of invoke-scriptanalyzer errors 2024-07-05 14:20:10 -07:00
Michael Smith 3e3ecd6700 Fix a bunch of trailing whitespace from Invoke-ScriptAnalyzer 2024-07-05 13:27:23 -07:00
Michael Smith f57f1434b5 Remove export for Cmdlets other than Update-UPMConfig and Import-ProjectManifest. Deleted docstrings for now-private helpers 2024-07-05 12:04:07 -07:00