Charles Gagnon
76e01fee60
Fix rest of notebook unhandled promises ( #16933 )
...
* Fix rest of notebook unhandled promises
* add rule
* fix some tests
2021-08-30 14:14:48 -07:00
Charles Gagnon
e7a719ceb4
Fix extension linting warnings and enable extension linting in pipelines ( #16922 )
...
* Fix extension linting errors
* fix test
2021-08-27 15:13:01 -07:00
Aasim Khan
3ce6f9e78c
adding cpu count and ram to server info ( #16109 )
2021-07-20 09:56:52 -07:00
Lucy Zhang
6c5d35eaae
Check kernel dependencies when a new session is started ( #16040 )
...
* check dependencies when a new session is started
* fix test
* fix issue when kernel spec is not found
2021-07-09 12:51:21 -07:00
Lucy Zhang
068649cba4
Change configure Jupyter server steps from async to sync ( #13937 )
...
* change config steps to sync
* fix tests
* use pathexistsSync
* remove pathExistsSync call
* address PR comments
2021-01-20 15:45:54 -08:00
Lucy Zhang
57446faa1e
Notebooks: Improve Jupyter server start time ( #13838 )
...
* let jupyter server find port
* add undefined to return type
* remove time log
* add test for port number
* check that match[1] exists
2020-12-21 08:03:26 -08:00
Charles Gagnon
1c279675c8
Add support for low-privileged user to run spark notebooks ( #12883 )
...
* Add support for low-privileged user to run spark notebooks
* error
* fix test
2020-10-13 09:29:00 -07:00
Lucy Zhang
b910bf2f33
Notebooks: Fix strict compile errors ( #12591 )
...
* strict compile for sqlSessionManager.ts
* start clientSession.ts fixes
* strict compile for clientSession.ts
* strict compile for notebookModel.ts
* add display name
* clean up code
* clean up code
* initialize string to empty string
* address PR comments
* address PR comments
* address PR comments
* remove errorMessage check
2020-10-08 15:39:57 -07:00
Charles Gagnon
a91b965a33
Allow non-admin BDC connections to see BDC features ( #12663 )
...
* Add handling for non-admin BDC users
* Bump STS
* Fix HDFS root node commands
* remove nested awaits
* colon
2020-09-29 14:02:01 -07:00
Lucy Zhang
bfe694763b
Add tests for Jupyter Session ( #12053 )
...
* add tests for Jupyter Session
* remove comment and fix description
* throw error if spark kernel provider is not mssql
* use localize strings and add pythonEnvVarPath test
2020-09-02 11:44:15 -07:00
Lucy Zhang
a3121c0b2d
Add tests for Jupyter Session ( #11961 )
...
* add tests for config kernel and connection
* move sinon.restore and fix config filepath
2020-08-25 18:59:53 -07:00
Vasu Bhog
29fbc7d952
Refactored Server Instance Tests ( #11868 )
...
* Refactored and improved testing through sinon
* Addressed changes - helper function and direct call to function refactor
2020-08-19 17:28:15 -05:00
chlafreniere
b96ea07d8f
Test fix try finding text documents multiple times
2020-07-16 18:48:07 -07:00
Charles Gagnon
b3a01fcf77
Remove ApiWrapper from notebook extension ( #11224 )
...
* Remove ApiWrapper in notebook extension
* delete file
* Remove copyrights
2020-07-08 11:06:32 -07:00
Chris LaFreniere
5f8180ebbf
Add Notebook Completion Item Provider Unit Tests ( #11222 )
...
* completion item provider tests
* Add nb completionItemProvider tests
2020-07-07 12:48:22 -07:00
Cory Rivera
f409abfc01
Disable python downloads when running notebooks on a SAW. ( #11186 )
2020-07-07 11:32:05 -07:00
Chris LaFreniere
a8a7559229
Add more notebook extension tests ( #11143 )
...
* more tests
* More tests
* More tests
* Add prompt tests
2020-06-30 11:01:51 -07:00
Chris LaFreniere
7080e3ec4e
Notebooks: Add Some Jupyter Controller Tests ( #11053 )
...
* First jupyter controller tests
* PR comments
* remove unnecessary checks for throw
* fix comment typo
2020-06-23 23:08:25 -07:00
Chris LaFreniere
77ba5a36aa
Add Jupyter Notebook Manager Tests ( #10955 )
...
* jupyter notebook manager tests
* cover config duplicate integrationTest
2020-06-17 14:42:35 -07:00
Charles Gagnon
7496d09eb9
Add and fix Notebook tests ( #10488 )
...
* Add and fix Notebook tests
* Fix name
* Fix compile
* Acutally fix error
* Add Notebook title test and fix command
* Add extra check and add comments
* Remove extra show error message
2020-05-26 17:27:43 -07:00
Cory Rivera
f94a9d0d58
Update Configure Python dialog to allow packages to be installed for specific kernels. ( #10286 )
2020-05-08 16:02:59 -07:00
Anthony Dresser
bd7aac8ee0
Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 ( #8911 )
...
* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2
* update distro
* fix layering
* update distro
* fix tests
2020-01-22 13:42:37 -08:00
Chris LaFreniere
e3ae5263c6
Starting Fewer Jupyter Servers for Notebooks ( #7744 )
...
* Start fewer Jupyter servers
* Windows fix for drive casing
* PR Feedback
* Quick fix
* Fixing bug
* Ensure environment variables set 4 session startup
* test fix
* Dummy commit to update comment
2019-10-20 21:38:58 -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
Cory Rivera
b1cc95d0f9
Manually define JupyterServerInstallation execOptions field in notebook unit tests. ( #6292 )
2019-07-09 09:47:45 -07:00
Cory Rivera
72c3239d63
Allow user to select source package type in Manage Packages dialog. ( #6092 )
2019-06-20 10:51:36 -07:00
Chris LaFreniere
bb9c85cd8f
Improve Cleanup of Jupyter processes on Notebook and/or ADS Close ( #5142 )
...
* Close jupyter and python
* Ensure we stop jupyter correctly on process end
* dont stopServer from clientSession shutdown
* PR comments
* close notebook after each test
2019-04-26 15:28:26 -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
Cory Rivera
ddbd8033f9
Remove an outdated showErrorMessage assert from Jupyter Server Manager unit tests. ( #4777 )
2019-03-29 15:18:01 -07:00
Cory Rivera
34d36c1de1
Prompt for Python installation after choosing a Jupyter kernel in notebook ( #4453 )
2019-03-13 18:44:54 -07:00
Karl Burtram
84890eb1b4
Update product references from 'sqlops' to 'azdata' ( #4259 )
...
* Update extensions to use azdata
* Switch core code to use azdata
2019-03-01 13:59:37 -08:00
Karl Burtram
8e52ffa30e
Fix copywrite headers in notebook extension ( #4253 )
2019-03-01 10:34:26 -08:00
Cory Rivera
70838c3e24
Move SQL 2019 extension's notebook code into Azure Data Studio ( #4090 )
2019-02-20 10:55:49 -08:00