- Fixes#1764, fixes#1765
- Fixes bug where configModifiers were passed in the dashboard service in some places, and a different object with incompatible / missing fields in a different one. Now it always passes in the owner object, and this should have the required fields
- Note: this doesn't fix the problem where the code does not fail to build, which I would have expected to be the case.
- Adds "provider" as an option for TabConfig including in the schema
- Filter by "provider" type when loading tabs. If provider is not set for a tab, will assume "MSSQL" since it's the default provider. This is a design decision - without this, we would either have to disable tabs that don't show this or have them incorrectly show for non-MSSQL provider types
Notes:
Does not override behavior for individual widgets, which still get the current provider set as their provider if not specified. This seems to be required so should be fine.
We will fix tasks/widgets that aren't supported by a provider showing up in a separate PR, since it's a different issue
* change to generic injection
* formatting
* fixed missed merge
* change to keep a record of the services per selector
* formatting
* adding back in tests
* apply back tests
* remove fundamentally broken test
This is an initial PR for a new model-driven UI where extensions can provide definitions of the components & how they're laid out using Containers.
#1140, #1141, #1142, #1143 and #1144 are all tracking additional work needed to improve the initial implementation and fix some issues with the implementation.
Features:
- Supports defining a FlexContainer that maps to a flexbox-based layout.
- Supports creating a card component, which is a key-value pair based control that will lay out simple information to a user. Eventually this will have an optional set of actions associated with it.
- Has a sample project which shows how to use the API and was used for verification
* Initial VS Code 1.21 file copy with patches
* A few more merges
* Post npm install
* Fix batch of build breaks
* Fix more build breaks
* Fix more build errors
* Fix more build breaks
* Runtime fixes 1
* Get connection dialog working with some todos
* Fix a few packaging issues
* Copy several node_modules to package build to fix loader issues
* Fix breaks from master
* A few more fixes
* Make tests pass
* First pass of license header updates
* Second pass of license header updates
* Fix restore dialog issues
* Remove add additional themes menu items
* fix select box issues where the list doesn't show up
* formatting
* Fix editor dispose issue
* Copy over node modules to correct location on all platforms
* commting .d.ts changes
* added serverinfo to .d.ts
* maybe its working?
* works
* updated contrib
* remove unnecessary code
* fix compile errors
* update task schema and add the ability to specifiy a when clause
* update defaults for tasks widget
* add when to restore and back up tasks to not show up for cloud servers
* formatting
* fixing engine
* add restore to server page
* work in progress
* set up necessary code. need to work on getting it working
* formatting
* work in progress
* work in progress
* formatting
* work in progress
* work in progress
* work in progress
* formatting
* needs a lot of work regarding how we do actions vs how extensions do actions
* formatting
* use connection profile for actions
* change action to be
* Add left nav bar and inner tab contribution
* place holder for dashboard left nav bar
* formatting
* refactor widget helper
* improving the panel look and feel
* removed extra files that added by accident
* Initial work of adding tab in the dashboard (#526)
* refactor dashboard to have the home tab
* formatting
* fix grid layout issue
* fix initailize issue in database dashboard
* Add action bar to the panel and add close tab to the dashboard (#562)
* add action bar to the panel and add close tab to the dashboard
* formatting
* Tab contribution (#564)
* added contrib
* disabled edit for extensions; fixed new name for insights contrib
* fix merge issue
* move file
* formatting
* fix builds
* moving imports
* Expand on tab contrib (#581)
* added contrib
* disabled edit for extensions; fixed new name for insights contrib
* fix merge issue
* move file
* formatting
* fix builds
* adding to contrib
* updated contrib
* format
* moving imports
* updated contribution to map to current design
* implemented actually using provider and edition filtering
* Refactor and fix issues in close tab and add the placeholder for pin tab (#588)
* refactor and fix issues in close tab and add the placeholder for pin tab
* formatting
* remove the redundant code
* add clear all tabs in dashboard page init
* Initial work for adding a feature tab dialog (#594)
* initial work for add new dashboard tab
* formatting
* fix add panel action issue
* fix breaking change
* fix issues and tab and panels
* formatting
* minor fix
* address comments
* Add tab status to add extension tab dialog (#610)
* add tab status to add extension tab dialog
* add tab status to add extension tab dialog
* rename add feature tab action
* address comments
* Webview widget (#618)
* getting closer
* webview widget now works
* fix problem with rerendering webview
* formatting
* ensure that webview only shows up for extensions
* formatting
* comments
* fix more compile issues
* Change dashboard page init (#640)
* changed init of serverpage
* formatting
* Webview tab (#638)
* getting closer
* webview widget now works
* fix problem with rerendering webview
* formatting
* ensure that webview only shows up for extensions
* formatting
* comments
* fix more compile issues
* refacting stuff
* added inital webview tab
* piped through messaging and tested
* Implement pin/unpin feature and always on tabs (#629)
* implement pin/unpin feature
* fix issue where insight can't be loaded after reopen
* fix tab look and feel
* implement always show tabs
* make AddFeatureTabAction to track always show and pinned tabs
* formatting
* make dashboard tabs looks like the UX design
* load always show before pinned tab
* fix regression in panel for restore and connection dialog
* fix merge conflict
* don't worry about no widgets if its a webview (#656)
* expose the dashboard server info when a webview is rendering (#644)
* Fix few issues in dashboard command center (#655)
* fix reloading insight wigets and create new tab when there is no extension
* show possible tabIDs in the setting file
* formatting
* address comment
* fix import name
* fixes problem with size of webview widget being wrong (#654)
* Refactor tab contribution to support content type (#685)
* refactor tab contribution to support content type
* formatting
* address comment
* fix rendering tab issue (#694)
* Add layout option to panel for supporting horizontal and vertical navigation bar (#700)
* Add left navigation panel for inner tab in the dashboard
* add layout option in panel
* remove panel option in dashboard Page