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

Isolate more features #6854

Merged
merged 17 commits into from
Aug 22, 2019
Merged

Isolate more features #6854

merged 17 commits into from
Aug 22, 2019

Conversation

anthonydresser
Copy link
Contributor

Isolates backup/restore/notebooks and extension entry points to their own contribution files

Anthony Dresser and others added 13 commits August 18, 2019 02:35
…erwidget contribution into their respective files
# Conflicts:
#	src/sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution.ts
#	src/sql/workbench/parts/query/browser/queryActions.ts
# Conflicts:
#	src/sql/workbench/common/actions.contribution.ts
#	src/sql/workbench/common/actions.ts
#	src/sql/workbench/parts/dashboard/browser/widgets/explorer/explorerWidget.common.contribution.ts
#	src/sql/workbench/parts/dataExplorer/common/nodeActions.common.contribution.ts
#	src/sql/workbench/parts/objectExplorer/browser/serverTreeActionProvider.ts
#	src/sql/workbench/parts/query/browser/query.contribution.ts
Copy link
Contributor

@Charles-Gagnon Charles-Gagnon left a comment

Choose a reason for hiding this comment

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

:shipit:

import 'sql/workbench/parts/dataExplorer/common/extensions.contribution';

//restore
import 'sql/workbench/parts/restore/browser/restore.contribution';
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason we are leaving out the other contributions?

Copy link
Contributor

@Charles-Gagnon Charles-Gagnon left a comment

Choose a reason for hiding this comment

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

Make sure you re-run the OE integration tests and update the context menu expected actions if needed

@anthonydresser
Copy link
Contributor Author

@Charles-Gagnon i fixed the tests for this pr

@anthonydresser anthonydresser merged commit 82a8f09 into master Aug 22, 2019
@anthonydresser anthonydresser deleted the refactor/moreContributions branch August 22, 2019 23:54
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.

3 participants