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

Some standalone and other fixes #2110

Merged
merged 37 commits into from
Dec 5, 2017
Merged

Some standalone and other fixes #2110

merged 37 commits into from
Dec 5, 2017

Conversation

exc3eed
Copy link
Contributor

@exc3eed exc3eed commented Dec 1, 2017

  • Login logout experiences for standalone version
  • Custom popup window for Storage and Sql connection string for standalone version
  • Unique subscription name validation is added for standalone version
  • Hide refresh and create new app when subscription list is empty for standalone version
  • Refresh button is removed from subscription menu for standalone version
  • innerHtml is used for for displaying error text/content/link properly in cron validation section
  • sidenav padding is removed for standalone version
  • App setting and visual studio option is removed from app download dialog box

afarok added 30 commits November 8, 2017 21:59
…function page. Dropdown is now updated after generic appsetings popup window closed
… use well known key name: 'AzureWebJobsStorage'
@dnfclas
Copy link

dnfclas commented Dec 1, 2017

@exc3eed,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

return (control: AbstractControl): {[key: string]: any} => {
return Promise.resolve({ friendlySubName: 'Check sub' });
};
};
Copy link
Contributor Author

@exc3eed exc3eed Dec 1, 2017

Choose a reason for hiding this comment

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

This is not needed. Remove it. A separate validation class is already created and used #Resolved

Copy link
Contributor

@hartra344 hartra344 left a comment

Choose a reason for hiding this comment

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

source 5


ngOnInit() {
}

Copy link
Contributor

@hartra344 hartra344 Dec 4, 2017

Choose a reason for hiding this comment

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

nit: whitespace in this file #Resolved

import { SelectOption } from '../../shared/models/select-option';
import { TranslateService } from '@ngx-translate/core';
import { PortalResources } from '../../shared/models/portal-resources';

Copy link
Contributor

@hartra344 hartra344 Dec 4, 2017

Choose a reason for hiding this comment

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

nit: whitespace #Resolved

import { TranslateService } from '@ngx-translate/core';
import { UserService } from './../../shared/services/user.service';
import { Subscription } from './../../shared/models/subscription';

Copy link
Contributor

@hartra344 hartra344 Dec 4, 2017

Choose a reason for hiding this comment

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

whitespace #Resolved

@@ -181,7 +181,10 @@
<value>View files</value>
</data>
<data name="functionNew_chooseTemplate" xml:space="preserve">
<value>Choose a template below or</value>
<value>Choose a template below</value>
Copy link
Contributor

@ammanifold ammanifold Dec 4, 2017

Choose a reason for hiding this comment

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

I think you should make a new variable for this. Currently the "or" is needed as the message is: "Choose a template below or go to the quickstart" so omitting "or" would not make sense #Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are using "or". "or" is defined in line 337


In reply to: 154789230 [](ancestors = 154789230)

<radio-selector [options]="options" [defaultValue]="optionTypes.azure" (value)="optionsChange.next($event)"></radio-selector>
</div>
<div [class.disabled] = "option === optionTypes.azure">
<input [disabled] = "option === optionTypes.azure" type="text" placeholder="{{'storage_endpoint_empty_text' | translate}}" [(ngModel)]="endpoint" />
Copy link
Contributor

@ammanifold ammanifold Dec 4, 2017

Choose a reason for hiding this comment

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

<input [disabled] = "option === optionTypes.azure" type="text" placeholder="{{'storage_endpoint_empty_text' | translate}}" [(ngModel)]="endpoint" /> [](start = 28, length = 149)

nit: line to long, format so there is one attribute per line #Resolved

}


@Input() set functionApp(functionApp: FunctionApp) {
Copy link
Contributor

@ammanifold ammanifold Dec 4, 2017

Choose a reason for hiding this comment

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

nit: whitespace #Resolved

@exc3eed exc3eed merged commit acf8374 into dev Dec 5, 2017
@exc3eed exc3eed deleted the asfarok-standalonechanges2 branch December 5, 2017 22:45
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.

5 participants