Cory Rivera
97eb69477e
Remove unused files in sql and extensions folders ( #22444 )
2023-03-27 16:40:32 -07:00
Charles Gagnon
ca4722360a
More strict SSL proxy setting fixes ( #22404 )
2023-03-22 12:45:51 -07:00
Alan Ren
aa47729f90
fix find parent node issue ( #22356 )
...
* fix find parent node issue
* sts update
* fix errors
* pr comments and a fix
2023-03-20 08:20:11 -07:00
Charles Gagnon
ad69164f09
Extension telemetry feature cleanup ( #21779 )
...
* Extension telemetry feature cleanup
* one more
2023-01-30 13:14:38 -08:00
Cory Rivera
e2327c393a
Remove all Big Data Cluster features ( #21369 )
2022-12-07 12:28:17 -08:00
Charles Gagnon
fb05c4304e
Switch to 1DS endpoint ( #20769 )
...
* Update to 1DS client
* remove product config
* Update ai keys
* use our own event prefix
* re-enable telemetry
* Update distro and remove default enableTelemetry
* distro
* Remove asimovKey references
* add comment
* distro
* distro
* distro
* add files that break precommit hook
* cleanup/fixes
* distro
* distro + event prefix update
* distro
* more
2022-11-03 08:45:06 -07:00
Karl Burtram
8a3d08f0de
Merge vscode 1.67 ( #20883 )
...
* Fix initial build breaks from 1.67 merge (#2514 )
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515 )
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516 )
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
2022-10-19 19:13:18 -07:00
Alan Ren
1df976d79d
upgrade service downloader ( #20703 )
...
* use new service downloader
* update other extensions
* fix errors
2022-10-02 20:30:53 -07:00
Alan Ren
98320584a2
fix typos ( #20695 )
2022-09-29 20:58:11 -07:00
Charles Gagnon
6ae380b65d
Remove unnecessary awaits from extensions ( #19571 )
...
* Remove unnecessary awaits
* fix ignore
* revert eslintignore
* try
* increase size
* Increase sql lint size
2022-05-31 15:36:44 -07:00
Charles Gagnon
0060b0e27b
Update service-downloader ( #16565 )
2021-08-04 14:29:54 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Alex Ma
b413de153c
Localization option added to Kusto and MSSQL ( #15674 )
...
* added environment language need to test
* added environment language, need to test if it works
* added locale change to code
* added Kusto localization for its ServiceLayer
* removed extra space
* removed console log and moved onto one line
* removed quotes
2021-06-11 12:35:18 -07:00
Justin M
7dfafe1393
dstsAuth Token Refresh ( #14890 )
...
* Refactored getToken to set tenantId based on providerId
* Changed logic to set tenantId when provider is not dstsAuth
2021-03-30 10:30:25 -07:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
7496aea1b0
Fix "not externalized correctly" warnings ( #13806 )
2020-12-14 16:24:15 -08:00
BranislavGrbicMDCS
9fcd85e640
Adjusting ADS to support new changes for CloudServerType for SQLOD ( #12824 )
...
* Add CodeQL Analysis workflow (#10195 )
* Add CodeQL Analysis workflow
* Fix path
* Adjusting ADS to support new changes for CloudServerType for SQLOD
* Using existing constants instead of hardcoded values
* Updating STS version
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com >
2020-10-29 01:37:42 +01:00
Justin M
c79cfd709a
3644 Kusto Token Refresh ( #12576 )
...
* 3644 Added RequestSecurityTokenParams, RequestSecurityTokenResponse, and SecurityTokenRequest to Kusto/contracts.ts. Added AccountFeature to features.ts. Registered feature in kustoServer.ts
* 3644 Removed TryCatch in kusto features > getToken
* 3644 Added AccountId to Kusto > RequestSecurityTokenParams. Refactored kusto features getToken to use the accountId for the query window.
* 3644 Removed unused AccountQuickPickItem
2020-09-28 11:59:16 -07:00
Monica Gupta
5730940492
Added color theme for Kusto ( #12216 )
...
* Added color theme
* Changed Kusto extension UI labels
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-09-10 12:07:04 -07:00
Jorge Berumen
7b099e703a
Updating config to point to latest service layer ( #12058 )
2020-09-01 17:10:06 -07:00
Monica Gupta
81e81f1c49
Fix Kusto startup error ( #12028 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-08-31 14:26:17 -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