Skip to content
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

Merged

Commits on Jul 25, 2018

  1. Merge pull request #21 from AzureCR/master

    Update dev to match Microsoft/vscode-docker/master
    Esteban Rey authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    05b3138 View commit details
    Browse the repository at this point in the history
  2. Added Azure Credentials Manager Singleton (#18)

    * Added Azure Credentials Manager Singleton
    * Added getResourceManagementClient
    Esteban Rey authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a7be0b3 View commit details
    Browse the repository at this point in the history
  3. Sorted Existing Create Registry ready for code review

    Esteban Rey committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b2e5740 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef1ccfa View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. 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
    rsamai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1fca0da View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    60f68d3 View commit details
    Browse the repository at this point in the history
  3. Enabled location selection

    rsamai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    26f00e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Location request fixes

    -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
    rsamai committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    fe0fe2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8d364 View commit details
    Browse the repository at this point in the history
  3. Added SKU selection

    rsamai committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    a61c728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b51397 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    048eb67 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Merge pull request #30 from AzureCR/master

    Master update
    rsamai authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    bc905d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d8a27 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Julia/delete image (#29)

    * 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
    julialieberman authored Aug 4, 2018
    Configuration menu
    Copy the full SHA
    b80af87 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    e2cf013 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from AzureCR/master

    Master merge maintain fork updated
    jvstokes authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    64c8282 View commit details
    Browse the repository at this point in the history
  3. Estebanreyl/dev merge fixes (#43)

    * Merge fixes to acquire latest telemetry items
    
    * Updated to master AzureUtilityManager
    Esteban Rey authored and rsamai committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    05df67c View commit details
    Browse the repository at this point in the history
  4. 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
    rsamai authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    126c01e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. 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 authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    0a3d6e1 View commit details
    Browse the repository at this point in the history
  2. Julia/delete registry final (#47)

    Delete azure registry functionality added
    
    Delete azure registry moved to branch off dev
    
    Reorganized stye
    Esteban Rey authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    19f8b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Merge branch 'master2' into dev

    Esteban Rey committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    06b0c99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from AzureCR/master-dev-merge

    Master dev merge
    rsamai authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    d694255 View commit details
    Browse the repository at this point in the history
  3. began updating

    Esteban Rey committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    4bd802b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Reorganized create registry and delete azure image

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    3d38215 View commit details
    Browse the repository at this point in the history
  2. continued improvements

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    ca723eb View commit details
    Browse the repository at this point in the history
  3. Began updating login

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    3964731 View commit details
    Browse the repository at this point in the history
  4. being credentials update

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    41429c5 View commit details
    Browse the repository at this point in the history
  5. further updates

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    5d84452 View commit details
    Browse the repository at this point in the history
  6. Finished updating, need to test functionality now

    Esteban Rey committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    da96bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Updated requests, things all work now

    Esteban Rey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7a35685 View commit details
    Browse the repository at this point in the history
  2. Applied some nit fixes

    Esteban Rey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    85798ae View commit details
    Browse the repository at this point in the history
  3. Updates to naming

    Esteban Rey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    249839a View commit details
    Browse the repository at this point in the history
  4. maintain UtilityManager standards

    Esteban Rey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9963f25 View commit details
    Browse the repository at this point in the history
  5. Updated Prompts

    Esteban Rey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a8b0f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Updated imports and naming / standarized telemetry

    Esteban Rey committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    47c1ae4 View commit details
    Browse the repository at this point in the history
  2. Added explorer refresh capabilities on delete/add

    Esteban Rey committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    b921791 View commit details
    Browse the repository at this point in the history
  3. Remove build task features from this branch

    This reverts commit 126c01e.
    Esteban Rey committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    042255f View commit details
    Browse the repository at this point in the history
  4. Merge bugfixes and name specification

    Esteban Rey committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    16edcf6 View commit details
    Browse the repository at this point in the history
  5. updated weird naming issue

    Esteban Rey committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    1822adf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Merge remote-tracking branch 'upstream/master' into azurecr/registryM…

    …anagement
    Esteban Rey committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b950564 View commit details
    Browse the repository at this point in the history
  2. Deleted deprecated telemetry, added copyright comment and updated qui…

    …ck picks
    Esteban Rey committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    8dcd3fe View commit details
    Browse the repository at this point in the history
  3. Updated casing

    Esteban Rey committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cd95434 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Updated resource group and registry validity checking and other nit f…

    …ixes
    Esteban Rey committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    96518e7 View commit details
    Browse the repository at this point in the history
  2. Updated Azure Utility Manager to by default sort registries alphabeti…

    …cally
    Esteban Rey committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    24b4d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    014930a View commit details
    Browse the repository at this point in the history
  4. Corrected resourcegroup name test

    Esteban Rey committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    dd2482c View commit details
    Browse the repository at this point in the history
  5. added delete button when deleting an image

    Esteban Rey committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    6c5fb36 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    105a611 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Configuration menu
    Copy the full SHA
    998f639 View commit details
    Browse the repository at this point in the history