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

Tilovell 908 987 curatedfeed perf and package uniqueness #1002

Commits on Apr 2, 2013

  1. Commit changes being perf analyzed

    Tim Lovell-Smith committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    a134bfc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

  1. Second change for fixing #987 Improve the performance of curated feed…

    … package searches by filtering in terms of PackageRegistrations, not Packages, and thereby optimizing the SQL queries. Also adding a webpage for searching curated feeds, for debugging purposes only since nothing links to it.
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    5ce0936 View commit details
    Browse the repository at this point in the history
  2. Fix for #908 - Curated Feeds show duplicated packages in database and…

    … some query results.
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    3fe0d7d View commit details
    Browse the repository at this point in the history
  3. Add a unit test that covers the new controller. Also adding in an ICu…

    …ratedFeedService abstraction for mocking. That service doesn't feel so bad, but the test does feel a bit contrived.
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    2df091b View commit details
    Browse the repository at this point in the history
  4. Fix #987 - greatly feed up curated feed search by storing curated fee…

    …d keys in the Lucene Index and using that for filtering the search results instead of hitting the database and merging lists.
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    7e940ba View commit details
    Browse the repository at this point in the history
  5. Revert the addition of SQL code for deleting DuplicateCuratedPackages…

    …. This will move over to a SQL script in NuGetOperations.
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    ae00b01 View commit details
    Browse the repository at this point in the history
  6. Fix having the wrong Index name in migration CuratedFeedPackageUnique…

    …ness.Down()
    Tim Lovell-Smith committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    a0b83ac View commit details
    Browse the repository at this point in the history