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

Deploy D4 to Production #2118

Closed
20 of 31 tasks
analogrelay opened this issue May 7, 2014 · 5 comments
Closed
20 of 31 tasks

Deploy D4 to Production #2118

analogrelay opened this issue May 7, 2014 · 5 comments
Assignees
Milestone

Comments

@analogrelay
Copy link
Contributor

Deployment D4

Status: Testing Complete.

Focus: Fix $skipToken issue and other Gallery contributions/UI tweaks.

Services to Deploy:

Bugs Fixed: https://github.com/NuGet/NuGetGallery/issues?milestone=53&page=1&state=closed

Deployment Process

  • Deploy relevant version of the V2 Gallery Service using Octopus
  • After Production Deployment ONLY: Close this bug!

Pull Requests/Interesting Commits

See the Bugs Fixed section for details.

Test Plan

Since the $skiptoken bug fix has code change in the mainline path ,it would be good to make sure that paging works fine in all the below scenarios with this change.

Search endpoint :

  • External Search end point.
  • In-built lucene index in the web server.
  • Query run against Database (in case if Lucene cannot interpret the sort order or some thing) how to simulate this scenario?

Clients:
All these end-points, need to be tested from all clients :

  • NuGet Add package dialog.
  • NuGet package manager console. (Get-package –ListAvailable with filter option)
  • NuGet command line
  • Web matrix
  • Direct Odata feed query.
  • Search query from web browser and paging through results.
  • Linqpad
  • API based simple client
  • Searching against curated feeds (web matrix, windows 8 and .net curated feed) for sanity.

Other bug fixes:

Test Status

  1. Int Deployment is complete.
  2. Testing in progress.
@analogrelay analogrelay added this to the D4 milestone May 7, 2014
@analogrelay analogrelay self-assigned this May 7, 2014
@analogrelay
Copy link
Contributor Author

FYI #2094 is mostly irrelevant to us since we don't use the old "Backend" service in our deployment any more, we use the NuGet.Services.Work service instead. There isn't really anything to verify against in our environment.

@analogrelay
Copy link
Contributor Author

To force-query the database using the search endpoint, try something like ordering by Version or Description or something else odd like that.

@analogrelay
Copy link
Contributor Author

New package is building now, without $skipToken fix. I'll update the bugs.

Note, the new package also includes a tiny change from @jeffhandley : e776909

@analogrelay
Copy link
Contributor Author

V2Gallery v3.0.33 has the reversion

@danliu
Copy link
Contributor

danliu commented May 14, 2014

Deployed to production.

@danliu danliu closed this as completed May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants