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
Chris LaFreniere
6125e68c1f
Ensure we call layout() as few times as possible for notebook cells ( #7253 )
...
* Call layout fewer times from queryTextEditor
* remove unused method
2019-09-20 12:06:37 -07:00
Arvind Ranasaria
71b80e0817
Set Mocha options based on environment settings ( #7229 )
...
* Set Mocha options based on environment settings
* fixing copy paste bugs in console logs
* incorporating review feedback
2019-09-20 12:04:22 -07:00
Maddy
ac6a4e590d
Books/viewlet refactor ( #7208 )
...
* add saved/untitled views to the books viewlet and provide save option to untitled
* addressed comments
* fixes after merge
* await on async methods
* reverted back
* await on promise
* added localize for books view names
* initial commit
* missed a file change
* changes to make the merges work part1
* fixes after merges 2
* getChildren to get all books
* chnages to address comments
* fsPromises instead of fs.readSync
* merged master
* replaced deprecated fs.exists async call with pathExists
* renamed method
2019-09-20 10:47:33 -07:00
Karl Burtram
1f61a2581c
Pickup latest SQL Tools for SMO\Driver bump ( #7301 )
...
* Pickup latest SQL Tools for SMO\Driver bump
* Bump to 2.0.0.15 for intellisense fix
2019-09-20 09:52:44 -07:00
Amir Omidi
bf23a52ba4
optional serialization service ( #7303 )
2019-09-19 22:14:10 -07:00
Anthony Dresser
db498db0a8
Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f ( #7282 )
...
* Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f
* fix various icon issues
* fix preview features
2019-09-19 21:50:52 -07:00
Charles Gagnon
9d3d64eef3
BDC dashboard 💄 ( #7292 )
...
* cleanup
* Undo bad merge
* extra undefined check
2019-09-19 15:06:44 -07:00
Alan Ren
e694e0273b
Fix for issue 7233 ( #7293 )
2019-09-19 14:13:03 -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
Chris LaFreniere
a584aca969
Stop clearing out connecting and connected state when cancelling out of connection dialog ( #7254 )
...
* Stop clearing out connecting and connected state
* tweaks
* Handling cancel while connecting
* fix typo
* PR comments
2019-09-18 17:21:32 -07:00
Anthony Dresser
b3fbb29bf2
add sql folding ( #7270 )
2019-09-18 15:02:22 -07:00
Anthony Dresser
b7299e5eec
check for undefined ( #7277 )
2019-09-18 14:53:13 -07:00
Amir Omidi
510c45b9b7
use isNaN instead of == NaN ( #7276 )
2019-09-18 14:35:46 -07:00
Anthony Dresser
aad9c0f965
Add more areas to strict null ( #7243 )
...
* add more areas to strict null
* fix compile errors
* fix tests
* fix checks
* address PR comments
2019-09-18 12:27:19 -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
Amir Omidi
86a9a2c069
NaN checks aren't possible with an equality check ( #7268 )
2019-09-18 10:59:58 -07:00
Karl Burtram
6e7e6ee434
Use the default connect timeout in OE tests ( #7249 )
2019-09-18 08:57:14 -07:00
Anthony Dresser
6af544afde
Final fix for exploration merge ( #7250 )
...
* fix exploration merge
* use pool
* fix exploration
* add login
2019-09-17 16:25:17 -07:00
Amir Omidi
dca21bd3be
Null/undefined check editors ( #7084 )
...
* Null check editors
* Add console.errors to the null checks
* Change promises
* Fix typo
* Add output type & change returns
2019-09-17 16:19:47 -07:00
Chris LaFreniere
9b82b101cd
Fix for notebook line height ( #7248 )
2019-09-17 15:41:51 -07:00
Anthony Dresser
47a14bbbff
fix exploration merge ( #7247 )
2019-09-17 15:16:03 -07:00
Cory Rivera
094d6f2339
Update python packages to use sparkmagic 0.12.9 ( #7240 )
2019-09-17 15:05:59 -07:00
Anthony Dresser
290dd9531f
add explore merge build ( #7241 )
2019-09-17 14:40:56 -07:00
Chris LaFreniere
141226332c
Add notebook grid actions ( #7181 )
...
* Add notebook grid actions
* pr comments
2019-09-17 14:16:35 -07:00
Udeesha Gautam
7e0a5205b2
Fix Failng dacpac and SC integration tests ( #7245 )
2019-09-17 14:11:23 -07:00
Aditya Bist
c6c863cd84
commiter work ( #7244 )
...
* fix incorrect css and removed redundant css warnings
* add gulp step to check all files
* added files file
* revert build to hygiene job
* keep css changes only
2019-09-17 14:10:38 -07:00
Anthony Dresser
28d453fced
Implement a no sync rule ( #7216 )
...
* implement a no sync rule
* fix linting disable
* fix unused imports
* exclude more testing
* clean up fs usage
* clean up more fs usage
* remove duplicate of code
* fix compile errors
2019-09-17 13:32:42 -07:00
Chris LaFreniere
4d62983680
Add Default File Type when Saving Chart ( #7235 )
...
* add file filter
* Code cleanup
2019-09-17 10:38:39 -07:00
Anthony Dresser
d3ea9c3168
Implement use strict linting ( #7223 )
...
* implement use strict linting
* commit changes
* add additional check for strict
2019-09-16 17:36:31 -07:00
Charles Gagnon
603a79d094
Fix moved config ( #7231 )
2019-09-16 16:24:28 -07:00
Amir Omidi
16481927e8
EoL chars ( #7225 )
2019-09-16 15:53:59 -07:00
Cory Rivera
6f06c18014
Lighten colors used for inline notebook buttons in dark themes. ( #7230 )
2019-09-16 15:27:56 -07:00
Karl Burtram
7868afb4fd
Activate XML features when SQL loads ( #7228 )
2019-09-16 14:34:58 -07:00
Anthony Dresser
66d4d5c73f
revert changes to build files ( #7227 )
2019-09-16 14:12:35 -07:00
Anthony Dresser
075479274d
Readd sql linting ( #7217 )
...
* readd sql linting
* add skip linting for pipeline hygiene
2019-09-16 10:59:28 -07:00
Charles Gagnon
bae797f975
Fix config path ( #7220 )
2019-09-16 09:37:02 -07:00
Anthony Dresser
ea0f9e6ce9
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 ( #7206 )
...
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463
* fix config changes
* fix strictnull checks
2019-09-15 22:38:26 -07:00
Karl Burtram
fa6c52699e
Remove sqlops referece from server reports extension ( #7212 )
2019-09-13 20:43:59 -07:00
jamesrod817
209d7e48d8
Tempdb ( #7022 )
...
* Server changes by James
* tempdb
2019-09-13 16:19:48 -07:00
Charles Gagnon
0bd3e1b0e1
Fix query-history README links ( #7205 )
...
* Fix README URLs
* different fix
2019-09-13 15:24:14 -07:00
Anthony Dresser
9229b26b9e
Rename some build steps ( #7202 )
...
* rename some build steps
* unify naming
2019-09-13 13:52:01 -07:00
Maddy
29dbce079b
Fix/replace wrong imports ( #7158 )
...
* replaced fs with IFileService
* work around for URI with relative paths
* updates to comments
* renamed existsSync to exists
* await on promise inside non-async method
* .then change
* await async calls
* removed the old code
* include everthing in .then
* remove file exists check
* added _ for consistency
* use path.abosult method
* fixed the cleanIrl calls back and path.sep change
* reverted path.sep for now
2019-09-13 13:11:18 -07:00
Amir Omidi
86df538db9
Specialized clipboard service ( #7195 )
...
* Specialized clipboard service
2019-09-13 13:07:00 -07:00
Anthony Dresser
d9c5b7ea9e
Clean up some more disposable usage ( #7190 )
...
* clean up some more disposable usage
* fix a bug
* add more to register
2019-09-13 12:28:33 -07:00
Anthony Dresser
c9128d56c0
Handle some promises better in cms ( #7166 )
...
* handle some promises better in cms
* 💄
2019-09-13 12:28:16 -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