* connection string
* formatting
* change serailize reponse type to match connect params
* add connection string serialization
* readd the connection string to the connection widget
* format
* remove unnecessary change
* update serializer to require provider
* update name of function
* fix function name
* bump dataprotocol and sqltools
* revert unnecessary change
* remove more unnecessary chagnes
* bump sqltoolsserivce
* adde configuration for auto parsing the clipboard
* Initial support for handling available sessions
* Displaying sessions in drop down, send session name in start profiling request
* More support for starting existing sessions
* New session dialog and session templates in user files
* Create profiler dialog and session templates
* Preliminary session template changes
* Saving some changes
* Send session templates when creating sessions
* Saving changes
* UI Fixes for dialog
* Formatting fixes
* removing comments
* Fixing PR comments
* bumping toolsservice and dataprotocolclient versions
* Fixing starting existing sessions
* rewrite keybind nav to handle ctrl + home and end
* testing different options
* working on removed slickgrid changes we don't need
* formatting
* handle click handler to rowNumber
* fixing various bugs
* formatting
* readd click column to select
* add shift key to column select
* added logic for additional keybindings on grid
* add down and up arrow into keyboard navigation
* update styling and update slickgrid
* formatting
* update angular-slickgrid version
* remove index.js changes
- Fixes#1867 context menu should be extensible
- Added context keys to support "when" conditions on the new extensions
- Fixes issue where actions like New Query, scripting show up even if these are not valid for the provider type or object type
- Fixed node expansion bug where rapid connect / expand / disconnect could break the app (fix in ObjectExplorerService.onNodeExpanded)
- Major change to how internal actions work. These cannot assume the context has non-serializable objects. Opened up some APIs to make this easier to handle.
- Fixed a number of existing bugs in internal actions.
- Notably, DisconnectAction was adding a listener on each right-click on an active connection and never getting it disposed. This wasn't needed at all due to design changes.
- Another bug fix is that the Manage action now correctly navigates to the DB dashboard for database-level connections. Before this it went to the server-level dashboard.
* Define API for context info
* have a working filter
* fixed error details when filtering
* filtering with styling done
* fix transition styling
* fixed more styling issues
* optimized errors when switching pages
* added sorting functionality
* removed dead code
* fixed styling issues when sorting
* added sorting with styling for every column
* code review comments
* fixed styling issue when a bigger filter was applied, followed by a smaller one and then cleared
* use absolute paths in imports
* fixed issues with styling when sorting is performed on a filtered dataset
* got it working
* remove unneeded code
* formatting
* added scrollable, dashboard tabs don't scroll correctly though
* fix all bugs I could find
* address comments
* fix high contrast issues in task and panel
* change the panelTitle.inactiveForeground color in light theme
* remove opacity when the panel is active and inactive
* added icons for steps and fixed bugs in jobs view page
* put svgs in common folder
* added steps header logo
* added full path for import
* changed codes to text
* removed cat id, changed bools to yes/no and fixed steps theme
* localized the strings
* set the jobs table column widths
* added indicators for failure, unknown and canceled jobs in jobs view
* fixed jobs panel style and jobs view scrolling
* fixed jobs view page styling
* fixed job history tree size rows
* made error messages copy-able
* made job history tree work with keyboard
* fixed previous runs header
* added space between date and status in job history list
* fixed history list min width and set scrolling for jobs history page
* added scrolling when app is resized
* added scrollbars and tooltip for name
* added error handling, tab handling and other issues
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