Charles Gagnon
6ab03053a0
Switch HDFS node to use normal Folder icon ( #7430 )
2019-09-30 16:00:08 -07:00
Charles Gagnon
4018a29a16
Add toggle query history capture command/action ( #7427 )
...
* Add toggle query history capture command/action
* Add extension updates
2019-09-30 11:59:49 -07:00
Charles Gagnon
7cbc268c52
Add Clear All Query History command/action ( #7408 )
...
* Add clear all query history action/command
* Fix display issue when clearing
* Change localize ID and fix registration
2019-09-30 08:20:27 -07:00
Charles Gagnon
63f3d9862f
Add getaclstatus/setacl calls to WebHDFS API ( #7378 )
...
* Add getaclstatus/setacl calls to WebHDFS API
* Fix hygiene check
2019-09-27 13:45:45 -07:00
Charles Gagnon
b30252021b
Sort endpoints ( #7402 )
2019-09-27 07:45:37 -07:00
Charles Gagnon
33854d42e4
Fix endpoint links to not overflow text ( #7312 )
...
* Fix endpoint links to not overflow
* Add titles to links
* Re-add title to Text and fix errors
2019-09-26 11:47:22 -07:00
Charles Gagnon
a29ae4d3b9
Add enable logs setting for Flat File Import ( #7342 )
...
* Add config for enabling Flat File Import logging
* Move logs to default log location for extensions
* Add localized strings
2019-09-24 18:07:46 -07:00
Charles Gagnon
82b19614e1
Update more CSS url use ( #7341 )
...
* Update more CSS urls
* URI with resources (#7348 )
* URI with resources
* Remove logs
2019-09-24 18:07:23 -07:00
Charles Gagnon
26072af82f
Use test.skip instead of commenting out disabled test ( #7338 )
...
* Use test.skip instead of commenting out disabled test
* Also disable OE test
2019-09-24 11:13:25 -07:00
Charles Gagnon
cb2cea4ebd
Remove Data Services folder ( #7147 )
...
* Remove Data Services folder
* Remove copy path from HDFS node
* Add comment
2019-09-20 13:57:28 -07:00
Charles Gagnon
9d3d64eef3
BDC dashboard 💄 ( #7292 )
...
* cleanup
* Undo bad merge
* extra undefined check
2019-09-19 15:06:44 -07:00
Charles Gagnon
ced882a2e5
Update iKey for extensions ( #7278 )
2019-09-19 13:46:01 -07:00
Charles Gagnon
754c643b1b
Don't show links for BDC logs if none available ( #7286 )
...
* Don't show links for BDC logs if none available
* Remove extra space
* Add comment
* Consolidate localize calls
2019-09-19 13:43:21 -07:00
Charles Gagnon
6a136854b0
Update whoIsActive extension to use azdata ( #7287 )
...
* Update whoIsActive extension to use azdata
* Change path
* Update package-lock
2019-09-19 11:38:18 -07:00
Charles Gagnon
373828d76f
Have MSSQL extension wait for SqlToolsService ready before finishing activation ( #7087 )
...
* Have mssql activate wait for service to be ready before returning
* Change to using deferred promise
* Await on server ready
* Finish removing old code
* More cleanup
* Go back to exposed promise API
* Make property readonly
* Add missing file
* Add back in deleted stuff
* Go back to awaiting
2019-09-18 11:41:37 -07:00
Charles Gagnon
603a79d094
Fix moved config ( #7231 )
2019-09-16 16:24:28 -07:00
Charles Gagnon
bae797f975
Fix config path ( #7220 )
2019-09-16 09:37:02 -07:00
Charles Gagnon
0bd3e1b0e1
Fix query-history README links ( #7205 )
...
* Fix README URLs
* different fix
2019-09-13 15:24:14 -07:00
Charles Gagnon
888755e842
Add abillity to open to specific item within a Jupyter book ( #7155 )
...
* Add abillity to open to specific item within a Jupyter book
* Move helper method into BookTreeItem class
* Fix default URL path
* Add typing to Jupyter book code
* Update comment and typings
* Fix compile error and cleanup
2019-09-13 11:51:15 -07:00
Charles Gagnon
3ac096b3b1
Fix ModelView tests ( #7193 )
2019-09-12 17:17:58 -07:00
Charles Gagnon
7ebd1eb053
Revert accidently change to sql.bat ( #7194 )
2019-09-12 17:03:57 -07:00
Charles Gagnon
a67e62b2d0
Add margin to BDC Dashboard pages/nav ( #7129 )
2019-09-12 13:25:26 -07:00
Charles Gagnon
206c5146e1
BDC Dashboard Style Updates ( #7140 )
...
* Style updates
* Add highlight line under resource group tabs
* Fixes
* Update font weight to semi-bold (600)
2019-09-12 09:15:25 -07:00
Charles Gagnon
0793e11b04
Update to the latest merged VS Code version ( #7154 )
2019-09-11 15:35:38 -07:00
Charles Gagnon
9765b0ed8e
Bump extension versions ( #7168 )
2019-09-11 15:22:35 -07:00
Charles Gagnon
dd5dd12ee6
Minor notebook cleanup ( #7156 )
...
* Minor notebook cleanup
* Undo fix to getBooks
2019-09-11 14:12:32 -07:00
Charles Gagnon
b68fd91a02
Update query history README ( #7164 )
...
* Update query history README
* Fix typos
2019-09-11 13:57:55 -07:00
Charles Gagnon
4270547147
Remove custom tree indent guide ( #7119 )
2019-09-11 09:58:55 -07:00
Charles Gagnon
c4b90360a5
Query History feature ( #6579 )
...
* Initial commit
* Fix up QueryEventType
* Making query history visible in view and open query command (#6479 )
* Add QueryInfo to query event events
* Pull actual query text/connection info for displaying
* cons and expand (#6489 )
* Making query history visible in view and open query command
* expand and icons
* Failure icon enabled (#6491 )
* Making query history visible in view and open query command
* expand and icons
* failure icon enabled
* Minor cleanup
* Open query with connection and add run query (#6496 )
* Add initial query-history extension
* Fix issues caused by master merge, cleanup and add query-history extension (#6567 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child nodes (#6568 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Layering movement and add delete action (#6574 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Some layering movement and add delete action
* Move query tracking into service (#6578 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Some layering movement and add delete action
* Move query history tracking into service
* Add comment
* Fix actions
* Remove unnecessary type
* cleanup
* Remove unused section of README
* Fix merge issues and address PR comments
* Fix compile and tslint errors
* Change startup function name
2019-09-11 08:23:59 -07:00
Charles Gagnon
8db5bd438e
Update iKey ( #7150 )
2019-09-10 13:43:44 -07:00
Charles Gagnon
119008d05d
Add metadata to Agent package.json ( #7116 )
2019-09-09 10:26:41 -07:00
Charles Gagnon
aeaac4bc17
Add ModelView ImageComponent ( #7106 )
...
* Add ModelView ImageComponent
* Remove duplicate property declarations
* Fix sqlops too
2019-09-08 18:29:30 -07:00
Charles Gagnon
789e26ae60
Add attach compound and align names ( #7107 )
2019-09-08 17:34:36 -07:00
Charles Gagnon
15f1945f31
Localize some missed status messages ( #7076 )
...
* Localize some missed status messages
* More service text updates
2019-09-05 11:49:39 -07:00
Charles Gagnon
b1f29a8c92
Don't add unnecessary separator to OE action menu ( #7071 )
...
* Don't add unnecessary separator to OE action menu
* Fix another check
2019-09-05 09:22:53 -07:00
Charles Gagnon
0a393400b2
Register loadCompletionExtension command ( #6985 )
2019-09-04 15:02:47 -07:00
Charles Gagnon
8b5ce753e4
More BDC updates ( #6990 )
2019-09-04 13:49:08 -07:00
Charles Gagnon
e96b1796b3
Make service names clickable tab links ( #6987 )
...
* Make sql master link clickable that opens connection
* Improve comments and fix break
* Show error message if failed to connect and clear username
* Make service names clickable tab links
* Remove key handler event again
2019-08-27 17:45:38 -07:00
Charles Gagnon
99350210d7
Make sql master link clickable that opens connection ( #6982 )
...
* Make sql master link clickable that opens connection
* Improve comments and fix break
* Show error message if failed to connect and clear username
* Remove key handler - text doesn't even get focus currently so this isn't doing anything
2019-08-27 17:39:05 -07:00
Charles Gagnon
a27b759b10
Add styling to selected tabs in BDC Dashboard ( #6978 )
...
* Change cursor over tabs to be hand (pointer)
* Change hyperlink color
* Hook up CSSStyles to be updated from extension side and make BDC dashboard tabs change style when selected
* Remove unused file
* Add back in call to updateStyles
* Fix typos
2019-08-27 14:14:46 -07:00
Charles Gagnon
83567d1a51
Fix build break ( #6957 )
2019-08-26 12:06:57 -07:00
Charles Gagnon
eea9d13350
Update and align endpoint names ( #6953 )
2019-08-26 11:39:46 -07:00
Charles Gagnon
877a71d673
Remove BDC view feature flag ( #6952 )
2019-08-26 11:09:18 -07:00
Charles Gagnon
023d06d114
Further BDC Dashboard Updates ( #6926 )
...
* BDC Dashboard updates
* Add service health status view details
* Add sanity check to endpoint fixing logic for SQL dashboard as well
2019-08-23 17:46:26 -07:00
Charles Gagnon
b9e3a468ae
Revert "OE clicking and awaiting the expansion calls" ( #6921 )
2019-08-23 15:27:05 -07:00
Charles Gagnon
faabcb43f9
BDC Dashboard updates ( #6888 )
...
* BDC Dashboard updates
* PR comments
2019-08-22 17:14:59 -07:00
Charles Gagnon
09552c5f15
Fix OE tests ( #6873 )
2019-08-22 08:06:31 -07:00
Charles Gagnon
d2ae0f0154
Temporarily remove failing test ( #6865 )
...
* Disable book tests
* Remove tests completely
2019-08-21 20:26:14 -07:00
Charles Gagnon
b075b035ab
Fix custom tree views not displaying ( #6858 )
2019-08-21 15:03:52 -07:00
Charles Gagnon
3fde278ed2
Update events for insiders ( #6807 )
...
* Update events for insiders
* Add back in isBuilt check
2019-08-21 07:41:31 -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
Charles Gagnon
8724944d26
Version bump ( #6839 )
2019-08-20 16:29:54 -07:00
Charles Gagnon
b7b01fafd0
BDC Dashboard WIP ( #6812 )
...
* Further work on dashboards
* More work on dashboard
* Undo adding manage to context menu until feature is complete
* Update cluster status name
2019-08-20 16:06:05 -07:00
Charles Gagnon
5528a90eaf
Initial work for BDC Dashboard ( #6646 )
2019-08-14 10:17:01 -07:00
Charles Gagnon
bb010b2e53
Bump required azdata engine version for schema compare ( #6717 )
2019-08-13 09:44:57 -07:00
Charles Gagnon
00250839fc
Remove unused test channel ( #6710 )
2019-08-12 14:53:15 -07:00
Charles Gagnon
1f6164a0ca
Fix resultSerializer to correctly check returned file picker path ( #6713 )
2019-08-12 14:52:37 -07:00
Charles Gagnon
c7f2967e5d
Revert "Use VS Code iKey and modify event prefix ( #6656 )" ( #6677 )
...
This reverts commit 7adb8dd74b .
2019-08-09 14:14:30 -07:00
Charles Gagnon
32d0ca387b
Revert "Add back in event properties ( #6659 )" ( #6671 )
...
This reverts commit b589abbea5 .
2019-08-09 12:09:07 -07:00
Charles Gagnon
b589abbea5
Add back in event properties ( #6659 )
...
* Add back in telemetry properties and remove user usage count stats
* More cleanup
* Add back in user count events
2019-08-09 10:21:36 -07:00
Charles Gagnon
7adb8dd74b
Use VS Code iKey and modify event prefix ( #6656 )
...
* Use VS Code iKey and modify event prefix
* Move carbon edit lines to same line
2019-08-08 15:55:43 -07:00
Charles Gagnon
0da17ee7e1
Fix connections when uriTransformer is undefined ( #6595 )
2019-08-05 13:29:10 -07:00
Charles Gagnon
65324f8bb3
Update SqlToolsService to latest version ( #6593 )
2019-08-05 11:20:02 -07:00
Charles Gagnon
8a6dc02e5b
Change double-quote hygiene rule to tslint rule ( #6514 )
2019-08-05 09:46:22 -07:00
Charles Gagnon
2c79d49487
Add support for cancelling BDC Add Controller request ( #6546 )
...
* Add cancel support
* Add comment
2019-07-31 10:47:12 -07:00
Charles Gagnon
3f5bdb86cd
Move CMS saved servers to be stored in memento instead of config ( #6535 )
...
* Move CMS saved servers to be stored in memento instead of config
* Add in code to port old servers into memento
2019-07-30 16:47:11 -07:00
Charles Gagnon
2c12b95e17
Add config to enable/disable the BDC extension provided tree view ( #6528 )
...
* Add config to enable/disable the BDC extension provided tree view
* Update description text
2019-07-30 10:12:17 -07:00
Charles Gagnon
86cde4c511
Fix some connection listener leaks ( #6357 )
...
* Fix some connection listener leaks
* More descriptive name and update summary
* Dispose some more connections and fix a few spelling errors
2019-07-29 11:00:11 -07:00
Charles Gagnon
aae1947b3f
Add server-level actions to master SQL node in BDC view ( #6504 )
2019-07-25 11:45:41 -07:00
Charles Gagnon
b2b2840990
Add double quotes for localize hygiene check ( #6492 )
...
* Add localize single quote hygiene task
* Update localize calls
* Update comment
* Fix build failures and remove test code
2019-07-25 10:35:14 -07:00
Charles Gagnon
69845b29ef
Remove hyperlinks from non-management BDC endpoints ( #6501 )
2019-07-25 10:21:28 -07:00
Charles Gagnon
fab3c3a7c3
Switch to aes-256-cbc cipher for Azure account storage ( #6412 )
...
* Switch to aes-256-cbc cipher for Azure account storage
* Add unit test
* Add unit test
* Remove unnecessary code
2019-07-18 16:13:52 -07:00
Charles Gagnon
095a4b17f7
Bump VS Code version metadata from latest VS Code merge ( #6382 )
2019-07-16 12:57:43 -07:00
Charles Gagnon
210977f9cc
Change keybinding for showing data explorer viewlet ( #6267 )
2019-07-11 10:47:12 -07:00
Charles Gagnon
f1f940f93d
Version bump to 1.10.0 ( #6356 )
2019-07-11 10:05:42 -07:00
Charles Gagnon
4f99785bdb
Update README and CHANGELOG for July release ( #6355 )
2019-07-11 09:01:04 -07:00
Charles Gagnon
758804e9cd
Change getCurrentConnection to return full ConnectionProfile ( #6270 )
2019-07-10 15:36:38 -07:00
Charles Gagnon
df72d21cf2
Update to latest PG SQL extension for integration tests ( #6344 )
2019-07-10 13:12:50 -07:00
Charles Gagnon
930731423d
Update CMS version for July release ( #6312 )
2019-07-09 14:15:49 -07:00
Charles Gagnon
bdb59ecf0c
Bump Agent and Import package versions for July release ( #6275 )
2019-07-08 16:08:53 -07:00
Charles Gagnon
259f3f5892
Fix Agent tabs not switching ( #6271 )
2019-07-08 10:25:12 -07:00
Charles Gagnon
47e3761159
Fix connectionId remapping ( #6269 )
2019-07-05 20:42:03 +00:00
Charles Gagnon
8ec1a05296
Change notebook to not save connections added through dropdown ( #6254 )
2019-07-03 00:11:02 +00:00
Charles Gagnon
49619e5b39
Clear Azure token if connection doesn't need it ( #6244 )
...
* Clear Azure token if connection doesn't need it
* Update function name
2019-07-02 21:01:53 +00:00
Charles Gagnon
8b349dbcde
Change service installation messages to not steal focus ( #6227 )
...
* Change service installation messages to not steal focus
* Undo unnecessary changes to localized strings in serviceClient.ts
* Add default case for missing server event types
2019-07-01 22:11:14 +00:00
Charles Gagnon
0503c8d8fe
Initial work to update telemetry to use Common Schema ( #6203 )
...
* Update admin-tool-ext-win to use new ads-extension-telemetry package
* Add AdsTelemetryService for sending telemetry events using the ADS Common Schema
* Clean up unused import and add engineType
* Address PR comments
* Update private var names
2019-06-30 19:38:04 +00:00
Charles Gagnon
d701a20cd5
Bump SqlToolsService to 1.5.0-alpha.105 ( #6209 )
2019-06-28 18:16:49 +00:00
Charles Gagnon
5a11cf1a6f
Filtering out some more high-frequency events ( #6178 )
2019-06-26 23:03:22 +00:00
Charles Gagnon
7a689b93db
Filter out high frequency command events ( #6102 )
2019-06-19 19:45:11 +00:00
Charles Gagnon
fab8de632d
Add EXTERNAL and FIRST_ROW to the keyword list for colorizing ( #6097 )
2019-06-19 14:44:29 +00:00
Charles Gagnon
373c3488bb
Fix Add Azure Account dialog constantly reappearing ( #6048 )
2019-06-18 21:48:11 +00:00
Charles Gagnon
9e7282d16a
Connection dialog cleanup ( #6076 )
...
* Update names to be clearer and remove some unnecessary code
* Remove unused/inaccurate CMS display name value
2019-06-18 21:33:21 +00:00
Charles Gagnon
59b0e6737f
Update provider correctly when showing the dialog ( #5995 )
2019-06-17 15:32:36 +00:00
Charles Gagnon
363af2a85c
Add telemetry for all commands ( #6025 )
2019-06-14 16:16:21 +00:00
Charles Gagnon
5aa730b5d4
Add logging to try and find a possible connection race condition ( #5813 )
...
* Add logging to try and find a possible connection race condition
* Fix tests
* More test fixes
* Update error message and use error level
2019-06-12 00:08:51 +00:00
Charles Gagnon
33a9f2e3e4
Plumb editor state change through to state object ( #5931 )
2019-06-11 23:05:40 +00:00
Charles Gagnon
eaa5f504e3
Remove unneeded dev dependency clean-css ( #5937 )
2019-06-11 23:01:01 +00:00
Charles Gagnon
673ecc3870
Change hardcoded MSSQL provider name to use constant instead ( #5953 )
2019-06-10 18:10:39 +00:00
Charles Gagnon
cbaa0a132f
Bump to 1.9.0 for July release ( #5925 )
2019-06-06 23:43:42 +00:00
Charles Gagnon
4ad5520568
Update azdata engine checks to include all future versions ( #5924 )
2019-06-06 22:36:43 +00:00