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
Charles Gagnon
a42407b81a
Fix missing action buttons with single view ( #8694 )
2019-12-16 10:33:21 -08:00
Charles Gagnon
b650168704
Add de viewlet tests back ( #8673 )
2019-12-13 14:08:01 -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
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
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
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
4ba6a979ba
Merge from vscode a4177f50c475fc0fa278a78235e3bee9ffdec781 ( #8649 )
...
* Merge from vscode a4177f50c475fc0fa278a78235e3bee9ffdec781
* distro
* fix tests
2019-12-11 22:42:23 -08:00
Charles Gagnon
7e970d04ca
Fix tree refresh ( #8625 )
...
* first part
* remove another refresh collapse expand
* Fix scriptable nodes
* Fix test
2019-12-11 16:34:03 -08:00
Chris LaFreniere
302e8305ef
add titles to collapse expand button ( #8607 )
2019-12-10 21:08:28 -08:00
Anthony Dresser
659f392196
add readonly method to editors ( #8630 )
2019-12-10 18:16:16 -08:00
Chris LaFreniere
bceb766d28
Notebooks: Fix Cancel for Connection Dialog to Actually Close Window ( #8626 )
...
* Fix connection dialog not going away on cancel
* Remove unnecessary change
2019-12-10 16:59:15 -08:00
Charles Gagnon
99c473cdf6
Fix shift + enter to go to previous find entry in profiler ( #8615 )
2019-12-10 07:33:49 -08:00
Cory Rivera
184d4bbe27
Add units tests for Notebook Actions ( #8595 )
2019-12-09 15:37:40 -08:00
Maddy
4fc6f4a13e
unescape the encoded chars in tablename uri ( #8446 )
...
* unesacpe the encoded chars in tablename uri
* unescape special characters
2019-12-09 14:40:21 -08:00
Chris LaFreniere
62565e0577
Notebooks: Only have One Connection in Attach To Dropdown ( #8582 )
...
* Have only one connection in attach to dropdown
* LGTM fixes
* Test fixes not unnecessarily changing context 2x
* PR Feedback
2019-12-08 11:03:51 -08:00
Anthony Dresser
4787d7ba5c
fix notebookinput matches function to work with replacement ( #8585 )
2019-12-05 16:53:36 -08:00
swjain23
0bf4790a64
Add changes for flavor selection ( #8419 )
...
* Add changes for flavor selection
* Use getDefaultProviderId method
* Update default engine user setting description
* Add back check for codeEditor
* Add test for multiple providers
* Removing extra merge line
* Add an attribute to ConnectionProviderProperties for language flavor
Adding a boolean property to ConnectionProviderProperties for providers that are language flavors. When it is set to true, the provider will be part of drop down for changing SQL language flavor.
* Update variable name
* Put logic for removing CMS at one place and remove flag for flavor provider
* Using keys instead of entries
Using Object.keys instead of entries as doing [0] can be error prone if no provider matches.
* Adding logic to check from params
* Updating variable names
* Rename dedup map
* Fix action
2019-12-05 15:28:35 -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
9691fab917
Add code coverage tests for cell.ts ( #8564 )
2019-12-04 14:45:48 -08:00
Charles Gagnon
7f16a4d857
Fix refresh action ( #8519 )
...
* Fix refresh action
* Refactor to async
* Fix missing bracket
* Remove unused error level
* Add back in error message
* Fix missing service
2019-12-03 17:40:02 -08:00
Anthony Dresser
c93ea20b75
fix uri string for converting inputs ( #8530 )
2019-12-03 10:09:20 -08:00
Charles Gagnon
4f8ced1f6b
More dangling promise cleanup ( #8518 )
...
* More dangling promise cleanup
* return void
* Function to async
* Fix a couple missed promises
2019-12-02 15:54:33 -08:00
Cory Rivera
8cc60fde90
Add code coverage tests for notebookUtils ( #8524 )
2019-12-02 14:19:37 -08:00
Amir Omidi
5235a1d029
New azure authentication experience ( #8483 )
...
* Changes
* Work in progress
* Authenticate with azure
* enbable national clouds and initialization
* Add support for tenants
* Finish up account work
* Finish up azure auth
* Don't allow prompt if we're not initialized
* Shut down server
* Remove trailing comma
* encode uri component
* ignore errors
* Address comments on github
* Fix issues and disable feature without env var
* Don't encode the nonce
* Only use env variables to disable the new sign in
* Show more user friendly messages to users
2019-11-27 12:33:08 -08:00
Anthony Dresser
9ef6bec960
add back in listen for run query ( #8481 )
2019-11-26 10:40:22 -08:00
Rich Smith
b631530753
Modify connection management to support Active Directory authType for non-SQL DBs ( #8434 )
...
* First attempt to add Azure MFA login for PostgreSQL
* Finish merge with master
* Fix auth type default selection
* Add AzureMFAAndUser auth type for Orcas
* Fix formatting
* Update change log
* Incorporate some review comments
* Missed an occurrence of AzureResource
* Try to move all changes out of azdata.d.ts and sqlops.d.ts
* Concrete implementation of ConnectionProfile in azdata no longer has azureAccount
* Use enum names instead of numbers in config files
2019-11-26 10:32:59 -08:00
Anthony Dresser
43387f0d0b
Rework how we handle custom editors ( #5696 )
...
* update how we handle editors
* small edit
* handle changing languages
* implement generic language association
* implement notebook serializers
* fix tests
* formatting
* update how we handle editors
* small edit
* handle changing languages
* implement generic language association
* implement notebook serializers
* fix tests
* formatting
* fix broken
* fix compile
* fix tests
* add back in removed note book contributions
* fix layering
* fix compile errors
* fix workbench
* fix hanging promises
* idk why these changed
* fix change
* add comments to language change code
* fix a few bugs
* add query plan association
2019-11-24 19:22:11 -08:00
Maddy
66e1c01793
regex to encode & correctly ( #8441 )
2019-11-22 17:20:41 -08:00
Cory Rivera
632ca0685e
Add code coverage tests for notebookContexts.ts ( #8430 )
2019-11-22 11:23:34 -08:00
Maddy
1760af13d1
Fix/open relative on dev ( #8359 )
...
* escape characters only on hyperlinks
* removed extra line
* added tests and changes to accomodate tests
* updates to test
* added comments
* use path.join
* format doc build error
* added comments
2019-11-21 11:24:10 -08:00
Chris LaFreniere
8655044dfb
Notebooks cleanup: Remove old out of proc markdown option ( #8394 )
...
* Remove old out of proc markdown option
* Revert change to stats.js
2019-11-20 14:00:06 -08:00
Charles Gagnon
5b50696a1b
Fix more floating promises ( #8374 )
...
* Fix more floating promises
* Fix a few more
* Test fixes
* Fix spellings
* More promise fixes
* couple more
* Few more fixes
* One more missed one
2019-11-18 17:11:25 -08:00
Anthony Dresser
7a2c30e159
move code from parts to contrib ( #8319 )
2019-11-14 12:23:11 -08:00
Anthony Dresser
df0c505452
No unused locals ( #8231 )
...
* add no unused local
* fix strict null
* fix compile errors
* update vscode comments
2019-11-06 17:22:05 -08:00
Anthony Dresser
564f78b6f6
Revert "Revert "Remove typings and replace missing methods with vscodes ( #8217 )"" ( #8242 )
...
* Revert "Revert "Remove typings and replace missing methods with vscodes (#8217 )" (#8240 )"
This reverts commit e801a04bcf .
* fix runtime error
* add tests for chartview
2019-11-06 15:00:34 -08:00
Elliot Boschwitz
e801a04bcf
Revert "Remove typings and replace missing methods with vscodes ( #8217 )" ( #8240 )
...
This reverts commit 22a427f934 .
2019-11-06 11:33:55 -08:00
Anthony Dresser
22a427f934
Remove typings and replace missing methods with vscodes ( #8217 )
...
* remove typings and replace missing methods with vscodes
* fix strict-null-checks
* fix tests
2019-11-05 13:03:20 -08:00
Alan Ren
34fe2b44cc
remove insider build check ( #7926 )
...
* remove insider build check
* fix welcome page not load issue
2019-10-23 21:53:42 -07:00
Alan Ren
2ab7a47353
deploy BDC wizard improvement for CU1 ( #7756 )
...
* unified admin user account (#7485 )
* azdata changes
* spaces
* error message
* comments
* support AD authentication for bdc deployment (#7518 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* AD changes and review feedback (#7618 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* address comments from scenario review (#7546 )
* support AD authentication for bdc deployment (#7518 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* scenario review feedbacks
* more fixes
* adjust the display order of resource types
* different way to implement left side buttons
* revert unwanted changes
* rename variable
* more fixes for the scenario review feedback (#7589 )
* fix more issues
* add help links
* model view readonly text with links
* fix size string
* address comments
* update notebooks
* text update
* address the feedback of 2nd round of deploy BDC wizard review (#7646 )
* 2nd review meeting comments
* fix the unit test failure
* recent changes in azdata
* notebook background execution with azdata (#7741 )
* notebook background execution with azdata
* prompt to open notebook in case of failure
* fix path quote issue
* better temp file handling
* expose docker settings (#7751 )
* add docker settings
* new icon for container image
2019-10-16 20:41:15 -07:00
Alan Ren
9dd35c8c0d
fix the bdc casing on welcome page ( #7498 )
2019-10-03 15:50:14 -07:00
Anthony Dresser
db498db0a8
Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f ( #7282 )
...
* Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f
* fix various icon issues
* fix preview features
2019-09-19 21:50:52 -07:00
Anthony Dresser
823d136a00
No browser from common ( #7178 )
...
* no browser from common
* clean up some imports
2019-09-12 14:52:42 -07:00
Anthony Dresser
9bfe8813b1
More layering ( #6541 )
...
* layer unlayered code; fix layering
* readd os
* fix definition of recommended extensions
* protect against tests
2019-07-31 22:20:39 -07:00
Alan Ren
f68ed67e3a
Alanren/welcomepage ( #6537 )
...
* remove dependency on product.quality
* remove extra line
* comments
2019-07-30 14:55:32 -07:00
Anthony Dresser
c1acf6ae93
More work around isolating node imports ( #6512 )
...
* more work around isolating node imports
* rewrite query plan input
* fix hygiene errors
* fix tests
* address feedback
* remove welcome page changes
2019-07-30 14:01:37 -07:00