Cory Rivera
ff38bc8143
Add dialog to notebooks for managing Pip packages ( #5944 )
2019-06-10 17:02:31 -07:00
Cory Rivera
fb713e0762
Automatically detect existing Python/Conda installs in Configure Python dialog. ( #5801 )
2019-06-03 11:56:06 -07:00
Cory Rivera
7a03da42ec
Revert user settings changes after running Existing Python Install integration test. ( #5551 )
2019-05-20 15:44:14 -07:00
Cory Rivera
a59d1d3c05
Add functionality to use an existing Python installation for Notebook dependencies ( #5228 )
2019-05-17 14:39:44 -07:00
Cory Rivera
1b24dff738
Show an Install Skipped message when Python already exists at the specified install location. ( #5141 )
...
* Also fixed a bug where future installs would get blocked after doing an install that gets skipped.
2019-04-22 14:28:59 -07:00
Cory Rivera
f248260584
Add flag to skip python install integration tests. ( #5119 )
2019-04-18 17:13:19 -07:00
Cory Rivera
880e3e10da
Update Python install messages to differentiate between download completion and install completion. ( #5114 )
2019-04-18 16:52:50 -07:00
Cory Rivera
1870d83081
Add additional error handling to Python installation for Notebooks ( #4891 )
...
* Also enabled integration tests for python installation.
2019-04-10 17:09:28 -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
c7bc37d010
Add quotes around python paths to guard against spaces. ( #4775 )
2019-03-29 14:55:08 -07:00
Cory Rivera
37ab493b78
Use getErrorMessage to get exception messages in python installation code. ( #4730 )
2019-03-27 12:14:42 -07:00
Cory Rivera
c9ac49c758
Check error in webhdfs.sendRequest before trying to check response code. ( #4561 )
2019-03-15 16:52:08 -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
Cory Rivera
5248c8f78d
Convert caught error to string in notebook onLoad error message. ( #4276 )
2019-03-04 16:49:23 -08:00
Cory Rivera
db8a92f5c2
Update LabeledMenuItemActionItem to match new vscode behavior. ( #4264 )
2019-03-01 17:37:12 -08:00
Cory Rivera
630698459b
Update output channel name for Jupyter Notebooks. ( #4246 )
2019-02-28 16:45:56 -08:00
Cory Rivera
291f591af3
Use upper case PATH for jupyter environment variables. ( #4222 )
2019-02-27 14:21:34 -08:00
Cory Rivera
5a48c52a95
Delete duplicate path variables when setting up Jupyter environment config. Also added additional error message info on jupyter start. ( #4212 )
2019-02-27 13:30:27 -08:00
Cory Rivera
12a1ac1a7d
Remove leftover merge tags from windows integration test script. ( #4213 )
2019-02-26 18:02:13 -08:00
Cory Rivera
8bb71eeb51
Fix lingering bugs from notebook code merge. ( #4143 )
...
* Add request to notebook dependencies.
* Use offline python package for windows installation.
2019-02-22 17:31:24 -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
Cory Rivera
027badd21f
Fix capitalization in dataTierApplicationWizard imports. ( #3351 )
2018-11-29 14:32:45 -08:00
Cory Rivera
2b4de52af4
Remove redundant getChildren method in IModelViewTreeViewDataProvider. ( #2463 )
2018-09-07 16:37:44 -07:00
Cory Rivera
8042b78f1e
Check whether page is valid before enabling next button. ( #2293 )
2018-08-22 12:12:33 -07:00
Cory Rivera
ccaa96c81e
Add >= and <= operators for context key expressions. ( #2160 )
2018-08-06 18:24:18 -07:00
Cory Rivera
89c48bbe75
Add option for using generic SQL queries to filter EditData rows via a query editor pane. ( #1329 )
2018-05-14 12:27:55 -07:00
Cory Rivera
94e8ce5185
Update version field in sql syntax file. ( #828 )
2018-03-02 14:32:19 -08:00
Cory Rivera
f1ddea986a
Change Windows setup so that sqlops restarts after auto-updating ( #684 )
...
* Re-add runcode line in code.iss, but with skipifsilent option.
* Add check for update flag file in setup run task in code.iss.
2018-02-13 12:40:17 -08:00
Cory Rivera
3076390eb1
Skip opening sqlops after install if the setup exe is run with the VERYSILENT option. ( #611 )
...
* Skip opening sqlops after install if the setup exe is run with the VERYSILENT option.
* Remove unnecessary [Run] line in code.iss.
2018-02-06 13:04:45 -08:00
Cory Rivera
fe04fd72bc
Update query editor colorization to match SSMS ( #580 )
...
* Ignore editor keyword coloring if keywords are preceded by [ or @
* Force editor text starting with [ or one @ to use plain text styling.
* Add editor syntax check for unicode string literal prefix.
* Add editor syntax category for global system variables.
* Add builtin sql server functions to editor colorization.
* Remove redundant functions in sql syntax list.
* Duplicate editor colorization changes to SQL plist
* Add editor colorization for FULL OUTER JOIN.
* Add some extra missing keywords and functions to editor colorization.
* Make sql function names lower case in syntax-checking regex.
* Change bracketed identifier colorization to include non-word characters.
* Remove unused SQL.plist from sql syntax folder.
* Add yarn.lock files.
2018-02-01 15:52:18 -08:00
Cory Rivera
0c14c3cc7f
Make commit id an argument for the build publish script. ( #536 )
...
* Make commit id an argument for the build publish script.
* Make commit an optional argument for publish script.
2018-01-22 16:02:57 -08:00
Cory Rivera
006eedd3a1
Update vscode build publishing scripts for use with sqlops ( #518 )
...
* Modify publishing scripts and gulp mixin task for publishing
update packages.
* Change publish script so that mooncake publishing runs only if the required credentials are provided.
2018-01-19 16:49:06 -08:00
Cory Rivera
a69a9778a6
Fix update package download paths ( #476 )
...
* Change update package download path to use sqlops naming.
* Add SqlEdit comments above download path changes.
2018-01-11 17:19:40 -08:00