Anthony Dresser
507bae90b7
Merge from vscode 91e99652cd5fcfc072387c64e151b435e39e8dcf ( #6962 )
2019-08-26 15:58:42 -07:00
Anthony Dresser
323e62c967
Utilize test skipping to reduce merge conflicts ( #6937 )
...
* utilize test skipping to reduce merge conflicts
* fix compile error
2019-08-26 13:05:19 -07:00
Anthony Dresser
92a3acbfe8
Merge from vscode e3b9b8eefc062d68ba8a4b6a817162d132f3b533 ( #6932 )
...
* Merge from vscode e3b9b8eefc062d68ba8a4b6a817162d132f3b533
* skip failing test
* add comment
2019-08-24 00:19:48 -07:00
Alan Ren
9b7a7bd9dc
Alanren/extension install ( #6918 )
...
* fix extension install
* fix azure account open url issue
2019-08-23 14:50:08 -07:00
Anthony Dresser
658cf51887
Merge from vscode 0f73473c08055054f317c1c94502f7f39fdbb164 ( #6892 )
...
* Merge from vscode 0f73473c08055054f317c1c94502f7f39fdbb164
* fix tslinting
2019-08-22 22:07:01 -07:00
Anthony Dresser
8e070454c3
Global object linting ( #6857 )
...
* add more linting
* fix linting issues
2019-08-22 10:51:59 -07:00
Anthony Dresser
985bfae8a0
Merge from vscode e558dc6ea73a75bd69d7a0b485f0e7e4194c66bf ( #6864 )
2019-08-21 20:44:59 -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
Anthony Dresser
0a78a2e117
move open data explorer viewlet action ( #6808 )
2019-08-19 13:56:26 -07:00
Anthony Dresser
ed264aae81
remove some more small differences ( #6791 )
2019-08-19 12:38:59 -07:00
Anthony Dresser
41d8663b09
Merge from vscode 70dc55955d586ebd427658b43cdb344f2047f9c2 ( #6789 )
2019-08-16 21:47:46 -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
58bfba4b47
Merge from vscode b12f623603e2fc1c5b3037115fa37c1a6acc4165 ( #6760 )
2019-08-15 02:19:31 -07:00
Anthony Dresser
82c1c57c76
Merge from vscode ec07311dab2556c9d66a4cb3eecdc21c524202e1 ( #6739 )
2019-08-13 19:14:03 -07:00
Anthony Dresser
7eba8c4c03
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed ( #6719 )
2019-08-12 21:31:51 -07:00
Anthony Dresser
d733525f2c
Use vscode log path ( #6599 )
...
* use vscode log file
* remove log
* remove sqltools output log and add command to open log
2019-08-12 11:44:27 -07:00
Alan Ren
b6cdd06d66
fix viewlet ordering ( #6615 )
2019-08-06 11:01:04 -07:00
Chris LaFreniere
62d2fb534d
Merge from vscode 709a07d51919d3266ca71699c6ddfb2d3547c0e1 ( #6575 )
2019-08-02 21:06:44 -07:00
Anthony Dresser
9bfe8813b1
More layering ( #6541 )
...
* layer unlayered code; fix layering
* readd os
* fix definition of recommended extensions
* protect against tests
2019-07-31 22:20:39 -07:00
Candice Ye
161c182a56
Fixed telemetry events for visualizer recommendation prompts ( #6547 )
...
* Fixed telemetry events for visualizer recommendation prompts
* Added telemetry event for when Visualizer button in action bar is clicked and added respective telemetry keys
* Created TelemetryView and TelemetryAction and relocated new constants
2019-07-31 14:50:26 -07:00
Alan Ren
f68ed67e3a
Alanren/welcomepage ( #6537 )
...
* remove dependency on product.quality
* remove extra line
* comments
2019-07-30 14:55:32 -07:00
Anthony Dresser
c1acf6ae93
More work around isolating node imports ( #6512 )
...
* more work around isolating node imports
* rewrite query plan input
* fix hygiene errors
* fix tests
* address feedback
* remove welcome page changes
2019-07-30 14:01:37 -07:00
Anthony Dresser
6db84eefa3
Merge from vscode 6268feb42ba4f2e2fa15484e88c9af60d254998c ( #6530 )
2019-07-29 21:03:02 -07:00
Rebecca Runxin Wang
2c8a22bb0d
Introducing Visualizer to SQL Query Editor ( #6422 )
...
* extension recommendation on application launch
* Introducing Visualizer (SandDance) to the SQL Query Editor. (#6347 )
* Created Visualizer icon in the results grid. Utilized a context key so that the icon only shows if Visualizer extensions (currently, just SandDance) is installed. Visualizer icon open up SandDance in a top-level document.
* When the user clicks on Charts, visualizer recommendation popup appears. User can click on "Install Extensions" to download the visualizer extensions.
* Enabled SQL Query Editor to pass query data to SandDance extension.
* Introducing Visualizer (SandDance) to the SQL Query Editor. (#6347 )
* Created Visualizer icon in the results grid. Utilized a context key so that the icon only shows if Visualizer extensions (currently, just SandDance) is installed. Visualizer icon open up SandDance in a top-level document.
* When the user clicks on Charts, visualizer recommendation popup appears. User can click on "Install Extensions" to download the visualizer extensions.
* Enabled SQL Query Editor to pass query data to SandDance extension.
* Cleaned code; made changes according to PR comments
* removed the test service for extensions gallary
* Cleaned up code according to PR changes
* unid changes to build/azure-piplines
* Removed all the build/azure-pipelines changes
* removed changes on media/language.svg
* refactored extension recommendation system to allow it to be generic
* updated extensionsViews to support generic extension query search; added localized constants for visualizer extensions
* Made syntax and error message changes acccording to PR comments.
* Updated recommendation message according to scenario type
2019-07-29 13:54:32 -07:00
Anthony Dresser
1d56a17f32
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 ( #6516 )
...
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3
* fix tests
2019-07-28 15:15:24 -07:00
Anthony Dresser
371504358d
refactor notebook to be fileservice based ( #6459 )
2019-07-26 22:19:13 -07:00
Alan Ren
0c12afac74
add the extension policy configuration back ( #6465 )
2019-07-22 23:43:34 -07:00
Anthony Dresser
15fc7a077a
Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 ( #6460 )
...
* Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385
* fix servers icon
* fix tests
2019-07-22 18:28:21 -07:00
Anthony Dresser
b21435743d
Merge from vscode c873727e8bac95e7cbf5b154a9e6ae0986f2ce18 ( #6446 )
2019-07-19 19:21:54 -07:00
Anthony Dresser
ee3663c1cd
Merge from vscode aba87f135229c17c4624341b7a2499dcedafcb87 ( #6430 )
...
* Merge from vscode aba87f135229c17c4624341b7a2499dcedafcb87
* fix compile errors
2019-07-18 18:32:57 -07:00
Anthony Dresser
bf4815d364
Remove some differences from us and vscode ( #6421 )
...
* remove some differences from us and vscode
* readd temp-write tpyings
2019-07-18 17:57:00 -07:00
Anthony Dresser
c23738f935
Inital platform relayering ( #6385 )
...
* moving test files and inital refactoring
* relayer extension host code
* fix imports
* make insights work
* relayer dashboard
* relayer notebooks
* moveing more code around
* formatting
* accept angular as browser
* fix serializer
* add missing files
* remove declarations from extensions
* fix build errors
* more relayering
* change urls to relative to help code relayering
* remove layering to prep for merge
* fix hygiene errors
* fix hygiene errors
* fix tests
2019-07-18 17:29:17 -07:00
Anthony Dresser
2d73b6afb1
Merge from vscode 112fa76c775ecb79ac2c9e9e5dba0d711d523543 ( #6388 )
2019-07-17 01:07:27 -07:00
Anthony Dresser
0b7e7ddbf9
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 ( #6381 )
...
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973
* disable strict null check
2019-07-15 22:35:46 -07:00
Karl Burtram
7b88800c62
Add a New File menu item for plain text files ( #6240 )
...
* Add a New File menu item for plain text files
* Correct handling of saved files
* Fix command palette text to avoid duplicate entry
2019-07-02 13:29:47 -07:00
Karl Burtram
5a7562a37b
Revert "Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d ( #5949 )" ( #5983 )
...
This reverts commit d15a3fcc98 .
2019-06-11 12:35:58 -07:00
Chris LaFreniere
d15a3fcc98
Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d ( #5949 )
...
* Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d
* Fix vs unit tests and hygiene issue
* Fix strict null check issue
2019-06-10 18:27:09 -07:00
Kevin Cunnane
14a6bf581c
Fix New Notebook issues ( #5958 )
...
* Fix New Notebook issues
- Fix #5338 New Notebook menu item should be next to New Query
- Fix #4936 Add a shortcut to create a notebook in the document well
Created a built-in New Notebook command
that routes to the existing extension-based command.
This avoided a rearchitecture that was more complex that seemed worth it.
Per VSCode patterns, used a _ modifier for the existing command so it's "private"
2019-06-10 16:38:07 -07:00
Charles Gagnon
4b6214c9a4
Remove install count widget from extension gallery view until we can actually have install counts ( #5828 )
2019-06-03 14:48:26 -07:00
Karl Burtram
f9b7bc26c0
Add a null check before using settings editor options ( #5756 )
2019-05-30 11:31:00 -07:00
Anthony Dresser
bcc449b524
Merge from vscode 5b9869eb02fa4c96205a74d05cad9164dfd06d60 ( #5607 )
2019-05-24 12:20:30 -07:00
Anthony Dresser
5e8a52bcc0
Query Editor Refactor ( #5528 )
...
* query editor changes
* query editor changes
* finish converting query editor
* fix merge issue
* remove unused code
* fix tests
* fix tests
* remove editor context key class
* edit tests to test input state
2019-05-23 11:43:59 -07:00
Anthony Dresser
cf8f8907ee
Merge from vscode 8aa90d444f5d051984e8055f547c4252d53479b3 ( #5587 )
...
* Merge from vscode 8aa90d444f5d051984e8055f547c4252d53479b3
* pipeline errors
* fix build
2019-05-23 11:16:03 -07:00
Anthony Dresser
2ca39b571a
removes unused vscode changes ( #5533 )
2019-05-21 21:48:57 -07:00
Anthony Dresser
81ae86ff79
Revert "Revert "Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )" ( #5553 )" ( #5562 )
...
This reverts commit c9a4f8f664 .
2019-05-21 14:19:32 -07:00
Anthony Dresser
c9a4f8f664
Revert "Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )" ( #5553 )
...
This reverts commit 5d44b6a6a7 .
2019-05-20 17:07:32 -07:00
Kevin Cunnane
162dfbaab0
Add SQL settings into the settings editor ( #5524 )
...
- Initial stab at a hierarchy for all Azure Data Studio settings
- Will revisit later, but this covers all built-in settings
2019-05-20 12:27:14 -07:00
Anthony Dresser
5d44b6a6a7
Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )
2019-05-19 18:52:19 -07:00
Anthony Dresser
43293b98c0
Merge from vscode fa77b52b5e2067798006aaff8e463a2b425509d5 ( #5453 )
2019-05-13 10:57:51 -07:00