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

removing datasource from publish dialog for insiders #11009

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

udeeshagautam
Copy link
Contributor

@udeeshagautam udeeshagautam commented Jun 18, 2020

This PR fixes # #10983 for this insiders with minimal change. Will re-enable post insiders for further work. Validated with all enabled/disabled tests

image

@udeeshagautam udeeshagautam requested review from kisantia and Benjin June 18, 2020 23:00
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 35.077% when pulling 1f6c2da on bug/removeDatasourceFromInsider into 935733d on main.

@@ -92,10 +93,11 @@ export class DeployDatabaseDialog {
{
title: constants.targetDatabaseSettings,
components: [
/* TODO : enable using this when data source creation is enabled
Copy link
Contributor

Choose a reason for hiding this comment

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

With this removal, does connectionIsDataSource need to be explicitly set to false (rather than undefined)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The two places its checked for 1) enable deploy/script button 2) chose connection to create - both checking undefined so it works. Let me know if you still feel I should change it (closing this PR but can do in the other open PR.)

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.

Data source option should not available as an option for publish if the feature is not ready
4 participants