Charles Gagnon
5ef19affd0
Update SqlToolsService ( #7826 )
2019-10-18 12:12:16 -07:00
Charles Gagnon
d40abf4add
Add husky back for precommit hooks ( #7825 )
2019-10-18 08:47:58 -07:00
Charles Gagnon
48bf72bfc4
Fix TelemetryOptOut error and add debug targets for running extension integration tests ( #7765 )
2019-10-17 13:39:11 -07:00
Charles Gagnon
5d4da455bd
Move Notebook tests back to stable ( #7749 )
...
* SqlClient fix is in so these should be stable again
* removed comments
2019-10-16 16:44:36 -07:00
Charles Gagnon
77e1ca59ed
Roll back tree icon merge changes to fix loading icon issue ( #7722 )
2019-10-15 22:44:37 -07:00
Charles Gagnon
e8e8ee5941
BDC Dashboard fixes ( #7732 )
...
* BDC Dashboard fixes
* Make refresh indicate when refresh is happening
* Fix refresh button to properly reset even if error occurs. Refactor onclick into own method.
* Undo refresh button rotation per design feedback
2019-10-15 21:50:02 -07:00
Charles Gagnon
26ece1ee86
Fixes to apply recursive ( #7714 )
...
* Fix apply recursive Promise.all to correctly await promises and fix apply to not apply defaults to child files.
* PR comments
2019-10-14 15:04:14 -07:00
Charles Gagnon
6851b2091f
Add return to getControllerEndpoint ( #7699 )
2019-10-14 09:05:09 -07:00
Charles Gagnon
d02c680dab
More HDFS Manage Access dialog updates ( #7692 )
...
* Add support for default permissions on directories
(cherry picked from commit 4e81cceba142c6763c3447b4d2965cd75764f8f9)
* Remove unneeded import
(cherry picked from commit ffe5f357357e75e9290966e89768c699df2e1311)
* Add recursive apply and clean up webhdfs
(cherry picked from commit ae76df14f99e599df1cdfcc74ee22d3822f11a59)
* Final set of changes
* Undo changes to azdata/sqlops and few minor fixes
* Remove cast to fix build error
* Hide defaults checkbox for files and switch checkbox order
2019-10-11 15:18:17 -07:00
Charles Gagnon
2623e7da88
Update Component API properties ( #7694 )
2019-10-11 13:33:35 -07:00
Charles Gagnon
613fef5e73
Fix checkbox component layout ( #7678 )
2019-10-11 09:45:53 -07:00
Charles Gagnon
f1cdfb768d
Make health status header wider so text isn't multiline ( #7637 )
2019-10-10 14:10:28 -07:00
Charles Gagnon
2aa7a145d4
Fix connection group input not correctly selecting nested groups ( #7625 )
2019-10-10 11:21:13 -07:00
Charles Gagnon
543e3e2c09
More updates to HDFS Manage Access dialog ( #7611 )
...
* Add display property to ModelView components
* Update DisplayType property in sqlops as well
* More updates to HDFS Manage Access dialog
* More updates to HDFS Manage Access dialog
2019-10-10 10:57:38 -07:00
Charles Gagnon
33218bb0e5
Add display property to ModelView components ( #7579 )
...
* Add display property to ModelView components
* Update DisplayType property in sqlops as well
2019-10-09 10:28:18 -07:00
Charles Gagnon
2fe82e4b2f
Styling updates for HDFS Manage Access Dialog ( #7551 )
2019-10-08 16:02:55 -07:00
Charles Gagnon
32df727ff9
Revert ""Retry resubmit" - allows zone.js to cleanup error stacktraces ( #7502 )" ( #7568 )
...
This reverts commit d91488da62 .
2019-10-08 10:04:58 -07:00
Charles Gagnon
e4e71af597
Fix all await-promise tslint errors ( #7530 )
...
* Fix all await-promise tslint errors
* Remove unnecessary await
2019-10-07 17:52:01 -07:00
Charles Gagnon
c4965c7fe9
Fix parseAclPermissionFromOctal to include optional sticky bit ( #7542 )
...
* Fix parseAclPermissionFromOctal to include optional sticky bit
* Fix doc
2019-10-07 17:21:08 -07:00
Charles Gagnon
3fb4877859
Change script file names back to original names ( #7544 )
2019-10-07 14:03:34 -07:00
Charles Gagnon
e25cbdf4b9
Fix BDC dashboard to update status icons on refresh ( #7520 )
2019-10-07 13:40:58 -07:00
Charles Gagnon
b1db9a8cf1
Update Query History readme with latest feature additions ( #7529 )
2019-10-07 13:38:28 -07:00
Charles Gagnon
f418104b7a
big data cluster -> Big Data Cluster ( #7536 )
2019-10-07 13:13:40 -07:00
Charles Gagnon
5454917569
Add ability to handle enter key propagation for input model components ( #7524 )
...
* Add ability to stop enter key propagation for input model components
* Fix spacing
* onInputEntered -> onEnterKeyPressed
2019-10-07 12:05:43 -07:00
Charles Gagnon
effa50a9bd
Add unstable test params for core and extension tests ( #7513 )
...
* Add unstable test params for core and extension tests
* unset invert options for unstable script runs
* Fix copypasta
* Add nogpu to dacpac tests
2019-10-07 10:18:02 -07:00
Charles Gagnon
bcb5384639
Capitalize action text for query history ( #7512 )
2019-10-04 14:14:05 -07:00
Charles Gagnon
96a28f2c4d
Add query-history package metadata ( #7511 )
...
* Add query-history package metadata
* Add newline
2019-10-04 13:58:12 -07:00
Charles Gagnon
18c12dac9a
Fix to open ADS release notes instead of VS Code ( #7418 )
...
* Open latest ADS release notes in browser
* Only show release notes for stable builds
* Update config description text
* Have release notes notification prompt user before opening
* Remove unneeded import
2019-10-03 13:28:04 -07:00
Charles Gagnon
af24a9d002
Initial work for Manage Access dialog ( #7483 )
...
* Add width and height properties to checkbox component
* Initial work on manage access dialog
* Add missed change
* Add comments and clean up
* Initial work on manage access dialog
* Add missed change
* Add comments and clean up
* Add return type
* Address comments and use apiWrapper
* Fix compile error
2019-10-03 08:58:06 -07:00
Charles Gagnon
08b78c3ca5
Add width and height properties to checkbox component ( #7482 )
2019-10-02 16:21:08 -07:00
Charles Gagnon
79e2c56ec8
.Add types for ModelView CSS properties ( #7465 )
2019-10-02 11:21:18 -07:00
Charles Gagnon
1ea09c7add
Update SqlToolsService for rows affected fix ( #7469 )
2019-10-02 11:20:40 -07:00
Charles Gagnon
b5c249c25d
Update settings/descriptions to use ADS product name ( #7425 )
...
* Update settings to use ADS product name
* Fix JSON comment break
2019-10-02 09:04:09 -07:00
Charles Gagnon
3202e46930
Fix typo in snippet ( #7441 )
2019-10-01 09:56:27 -07:00
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