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

fix: Start bots panel design and error popup issues #5061

Merged
merged 9 commits into from
Dec 2, 2020

Conversation

srinaath
Copy link
Contributor

@srinaath srinaath commented Dec 2, 2020

Description

Misc fixes for start bots panel styles.

  1. Resolves missing .net dependency warning.

Screenshots

Screen Shot 2020-12-02 at 11 40 53 AM

 

Screen Shot 2020-12-02 at 11 41 05 AM

 

Final2

Fixes #4975

Srinaath Ravichandran added 6 commits December 2, 2020 00:34
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Hold the failed status

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Adjusted polling interval

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Updated regex

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Error callout visibility

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Adjust styles

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Added a stopping status

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Tests wrapped up

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Style updates

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

Global controller visibility set

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
…oser into srravich/bugfix-dotnet-error

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

# Conflicts:
#	Composer/packages/server/src/locales/en-US.json
#	extensions/vacore/yarn.lock
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
@srinaath srinaath added BotProjects Group all Bot projects tickets 1.3 1.3 Release labels Dec 2, 2020
@srinaath srinaath added this to the R11 milestone Dec 2, 2020
Srinaath Ravichandran added 3 commits December 2, 2020 13:54
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Copy link
Contributor

@beyackle beyackle left a comment

Choose a reason for hiding this comment

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

I know it's the same regexp that was already there, but if you want to change that, you could. Everything else looks fine.

};

const checkIfDotnetVersionMissing = (err: any) => {
return /(Command failed: dotnet build)| (Command failed: dotnet user-secrets)|(install[\w\r\s\S\t\n]*\.NET Core SDK)/.test(
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure I understand that character class. \s\S together means "any character at all", so just install.*\.NET should work fine.

@srinaath srinaath merged commit 4ad27ee into feature/bot-projects Dec 2, 2020
@srinaath srinaath deleted the srravich/bugfix-dotnet-error branch December 2, 2020 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.3 1.3 Release BotProjects Group all Bot projects tickets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants