Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Don't prevent free users from creating private repos.#2165

Merged
grokys merged 2 commits intomasterfrom
fixes/2164-free-account-private-repos
Jan 9, 2019
Merged

Don't prevent free users from creating private repos.#2165
grokys merged 2 commits intomasterfrom
fixes/2164-free-account-private-repos

Conversation

@grokys
Copy link
Copy Markdown
Contributor

@grokys grokys commented Jan 9, 2019

GitHub now allows unlimited free repositories for free users. Remove the code that prevented this.

🎉

Fixes #2164

Copy link
Copy Markdown
Collaborator

@jcansdale jcansdale left a comment

Choose a reason for hiding this comment

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

Looks good and works well. 😄

Can we delete CanKeepPrivate, ShowUpgradePlanWarning, ShowUpgradeToMicroPlanWarning and UpgradeAccountPlan from the various Designer views?

Copy link
Copy Markdown
Collaborator

@jcansdale jcansdale left a comment

Choose a reason for hiding this comment

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

Looks good to me. LGTM!

@grokys grokys merged commit 96884ce into master Jan 9, 2019
@grokys grokys deleted the fixes/2164-free-account-private-repos branch January 9, 2019 14:06
Copy link
Copy Markdown
Collaborator

@jcansdale jcansdale left a comment

Choose a reason for hiding this comment

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

Yey, commenting now works! 😄

/// <summary>
/// If the repo can be made private (depends on the user plan)
/// </summary>
public bool CanKeepPrivate { get { return canKeepPrivate.Value; } }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Yey, commenting now works! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants