Anthony Dresser
9c8f36e463
remove externals for some azure deps ( #8168 )
2019-11-01 12:19:29 -07:00
Anthony Dresser
bd988f62a2
Add WS as a dep of notebooks ( #8154 )
...
* add ws as an optional dep of noteoboks
* fix method of adding ws
* fix parsing for yarnrc
* remove optional reps
2019-11-01 12:19:06 -07:00
Zbyněk Sailer
29a46b9f8b
LOC CHECKIN | Microsoft/azuredatastudio master | 20191029 ( #8081 )
2019-11-01 12:16:30 -07:00
Chris LaFreniere
55acb36e33
Update powershell kernel version to 0.1.2 ( #8171 )
2019-11-01 10:47:32 -07:00
Kevin Cunnane
a8b442a274
recommend datavirtualization instead of sql-vnext ( #8172 )
2019-10-31 20:25:27 -07:00
Maddy
330f690628
version bump books package ( #8174 )
2019-10-31 18:03:50 -07:00
Maddy
7cc430d199
added try catch aroud the json parse and bypassing the err by logging… ( #8166 )
...
* added try catch aroud the json parse and bypassing the err by logging to console
* updated error message with package info
* updates to address PR comments
* added package info and refactored the err logging
* backslash update
* refactored error method and added try for the entire method
2019-10-31 17:57:26 -07:00
Kevin Cunnane
2558d6bff6
Fix #8162 Spark timeout in BDC cluster is higher than client-side, causing successful sessions to show as failed ( #8164 )
...
* Fix #8162 Spark timeout in BDC cluster is higher than client-side, causing successful sessions to show as failed
2019-10-31 17:00:36 -07:00
Chris LaFreniere
5aff7ef4c7
Ensure cwd matches notebook path ( #8137 )
...
* Ensure cwd matches notebook path
* add error checking
* silent, don't store history
2019-10-31 15:10:49 -07:00
Charles Gagnon
7569f7fa32
Fix node update in bdc dashboard on reconnect ( #8138 )
...
* Fix node update in bdc dashboard on reconnect
* Fix no floating promises
* Fix opening from dashboard to always save controller node
2019-10-31 14:42:15 -07:00
Kevin Cunnane
333f634e94
Fix #8159 Mount HDFS broken against latest cluster ( #8160 )
...
connectWithRetry needed to pass as ... so each arg was set correctly,
instead of having 1st param be an array of the input arguments
2019-10-31 14:39:45 -07:00
Amir Omidi
b62c0cf2ab
More promise cleanup ( #8100 )
...
* Some promise cleanup
* Handle more promise issues
* Remove changes that aren't needed anymore
* Use log service
* another one
* Be more explicit
* Some more promises cleaned up
* Handle promises here too
* Strings for errors
* Some more cleanup
* Remove unused imports
2019-10-31 14:30:08 -07:00
BranislavGrbicMDCS
572a83dac7
Hidding error message for sql on demand on server dashboard ( #8146 )
...
* Hidding error message for sql on demand
* Using constant instead of hardcoded value
2019-10-31 21:25:39 +01:00
Charles Gagnon
dbf834c00f
Fix metrics log links ( #8140 )
2019-10-31 13:24:56 -07:00
Udeesha Gautam
24a6897836
Updating SqlToolsService To Revert SqlCmd explicit handling ( #8133 )
...
Updating SqlToolsService To Revert SqlCmd explicit handling (#8133 )
2019-10-31 10:34:17 -07:00
Alan Ren
23da6155dd
fix the missing icon issue of expand/collapse btn ( #8132 )
2019-10-30 20:10:34 -07:00
Charles Gagnon
ef9321ef2c
Add error messages to BDC dashboard page ( #8103 )
...
* Add error messages to BDC dashboard page
* Remove testing code
* PR fixes
2019-10-30 15:23:34 -07:00
Alan Ren
836bf1d28a
use addtionalEnvironmentVariables ( #8123 )
2019-10-30 15:02:30 -07:00
Alex Ma
9eb319f392
ImageInsight Image Error Notification ( #8086 )
...
* image visualization printout (needs localization)
* Add error image and log error
* "added alert error for invalid image"
* removed unnecessary spaces
* removed spaces on 61 and 66
* Added image and used notification service
* Removed unused import
* Changed wording for error
2019-10-30 14:48:12 -07:00
Alan Ren
79b6a14d64
Revert "accept azdata eula ( #8114 )" ( #8121 )
...
This reverts commit 0dec2ff9b5 .
2019-10-30 13:57:41 -07:00
Alan Ren
0dec2ff9b5
accept azdata eula ( #8114 )
2019-10-30 13:31:05 -07:00
Chris LaFreniere
dd270a78fc
Notebooks: Improvements to Connection Profile Passing ( #8105 )
...
* Fix relative images on notebook markdown pc
* PR feedback around replace ordering
* update databaseName when it's set to master
* usinng query as example
2019-10-30 13:22:17 -07:00
Anthony Dresser
827e6162c7
fix import ( #8116 )
2019-10-30 13:11:29 -07:00
Alan Ren
9f54fbc8cc
profiler icon issue ( #8115 )
2019-10-30 12:32:37 -07:00
Shafiq Ur Rahman
f8858a3511
Tab trap for modal ( closes #5930 ) ( #8043 )
...
* Tab trap for modal (closes #5930 )
* Addressing PR comments
* Fixed formatting.
2019-10-30 11:38:11 -07:00
Charles Gagnon
82e5221024
Fix modal event propagation ( #8050 )
...
* Fix event propagation
* Remove unneeded onkeyup method
* Move event handling code into SQL classes
2019-10-30 11:29:01 -07:00
Anthony Dresser
004297aea6
fix linux cache ( #8111 )
2019-10-30 11:02:53 -07:00
Anthony Dresser
f7b8a019cd
Remove references to noderequire ( #8101 )
...
* remove references to nodequire
* change promise handling
2019-10-30 10:04:52 -07:00
BranislavGrbicMDCS
a89788a020
Adjusting OE and hiding nodes for sql on demand ( #8087 )
2019-10-30 18:02:12 +01:00
Chris LaFreniere
62af81e88c
Notebooks: Fix relative images not rendering on PC for Markdown Cells ( #8091 )
...
* Fix relative images on notebook markdown pc
* PR feedback around replace ordering
2019-10-29 19:48:57 -07:00
Amir Omidi
ab736466cd
Some promise cleanup ( #8092 )
...
* Some promise cleanup
* Handle more promise issues
* Remove changes that aren't needed anymore
* Use log service
* another one
* Be more explicit
2019-10-29 17:04:46 -07:00
Amir Omidi
6a6f30523c
Code -> Azure Data Studio ( #8099 )
...
* Change string
* sql carbon edit
2019-10-29 16:22:46 -07:00
Kim Santiago
8e3fa0a26d
Bump dacpac and schema compare extension versions and remove preview ( #8095 )
...
* bump dacpac and schema compare extension versions and remove preview
* bump azdata dependency version
2019-10-29 16:04:10 -07:00
Amir Omidi
72c088e137
Allow toggle developer tools shortcut all the time ( #8003 )
...
* Allow toggle developer tools shortcut all the time
* Remove the import
2019-10-29 11:57:52 -07:00
Kim Santiago
ce5eb00177
Fix schema compare include/exclude behavior ( #8042 )
...
* don't uncheck difference if unsuccessful
* changes after rebasing to get schema compare fix
* First cut of column checkbox checking reactive to include opteration
* handle blocking dependencies and affected dependencies
* Changing the checked property of table to be list
* Addressing comments
* add map to keep row number of diff entries
* remove findDifferenceRow() since it isn't needed anymore
* fix scrolling to the top when checking/unchecking and add info message
* change checked to updateCells
* improve warning cannot include/exclude message
2019-10-29 11:55:31 -07:00
Alan Ren
5629356c66
notebook background execution ( #8079 )
...
* notebook background execution
* code review comments
* comments 2
* more logging
2019-10-29 11:53:50 -07:00
Maddy
6e7311ca87
added openLocalizedook action that opens up the link to localized books. ( #8025 )
...
* initial commit
* addressed the tslint floating promise errors
* updated the command name with PM's feedback
2019-10-29 11:51:05 -07:00
Charles Gagnon
d315ccff68
Fix BDC remember password and reprompting connection ( #7957 )
...
* Fix remember password and reprompting connection
* comment
* Fix to remember password for session
* Fix floating promises
2019-10-29 07:27:31 -07:00
Aditya Bist
789ee4b133
add repository field for extensions ( #8073 )
2019-10-28 17:41:23 -07:00
Amir Omidi
428745e929
Cleanup the copy output ( #8072 )
...
* Cleanup the copy output
* Use helper functions and cleanup promise handling
2019-10-28 16:13:34 -07:00
Charles Gagnon
cea8d62051
Add SQL Metrics links to BDC dashboard ( #8056 )
...
* Add SQL metrics link to dashboard pages
* Only show SQL metrics column for SQL service
* Add param doc
2019-10-28 15:07:32 -07:00
Charles Gagnon
fa79e5b016
Fix for propagating aria-label title of form components to loading component ( #8051 )
2019-10-28 14:48:47 -07:00
Aditya Bist
15fd37e049
add link to twitter on badge ( #8037 )
2019-10-28 14:22:13 -07:00
Karl Burtram
1dd4ea19a3
Update agent and import versions for Nov ( #8054 )
2019-10-28 11:53:12 -07:00
Kevin Cunnane
067af76904
Azure: add PostgresSQL support and refactor to use resource graph ( #8046 )
...
* Azure: add PostgresSQL support and refactor to use resource graph
- Refactored to use @azure/arm-resourcegraph for all queries
- Refactored database lookup to do just 2 queries
(all servers, all DBS) instead of waiting serially on 1 query per RG
- Added Azure Database for PostgresSQL Servers support in the tree
- Removed use of older azure APIs in preference to ones compatible with resource graph
- Note: Had to use v1.0 of new subscriptions package because resourcegraph is 2month out of date vs all other packages
2019-10-28 09:47:38 -07:00
Arvind Ranasaria
a7f597c943
dependencies messages, no curl on win32, fixes to min Version ( #8039 )
...
* checking temp work to move to another branch
* removing freeTds
* dependencies Messages and No curl on Win32
* elipsis instead of ...
* add min version check post install and pr fixes
* removing unnecessary comment
* removing old TODO comment
* fix text messages
* add github toke nto electron download (#8047 )
* remove hardcode of kubectl version for download
2019-10-27 17:13:12 -07:00
Charles Gagnon
833adf3515
Fix hygiene errors ( #8019 )
2019-10-27 14:38:26 -07:00
Charles Gagnon
bd15a96b83
Make form components use title as aria-label ( #8040 )
2019-10-27 14:37:34 -07:00
Karl Burtram
024bd00d93
Bump ADS to 1.14.0 in master ( #8049 )
2019-10-27 14:03:19 -07:00
Karl Burtram
eb1aafa639
Bump SQL Tools Service to pickup schema compare changes ( #8048 )
2019-10-27 13:58:41 -07:00