Chris LaFreniere
46b85ebc6b
Fix casing on welcome page to be consistent ( #5169 )
2019-04-24 11:18:33 -07:00
Yurong He
07bc5e2de9
Fixed #3244 ( #5166 )
2019-04-24 09:04:15 -07:00
Yurong He
e822091907
Only when the connection is connected, then do disconnect. ( #5170 )
2019-04-23 19:03:49 -07:00
Chris LaFreniere
7d46e77922
Notebooks: Show keyboard shortcut for run cell ( #5097 )
...
* Show keyboard shortcut for run cell
* PR comment
2019-04-23 17:33:15 -07:00
Yurong He
e8b4c03770
Fixed #4772 create unique connection for each notebook by using noteb… ( #5163 )
...
* Fixed #4772 create unique connection for each notebook by using notebook path as uri
Disconnect sqlConnection from SqlKernel to ensure no connection left after the notebook is closed.
* SqlSessionManager is ADS level manager
* Moved path to SqlKernel constructor
2019-04-23 16:42:28 -07:00
Chris LaFreniere
33aacc1798
Improve Notebook Context Menu Casing ( #5145 )
2019-04-23 11:35:46 -07:00
Anthony Dresser
58959ef35e
Enable stricter compile options on extensions ( #5044 )
...
* enable stricter compile settings in extensions
* more strict compile
* formatting
* formatting
* revert some changes
* formtting
* formatting
2019-04-23 11:18:00 -07:00
Charles Gagnon
c66b349cec
Show correct release notes for command ( #5108 )
2019-04-23 10:55:09 -07:00
Aditya Bist
5c90df092b
Switch on code coverage ( #5120 )
...
* testing code coverage for /sql/
* fix test result path
* fixed coverage task:
'
* added coverage to linux and mac as well
* fix script for mac and linux
* bash script cmd
* fixed scripts
* remove warnings from summary
* remove coverage from linux
* added job action tests
* added more tests
2019-04-23 10:47:03 -07:00
Karl Burtram
32374f264f
Adjust default fonts ( #5146 )
...
* Adjust default fonts
* Adjust default ratio
2019-04-22 17:30:16 -07:00
Anthony Dresser
5e62229f25
Merge from vscode 2b87545500dbc7899a493d69199aa4e061414ea0 ( #5148 )
2019-04-22 16:57:13 -07:00
Aditya Bist
161135cd90
remove old unused splash screen ( #5112 )
2019-04-22 13:39:27 -07:00
Kevin Cunnane
8b40d20eab
Typings reference failing in external extension ( #5129 )
...
This fixes an issue where if you copy azdata.proposed.d.ts to
an extension project, it would fail to compile using default
tsconfig.json settings due to missing return type
2019-04-19 16:41:23 -07:00
Chris LaFreniere
432034d2cb
Notebooks: Pressing Escape key in markdown cell exits edit mode ( #5094 )
...
* Pressing Escape key in markdown exits edit mode
* text + code cells inactive when pressing escape
2019-04-19 16:19:16 -07:00
Alan Ren
0e168e36fc
Merge from vscode 12cb89c82e88e035f4ab630f1b9fcebac338dc03 ( #5125 )
2019-04-19 10:26:20 -07:00
Chris LaFreniere
3372a5ad4b
Fix hygiene issues in textCell.css ( #5116 )
2019-04-18 15:58:27 -07:00
Chris LaFreniere
7ce921d449
Improve tabe markdown css ( #5093 )
2019-04-18 14:57:26 -07:00
Chris LaFreniere
31f7364f08
Only show nb loading spinner when no cells shown ( #5095 )
2019-04-18 14:57:11 -07:00
Anthony Dresser
5119d28b9d
fix svg references ( #5109 )
2019-04-18 12:29:18 -07:00
Anthony Dresser
9c0e56d640
Layering of everything else but query ( #5085 )
...
* layer profiler and edit data
* relayering everything but query
* fix css import
* readd qp
* fix script src
* fix hygiene
2019-04-18 01:28:43 -07:00
Anthony Dresser
ddd89fc52a
Renable Strict TSLint ( #5018 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
* enable strict tslint rules
* fix formatting
* fix compile error
* fix the rest of the hygeny issues and add pipeline step
* fix pipeline files
2019-04-18 00:34:53 -07:00
Alan Ren
b852f032d3
Merge from vscode 3a6dcb42008d509900b3a3b2d695564eeb4dbdac ( #5098 )
2019-04-17 23:38:44 -07:00
Aditya Bist
1fec26c6b3
dont dispose serverTreeView every time hidden ( #5092 )
2019-04-17 20:12:44 -07:00
kisantia
d3483afaed
Schema Compare extension ( #4974 )
...
* extension now working
* fix diff editor title disappearing and remove border from source and target name boxes
* redoing a bunch of stuff that disappeared after rebasing
* add images and add to extensions.ts
* moving a few changes to the right place after rebase
* formatting
* update toolbar svgs
* addressing comments
* add return types
* Adding PR comments
* Adding light and dark theme icons
* Fixing the diff editor title for dark theme
2019-04-17 19:14:22 -07:00
Charles Gagnon
41bf10d989
Fix for build break caused by missing SVG ( #5078 )
...
* Fix for build break caused by missing SVG
These files were moved in #5029
* Add a few more missing SVGs
2019-04-17 11:22:42 -07:00
Chris LaFreniere
ac3b6aef27
ADS Welcome Page ( #5043 )
...
* ADS Welcome Page
* sample notebook section
* Opens in browser :(
* Remove sample notebooks section
* fix open file in windows
* Change az_data_welcome_page to be under sql/
* fix tslint issue
* Scope table css down
2019-04-17 10:50:43 -07:00
Anthony Dresser
8956b591f7
Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd ( #5074 )
...
* Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd
* fix tests
2019-04-16 22:11:30 -07:00
Anthony Dresser
2f8519cb6b
Layer Object Explorer; query plan; task history ( #5030 )
...
* relayer query plan, task history, object-explorer
* formatting
2019-04-16 21:12:34 -07:00
Aditya Bist
15a19c044d
remove agent from old apis ( #5064 )
2019-04-16 17:13:02 -07:00
Alan Ren
ec47ff7479
Alanren/fixsmoketest ( #5019 )
...
* fix the smoke test
* update readme
* fix the selector for server name input
* add new property to server profile engineType
2019-04-16 16:43:11 -07:00
Aditya Bist
82f707ee89
Fixed agent filter in dark theme ( #5048 )
...
* fixed agent filter in dark theme
* added high contrast theme as well
2019-04-16 15:30:16 -07:00
Alan Ren
dfcab8db6a
fix the selectbox issue for chart ( #5052 )
2019-04-16 13:32:52 -07:00
Anthony Dresser
5c10127758
Layer grid code ( #5029 )
...
* layer grid
* errors; edit data still not showing up
* fix edit data
* fix tab spaces
2019-04-16 13:30:15 -07:00
Aditya Bist
b376f36733
fix job action context ( #5053 )
2019-04-16 13:07:22 -07:00
Aditya Bist
96c0f62cf5
Removed duplicate connections code ( #5045 )
...
* removed duplicate connections code
* removed old comment
* removed unused code
2019-04-16 11:54:07 -07:00
Anthony Dresser
b75d0b6cb5
Fix bootstrapping around dashboard ( #5040 )
2019-04-15 23:49:40 -07:00
Anthony Dresser
a5bc65fbfb
Merge from vscode 8b5ebbb1b8f6b2127bbbd551ac10cc080482d5b4 ( #5041 )
2019-04-15 20:37:22 -07:00
Gene Lee
dcdbc95ae7
Fixed bug: CheckboxTreeNode label overflows, and node icon disappears ( #5022 )
2019-04-15 13:44:49 -07:00
Anthony Dresser
72e7e5e025
relayer connection code; formatting ( #5020 )
2019-04-15 01:05:23 -07:00
Anthony Dresser
57242a2e13
Merge from vscode 3d67364fbfcf676d93be64f949e9b33e7f1b969e ( #5028 )
2019-04-14 22:29:14 -07:00
Anthony Dresser
6dbf757385
Remove some vscode differences ( #5010 )
...
* remove some vscode differences
* add dates to todo comments
2019-04-12 21:55:07 -07:00
Karl Burtram
c5a32d8373
Show user email address in account picker ( #5015 )
...
* Show user email address in account picker
* Fix build break and remove Azure account from sqlops namespace
2019-04-12 17:23:48 -07:00
Charles Gagnon
34288435ec
Fix Data Explorer context menu items visibility ( #4996 )
...
* Fix Data Explorer context menu items visibility
The when clause was making the menu items show up for all nodes in the Data Explorer - even ones that didn't make sense such as the Databases folders. This change makes it only appear for the Database and Server nodes (which is how the OE tree is set up)
2019-04-12 17:09:53 -07:00
Yurong He
177b48c3f2
Revert #4955 to unblock integration test ( #5016 )
2019-04-12 14:08:38 -07:00
Anthony Dresser
642f5d4405
replace nulls with undefined ( #5014 )
2019-04-12 13:08:32 -07:00
Anthony Dresser
92b1c59e48
Strict null check on full "base" code ( #4973 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
2019-04-12 12:59:58 -07:00
Anthony Dresser
cb1682542b
remove sql/services ( #4991 )
2019-04-12 12:48:06 -07:00
Anthony Dresser
9e56187c16
Remove sql/common ( #4990 )
...
* remove sql/common/
* formatting
* fix cyclic dependency
2019-04-12 12:47:48 -07:00
Yurong He
51851efda5
Use notebookUtils.getErrorMessage to get the correct msg instead of showing {0} ( #5012 )
2019-04-12 11:50:44 -07:00
Charles Gagnon
11e4b743e0
Fix wrong release notes being loaded ( #5008 )
2019-04-11 16:56:55 -07:00