-
Notifications
You must be signed in to change notification settings - Fork 644
11 1 Deployment Test Plan
Pull Request #1668: initial commit
|
#1659 Integrate Microsoft.Owin.Security Opened by anurse 5 days ago
Pull Request #1667: Integrate Microsoft.Owin.Security
Andrew's Test Notes - Create some SHA1-password users before deployment (I'll send out instructions) - Log in with various users having PBKDF2 ("new") and SHA1 ("old") passwords, verify that SHA1 passwords are replaced (instructions to come) - Log off and try to directly hit a URL like "/account", verify redirect to login page and redirect back to "/account" after login - Upload packages through the GUI - Upload packages through NuGet push API - Use NuGet push with no API Key -> Get Username prompt - Use NuGet push with bogus API Key -> Get Forbidden response - Use NuGet push with API key that doesn't own package -> Get Forbidden response - Log in, then navigate to "http://[nuget site root]/" -> Redirects to SSL Homepage - Log off, verify that the following Cookies are NOT present: ".AspNet.Cookies", ".ForceSSL"
|
#1647 Unlisted Packages' pages erroneously show notice that a prerelease version is available Priority - 2 3 - Merged to Dev Opened by claycompton 10 days ago
Pull Request #1654: Fixes # 1647 - erroneous message that a newer prerelease package is avai...
|
#1646 Packages don't appear on users' /account/Packages pages if all versions are unlisted 3 - Merged to Dev Opened by claycompton 11 days ago Issue #1645: Getting error page while trying to open "my packages" page. #1370 Manage my packages page broken Priority - 1 3 - Merged to Dev Opened by bhuvak 3 months ago 1 comment
Pull Request #1624: Manage packages page / user profile broken Pull Request #1653: Tilovell/1370 manage packages page broken for bhuva
Upload multiple versions of a package, unlist all of them, verify latest unlisted package is shown for the package page. Unlist selected versions of a package, verify:
Upload multiple versions of a package, unlist selected versons, verify unlisted versions are visible on owner's manage packages page
Verify all combinations of latest, pre-release, and pending edit on different packages, verify correct messages are shown in each case on both package and package version pages. Verify across browsers (IE7+, C, FF, S, O) Accessibility spot-check Screen reader compatibility (JAWS, NVDA)
|
#1620 Client side issues for invalid urls on verify package page Priority - 2 2 - In Review Opened by TimLovellSmith 19 days ago 8 comments
Pull Request #1658: Tilovell/1620 url validation problems on verify page
|
#1608 Sign In / Register Feedback Priority - 2 2 - In Review Opened by jeffhandley 24 days ago 1 comment
Pull Request #1660: Update the registration/sign-in process in line with Jeff's latest feedback
From Jeff's bug:
|
Pull Request #1597: [Final Code, but not ready to merge] Credentials Table
|
• #403 Change the version-less package page to show the latest stable, while giving users a good indication that there's a pre-release version available Priority - 1 3 - Merged to Dev Epic - Site Redesign
Pull Request #1626: Tilovell/403 latest stable should be default package version seen
|