Skip to content

Website convenience cmdlets #5585

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

Merged
merged 24 commits into from
Mar 6, 2018
Merged

Website convenience cmdlets #5585

merged 24 commits into from
Mar 6, 2018

Conversation

markcowl
Copy link
Member

@markcowl markcowl commented Feb 20, 2018

Description

Checklist

var percent = (int)(progress * 100.0);
var r = new[] { "|", "/", "-", "\\" };
var x = r[DateTime.Now.Second % 4];
WriteProgressAsync(
Copy link
Contributor

Choose a reason for hiding this comment

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

this implementation may have a bug in progress bar. Here's a fix for it https://github.com/Azure/azure-powershell/pull/5487/files

{
get
{
return "To connect your website with a git repository, you must have the git executable installed. Please download and install git from https://git-scm.com/";
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be a resource string?


ConcurrentQueue<ShouldContinuePrompt> _continue = new ConcurrentQueue<ShouldContinuePrompt>();

ConcurrentQueue<ProgressRecord> _progress = new ConcurrentQueue<ProgressRecord>();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: we may have only one queue of actions instead of several data queues.

sergey-shandar
sergey-shandar previously approved these changes Mar 5, 2018
@markcowl
Copy link
Member Author

markcowl commented Mar 5, 2018

@maddieclayton maddieclayton merged commit 471f374 into Azure:preview Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants