Amir Omidi
ab9c4e0cbd
Revert "Revert "OE clicking and awaiting the expansion calls ( #6761 )" ( #6866 )" ( #6875 )
...
This reverts commit a8d831d32e .
2019-08-22 13:16:39 -07:00
Udeesha Gautam
1a97313d19
fix for https://github.com/microsoft/azuredatastudio/issues/6729 ( #6863 )
...
Tables in Extensions need a way to override tab so that tabbing in table cells is not possible and tabbing takes control out of Table - this is the accessibility requirement for tables not having actionable cells. Keeping it as a switch so that we can continue having older behavior where needed.
2019-08-22 11:42:09 -07:00
Anthony Dresser
8e070454c3
Global object linting ( #6857 )
...
* add more linting
* fix linting issues
2019-08-22 10:51:59 -07:00
Udeesha Gautam
854508e940
Bug/accessibility - Focus related issues ( #6859 )
...
* fix for https://github.com/microsoft/azuredatastudio/issues/6798
* fix for https://github.com/microsoft/azuredatastudio/issues/6851
2019-08-22 10:29:27 -07:00
Amir Omidi
a8d831d32e
Revert "OE clicking and awaiting the expansion calls ( #6761 )" ( #6866 )
...
This reverts commit b731c56076 .
2019-08-21 22:21:54 -07:00
Anthony Dresser
985bfae8a0
Merge from vscode e558dc6ea73a75bd69d7a0b485f0e7e4194c66bf ( #6864 )
2019-08-21 20:44:59 -07:00
Kim Santiago
8e668b657c
add names for schema compare dialog ( #6856 )
2019-08-21 15:20:07 -07:00
Charles Gagnon
b075b035ab
Fix custom tree views not displaying ( #6858 )
2019-08-21 15:03:52 -07:00
Amir Omidi
b731c56076
OE clicking and awaiting the expansion calls ( #6761 )
...
* Server selection with proper awaits
* Handle keyboard clicks immedietely.
* Clean up the event a little more
* Eat the event if its not mouse or keyboard
2019-08-21 10:25:52 -07:00
Anthony Dresser
85bf22322f
Isolate features ( #6792 )
...
* working; new query and scripting
* working; removing manage from menus and combining data explorer contributions
* consolidate dashboard contributions; move manage action to dashboard contributions; make groupings the same
* fix notebook actions
* fix tests
2019-08-21 09:51:02 -07:00
Anthony Dresser
ecb80f14f0
Merge from vscode 6e530127a1bb8ffbd1bfb77dc680c321dc0d71f5 ( #6844 )
2019-08-20 21:07:47 -07:00
Benjin Dubishar
29c5977281
Adding role="presentation" to all formContainers to silence the announcement of "table". ( #6838 )
2019-08-20 17:03:29 -07:00
Charles Gagnon
3fd487cfa2
Fix file URI input ( #6837 )
...
* Fix QueryInput URI to work with transformers
* Fix input for results as well
2019-08-20 16:30:46 -07:00
Kim Santiago
f64c2775b0
set aria-label for radio buttons ( #6835 )
2019-08-20 15:17:37 -07:00
Anthony Dresser
c540e81108
clean up some disposable use ( #6832 )
2019-08-20 14:34:13 -07:00
Chris LaFreniere
54cf062737
Fix Notebook Connection Issues ( #6831 )
2019-08-20 13:40:15 -07:00
Udeesha Gautam
9117b02c72
Feature/sqlcmd - ADS changes to enable SQLCMD ( #6555 )
...
* Basic SQLCMD functionality to run query and toggle mode
* icons and some cleanup
* Adding PR comments
2019-08-20 11:40:16 -07:00
Udeesha Gautam
c513204501
Bug/accessibility 1 ( #6774 )
...
* fixing simple name changes
* Fixing button color and tabbing on tabs
* removing some extra lines of code
* Adding some null checks
* Updating as per PR comments
2019-08-20 10:11:34 -07:00
Benjin Dubishar
77bf228809
Improve narration for backup and dacpac UIs ( #6783 )
...
* Added ability to specify aria-rowcount and -colcount to tables.
* Cleanup
* Adds aria role to table container so that screen-readers ignore it
2019-08-19 16:51:38 -07:00
Anthony Dresser
986ad33678
Remove dacfx and schema compare from the azdata api ( #6684 )
...
* refactor mssql extension to directly expose dacfx and schema compare
* remove more code
* fix compile errors
2019-08-19 16:34:09 -07:00
Kim Santiago
87b0e08a6a
Add name property for DacFx wizard edit text boxes ( #6775 )
...
* add name property for file location edit and version edit
* add aria label property for drop down component
* remove 'Edit' from aria labels
2019-08-19 14:36:13 -07:00
Alan Ren
0be1cf8b73
add valid uri prefix ( #6810 )
2019-08-19 14:03:13 -07:00
Anthony Dresser
0a78a2e117
move open data explorer viewlet action ( #6808 )
2019-08-19 13:56:26 -07:00
Anthony Dresser
7f6839d38e
change how we detect if a untitled query is valid ( #6776 )
2019-08-17 14:44:16 -07:00
Alan Ren
4c24ea0f7d
change got overwritten ( #6788 )
2019-08-16 16:59:26 -07:00
Alan Ren
076aa51524
control the auto refresh state ( #6577 )
...
* control the auto refresh state
* visual indicator when autorefresh is off
2019-08-16 16:36:03 -07:00
Anthony Dresser
6f297efb88
Merge from vscode 1ce89e2cb720d69c496c2815c4696ee4fd4429a6 ( #6779 )
...
* Merge from vscode 1ce89e2cb720d69c496c2815c4696ee4fd4429a6
* redisable accounts because of issues
2019-08-15 23:56:46 -07:00
Anthony Dresser
fb4e3c6a05
merge sqlops and azdata ( #6773 )
2019-08-15 16:15:32 -07:00
Benjin Dubishar
b05e35bdd7
Benjind/schema compare add aria label ( #6767 )
...
* Adds button extension for explicitly setting aria-label, in case the label is not screen-reader friendly
* Explicitly set aria-label for ellipsis buttons in SchemaCompare
* Changing localize call to double-quotes
* Removes unused getter for ariaLabel
2019-08-15 15:14:37 -07:00
Alan Ren
314bd0e212
run the whole thing instead of current statement ( #6757 )
...
* run the whole thing instead of current statement
* backward compact
2019-08-15 13:43:08 -07:00
Anthony Dresser
58bfba4b47
Merge from vscode b12f623603e2fc1c5b3037115fa37c1a6acc4165 ( #6760 )
2019-08-15 02:19:31 -07:00
Anthony Dresser
4966ed8b42
Strict Null Checks on platform/accounts ( #6735 )
...
* add some patches for strict null
* renable strict null checks
* wip
* finish adding account to strict nulls
* fix backup component
* wip
* fix tests
2019-08-14 20:26:21 -07:00
Anthony Dresser
7b8530a21e
Integrate into vscode node module factory workflow ( #6685 )
...
* integrate into vscode node module factory workflow
* add missing file
* fix compile errors
* fix compile errors
* change uppercase
* fix compile
2019-08-14 20:26:08 -07:00
Kevin Cunnane
fdac1d5382
Re-add AD auth for SQL big data cluster ( #6759 )
...
* Revert "Revert "Initial AD support for BDCs (#6741 )" as it breaks linux (#6758 )"
This reverts commit 51660b25ef .
* Install kerberos package on linux
2019-08-14 20:19:31 -07:00
Kevin Cunnane
51660b25ef
Revert "Initial AD support for BDCs ( #6741 )" as it breaks linux ( #6758 )
...
This reverts commit 52f8984a99 .
2019-08-14 19:16:52 -07:00
Kevin Cunnane
52f8984a99
Initial AD support for BDCs ( #6741 )
...
Partially working AD support for BDCs with some known issues
- Plumbed through kerberos support to Notebooks.
- Using "gateway-0" for service temporarily as service endpoints API doesn't yet return correct DNS name. Will update in separate PR once available
- Plumbed kerberos auth to HDFS, Spark. Only partially working as we use same token on each call
- Will fix in separate PR, as this requires a refactor of WebHDFS library. Will need to either get new token every time or set a cookie, both of which require refactors
- Fixed error when Data Service node expansion failed and blocked all OE expansion
- Support for SqlToolsService change to use new cluster endpoints DMV
- Updated API to add new endpoints field to replace IP + port
- Added logic to handle case where endpoints for Yarn, Grafana etc. are in the list
- Sort list and use expected new localized strings
- Updated SqlToolsService to include support for new DMV
- Add "gateway-0" handling in Jupyter session as workaround for lack of domain names in endpoints list
2019-08-14 18:09:41 -07:00
Amir Omidi
e4e46b3e87
Handle selection for multiple values in tree ( #6569 )
...
Handle OE clicking and double clicking with less logic and timeouts
2019-08-14 12:08:31 -07:00
Kim Santiago
8287e0dda5
Add optional title to tables ( #6740 )
...
* Add optional title to tables
* addressing comments
2019-08-14 11:12:18 -07:00
Anthony Dresser
82c1c57c76
Merge from vscode ec07311dab2556c9d66a4cb3eecdc21c524202e1 ( #6739 )
2019-08-13 19:14:03 -07:00
Udeesha Gautam
a645a09f42
Bug/restore query editor tabs ( #6654 )
...
* trial run for query editor temp file fix
* Fixing restore tabs bug with right layering
* Moving FileService change from vscode to our code
2019-08-13 18:41:25 -07:00
Matthew McCune
b5fdf8c2a7
Update row count as updates are received ( #6642 )
2019-08-13 18:31:34 -07:00
Karl Burtram
f48b9e1b41
Enable visualizer recommendaton prompt in stable build ( #6737 )
2019-08-13 18:01:00 -07:00
Anthony Dresser
7008e88678
Reenable strict null checks ( #6716 )
...
* add some patches for strict null
* renable strict null checks
2019-08-13 14:33:08 -07:00
Cory Rivera
60bf331f19
Correctly set focus on new Notebook cells after clicking on inline buttons. ( #6708 )
2019-08-13 14:14:18 -07:00
Alan Ren
1d52a83730
revert the icon ( #6733 )
2019-08-13 13:41:28 -07:00
Anthony Dresser
8e8b936da4
add sanity check when adding tables to the results ( #6714 )
2019-08-13 13:35:12 -07:00
Anthony Dresser
6fd4b5eaf2
Fix encoding of uris for data protocol ( #6723 )
...
* fix encoding or uris
* fix tests
2019-08-13 09:58:16 -07:00
Anthony Dresser
7eba8c4c03
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed ( #6719 )
2019-08-12 21:31:51 -07:00
Charles Gagnon
1f6164a0ca
Fix resultSerializer to correctly check returned file picker path ( #6713 )
2019-08-12 14:52:37 -07:00
Udeesha Gautam
2d2b61a001
Sql tools service update to fix SC bugs ( #6673 )
2019-08-09 14:43:37 -07:00