Anthony Dresser
74caccdfe6
Merge from vscode 4f85c3c94c15457e1d4c9e67da6800630394ea54 ( #8757 )
...
* Merge from vscode 4f85c3c94c15457e1d4c9e67da6800630394ea54
* disable failing tests
2019-12-19 23:41:55 -08:00
Maddy
778a34a9d2
Books/search within notebook ( #8426 )
...
* initial commit
* get notebook content
* skeleton for find in notebookModel
* add search function and keyboard shortcut
* add command for hiding find widget
* started on search logic
* continue search logic
* continue search logic
* add findcountchange listener
* notebook find position
* added css class
* hide find widget
* focus find input
* search for multiple occurrences in one line
* start notebook find decorations
* start adding decorations to notebook model
* added editor_model_defaults
* added cursor position
* merged master and resolved husky erros
* initial changes added to Lucyls base implementation
* pass NotebbokRange instead of Range to decorations
* changes after merging master
* temp changes for testing
* style updates from vscode merge
* implemented the empty methods and added supporting functionality from textModel
* just a little error checking
* It gets more and more yellow
* making highlight work between code cells
* highlight only word
* remove highlight on close and maintain the position
* cleanup of unused references
* clean up
* find between code cells refactored
* highlight markdown line and scroll to it
* find index fix
* find index fix
* code clean up
* remove commented code
* tslint fix for: Cannot use global 'NodeJS'
* linting rule fixes
* deltaDecoration base implementation on the base class
* moced class defnitions from interface fikle
* updated action names
* DOM.addClass instead of overwriting
* resooved conflicts
* moved 'find' code away from notebookmodel to sep class
* moved find realted code to seperate folder
* created notebookFindModel
* clean up
* highlight color changes
* spacing and typo fixes
* highlight correct element for nested elements
* do not iterate through paragraphs and li
* find accross notebooks
* keep track of index
* clear decorations on close
* floating promises
* maintain search context
Co-authored-by: Lucy Zhang <lucyzhang929@gmail.com >
Co-authored-by: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com >
2019-12-19 17:21:03 -08:00
Alan Ren
102d820935
Alanren/remove bdc ( #8737 )
...
* remove bdc server dependency
* revert the change to script
* cms needs 2 servers, adding 2019 server
* fix pipeline yaml
2019-12-19 13:53:32 -08:00
Karl Burtram
4a4e6dd90c
Update README and CHANGLOG for Dec ( #8705 )
...
* Update README and CHANGLOG for Dec
* Update changelog
2019-12-19 10:38:17 -08:00
Anthony Dresser
82a08d108b
add more activation events ( #8665 )
2019-12-18 23:39:17 -08:00
Anthony Dresser
099916bf19
Merge from vscode e74405d11443c5361c31e2bc341866d146eee206 ( #8740 )
2019-12-18 23:36:29 -08:00
osmant
48dcb7258e
Guest account connection issue while using ( #8726 )
...
AAD authentication
2019-12-18 12:13:46 -08:00
swjain23
e181cf2fcd
Bug fix to return authType as undefined if displayName is not set ( #8731 )
...
We noticed that if displayName is undefined this method would return the first auth type it found as getAuthTypeDisplayName() would return undefined.
If the displayName is undefined, we would not have a matchingTYpe and it should be undefined.
2019-12-18 11:40:20 -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
Anthony Dresser
30d9e9c141
Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1 ( #8722 )
...
* Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1
* remove tests that aren't working
2019-12-18 00:14:28 -08:00
Kim Santiago
0fd870d156
bump sqltoolsservice to get dacfx fix for schema compare ( #8720 )
2019-12-17 16:27:47 -08:00
Karl Burtram
768d333b35
Bump SQL Tools to 2.0.0-release.40 ( #8719 )
...
To pick up DacFx vbump
2019-12-17 15:42:57 -08:00
Anthony Dresser
2058682743
change some activation events for bdc and admin-tool ( #8660 )
2019-12-17 12:49:08 -08:00
Anthony Dresser
1c0f7c6702
open external for files from results serialize ( #8666 )
2019-12-17 12:47:23 -08:00
Anthony Dresser
9e0ba700c1
defensive about query rows; fix styling on dropdown; fix bug with always using the first dataset ( #8680 )
2019-12-17 12:26:33 -08:00
Anthony Dresser
ea5f9be441
Properly expose errors in ads and tests ( #8692 )
...
* add code to expose errors outside zone
* remove unexpect error hiding
* remove uncessary code
* fix tests
* trying to catch more errros
* revert for testing
* wip
* wip
* figured out what was going on
* wip
* fix tests
* fix tests
2019-12-17 12:06:36 -08:00
Anthony Dresser
6b5c31410d
add GITHUBTOKEN env for product installs ( #8717 )
2019-12-17 12:06:08 -08:00
Anthony Dresser
8e4d0ad446
remove unnecessary info from problem svgs ( #8712 )
2019-12-17 10:13:06 -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
Aditya Bist
ef8c0e91e6
fix provider dropdown option for cms dialog ( #8711 )
2019-12-16 18:50:50 -08:00
Alan Ren
2f6c764869
download 2019 developer edition ( #8704 )
2019-12-16 14:53:22 -08:00
rajeshka
73b9849dd5
Toggle Trusted Button ( #8569 )
...
* Toggle Trusted Button
* Persist Trusted information to Cache
* Trusted toggle unit test fixed
* Updated test comment
2019-12-16 13:32:56 -08:00
Alan Ren
64e217eac2
change order of tasks ( #8703 )
2019-12-16 13:21:03 -08:00
Chris LaFreniere
826e069b63
Fix passing in connection profile ( #8689 )
2019-12-16 13:20:43 -08:00
Chris LaFreniere
6e8a08c27a
Fix Notebook Scrolling by Setting alwaysConsumeMouseWheel to False ( #8686 )
...
* flip alwaysConsumeMouseWheel to false for nb
* remove semicolon
2019-12-16 13:17:02 -08:00
Amir Omidi
5a01218691
Check for signed variable ( #8682 )
...
* Check for signed variable
* Check for signed
* use variable syntax
* Signed has to be upper case
2019-12-16 12:25:22 -08:00
Karl Burtram
f45374bc30
Bump ADS to 1.15 for Feb release train ( #8702 )
2019-12-16 12:00:33 -08:00
Arvind Ranasaria
ecbd8fb82c
add installation search path to tools discovery ( #8687 )
2019-12-16 11:39:08 -08:00
Charles Gagnon
a42407b81a
Fix missing action buttons with single view ( #8694 )
2019-12-16 10:33:21 -08:00
Charles Gagnon
a622e4ac40
Fix options dropdown arrow alignment in options dialog ( #8695 )
2019-12-16 09:58:57 -08:00
Arvind Ranasaria
6816f2dabb
fix informational/error messages when tools not installed/not discovered/not installable ( #8679 )
...
* fix informational/error messages
2019-12-13 18:32:20 -08:00
Aditya Bist
a0c3f8f614
fix modelview tables failing for number columns ( #8681 )
2019-12-13 16:46:57 -08:00
Charles Gagnon
01b9754c80
Fix alignment of select dropdown in modal dialogs ( #8683 )
2019-12-13 16:23:25 -08:00
Aditya Bist
cd8f26ae9d
formatted file ( #8677 )
2019-12-13 15:53:49 -08:00
Charles Gagnon
b650168704
Add de viewlet tests back ( #8673 )
2019-12-13 14:08:01 -08:00
Charles Gagnon
9587edd867
Bump extension versions ( #8674 )
...
* Bump agent version
* Bump more extensions
* Undo version change for BDC - is builtin
2019-12-13 11:11:56 -08:00
Anthony Dresser
642920504a
Merge from vscode cbeff45f80213db0ddda2183170281ed97ed3b12 ( #8670 )
...
* Merge from vscode cbeff45f80213db0ddda2183170281ed97ed3b12
* fix null strict checks
2019-12-13 00:50:37 -08:00
Amir Omidi
67abc2f690
zonejs changes ( #8664 )
2019-12-12 17:07:26 -08:00
Charles Gagnon
5bf85a2855
Add tests for refresh scripting action ( #8648 )
...
* Add tests for refresh action
* Revert changes to make tree public
* Move tests into subsuite
2019-12-12 16:04:28 -08:00
Anthony Dresser
829717f5de
move the step for publishing integration test results ( #8658 )
2019-12-12 15:33:55 -08:00
Cory Rivera
866bfc61ba
Add more unit tests for NotebookInput ( #8654 )
2019-12-12 14:59:56 -08:00
BranislavGrbicMDCS
6638db1f35
Brgrbic/code cleanup issue8158 ( #8655 )
...
* Removing engine edition specific condition from displaying error message
* Removing unused import
2019-12-12 13:24:31 -08:00
Anthony Dresser
f0dde491be
fix edit data close ( #8657 )
2019-12-12 13:18:33 -08:00
Anthony Dresser
994a2382ad
fix build stream for rebuild extensions ( #8650 )
2019-12-12 12:07:49 -08:00
Charles Gagnon
856fec4243
Remove preview tags ( #8653 )
2019-12-12 11:24:05 -08:00
Chris LaFreniere
d1c594cfd0
Change deploy string from connections viewlet/welcome page ( #8646 )
...
* Change deploy string from connections viewlet
* Also change welcome page
2019-12-12 10:25:22 -08:00
Anthony Dresser
86da9852ca
distro ( #8651 )
2019-12-11 22:48:46 -08:00
Anthony Dresser
4ba6a979ba
Merge from vscode a4177f50c475fc0fa278a78235e3bee9ffdec781 ( #8649 )
...
* Merge from vscode a4177f50c475fc0fa278a78235e3bee9ffdec781
* distro
* fix tests
2019-12-11 22:42:23 -08:00
Anthony Dresser
82974a2135
remove some unused code ( #8641 )
2019-12-11 20:06:40 -08:00