Charles Gagnon
f5e737c760
Use correct Azure graph endpoint & cleanup ( #13786 )
...
* Use correct Azure graph endpoint
* Add enum
2020-12-14 10:12:01 -08:00
Charles Gagnon
a926f87965
Clean up Loading Component typings ( #13785 )
...
* Clean up Loading Component typings
* add properties to impl
2020-12-11 12:57:46 -08:00
Charles Gagnon
7ad328ee95
Lint azdata.d.ts ( #13728 )
2020-12-08 13:20:17 -08:00
Lucy Zhang
c898b50b94
Remove resultSet from IDisplayResult metadata ( #13450 )
...
* remove resultSet from IDisplayResult metadata
* remove metadata from IDisplayResult
2020-11-16 17:54:09 -08:00
Lucy Zhang
32a6385fef
Notebooks: Save cell connection name in cell metadata ( #13208 )
...
* save connection info in notebook metadata
* update attachTo dropdown based on saved alias
* add setting for saving connection (default=false)
* save/read cell connection name to/from metadata
* get started on toggling multi connection mode
* add activeConnection property to cell model
* add changeContext method for cell
* add comments
* add unit test for reading connection name
* save connection mode in metadata
* clean up code
* address PR comments
2020-11-12 10:44:34 -08:00
Lucy Zhang
86357b45b0
Notebooks: re-factor grid streaming ( #12937 )
...
* refactor grid streaming (convert to data first)
* change convertRowsToHtml method to return value
* remove griddataconversioncomplete checks
* send row data from STS to gridoutput component
* clean up code
* send data updates to cell model
* serialize cell output at the end of cell execution
* remove unused parameters
* update output contents instead of output reference
* remove unnecessary promise
* move azdata changes to proposed
* update comment
2020-10-28 09:08:15 -07:00
Arvind Ranasaria
f4c7ab29f0
Allow WithValidation on ComponentBuilder to register async callbacks ( #12950 )
2020-10-15 17:38:20 -07:00
Alan Ren
bc3527d310
API improvement: make registerConnectionEventProvider return disposable ( #11880 )
...
* promote api to official
* add comments
* disposable
* move getConnection out
* comment for connection namespace
* remove extra line
* also fix registerQueryInfoHandler
2020-10-12 14:29:48 -07:00
Lucy Zhang
b910bf2f33
Notebooks: Fix strict compile errors ( #12591 )
...
* strict compile for sqlSessionManager.ts
* start clientSession.ts fixes
* strict compile for clientSession.ts
* strict compile for notebookModel.ts
* add display name
* clean up code
* clean up code
* initialize string to empty string
* address PR comments
* address PR comments
* address PR comments
* remove errorMessage check
2020-10-08 15:39:57 -07:00
Charles Gagnon
f633e07ed1
Add more advanced properties for spark job submission dialog ( #12732 )
...
* Add more advanced properties for spark job submission dialog
* Add queue
2020-10-06 09:50:32 -07:00
Lucy Zhang
cf9754f627
revert grid streaming changes ( #12650 )
2020-09-28 18:34:58 -07:00
Charles Gagnon
bf9646ba98
Add ModelViewEditorOpened event ( #12597 )
...
* Add ModelViewEditorOpened event
* fix
* Fix compile
2020-09-24 12:53:28 -07:00
Lucy Zhang
945e04ed92
Fix notebook table rendering with multiple code cells ( #12363 )
...
* create unique query runner for each cell
* use cellUri instead of cellId to identify runner
* disconnect each query runner connection
* remove queryrunners size check
2020-09-17 09:44:10 -07:00
Charles Gagnon
dcc8ef54b9
Fix DT linting issues ( #12290 )
2020-09-16 07:59:06 -07:00
Amir Omidi
61ceb72cea
Change tables to make them work for our scenario ( #12193 )
...
* Change tables to make them work for our scenario
* Comments & deprecate API
* Disable selections by default
2020-09-11 13:44:19 -07:00
Amir Omidi
9ed274fb39
Genericify components ( #12158 )
...
* Genericify components
* Fix compile issue
* Fix feedback
* Genericify azdata components (#12164 )
* azdata generics
* Add the withProps method to azdata proposed as there may be mistakes with the interfaces in the generics
* Fix build issues because of other extensions
* Remove extra spaces
2020-09-08 16:15:24 -07:00
Anthony Dresser
503090856a
Strict null scripting ( #12126 )
...
* strict null scripting
* fix compile
* fix tests
* fix icon
2020-09-04 18:04:08 -07:00
Amir Omidi
59bb827d2e
Introduce vertical cards ( #12125 )
...
* Introduce vertical cards
* Simplify and add a css type
* Feedback
* Update yarn.lock
2020-09-04 15:15:58 -07:00
Anthony Dresser
b7c2eaa65d
strict compile contrib/backup ( #12088 )
2020-09-03 11:50:53 -07:00
Anthony Dresser
8b8bef0401
add strict compile for restore ( #12067 )
2020-09-02 11:58:30 -07:00
Shafiq Ur Rahman
2f94307635
Kusto extension for ADS ( #11752 )
...
* Kusto extension
* Add kusto to extensions.ts
* Remove objectExplorerNodeProvider
* Removed some BDC items + CR cleanup
* Cleanup unused strings in package.nls.json
* Remove unused svgs, and some cleanup
* Bringing objectExplorerNode back and hygiene changes
* rename to KustoObjectExplorerNodeProvider
* rename to KustoIconProvider
* Cleanup SQL code
* Fix compilation error
* Clean up in objectExplorerNodeProvider folder
* Some more clean up based on comments
* apiWrapper add
* changed to camelCase
* Remove unused functions/files
* Removed AgentServicesFeature
* dacfx, cms, schemacompare clean up
* Clean up and addressed few comments
* Remove apWrapper from kusto extension
* Addressed few comments
* credentialstore and escapeexception changes
* Added strict check for Kusto extension
* Fix error and addressed comment
* Saving Kusto files shoulf default to .kql
* package.json changes
* Fix objectExplorerNodeProvider
* Amir/kusto fix (#11972 )
* Add the compiled extensions.js
* Fix strict compile rules
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-08-26 14:13:31 -07:00
Amir Omidi
4659d727b7
strict null checks azure ( #11928 )
...
* strict null checks azure
* strict compilation
* Fix compilation issues
* Return empty arrays instead
2020-08-25 18:12:47 -07:00
Charles Gagnon
d073cd595b
Disable connectivity mode selection ( #11911 )
...
* Disable connectivity mode selection until Direct mode is fully completed
* add azdata change
2020-08-21 13:08:49 -07:00
Anthony Dresser
1b02fb6906
Add strict compiling for profiler service ( #11898 )
...
* add strict compiling for profiler
* fix up strict
* add contrib
2020-08-21 12:52:24 -07:00
Anthony Dresser
adfdd56907
Even more strictness ( #11879 )
...
* add more to strict nulls
* maintain error handling properly
* fix lint
* the rest of workbench/services
* fix compile
2020-08-20 14:00:26 -07:00
Amir Omidi
bcce80094d
Azure Subscription Page and another azdata change ( #11877 )
...
* Azure subscription page
* .
2020-08-20 10:23:48 -07:00
Amir Omidi
d2e4eeac88
skuRecommendationPage & azdata change ( #11863 )
...
* skuRecommendationPage
* fix
2020-08-19 13:04:08 -07:00
Charles Gagnon
fc9d08a62b
Fix DT linting errors ( #11831 )
2020-08-17 13:48:48 -07:00
Amir Omidi
587abd43c2
Large cleanup of AzureCore - Introduction of getAccountSecurityToken and deprecation of getSecurityToken ( #11446 )
...
* do a large cleanup of azurecore
* Fix tests
* Rework Device Code
* Fix tests
* Fix AE scenario
* Fix firewall rule - clenaup logging
* Shorthand syntax
* Fix firewall tests
* Start on tests for azureAuth
* Add more tests
* Address comments
* Add a few more important tests
* Don't throw error on old code
* Fill in todo
2020-07-22 15:03:42 -07:00
Amir Omidi
5613a97fae
Use a unique key for the accounts ( #11380 )
...
* Use a unique key for the accounts
* Fix some tests
* Simplify display name
* Change to a random UUID
2020-07-17 13:39:53 -07:00
Jorge Berumen
a06a06bb58
Add Azure DevOps as a resource for authentication ( #11146 )
...
* Adding ado as auth resource
* Removing Gov ADO resource
* Correctly handling azureDevOpsResource not being present for usgov
2020-07-02 17:22:31 -07:00
Charles Gagnon
a303144226
getCredentials returns credentials for any saved connection ( #11029 )
...
* getCredentials returns credentials for any saved connection
* Update doc comment
* Add tests
* cleanup
* cleanup
2020-06-23 11:04:13 -07:00
Chris LaFreniere
98ff618efd
Add deprecated tag for standardKernels property ( #11038 )
...
* Remove unnecessary prop from NotebookProvider API
* Add deprecated tag
* make standardKernels required again
* tweak comment
2020-06-22 21:15:39 -07:00
Charles Gagnon
487bd2693e
MIAA Dashboard Updates ( #10960 )
...
* Add database info to MIAA dashboard
* hook up open in azure button
* Only use plural text
2020-06-17 12:35:14 -07:00
Charles Gagnon
8db272cea4
Fix deployment warnings to only show if no resources found ( #10878 )
2020-06-11 17:07:19 -07:00
Alan Ren
c4be667567
add custom width support for dialogs ( #10641 )
...
* add custom width support for dialogs
* comments
* fix test
2020-06-03 13:08:48 -07:00
Amir Omidi
7d31239e64
Open in azure portal ( #10535 )
...
* initial commit to get it working
* Change configuration to use package.nls.json
* Make the necessary plumbing
* Support multi cloud
* Move the menu item to the bottom
* Fix failing tests
* Fix the tests
2020-05-29 19:59:29 -07:00
Vladimir Chernov
8288360cc4
Assessment core extension ( #10154 )
2020-05-29 01:17:41 +03:00
Cory Rivera
f94a9d0d58
Update Configure Python dialog to allow packages to be installed for specific kernels. ( #10286 )
2020-05-08 16:02:59 -07:00
Alan Ren
4ec281313f
extend the ListDatabasesRequest to allow more information to be returned ( #10186 )
...
* database detail
* revert sts change
* reuse databaseInfo interface
2020-04-28 13:32:19 -07:00
Amir Omidi
fc726c1477
Enable azure cloud console in ADS ( #8546 )
...
* initial changes
* Enable cloud console
* Delete unnecessary code
* error handling
* error handling
* Deal with promises
* Fix externals
* Fix externals for ws
* Cleanup name of terminal
* Update yarn.lock
* Fix yarn.lock
* Fix externals
* Cleanup parts of the code
* Fix more issues
* Fix cloud terminal
* Go back to our client ID
* Fix message
* Respect preferred location
* Fix govt cloud
* Some more messaging
* Enable items on right click
* Some feedback
* Change to status message
2020-03-31 18:39:58 -07:00
Cory Rivera
d363ea33b5
Save charting state in SQL notebooks. ( #9789 )
2020-03-30 16:48:28 -07:00
Amir Omidi
c15ac474d7
New Azure Auth Provider ( #9664 )
...
* Fixes how azure auth is handled on the azure pane
* New auth provider
* Add externals
* Feedback
* Change azdata
* Fix other issues
* Review feedback
* Feedback
* Feedback updates
* Move AKV to azdata.d.ts
* Fix yarn.lock
* Update third party notices
2020-03-23 12:39:25 -07:00
Amir Omidi
c9170aaf0e
Hook up the command again ( #9587 )
2020-03-12 12:26:28 -07:00
Anthony Dresser
64929de09d
Add more folders to strict compile ( #8954 )
...
* add more folders to strictire compile, add more strict compile options
* update ci
* remove unnecessary assertion
2020-01-27 16:26:49 -08:00
Charles Gagnon
8b9aeb8679
Fix some dtslint errors in azdata.d.ts ( #8931 )
...
* Fix some dtslint errors in azdata.d.ts
* Undo return type change
2020-01-22 13:04:52 -08:00
Amir Omidi
1b26dc0558
Consolidate connection namespace ( #8844 )
2020-01-08 12:08:59 -08:00
Charles Gagnon
6e8cc3aaca
Fix accessibility issues with Manage Access dialog ( #8586 )
...
* Fix accessibility issues with Manage Access dialog
* implement more property interfaces
* Fix lgtm errors
* Simplify condition
2019-12-06 15:09:42 -08:00
Alan Ren
ab94b9785e
deprecate the card component ( #8552 )
...
* deprecate the card component
* add deprecated tag
2019-12-04 10:48:08 -08:00
Charles Gagnon
3135b8525b
Add styling and component column type to declarative table ( #8476 )
...
* Initial wip
* wip
* Working implementation
* Make widths a bit nicer and remove sqlops addition
* Add sqlops back in
* Fix timing issue with tables
* Undo change to sql.bat and remove loading component when done
2019-11-27 08:06:41 -08:00