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
Anthony Dresser
f5ce7fb2a5
Merge from vscode a5cf1da01d5db3d2557132be8d30f89c38019f6c ( #8525 )
...
* Merge from vscode a5cf1da01d5db3d2557132be8d30f89c38019f6c
* remove files we don't want
* fix hygiene
* update distro
* update distro
* fix hygiene
* fix strict nulls
* distro
* distro
* fix tests
* fix tests
* add another edit
* fix viewlet icon
* fix azure dialog
* fix some padding
* fix more padding issues
2019-12-04 19:28:22 -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
Anthony Dresser
76e8805a6b
Remove should ( #8196 )
...
* remove should
* fix a few tests
2019-11-04 09:59:18 -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
Anthony Dresser
1d31a6ef98
Bump some packages ( #8096 )
...
* update packages
* remove fs
* fix more deps
* test adding governance to ci
* ignore samples for cacheing
* fix save cache too
* bump more packages
* attempt to fix slickgrid
* add more deps
* use slickgrid version
* bump https-proxy
* bump more packages.
* fix service-downloader
* remove typings
* fix compile
* update more packages
* add vscode back to the extensions that need it for testing
* add fail on critical
* regrab proxy agent
* lock more deps
* replace final high warning
* revert service downloader changes
* remove the deps on jquery ui and event drag
2019-11-01 12:55:58 -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
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
5cfad825fc
search book gone from command palette ( #8002 )
2019-10-24 17:45:28 -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
Maddy
d660405e73
hide save book action from command pallet ( #7981 )
2019-10-24 14:44:35 -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
Amir Omidi
9374056e61
move dependencies around ( #7808 )
2019-10-18 13:22:13 -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
Chris LaFreniere
80d46fb8a4
Add search book icon ( #7777 )
2019-10-17 17:20:07 -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
d4feb903b0
Supporting Different Kernel JSONs for Various Platforms ( #7552 )
...
* First go at it
* undo unnecessary change to copy api
* Revert "undo unnecessary change to copy api"
This reverts commit f95f7f7a42277586f4d4d0eb7b0733c11853b413.
* Revert "First go at it"
This reverts commit 410c0d3c61b7c7cae3a2469a2672f67fe3b745b6.
* Actual super simple fix
2019-10-09 19:19:05 -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
Chris LaFreniere
4c2ffdfc68
Add powershell kernel.json ( #7456 )
2019-10-01 16:30:09 -07:00
Chris LaFreniere
5327ed84c1
Add ps to standard kernels in package.json ( #7428 )
2019-09-30 14:04:25 -07:00