Matt Irvine
0c58f09e59
Merge VS Code 1.23.1 ( #1520 )
2018-06-05 11:24:51 -07:00
Anthony Dresser
1359354387
Angular Individual Service Injection - Decouple bootstrap service ( #1457 )
...
* change services to be individually injected into angular
* messing around with injection
* change angular bootstrapping to factory style
* formatting
* formatting
* fix imports
* fix build errors
* fix testsw
* fix tests
* fix compile errors
2018-05-23 16:51:02 -07:00
Anthony Dresser
23ec6ac567
Change angular panel display behavior ( #1344 )
...
* got it working
* remove unneeded code
* formatting
* added scrollable, dashboard tabs don't scroll correctly though
* fix all bugs I could find
* address comments
2018-05-10 09:27:41 -07:00
Karl Burtram
b54b4a4445
Fix a null ref exception in dashboard layout ( #1348 )
2018-05-03 21:57:17 -07:00
Anthony Dresser
a78fa9c0f2
Scroll properties ( #1244 )
...
* properties isn't scrolling
* working on edge cases
* formatting
* formatting
* formatting
2018-04-26 14:10:08 -07:00
Anthony Dresser
7fb8a28b59
properties isn't scrolling ( #1225 )
2018-04-23 17:41:24 -07:00
Leila Lali
d3f0ac7954
refactor model components to not reference any dashboard services ( #1168 )
...
* refactor model components to not reference any dashboard services
2018-04-18 11:48:20 -07:00
Kevin Cunnane
b2c70e9301
Feat/model backed ui ( #1145 )
...
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
2018-04-13 15:59:18 -07:00
Aditya Bist
8ec5451e64
Feature/agent2 adbist ( #1113 )
...
* added caching for jobs view and history page
* added build fix
* removed agent from cache service name
* put cache in job mgmt service and fixed view destroy error
* jobs view cache and refresh implemented
* refresh and cache complete
* added refresh to job history page
* fixed steps style
* explicitly tell user when no steps are available
* show message when no prev runs available
* code review refactor
* cleaned code
* added code that got left out
2018-04-12 10:36:34 -07:00
Karl Burtram
dafb780987
Merge VS Code 1.21 source code ( #1067 )
...
* 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
2018-04-04 15:27:51 -07:00
Abbie Petchtes
f9b2136494
Fix the scrollbar issue in widget container ( #1016 )
...
* fix the scrollbar issue in widget container
* move scrollbar to widget content
2018-04-03 16:16:58 -07:00
Anthony Dresser
c45c634938
change layout to refresh ( #1025 )
2018-03-28 21:10:03 -07:00
Karl Burtram
357bb1916e
Initial SQL Agent merge for March release ( #961 )
...
* WIP
* wip
* SQL Agent wip
* wip
* Initial control host (wip)
* Initial hookup of SQL Agent service to job component
* Update agent package.json
* Hook up getJobs call
* A couple job view updates
* Add some more agent views
* Rename some 'agent' classes to 'jobManagement'
* job history page (#852 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* Switch back getJobs return type
* Make enum const
* Remove sqlops const
* WIP
* WIP
* Feature/agent1 adbist (#899 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* made job history page css more specific
* Add visiblity check to job view
* Clean up jobs styling and call getJobHistory
* Add more Job Table styling
* Enable detail view in job table
* Use updated slickgrid repo
* vbumped slickgrid
* Convert rowdetail slickgrid plug to TypeScript
* Feature/agent1 adbist (#945 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* Refer to dataprotocol from feature/agentDmp1 branch
* Update SQL Tools version to 1.4.0-alpha.13
* Change Feb to March in release note prompt
* SQL Agent extension metadata
* add feature explicitly in client creation
* Update Agent job registration
* Update package.json
* Feature/agent1 adbist (#955 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* navigation works but is really slow to load data
* Add jobs view icon
* Misc. cleanups
2018-03-23 13:27:55 -07:00
Anthony Dresser
bcd72d21c7
Tasks schema registration ( #900 )
...
* inital task update
* fix schema update problems
* remove dead code
2018-03-13 13:55:08 -07:00
Abbie Petchtes
f3c7b2416b
Support icons in panel ( #895 )
...
* support icons in panel
* formatting
* address Smitha comments
* address comments
2018-03-13 13:48:17 -07:00
Anthony Dresser
fab4185c1f
Change visibility type for panel hiding ( #864 )
...
* change visibility method for panels
* make the new visibility type opt in
2018-03-09 14:54:13 -08:00
Leila Lali
52544fa953
changed the format of rowspan and colspan to be string or number ( #859 )
2018-03-09 09:55:04 -08:00
Abbie Petchtes
587c3ab436
Handle error when loading the dashboard ( #862 )
...
* add error tab when the tab cannot be loaded
* formatting
* changing the look for error message per Smitha request
2018-03-07 14:08:49 -08:00
Abbie Petchtes
7f79ab47ac
Error handling for dashboard tab contributions ( #851 )
...
* support tab without title
* address comments
* formatting
* support error validation for dashboard tab and container contributions
* formatting
2018-03-07 11:06:42 -08:00
Abbie Petchtes
8e6359b3a4
fix nav section layout ( #854 )
2018-03-07 10:20:41 -08:00
Leila Lali
1d284ea66a
fixed the grid layout schema and fixed layout bugs ( #847 )
...
* fixed the grid layout schema and fixed layout bugs
2018-03-06 15:33:47 -08:00
Abbie Petchtes
bab9fc01ea
focus on the first tab in the nav section by default ( #823 )
2018-03-06 10:27:24 -08:00
Anthony Dresser
692ed02df8
Collapsible properties ( #771 )
...
* started moving properties to home tab
* moved properties
* refactored panel in dashboard
* fix errors
* fix miss-naming
* added collapsable properties
* revert unnecessary change
* add icon for collapsing properties
2018-03-05 10:06:18 -08:00
Leila Lali
2e67d03b56
fixed the grid layout sizing issue ( #824 )
2018-03-05 09:07:41 -08:00
Abbie Petchtes
889b60a71b
support grid container in nav section ( #796 )
2018-02-27 15:47:42 -08:00
Anthony Dresser
45023b2e71
Revert "Remove widgetContent" ( #795 )
...
* Revert "fix dataprotocol developement problems (#788 )"
This reverts commit 1c08e64651 .
* Revert "Task contribution (#742 )"
This reverts commit 3432dac261 .
* Revert "remove widgetContent (#784 )"
This reverts commit 5adab4fafb .
2018-02-27 14:11:54 -08:00
Abbie Petchtes
5adab4fafb
remove widgetContent ( #784 )
2018-02-26 13:47:27 -08:00
Abbie Petchtes
bd7341ddc2
Tab contribution support both inline container and registered container ( #766 )
...
* accept inline nav section contribution
* contribution accepted both inline container and registered container
* address comments
* formatting
2018-02-23 15:12:30 -08:00
Anthony Dresser
f9d8f479b5
Move dashboard properties, fix scroll ( #758 )
...
* started moving properties to home tab
* moved properties
* refactored panel in dashboard
* fix errors
* fix miss-naming
2018-02-23 13:34:11 -08:00
Abbie Petchtes
dbc2ce0b3a
Refactor and rename dashboard tabs part 1 ( #755 )
...
* refactor and rename dashboard tabs
* undo incorrect changes
2018-02-22 13:36:56 -08:00