Chris LaFreniere
10d817b6b4
Change ps kernel version to latest 4 updated flow ( #9023 )
2020-02-04 11:52:28 -08:00
Chris LaFreniere
2208666eef
Books: Ensure associatedResource is Present for Untitled Notebooks that have a File Associated with them ( #9037 )
...
* Conditionally add associatedResource t untitled nb
* Fix Jupyter Book notebook titles (#9039 )
* Fix notebook titles
* Fix navigation links for books
* Added comments
Co-authored-by: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com >
* PR comment nit
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2020-02-04 11:42:24 -08:00
Charles Gagnon
2dfd75352f
Add coverage for extension tests ( #8961 )
...
* wip
* Add code coverage files to all extensions
* Update vscodetestcover
* Update yarn.lock
* Update CMS yarn.lock
* Update vscodetestcover version
2020-01-28 07:23:45 -08: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
Leila Lali
167a9f991a
Fixed broken notebook tests ( #8885 )
2020-01-15 13:57:52 -08:00
Leila Lali
09b578a169
Machine Learning Services R Packages ( #8870 )
...
* R Package management in Machine learning services extension
2020-01-15 12:19:22 -08:00
Cory Rivera
d3105beb43
Await should() methods involving promises in tests. ( #8876 )
2020-01-15 00:41:23 -08:00
Cory Rivera
c09e7b9e2f
Increase timeouts for some integration tests. ( #8869 )
2020-01-13 13:43:18 -08:00
Charles Gagnon
7ecb6b4427
Change test timeout for extension unit tests to 10sec ( #8848 )
2020-01-08 13:49:34 -08:00
Charles Gagnon
041f34beda
Fix book provider load to not throw on startup ( #8835 )
...
* Fix book provider load to not throw on startup
* Move tests to stable
* Rename method
* Fix floating promises and broken test
2020-01-07 17:32:51 -08:00
Maddy
746b4d7815
Book/untitled file name updates ( #8579 )
...
* file-name has entire path as name, changes to address that
* await promises
2019-12-18 09:09:17 -08:00
Maddy
a67e3abb4c
add open book command to open any book from local sys ( #8632 )
...
* add open book command to open any book from local sys
* no-floating promises
* moved all the loc strings to common loc file
* typos
2019-12-18 09:08:52 -08:00
Leila Lali
0a6dc2720d
Machine Learning Services extension with package management feature ( #8622 )
...
* Machine Learning Services extension with package management feature
2019-12-17 09:55:42 -08:00
Leila Lali
0d9353d99e
Manage Package Dialog Refactor ( #8473 )
...
* Refactoring Manage Packages dialog so that other extensions can contribute to it by registering package mange providers for different location and package type
2019-12-05 10:26:50 -08:00
Cory Rivera
255ea1945b
Only conda install pykerberos on non-windows platforms. ( #8544 )
2019-12-03 16:40:11 -08:00
Chris LaFreniere
0520870754
notebooks lgtm cleanup part 1 ( #8280 )
2019-11-11 13:40:48 -05:00
Cory Rivera
34a274a7d1
Update bundled python packages to pick up new powershell kernel updates. ( #8273 )
2019-11-07 16:46:05 -08:00
Charles Gagnon
5bbc17be5c
Fix ssl config issue ( #8187 )
...
* Fix ssl config issue
(cherry picked from commit cacd481bff )
* Better fix
* Actually return...
2019-11-01 16:25:44 -07:00
Charles Gagnon
abbb1e54da
Add config for ignoring SSL errors on BDC queries ( #8169 )
...
* Add config for ignoring SSL errors on BDC queries
* Fix error handling in write stream
* Disable tslint check
* Handle promise appropriately
* PR comments
* Change defaults to true
2019-11-01 15:20:47 -07:00
Chris LaFreniere
55acb36e33
Update powershell kernel version to 0.1.2 ( #8171 )
2019-11-01 10:47:32 -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
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
833adf3515
Fix hygiene errors ( #8019 )
2019-10-27 14:38:26 -07:00
Chris LaFreniere
3b1c9e910d
serverManager to decide if server start needed ( #8017 )
2019-10-25 11:11:54 -07:00
Chris LaFreniere
f8067ffada
Fix for Markdown File in Jupyter Books Viewlet not Opening After 2x ( #8009 )
...
* fix for markdown not opening after opened twice
* PR comment to add return type
2019-10-24 22:14:24 -07:00
Chris LaFreniere
b1e0b7c1e3
Always send \n instead of \r\n to Jupyter kernel ( #7995 )
...
* Always send \n instead of \r\n to kernel
* Use replace instead of split/join
2019-10-24 16:43:52 -07:00
Chris LaFreniere
fb4fccf2d5
Notebooks: ensure python path dirs added to path on session start ( #7968 )
...
* ensure python path dirs add to path session start
* Change logic slightly
* PR feedback from Charles
2019-10-23 19:22:24 -07:00
Chris LaFreniere
b53cad78bd
Update recommended package versions for ps ( #7972 )
2019-10-23 18:57:05 -07:00
Cory Rivera
06d67f5ad2
Append stdErr log to error message when a streamed console command fails. ( #7868 )
2019-10-23 12:38:24 -07:00
Charles Gagnon
4a68ab4659
Hygiene linting for extensions + new rule ( #7843 )
...
* linting for extensions + new rule
* Remove unneeded array
* Fix spelling mistake
* Fix bad merge
2019-10-22 18:56:31 -07:00
Maddy
b8ad7e3072
Updates to package.json to show books on stable ( #7836 )
...
* Updates to package.json to show books on stable
* remove notebookQuality context key
* renamed untitiled to unsaved
2019-10-21 14:26:59 -07: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
Cory Rivera
fa80dbfb27
Update download links for our notebook Python packages. ( #7839 )
2019-10-18 16:53:29 -07:00
Amir Omidi
a791aff0a2
Update pythonPathLookup.ts ( #7807 )
...
Fix regex problem
2019-10-18 13:26:38 -07:00
Cory Rivera
9bdaba3b65
Remove sqlmlutils from default packages due to installation failures on OSX. ( #7780 )
2019-10-17 17:21:53 -07:00
Cory Rivera
0b039830ea
Add sqlmlutils to list of required notebook packages. ( #7740 )
2019-10-16 14:16:09 -07:00
Cory Rivera
23861bd369
Wait for python installs to complete before starting a python notebook. ( #7729 )
2019-10-15 17:06:19 -07:00
Chris LaFreniere
4c946b21a9
Jupyter Book Search First Steps ( #7704 )
...
* Crawling for book search. needs icon
* Remove context until decision on entry point
* Add undefined check
2019-10-15 17:04:24 -07:00
Cory Rivera
b6ef5469de
Correctly handle exceptions in package upgrade promise. ( #7734 )
2019-10-15 13:50:30 -07:00
Cory Rivera
eb465fde1a
Skip prompting for package upgrade if a python install is already in progress. ( #7717 )
2019-10-14 15:31:53 -07:00
Cory Rivera
9a3f72591e
Show a background task when upgrading python packages. ( #7649 )
2019-10-11 10:56:19 -07:00
Chris LaFreniere
5a1183a457
Fix async problem with jupyter book viewlet loading ( #7591 )
...
* Fix async problem with jupyter book viewlet
* PR Feedback
2019-10-09 16:06:32 -07:00
Cory Rivera
3a01f960a7
Add prompt for user to upgrade python packages when starting a notebook ( #7574 )
2019-10-08 17:42:10 -07:00
Cory Rivera
66fda57513
Block Enter key from closing Manage Packages dialog. ( #7584 )
2019-10-08 16:58:23 -07:00
Charles Gagnon
f418104b7a
big data cluster -> Big Data Cluster ( #7536 )
2019-10-07 13:13:40 -07:00
Charles Gagnon
effa50a9bd
Add unstable test params for core and extension tests ( #7513 )
...
* Add unstable test params for core and extension tests
* unset invert options for unstable script runs
* Fix copypasta
* Add nogpu to dacpac tests
2019-10-07 10:18:02 -07:00
Cory Rivera
826c4115a7
Add powershell package to notebook python setup. ( #7503 )
...
Also added force-reinstall flag to installs when running Reinstall Dependencies.
2019-10-04 11:08:07 -07:00
Cory Rivera
79d0239362
Use python3 as the default python version in Spark sessions. ( #7353 )
2019-09-25 11:23:39 -07:00