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

Cleanup #6310

Merged
merged 5 commits into from
Aug 15, 2018
Merged

Cleanup #6310

merged 5 commits into from
Aug 15, 2018

Conversation

skofman1
Copy link
Contributor

  1. Removed broken AppVeyor integration
  2. Removed unused PagerDuty settings
  3. Cleaned up + updated deployment instructions

@@ -135,7 +131,7 @@
<add key="Gallery.Brand" value="NuGet Gallery"/>
<add key="Gallery.GalleryOwner" value="NuGet Gallery &lt;support@nuget.org&gt;"/>
<add key="Gallery.GalleryNoReplyAddress" value="NuGet Gallery &lt;noreply@nuget.org&gt;"/>
<add key="Gallery.ConfirmEmailAddresses" value="true"/>
<add key="Gallery.ConfirmEmailAddresses" value="false"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having 'true' as default creates a bad experience for local deployments/web app deployments. Doesn't make sense to require confirmation if SMTP is not configured..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may make #5509 more obvious.

README.md Outdated
@@ -49,6 +47,10 @@ You can undo this with this command:

This should help prevent unwanted file commits.

## Deploy

You will find [here](https://github.com/NuGet/NuGetGallery/blob/master/docs/Deploying/README.md) instructions on how to deploy the Gallery to Azure.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the more typical way to say this is

You will find instructions on how to deploy the Gallery to Azure [here](https://github.com/NuGet/NuGetGallery/blob/master/docs/Deploying/README.md).

@@ -135,7 +131,7 @@
<add key="Gallery.Brand" value="NuGet Gallery"/>
<add key="Gallery.GalleryOwner" value="NuGet Gallery &lt;support@nuget.org&gt;"/>
<add key="Gallery.GalleryNoReplyAddress" value="NuGet Gallery &lt;noreply@nuget.org&gt;"/>
<add key="Gallery.ConfirmEmailAddresses" value="true"/>
<add key="Gallery.ConfirmEmailAddresses" value="false"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may make #5509 more obvious.

@skofman1 skofman1 merged commit e5bc4fb into dev Aug 15, 2018
@skofman1 skofman1 deleted the cleanup branch August 15, 2018 00:20
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

Successfully merging this pull request may close these issues.

3 participants