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

Merge dev into feature-redesign #4337

Merged
merged 70 commits into from
Jul 6, 2017
Merged

Merge dev into feature-redesign #4337

merged 70 commits into from
Jul 6, 2017

Commits on May 22, 2017

  1. Merge pull request #3997 from NuGet/dev

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

Commits on May 26, 2017

  1. Fixed Report Abuse Page's Accessibility (#4001)

    Fixes #4002. Relevant to [VSTS #395879](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395879&_a=edit). This help-text bug was for the sign-in page, but this also affects the Report Abuse page.
    
    * Fixed accessibility of email field in report abuse page
    * Fixed signature accessibility
    loic-sharma authored May 26, 2017
    Configuration menu
    Copy the full SHA
    863b88b View commit details
    Browse the repository at this point in the history
  2. Use ServerCommon's Response Code Processor (#3999)

    * Added Nuget.Services.Logging; moved to TelemetryResponseCodeProcessor
    * Added binding redirect for AI
    loic-sharma authored May 26, 2017
    Configuration menu
    Copy the full SHA
    49747f1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

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

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    65bfb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b08a6 View commit details
    Browse the repository at this point in the history
  3. Add support for semVerLevel query parameter to V2 endpoints (#3714)

    * adding new optional semVerLevel query parameter to v2 odata endpoints
    
    * adding new optional semVerLevel query parameter to v2 autocomplete endpoints
    
    * Applying semVerLevel filter on v2 OData endpoints
    
    * Use [FromUri] attribute on semVerLevel
    (avoids having single quotes in the parameter value)
    
    * Ensure navigation links on v2 feeds use normalized version
    
    * Clarifying comment on Get(Id=,Version=) v2 API
    
    * Properly default to semver2 inclusion on Get(Id=,Version=)
    
    * Compare NormalizedVersion to be able to retrieve matching SemVer2 package versions for a given normalized version string.
    
    * Code review feedback
    
    * Update and fix broken test data
    xavierdecoster committed May 31, 2017
    Configuration menu
    Copy the full SHA
    fa0298f View commit details
    Browse the repository at this point in the history
  4. Keep legacy version compliance checks in place for non-SemVer2 versio…

    …ns (#3761)
    
    * Keep legacy version compatibility checks in place for non-semver2 versions
    
    * Added comment to clarify the reasons behind the legacy version check.
    
    * Fix typo
    
    * Rename test for clarity
    
    * code review feedback
    xavierdecoster committed May 31, 2017
    Configuration menu
    Copy the full SHA
    50c0f95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86537ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c48f1ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    397a22f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0281401 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6342239 View commit details
    Browse the repository at this point in the history
  10. ODataV2CuratedFeedController should support semver2 by default when r…

    …equesting a specific version, and compare on NormalizedVersion
    xavierdecoster committed May 31, 2017
    Configuration menu
    Copy the full SHA
    f4b685b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41c2b73 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2e8c08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1072143 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84f8b7d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d44ebb1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    980958b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0c290a8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2fb3fda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0110e78 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    42c5428 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    67e60e6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e2b662a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d1fa7bf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32cfd7d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bd0d98a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2488ba View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ac11c00 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    647c959 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    40bd08c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    73278d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    b0edded View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3758 from NuGet/feature/semver2

    Phase 2 of SemVer2 support
    xavierdecoster authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    730f54e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4037 from NuGet/dev

    Merge dev into master - SemVer2
    xavierdecoster authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    e598224 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    9597a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f00cd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    0aea0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6072600 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4064 from NuGet/master

    FI master->dev
    chenriksson authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    36e1300 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Average download shown incorrectly when its 1.x #4039 (#4040)

    * Average download shown incorrectly when its 1.x #4039
    
    * Moved logic to viewmodel and added UTs
    xavierdecoster authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    2319b4b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. SemVer2 - Missing db index on Packages table #498 (#4073)

    * SemVer2 - Missing db index on Packages table #498
    
    * SemVer2 - Missing db index on Packages table for partial search #499 (#4074)
    xavierdecoster authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    b590859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e027b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d355d07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a740b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09de95d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac7a89d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fee73ed View commit details
    Browse the repository at this point in the history
  8. Deployment Prep - Merge dev into master (#4096)

    * Make downloads link on home page a proper link (#4052)
    
    * Fix the date format on stats page (#4057)
    
    * Update telemetry processors (#4059)
    
    * Average download shown incorrectly when its 1.x #4039 (#4040)
    
    * Average download shown incorrectly when its 1.x #4039
    
    * Moved logic to viewmodel and added UTs
    
    * Package-Versions autocomplete endpoint does not properly handle semVerLevel when using the db #4086 (#4087)
    
    * v2 package-versions auto-complete endpoint should exclude deleted versions #4092 (#4093)
    
    * Remove auto-refresh AJAX call for total stats on home page #4090 (#4091)
    xavierdecoster authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    59591cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8fed25 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev'

    xavierdecoster committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    ac3199b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Support for policy propagation (#4061)

    - Added inline confirmation when adding new package owner
    - Added package URL link to package owner request emails
    - Added new notification to co-owners when package owner request is confirmed
    - Added secure push policy messaging to communication above (confirmation, request, and notification)
    - Added secure push policy messaging to package view for owners and admins
    - Fixed bug on security policy admin view where toggle all broken if multiple subscriptions
    - Updated security policy admin view to not reload page on update postback
    chenriksson authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    e4bd4cb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Support for policy propagation (#4061) (#4117)

    - Added inline confirmation when adding new package owner
    - Added package URL link to package owner request emails
    - Added new notification to co-owners when package owner request is confirmed
    - Added secure push policy messaging to communication above (confirmation, request, and notification)
    - Added secure push policy messaging to package view for owners and admins
    - Fixed bug on security policy admin view where toggle all broken if multiple subscriptions
    - Updated security policy admin view to not reload page on update postback
    xavierdecoster authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    68e84b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. #4097 Adding unit tests to assert autocomplete service hijack properl…

    …y constructs query strings (#4121)
    xavierdecoster authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    d91a591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5486f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

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

Commits on Jun 22, 2017

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

Commits on Jun 26, 2017

  1. Forcing HTTPS in Gallery (#3993)

    * RequireSslAttribute to support the HEAD method correctly
    
    * RequireSslAttribute is now used for every single request.
    
    * Functional tests
    
    * ForceSslMiddleware instead of global filter
    
    * Removed the "if authenticated" comment
    
    * Made Gallery to use the Nuget.Services.Owin library instead of other HTTPS redirect classes.
    
    * Udpated to newer version of the ForceSslMiddleware.
    Added /api/status to the list of exclusions.
    
    * Merge error fix
    
    * ForceSslExclusion documentation fix
    
    * Stable NuGet.Services.Owin
    
    * Added separate method for the Load Balancer to check the Gallery's own health (not the dependent services).
    Modified tests to check that the new method does not redirect to HTTPS.
    
    * Added `ForceSslExclustion` value example.
    Duplicated documentation for the `ForceSslExclustion` in `AppConfiguration`.
    
    * renamed the endpoint for LB health probe
    
    * undo default SSL setting update
    agr authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    b0d125a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95190d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4286 from NuGet/master

    [Deployment 28.06.2017] FI master->dev
    chenriksson authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    7303b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Add X-NuGet-Warning header to response when pushing SemVer2 package (#…

    …4292)
    
    * Add X-NuGet-Warning header to response when pushing SemVer2 package
    
    * added unit test
    xavierdecoster authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    d6aa89c View commit details
    Browse the repository at this point in the history
  2. Warn package authors when uploading a semver2 package through the web…

    … site (#4239)
    
    * Warn package authors when uploading a semver2 package through the web site
    
    * CR feedback
    
    * fix wording
    
    * Avoid HTML duplication of submit button on VerifyPackage view + move button out of the warning banner for semver2
    
    * Added fwlink + updated wording
    xavierdecoster authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    6cb5fed View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Fix trx output of functional tests not to override each other (#4302)

    * Fix trx output of functional tests not to override each other
    
    * PR feedback
    skofman1 authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    60f9cef View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

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

Commits on Jul 5, 2017

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

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    695ebe5 View commit details
    Browse the repository at this point in the history
  2. [Redesign]Few Stats Chart fixes (#4333)

    * Add new common stylesheet for highcontrast specific changes.
    * shift bars slightly so Downloads text is always visible.
    ryuyu authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    ee5d61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0751325 View commit details
    Browse the repository at this point in the history