-
Notifications
You must be signed in to change notification settings - Fork 517
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
Azurecr/registry management #383
Azurecr/registry management #383
Commits on Jul 25, 2018
-
Merge pull request #21 from AzureCR/master
Update dev to match Microsoft/vscode-docker/master
Esteban Rey authoredJul 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 05b3138 - Browse repository at this point
Copy the full SHA 05b3138View commit details -
Added Azure Credentials Manager Singleton (#18)
* Added Azure Credentials Manager Singleton * Added getResourceManagementClient
Esteban Rey authoredJul 25, 2018 Configuration menu - View commit details
-
Copy full SHA for a7be0b3 - Browse repository at this point
Copy the full SHA a7be0b3View commit details -
Sorted Existing Create Registry ready for code review
Esteban Rey committedJul 25, 2018 Configuration menu - View commit details
-
Copy full SHA for b2e5740 - Browse repository at this point
Copy the full SHA b2e5740View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1ccfa - Browse repository at this point
Copy the full SHA ef1ccfaView commit details
Commits on Jul 26, 2018
-
broke up createnewresourcegroup method and fixed client use
Added try catch loop and awaited for resource group list again to check for duplicates with ResourceManagementClient
Configuration menu - View commit details
-
Copy full SHA for 1fca0da - Browse repository at this point
Copy the full SHA 1fca0daView commit details -
Jackson esteban/unified client nit Fix (#24)
* Added Azure Credentials Manager Singleton * Small Style Fixes * Further Style fixes, added getResourceManagementClient * Lazy Initialization Patches
Esteban Rey authoredJul 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 60f68d3 - Browse repository at this point
Copy the full SHA 60f68d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f00e2 - Browse repository at this point
Copy the full SHA 26f00e2View commit details
Commits on Jul 30, 2018
-
-Changed order of questions asked to user for better UX (location of new res group & location of new registry) -Placeholder of location is display name view
Configuration menu - View commit details
-
Copy full SHA for fe0fe2f - Browse repository at this point
Copy the full SHA fe0fe2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8d364 - Browse repository at this point
Copy the full SHA 5c8d364View commit details -
Configuration menu - View commit details
-
Copy full SHA for a61c728 - Browse repository at this point
Copy the full SHA a61c728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b51397 - Browse repository at this point
Copy the full SHA 9b51397View commit details
Commits on Aug 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 048eb67 - Browse repository at this point
Copy the full SHA 048eb67View commit details
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc905d8 - Browse repository at this point
Copy the full SHA bc905d8View commit details -
Merge pull request #22 from AzureCR/Esteban-Julia-Rutu/CreateRegistry
Create Registry
Configuration menu - View commit details
-
Copy full SHA for 37d8a27 - Browse repository at this point
Copy the full SHA 37d8a27View commit details
Commits on Aug 4, 2018
-
* first fully functional version of delete through input bar AND right click * refactored code to make it prettier! * comments * comments, added subscription function * fixed to style guide * style fixes, refactoring * delete image after reviews put my functions from azureCredentialsManager into two new files: utils/azure/acrTools.ts, and commands/utils/quick-pick-azure.ts Edited code based on Esteban's and Bin's reviews * One last little change to delete image * moved repository, azureimage, and getsubscriptions to the correct places within deleteImage * changes from PR reviews on delete image * fixed authentication issue, got rid of azureAccount property for repository and image **on constructor for repository, azurecredentialsmanager was being recreated and thus couldn't find the azureAccount. For this reason, I got rid of the azureAccount property of the classes Repository and AzureImage. This bug may lead to future problems (Esteban and I couldn't see why it was happening) * minor fixes deleteImage * delete a parentheses
Configuration menu - View commit details
-
Copy full SHA for b80af87 - Browse repository at this point
Copy the full SHA b80af87View commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e2cf013 - Browse repository at this point
Copy the full SHA e2cf013View commit details -
Merge pull request #42 from AzureCR/master
Master merge maintain fork updated
Configuration menu - View commit details
-
Copy full SHA for 64c8282 - Browse repository at this point
Copy the full SHA 64c8282View commit details -
Estebanreyl/dev merge fixes (#43)
* Merge fixes to acquire latest telemetry items * Updated to master AzureUtilityManager
Configuration menu - View commit details
-
Copy full SHA for 05df67c - Browse repository at this point
Copy the full SHA 05df67cView commit details -
Rutusamai/list build tasks for each registry (#37)
* tslint updates, transfered from old branch * updated icon * Addressed PR comments- mostly styling/code efficiency * Changed url to aka.ms link * changed Error window to Info message for no build tasks in your registry * Changed default sku and unified parsing resource group into a new method, getResourceGroup in acrTools.ts * Changed build task icon
Configuration menu - View commit details
-
Copy full SHA for 126c01e - Browse repository at this point
Copy the full SHA 126c01eView commit details
Commits on Aug 9, 2018
-
Julia/delete repository final (#49)
* deleteRepo moved over to branch off dev * Got rid of unnecessary code, fully functioning! * deleteRepo moved over to branch off dev * Got rid of unnecessary code, fully functioning! * spacing * final commit * Cleaned code * Added Telemetry
Esteban Rey authoredAug 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 0a3d6e1 - Browse repository at this point
Copy the full SHA 0a3d6e1View commit details -
Julia/delete registry final (#47)
Delete azure registry functionality added Delete azure registry moved to branch off dev Reorganized stye
Esteban Rey authoredAug 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 19f8b72 - Browse repository at this point
Copy the full SHA 19f8b72View commit details
Commits on Aug 13, 2018
-
Merge branch 'master2' into dev
Esteban Rey committedAug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 06b0c99 - Browse repository at this point
Copy the full SHA 06b0c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for d694255 - Browse repository at this point
Copy the full SHA d694255View commit details -
Esteban Rey committed
Aug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 4bd802b - Browse repository at this point
Copy the full SHA 4bd802bView commit details
Commits on Aug 14, 2018
-
Reorganized create registry and delete azure image
Esteban Rey committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 3d38215 - Browse repository at this point
Copy the full SHA 3d38215View commit details -
Esteban Rey committed
Aug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for ca723eb - Browse repository at this point
Copy the full SHA ca723ebView commit details -
Esteban Rey committed
Aug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 3964731 - Browse repository at this point
Copy the full SHA 3964731View commit details -
Esteban Rey committed
Aug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 41429c5 - Browse repository at this point
Copy the full SHA 41429c5View commit details -
Esteban Rey committed
Aug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 5d84452 - Browse repository at this point
Copy the full SHA 5d84452View commit details -
Finished updating, need to test functionality now
Esteban Rey committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for da96bf0 - Browse repository at this point
Copy the full SHA da96bf0View commit details
Commits on Aug 15, 2018
-
Updated requests, things all work now
Esteban Rey committedAug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 7a35685 - Browse repository at this point
Copy the full SHA 7a35685View commit details -
Esteban Rey committed
Aug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 85798ae - Browse repository at this point
Copy the full SHA 85798aeView commit details -
Esteban Rey committed
Aug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 249839a - Browse repository at this point
Copy the full SHA 249839aView commit details -
maintain UtilityManager standards
Esteban Rey committedAug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 9963f25 - Browse repository at this point
Copy the full SHA 9963f25View commit details -
Esteban Rey committed
Aug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for a8b0f82 - Browse repository at this point
Copy the full SHA a8b0f82View commit details
Commits on Aug 16, 2018
-
Updated imports and naming / standarized telemetry
Esteban Rey committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 47c1ae4 - Browse repository at this point
Copy the full SHA 47c1ae4View commit details -
Added explorer refresh capabilities on delete/add
Esteban Rey committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for b921791 - Browse repository at this point
Copy the full SHA b921791View commit details -
Remove build task features from this branch
This reverts commit 126c01e.
Esteban Rey committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 042255f - Browse repository at this point
Copy the full SHA 042255fView commit details -
Merge bugfixes and name specification
Esteban Rey committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 16edcf6 - Browse repository at this point
Copy the full SHA 16edcf6View commit details -
Esteban Rey committed
Aug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 1822adf - Browse repository at this point
Copy the full SHA 1822adfView commit details
Commits on Aug 22, 2018
-
Merge remote-tracking branch 'upstream/master' into azurecr/registryM…
…anagement
Esteban Rey committedAug 22, 2018 Configuration menu - View commit details
-
Copy full SHA for b950564 - Browse repository at this point
Copy the full SHA b950564View commit details -
Deleted deprecated telemetry, added copyright comment and updated qui…
…ck picks
Esteban Rey committedAug 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 8dcd3fe - Browse repository at this point
Copy the full SHA 8dcd3feView commit details -
Esteban Rey committed
Aug 22, 2018 Configuration menu - View commit details
-
Copy full SHA for cd95434 - Browse repository at this point
Copy the full SHA cd95434View commit details
Commits on Aug 23, 2018
-
Updated resource group and registry validity checking and other nit f…
…ixes
Esteban Rey committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 96518e7 - Browse repository at this point
Copy the full SHA 96518e7View commit details -
Updated Azure Utility Manager to by default sort registries alphabeti…
…cally
Esteban Rey committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 24b4d09 - Browse repository at this point
Copy the full SHA 24b4d09View commit details -
Updated azureRegistryNodes and registryRootNode to use shared functions
Esteban Rey committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 014930a - Browse repository at this point
Copy the full SHA 014930aView commit details -
Corrected resourcegroup name test
Esteban Rey committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for dd2482c - Browse repository at this point
Copy the full SHA dd2482cView commit details -
added delete button when deleting an image
Esteban Rey committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 6c5fb36 - Browse repository at this point
Copy the full SHA 6c5fb36View commit details
Commits on Aug 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 105a611 - Browse repository at this point
Copy the full SHA 105a611View commit details
Commits on Aug 25, 2018
-
Resolve merge conflicts and update no azureAccount issue
Esteban Rey committedAug 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 998f639 - Browse repository at this point
Copy the full SHA 998f639View commit details