Abbie Petchtes
217f5e7ee5
fit and finish for dashboard ( #951 )
...
* fit and finish for dashboard
* address comments
2018-03-22 13:11:13 -07:00
Abbie Petchtes
50c4fd79b7
Add the first version of whoisactive project ( #943 )
...
* add the first version of whoisactive
* address comments
* address comments
* fix the issues from the last commit
* clean up package.json
2018-03-22 12:32:22 -07:00
Abbie Petchtes
4cfd9bdbc0
clean up scripts in extensionSamples ( #946 )
0.27.0
2018-03-22 11:08:27 -07:00
Abbie Petchtes
f76e8ae2c5
fit and finish for open dashboard dialog ( #954 )
2018-03-21 21:44:21 -07:00
Anthony Dresser
089577c5a8
fix action execution in insight dialog ( #942 )
2018-03-20 17:35:06 -07:00
Matt Irvine
c116f933e2
Resize grids and detect changes when toggling panel visibility ( #944 )
2018-03-20 17:34:31 -07:00
Abbie Petchtes
fe496ab03b
fix the UI for nav bar ( #937 )
2018-03-19 20:38:04 -07:00
Anthony Dresser
3c3d8417e9
vbump slickgrid ( #934 )
2018-03-19 15:55:16 -07:00
Matt Irvine
2b2672e4bd
Enable object explorer find nodes API ( #936 )
2018-03-19 15:48:31 -07:00
Anthony Dresser
1bfc8c1914
Ellipse on editable dropdown for long values ( #908 )
...
* make dropdown ellipse for long database names
* remove unneeded code
2018-03-16 19:53:35 -07:00
Anthony Dresser
2f854cce4a
correctly detect undefined for input strings during copy ( #906 )
2018-03-16 19:52:49 -07:00
Anthony Dresser
40550d0840
rename context key databasename to databaseName ( #903 )
...
* rename context key databasename to databaseName
* maintain correct context on database name
2018-03-16 19:52:33 -07:00
Matt Irvine
38bedea0bd
Add findNodes Object Explorer API ( #916 )
2018-03-16 13:37:24 -07:00
Abbie Petchtes
75ab5c1a36
add samples ( #920 )
2018-03-16 11:05:40 -07:00
Matt Irvine
3d7c081068
Fix formatting in Localization section of readme
2018-03-16 10:17:48 -07:00
Karl Burtram
c276bd8a37
Add localization 'Help Wanted' section to readme ( #915 )
2018-03-15 13:27:11 -07:00
Leila Lali
890bece70c
changing the extension gallery url for insider builds ( #902 )
...
* changing the extension gallery url for insider builds
2018-03-13 14:25:25 -07:00
Anthony Dresser
4a4fe584d5
Fix tab contrib to be accurate ( #901 )
...
* update tab contrib to be accurate with expectation
* update contracts
* formatting
2018-03-13 13:55:21 -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
Anthony Dresser
722f5e56cd
Add dashboard context (database vs server) to scoped context ( #893 )
...
* explicitly add dashboard context to scoped context
* formatting
2018-03-13 13:54:37 -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
383d74ceb4
Dashboard Minor code cleanup ( #894 )
...
* minor code clean up for dashboard
* formatting
2018-03-13 13:21:21 -07:00
Abbie Petchtes
64f61b2954
Fix several dashboard issues and add telemetry ( #889 )
...
* fix several dashboard issues
* formatting
* address comments
* keep track of number of page navigation inside the dashboard service
2018-03-12 13:16:20 -07:00
Anthony Dresser
5c0002404a
Task context + schema ( #849 )
...
* 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
2018-03-12 11:41:49 -07:00
Leila Lali
66f39fd3eb
supporting sql built-in extensions ( #890 )
...
* supporting sql built-in extensions
2018-03-12 11:02:47 -07:00
Karl Burtram
e79e3bdf1d
Adjust ObjectExplorer spacing to 25px ( #886 )
2018-03-10 10:26:58 -08:00
Anthony Dresser
9dd3ec9179
add window resize listener to webview for resize ( #866 )
2018-03-09 16:11:02 -08:00
Matt Irvine
c06ab27d08
Object Explorer API ( #783 )
...
See https://github.com/Microsoft/sqlopsstudio/wiki/Extensibility-API#object-explorer for usage details
2018-03-09 15:02:20 -08: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
Abbie Petchtes
bc4b399f87
Fix "always show" for dashboard tab to behave like pinned by default ( #879 )
...
* make tab config settings overwrite always show
* formatting
2018-03-09 10:18:07 -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
Anthony Dresser
8b2ea4f0a0
Capabilities Cache ( #831 )
...
* init
* finished compile erros
* fixed all merge conflicts
* fix dialog problems
* formatting
* fix opening dialog on first open
* fix various problems with connectiondialog
* formatting
* fix tests
2018-03-08 17:16:40 -08:00
Abbie Petchtes
45b1ae1fb1
Improve experience in "open installed features" dialog ( #876 )
...
* fix keyboard nav and double click issues in open install features dialog
* the focus will be at the first item in the extension list when the dialog is opened
2018-03-08 15:30:28 -08:00
Aditya Bist
090ac6eab2
Persist save file location throughout a session ( #772 )
...
* persist save file location throughout a session
* added path logic to serializer instead of pathUtilities
2018-03-08 11:18:25 -08:00
The Gitter Badger
b7169f3da9
Add Gitter badge ( #868 )
2018-03-07 17:03:16 -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
Anthony Dresser
80bbd9dbf3
update insight last update time on refresh ( #841 )
2018-03-07 11:57:08 -08:00
Anthony Dresser
c019175fff
fix the lock files ( #861 )
2018-03-07 11:33:46 -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
Anthony Dresser
ba188189a8
Credentials and Serilization shouldn't register for all features ( #833 )
...
* change credentials and serilization so they don't register for all features
* vbump dataprotocol
2018-03-07 10:41:22 -08:00
Abbie Petchtes
8e6359b3a4
fix nav section layout ( #854 )
2018-03-07 10:20:41 -08:00
Karl Burtram
aac77ed982
Update README to add section for design note links ( #856 )
2018-03-06 18:47:02 -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
Anthony Dresser
9f5268101d
integrate with contextkeyservice ( #804 )
...
* commting .d.ts changes
* added serverinfo to .d.ts
* maybe its working?
* works
* updated contrib
* remove unnecessary code
* fix compile errors
* change back sqlops engine for merge
2018-03-06 13:56:04 -08:00
Abbie Petchtes
0bba972657
Fix few dashboard panel issues ( #801 )
...
* home tab is shown by default when the dashboard is opened
* add scroll bar when tab list is overflow
* fix regression in other tab panels
* address comments
2018-03-06 10:28:15 -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
56ca3406c4
Fix pin, unpin and close icon issues ( #822 )
...
* fix pin, unpin and close icon issues
* formatting
2018-03-02 16:01:12 -08:00
Cory Rivera
94e8ce5185
Update version field in sql syntax file. ( #828 )
2018-03-02 14:32:19 -08:00