Karl Burtram
f199c7a63c
Fix instance of "Code" in git fetch user prompt ( #1234 )
2018-04-23 17:42:12 -07:00
Karl Burtram
50a2526d1f
Only show SQL Agent for on-prem instances ( #1233 )
2018-04-23 17:41:46 -07:00
Anthony Dresser
7fb8a28b59
properties isn't scrolling ( #1225 )
2018-04-23 17:41:24 -07:00
Matt Irvine
30a825438e
Fix issue where chart type select is missing for tables ( #1232 )
2018-04-23 17:13:58 -07:00
Matt Irvine
f63da13210
Handle errors when chart is invalid for given data ( #1226 )
2018-04-23 16:38:18 -07:00
Matt Irvine
08d73675d4
Fix bar chart displaying extra series ( #1230 )
2018-04-23 16:11:44 -07:00
Leila Lali
f0f6c00a0e
Updated extension gallery link to Azure blob storage ( #1220 )
2018-04-23 15:44:30 -07:00
Abbie Petchtes
965458ca74
Add Query Editor API to sqlops.proposed ( #1196 )
...
* add support query editor API
* remove sqlops.proposed.d.ts in sp_whoIsActive
* address comments
* add catch error when connect
2018-04-23 13:42:27 -07:00
Karl Burtram
b30f7ee41c
Add Redgate Search to recommended extensions list ( #1212 )
2018-04-23 13:27:03 -07:00
Abbie Petchtes
a2eb53ce0b
add theming for selectbox in edit data ( #1210 )
2018-04-23 12:56:30 -07:00
Kevin Cunnane
619c816e7f
Fix flex container and card layout issues ( #1195 )
...
* Fix main layout issues and add box around card
- Need to improve box size as it's taking too much space
* Fix UI issues with flexContainer and cards
* Simplify card HTML
0.28.4
2018-04-23 09:54:44 -07:00
Karl Burtram
3d6fb7a8fa
Update SQL Tools Service to 1.4.0-alpha.23 ( #1202 )
2018-04-22 22:26:30 -07:00
Kevin Cunnane
891624c085
Fix #1198 Extension gallery doesn't show dashboard contributions in Contributions tab ( #1200 )
...
- Showing dashboard.tabs and dashboard.insights in Contributions
- Decided not to show dashboard.containers for now since these are logically just parts of the tabs, and dont' have user-facing benefit.
2018-04-22 17:42:44 -07:00
Leila Lali
a7c4686980
Feature/input box component ( #1190 )
...
* Adding new view component for input box
2018-04-20 16:26:58 -07:00
Matt Irvine
93aa052856
Initial work for custom model view dialogs ( #1183 )
2018-04-19 16:24:02 -07:00
Anthony Dresser
61d05f6782
adds coloring for unfocused tables ( #1182 )
2018-04-19 12:22:37 -07:00
Anthony Dresser
60ccae48f1
add auto refresh interval to insights ( #1173 )
2018-04-19 11:10:44 -07:00
Abbie Petchtes
4b454581fd
fix task icon in dashboard ( #1174 )
2018-04-18 15:49:46 -07:00
Anthony Dresser
f0aadebd2c
fix chart viewer accessibility ( #1164 )
2018-04-18 13:44:33 -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
Aditya Bist
134f76c17f
Feature/agent finishes ( #1149 )
...
* 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
2018-04-17 16:45:22 -07:00
Karl Burtram
b9c877a109
Add a "Telemetry Opt-Out" menu item ( #1172 )
2018-04-17 14:15:56 -07:00
Kevin Cunnane
aa243a8aae
ensure npm install copies typings ( #1170 )
...
- Important so that build of the extension "works" as expected
2018-04-17 13:48:35 -07:00
Abbie Petchtes
e5c1c6f544
fix regression in insight widget where the data is set twice ( #1163 )
2018-04-17 11:06:40 -07:00
Anthony Dresser
9e9f85079e
fix up backup dialog for accessibility ( #1155 )
2018-04-16 17:30:11 -07:00
Abbie Petchtes
ae8e2e1f89
Add showTopNData option to insight charts ( #1157 )
...
* add showTopNData option to insight charts
* address comments
* fix the label in the widget when label first column is set
2018-04-16 14:30:24 -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
Anthony Dresser
e022f4a0d1
add title to back button ( #1154 )
2018-04-13 15:07:09 -07:00
Anthony Dresser
8bc32e6371
add accessibility for panel ( #1138 )
2018-04-13 12:09:36 -07:00
Anthony Dresser
f739c47984
Adds aria labels to all input ui ( #1136 )
...
* adds aria-label to inputs for connection
* formatting
* add ariaLabels to all checkboxes/inputboxes/dropdowns
2018-04-13 12:09:25 -07:00
Abbie Petchtes
13fb9fdfd2
Add keyboard shortcuts for focus on current query and go to next output query tab ( #1153 )
...
* add go to next output query tab shotcut
* add a new keyboard shortcut for focus on current query
* minor change
2018-04-13 11:11:25 -07:00
Abbie Petchtes
9a5f51bfbf
Focus on the first focus-able when toggle result and message ( #1147 )
...
* when focus on the first focusable when toggle result and message
* minor change
2018-04-12 17:26:49 -07:00
Karl Burtram
06bab6a38c
Add Privacy Statement and License menu items ( #1148 )
...
* Add Privacy Statement and License menu items
* Fix spaces
2018-04-12 17:24:21 -07:00
Karl Burtram
c35a14d8fd
Fix incorrect source header from previous commit ( #1146 )
2018-04-12 15:25:23 -07:00
Karl Burtram
b914073147
Add missing double-quotes to insights schema description ( #1139 )
2018-04-12 15:00:47 -07:00
ChrisSun-ms
04ae18143b
fix backup URI ( #1137 )
2018-04-12 13:13:05 -07:00
Anthony Dresser
efe8e81b6e
Connection inputs labels ( #1129 )
...
* adds aria-label to inputs for connection
* formatting
2018-04-12 11:29:16 -07:00
Anthony Dresser
c33ddfabf9
add necessary attributes for accessibility on the results grid panes ( #1126 )
2018-04-12 11:29:02 -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
20853ddf7e
Bump SQL Ops to 0.28.4 ( #1134 )
2018-04-11 17:07:36 -07:00
Abbie Petchtes
091d4cb924
enable keyboard for explain button and Line1 link in message pane ( #1132 )
2018-04-11 16:50:41 -07:00
Karl Burtram
cd0210c88a
Port VS Code telemetry opt-in dialog ( #1130 )
2018-04-11 15:47:34 -07:00
Anthony Dresser
ed10f984b6
refactored collapsing widget, fixed refreshing a collapsed widget ( #1107 )
2018-04-11 14:39:23 -07:00
Karl Burtram
087a6a0810
Bump SQL Ops to 0.28.3 ( #1125 )
0.28.3
2018-04-11 13:27:05 -07:00
Abbie Petchtes
495b4ee7c2
fix all high constrast issues in sqlops ( #1115 )
2018-04-11 12:36:00 -07:00
Leila Lali
7833c28b7a
fixed the bug with using vs code url to download manually ( #1108 )
2018-04-11 11:59:56 -07:00
Abbie Petchtes
bbfb68b082
fix the keyboard issue where table is empty ( #1110 )
2018-04-10 16:09:18 -07:00
Matt Irvine
b32e7a777c
Bump tools service for node path change ( #1114 )
2018-04-10 15:53:06 -07:00
Anthony Dresser
a327889d05
Fix Dashboard Errors ( #1106 )
...
* fix ordering of component instance calls to fix erros
* add more verification methods
2018-04-10 13:46:07 -07:00
Abbie Petchtes
5ac89e5a49
Open query plan link when select XML showplan in the result grid ( #1092 )
...
* open query plan link
* address comments
2018-04-09 10:27:32 -07:00