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

[ReleasePrep][2017.05.19]RI of dev into master #3997

Merged
merged 28 commits into from
May 22, 2017
Merged

[ReleasePrep][2017.05.19]RI of dev into master #3997

merged 28 commits into from
May 22, 2017

Commits on May 4, 2017

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

Commits on May 8, 2017

  1. Configuration menu
    Copy the full SHA
    ba13855 View commit details
    Browse the repository at this point in the history
  2. Support MinClientVersion <= 4.1.0.0 (#3860)

    * Support MinClientVersion <= 4.0.0.0
    
    Fixes NuGet/Home#5156
    
    * Update Constants.cs
    maartenba authored and skofman1 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    36d594f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Improved the Gallery's Screen Reader Accessibility (#3902)

    This pull request does the following accessibility improvements:
    
    * Improved the titles of the buttons and select drop-down box on the Upload Verification page
    * Improved the registration form
      * Fixed issue where the email input wasn't properly labelled
      * Made all help texts part of the fields' labels.
    
    All of these changes are on the UI, thus, I didn't do any changes to unit tests.
    
    Fixes VSTS bugs [#395317](https://devdiv.visualstudio.com/DevDiv/_workitems?id=395317&_a=edit&triage=true), [#395879](https://devdiv.visualstudio.com/DevDiv/_workitems?id=395879&_a=edit&triage=true), and [#395340](https://devdiv.visualstudio.com/DevDiv/_workitems?id=395340&_a=edit&triage=true).
    loic-sharma authored May 9, 2017
    Configuration menu
    Copy the full SHA
    b84d965 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

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

Commits on May 11, 2017

  1. Revert "Added index on ([SemVerLevelKey], [IsLatest], [Deleted]) on P…

    …ackages table. (#3934)"
    
    This reverts commit def1907.
    agr committed May 11, 2017
    Configuration menu
    Copy the full SHA
    c4297a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcb6a8 View commit details
    Browse the repository at this point in the history
  3. Adding recommended index to the Packages table (#3950)

    * Index recommendation for SemVerLevelKey (#3867)
    
    * Fixed the csproj
    agr authored May 11, 2017
    Configuration menu
    Copy the full SHA
    b2c49c8 View commit details
    Browse the repository at this point in the history
  4. Improved NuGet Gallery's Accessibility (#3936)

    Improved accessibility for the following pages:
    
    * Account Page
      * Improved the upload and manage package links by separating the label
      and describe sections. Resolves [VSTS #395337](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395337&_a=edit)
      * Improved accessibility of "Change" button toggles. The screen reader
      will now describe their state as "expanded" or "collapsed".
      Fixes [VSTS #395336](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395336&_a=edit)
      * Improved accessibility of "Add Key" button for API Key management.
      The screen reader will now describe the button as disabled or not.
      Fixes [VSTS #395343](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395343&_a=edit).
      * Improved accessibility of "Example glob patterns" link on the API
      Key management by making it selectable with the "Tab" key.
    * Manage my Packages Page
      * Improved the `Edit` and `Delete` accessibility labels. Fixes
      [VSTS #395342](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395342&_a=edit).
    * Upload Package Page
      * Added label to the file upload input. Fixes [VSTS #395339](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395339&_a=edit)
    loic-sharma authored May 11, 2017
    Configuration menu
    Copy the full SHA
    b9d3484 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Use HTTPS clone in README.md instead of SSH (#3955)

    This is easier since it does not require an SSH key
    joelverhagen authored May 12, 2017
    Configuration menu
    Copy the full SHA
    d944bb3 View commit details
    Browse the repository at this point in the history
  2. Only use the certificate, since netsh http add sslcert only accepts…

    … a single certificate at a time (#3959)
    
    Throw if netsh complains about incorrect parameters
    joelverhagen authored May 12, 2017
    Configuration menu
    Copy the full SHA
    61368c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98fdbf5 View commit details
    Browse the repository at this point in the history
  4. Update CSS to show focused elements.

    Move some css around to try to limit visual impact of change. (#3939)
    ryuyu authored May 12, 2017
    Configuration menu
    Copy the full SHA
    ce1bf4e View commit details
    Browse the repository at this point in the history
  5. Make PackageDownloadsDetail and PackageDownloadsByVersion graphs upda…

    …te without refreshing the page (#3951)
    Scott Bommarito authored May 12, 2017
    Configuration menu
    Copy the full SHA
    319bc79 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Scoped API keys UI - disabled elements are accessible using tab (#3963)

    * fix: tab access is enabled on disabled elements
    
    * make pretty
    skofman1 authored May 15, 2017
    Configuration menu
    Copy the full SHA
    74cd45a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    6a7b75c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea3066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bc005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e424f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdc08cb View commit details
    Browse the repository at this point in the history
  6. Merge fix

    chenriksson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    e9a92cb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. fix for 3828 (#3972)

    cristinamanum authored May 17, 2017
    Configuration menu
    Copy the full SHA
    d1203e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d0a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f25393 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    eddf514 View commit details
    Browse the repository at this point in the history
  2. Update Report Abuse Page (#3985)

    * Add block to hide/show copyright claim requirements based on selection.
    * Moves validation of signature to controller. Dynamically validate on client side when required.
    * Add email admin message. Fix required input UI marking.
    * Fix a typo in the mailto address.
    ryuyu authored May 19, 2017
    Configuration menu
    Copy the full SHA
    d0bc5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1c1d56 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Merge pull request #3996 from NuGet/master

    [ReleasePrep][2017.05.19]FI of master into dev
    ryuyu authored May 20, 2017
    Configuration menu
    Copy the full SHA
    3ac8517 View commit details
    Browse the repository at this point in the history