Commit Graph
100 Commits
Author SHA1 Message Date
Charles Gagnon ae05fdc332 Add JS language support (#24035)
* Add JS language support

* fixes
2023-07-31 14:59:15 -07:00
Charles Gagnon f99fd366af Bump node-gyp to 9.4.0 (#24034) 2023-07-31 11:39:36 -07:00
Charles Gagnon 5b70fd1afe More layering movement (#24023)
* finish layering

* undo eslint changes

* undo

* restore -> backup

* fix paths

* Skip commandLine layers check

* fix path

* fix tsec path
2023-07-31 10:17:43 -07:00
Charles Gagnon b08d33dcd7 Update vs code engine version to 1.79.2 (#24020) 2023-07-28 19:08:54 -07:00
Charles Gagnon a182b852b1 Temporary fix for Data Explorer context menus (#23957)
* Temporary fix for Data Explorer context menus

* Fix scripting actions

* better fix

* remove unused
2023-07-21 16:23:10 -07:00
Charles Gagnon a81181108d More file moves for layering fixes (#23893) 2023-07-15 14:26:15 -07:00
Charles Gagnon 4cc916314b Move some test files (#23892) 2023-07-15 11:10:43 -07:00
Charles Gagnon 6c37ba6c21 Better fix for file browser race condition (#23879) 2023-07-14 12:34:48 -07:00
Charles Gagnon 4ba2c6c5af Fix file browser opening race condition (#23867) 2023-07-13 15:35:07 -07:00
Charles Gagnon d294c81588 Fix dialog buttons (#23843)
* Fix dialog buttons

* comments

* Remove debug
2023-07-12 20:53:59 -07:00
Charles Gagnon 8bdc7d0346 Update telemetry opt out URL (#23835) 2023-07-12 15:23:54 -07:00
Charles Gagnon e1605fac0d Fix extension sourcemaps (#23700) 2023-07-07 15:20:16 -07:00
Charles Gagnon cb32513f9e Update dataprotocolclient to 1.3.6 (#23690) 2023-07-07 11:08:11 -07:00
Charles Gagnon 85beb65ad0 Add missing CREATE DATABASE keywords for syntax colorization (#23662)
* Add missing CREATE DATABASE keywords for syntax colorization

* remove script
2023-07-05 17:15:59 -07:00
Charles Gagnon 0dda36cd6e Add back eslint and tsec to basic checks (#23637)
* Add back eslint and tsec to basic checks

* ext

* enable tsec

* Add comments

* Add check-clean-git-state

* Make executable

* update build & distro

* Update size

* distro
2023-07-05 17:15:27 -07:00
Charles Gagnon 373dc5a366 Add YAML schema setting for pipeline yamls (#23632) 2023-07-05 10:47:08 -07:00
Charles Gagnon cf8b8d1891 Fix bad layering (#23635) 2023-07-05 09:50:21 -07:00
Charles Gagnon e7762b7c5a Fix some test layering issues (#23627) 2023-07-03 16:11:07 -07:00
Charles Gagnon 9c2307cdd9 More layering fixes (#23625) 2023-07-03 15:17:29 -07:00
Charles Gagnon 5dd09343ac Move some files for correct code layering (#23624) 2023-07-03 14:25:04 -07:00
Charles Gagnon e8c8e54263 Update distro (#23618)
* Update distro

* update
2023-07-02 16:53:18 -07:00
Charles Gagnon 7ae2819209 Disable all experiements tests (#23614) 2023-06-30 15:48:27 -07:00
Charles Gagnon 4a160b331f Cleanup OE context menu order (#23592) 2023-06-30 11:33:05 -07:00
Charles Gagnon f6500febb2 Update admin tools ext properties menu item text (#23574)
* Update admin tools ext properties menu item text

* vbump
2023-06-29 16:38:45 -07:00
Charles Gagnon cf607e98a1 Fix missing telemetry opt out toast (#23570)
* Fix telemetry opt out toast

* fix imports

* cleanup
2023-06-29 15:10:21 -07:00
Charles Gagnon cdece24123 Enable no-unsafe-assignments for MSSQL (#23407)
* Enable no-unsafe-assignments for MSSQL

* Remove toString
2023-06-18 10:01:41 -07:00
Charles Gagnon 336f3af6a4 Add mssql.proposed.d.ts (#23394)
* Add mssql.proposed.d.ts

* Add proposed ref
2023-06-15 16:29:20 -07:00
Charles Gagnon e58f3ff277 Refactor Notebook cell toolbar dropdown actions (#23369) 2023-06-12 13:01:12 -07:00
Charles Gagnon d857ddb54b Fix table designer parameter typings (#23375) 2023-06-12 10:51:42 -07:00
Charles Gagnon 80b733ebe0 Cleanup Notebook actions (#23368)
* Cleanup Notebook actions

* Comments
2023-06-09 12:48:38 -07:00
Charles Gagnon a7ed867066 Remove checked in compiled files (#23277) 2023-05-31 16:57:38 -07:00
Charles Gagnon 50e08e11df Add back common extension linting rules (#23271)
* Add back common extension linting rules

* Fix lint issues
2023-05-31 14:31:00 -07:00
Charles Gagnon 8db9d10d0f Fix nested comment colorization (#23245) 2023-05-30 12:00:59 -07:00
Charles Gagnon 8dac1acc71 Set offSide to sql lang configuration to true (#23222) 2023-05-25 13:32:08 -07:00
Charles Gagnon 55cedb810d Clean up typings file (#23200)
* Clean up typings file

* Fixes
2023-05-24 15:44:33 -07:00
Charles Gagnon d3f1d594e9 Fix backup/restore dialog titles not updating (#23164)
* Fix backup/restore dialog titles not updating

* Don't cast
2023-05-18 10:58:56 -07:00
Charles Gagnon 9a5dd84504 Cleanup mssql dialog base (#23163) 2023-05-17 22:14:09 -07:00
Charles Gagnon 31a88cc9eb Fix invalid tree icon warning (#23127) 2023-05-13 08:42:33 -07:00
Charles Gagnon c3bf85f026 Create separate ScriptableDialogBase (#22974)
* Create separate ScriptableDialogBase

* more
2023-05-05 09:17:51 -07:00
Charles Gagnon 88197a5162 Fix validation errors in package.json when clause (#22972) 2023-05-04 16:19:52 -07:00
Charles Gagnon c6549dd6f4 Remove vs code engine version for whoisactive extension (#22952) 2023-05-03 16:07:00 -07:00
Charles Gagnon 457365537c Add License section to extension READMEs (#22912)
* Add License section to extension READMEs

* vbump
2023-05-01 13:51:51 -07:00
Charles Gagnon a650f268f7 Remove sqlservernotebook extension (#22903) 2023-05-01 13:44:14 -07:00
Charles Gagnon 24e67a1cbd Remove publisher link and fix license link (#22904) 2023-05-01 09:44:56 -07:00
Charles Gagnon 519a42c5b3 Fix missing placeholder warning for infoboxes (#22898) 2023-05-01 09:30:02 -07:00
Charles Gagnon 65f8915b7e Remove azurehybridtoolkit extension (#22879) 2023-04-27 13:56:14 -07:00
Charles Gagnon 5ba8369cb0 Fix Azure rest calls not working (#22854) 2023-04-25 19:29:32 -07:00
Charles Gagnon 64dd4f0904 Fix IConnectionProfile to have same options key when generated from ConnectionProfile (#22840) 2023-04-25 09:52:51 -07:00
Charles Gagnon 167ef2fea8 Finish up no-unsafe-assignment fixes in azurecore (#22836)
* Finish up no-unsafe-assignment fixes in azurecore

* Add link to typings

* Remove unused

* Ignore webpack file
2023-04-24 14:13:00 -07:00
Charles Gagnon 7f388dd420 Add azurecore HTTP typings (#22828)
* Add azurecore HTTP typings

* undo + spelling fix
2023-04-24 10:39:02 -07:00
Charles Gagnon 3bd85a5798 Move stringifying of request body for azure REST calls (#22820)
* Move stringifying of request body for azure REST calls

* spelling

* Remove unused
2023-04-21 13:27:11 -07:00
Charles Gagnon ec81fc89bb Fix CI workflow (#22819) 2023-04-21 13:26:39 -07:00
Charles Gagnon 651f1ed85b Few more no-unsafe-assignment cleanups (#22818) 2023-04-21 11:27:03 -07:00
Charles Gagnon 4a4580e9ef More azurecore cleanup (#22748)
* More azurecore cleanup

* convert to any

* Fix name
2023-04-17 10:29:49 -07:00
Charles Gagnon 2d25c8626f Fix typings (#22747) 2023-04-16 16:36:47 -07:00
Charles Gagnon df88d881c5 Remove disposable from connection (#22687)
* Remove disposable from connection

* Remove from group
2023-04-11 15:27:01 -07:00
Charles Gagnon 6a2ec12a35 Fix some no unsafe assignment errors in azurecore (#22643) 2023-04-06 16:50:24 -07:00
Charles Gagnon df1accf918 Improve missing placeholder warning message (#22630)
* Improve missing placeholder warning message

* stringify
2023-04-05 11:42:26 -07:00
Charles Gagnon 3320bb55c2 Update privacy documentation (#22520)
* Update privacy documentation

* move
2023-03-29 15:40:01 -07:00
Charles Gagnon 2ccd7405c0 Promote some proposed typings (#22508) 2023-03-29 09:06:44 -07:00
Charles Gagnon 5c6ea2890a Switch "Install" to "Download" for downloaded extensions (#22498) 2023-03-28 15:35:43 -07:00
Charles Gagnon dfc6469c9d Enable strict null in MSSQL extension (#22433) 2023-03-23 16:49:48 -07:00
Charles Gagnon 57c35ca255 More MSSQL strict null (#22420) 2023-03-23 11:13:04 -07:00
Charles Gagnon 2805f9f499 More MSSQL strict null (#22402) 2023-03-23 07:04:18 -07:00
Charles Gagnon ed37ad315f Clean up buildConnectionInfo (#22407)
* Clean up buildConnectionInfo

* Add test and cleanup
2023-03-22 12:54:29 -07:00
Charles Gagnon ca4722360a More strict SSL proxy setting fixes (#22404) 2023-03-22 12:45:51 -07:00
Charles Gagnon d7bd87fac0 Fix incorrect default for proxy setting when downloading STS (#22396) 2023-03-22 09:28:32 -07:00
Charles Gagnon 62ece298cc Some MSSQL strict null check fixes (#22383) 2023-03-21 16:10:57 -07:00
Charles Gagnon 7bf11118af Enable datavirtualization tests (#22378)
* Enable datavirtualization tests

* Remove unneeded
2023-03-20 14:45:13 -07:00
Charles Gagnon 47ce587fef Update ads-extension-telemetry to 3.0.1 (#22374) 2023-03-20 12:48:31 -07:00
Charles Gagnon 8c20e827ad Remove error messages from error events (#22337) 2023-03-15 15:19:16 -07:00
Charles Gagnon 8e5d89ef94 Fix datavirtualization wizard opening to wrong database (#22232)
* Fix datavirtualization wizard opening to wrong database

* vBump
2023-03-08 14:27:19 -08:00
Charles Gagnon 3937f62ce4 Fix query history storage folder creation (#22229) 2023-03-08 10:51:14 -08:00
Charles Gagnon 31fd467bec Add backup and restore keywords to sql grammar (#22226)
* Add BACKUP, STATS and CHECKSUM to keywords list

* LOG and REPLACE
2023-03-08 10:38:40 -08:00
Charles Gagnon a575eb1b87 Fix telemetry property names (#22190) 2023-03-07 08:31:24 -08:00
Charles Gagnon a657aa6cb5 Remove hasEditor from ICellEditorProvider (#22145) 2023-03-06 11:02:41 -08:00
Charles Gagnon bd797ea6e1 Update extension privacy statements (#22120)
* Update extension privacy statements

* one more
2023-03-02 16:39:29 -08:00
Charles Gagnon 6172b4677f Update ads-extension-telemetry (#22112) 2023-03-02 15:20:04 -08:00
Charles Gagnon d0ca3031e0 Fix query-history README images (#22084) 2023-03-01 14:36:40 -08:00
Charles Gagnon e4663b9778 Update extension READMEs (#22079) 2023-03-01 11:34:17 -08:00
Charles Gagnon 4a5ac92e46 Update ads-extension-telemetry to 1.4.0 (#22069)
* Update ads-extension-telemetry

* One more
2023-02-28 22:25:07 -08:00
Charles Gagnon 703f97a7bf Remove kburtram-query-plan (#22017)
* Remove kburtram-query-plan

* distro

* distro2
2023-02-24 09:12:04 -08:00
Charles Gagnon 290687a207 Remove unused things from ads telemetry service (#22016) 2023-02-23 15:34:47 -08:00
Charles Gagnon 00493d6555 Add telemetry section to extension READMEs (#21994)
* Add telemetry section to extension READMEs

* Add separate links for VS Code
2023-02-21 12:34:17 -08:00
Charles Gagnon 29049bb15e Add Codeowners for import and sql-migration (#21996) 2023-02-21 12:31:55 -08:00
Charles Gagnon 1d96476a81 Filter more command IDs (#21910)
* Filter more command IDs

* More
2023-02-10 14:41:17 -08:00
Charles Gagnon 99a924dbcd Remove unused packages from MSSQL (#21871) 2023-02-07 19:22:44 -08:00
Charles Gagnon ad69164f09 Extension telemetry feature cleanup (#21779)
* Extension telemetry feature cleanup

* one more
2023-01-30 13:14:38 -08:00
Charles Gagnon c33d2cc40a Bump ads-extension-telemetry to 1.3.4 (#21778) 2023-01-30 13:13:57 -08:00
Charles Gagnon e1e2227f2f Fix mispelled file name (#21762) 2023-01-27 15:42:16 -08:00
Charles Gagnon d8c54ccd56 Add managed instance icon (#21742)
* Add managed instance icon

* Use const

* fix
2023-01-27 14:33:40 -08:00
Charles Gagnon 08fb04f966 Update ads-service-downloader (#21754) 2023-01-27 12:12:04 -08:00
Charles Gagnon e2a7767b53 Fix connect icon for Arc extension (#21659) 2023-01-20 22:37:21 -08:00
Charles Gagnon 395daddbcd Bump scaleoutdataservice (#21628) 2023-01-18 10:56:54 -08:00
Charles Gagnon 85eb7b8824 Add trace debug logging to OE service (#21617)
* Add trace debug logging to OE service

* cleanup
2023-01-17 17:00:21 -08:00
Charles Gagnon 60147c1a86 Fixes/cleanup for datavirtualization (#21608)
* Fixes/cleanup for datavirtualization

* Update owners
2023-01-17 11:42:26 -08:00
Charles Gagnon ec838947b0 Add datavirtualization extension (#21594)
* initial

* cleanup

* Add typings ref

* fix compile

* remove unused

* add missing

* another unused

* Use newer vscodetestcover

* newer dataprotocol

* format

* cleanup ignores

* fix out path

* fix entry point

* more cleanup

* Move into src folder

* Handle service client log messages

* remove unused
2023-01-17 09:57:21 -08:00
Charles Gagnon d51273d9cf Add config for enabling STS communication logging (#21591)
* Add config for enabling STS communication logging

* Add warning to description
2023-01-13 14:49:49 -08:00
Charles Gagnon 29c88923f5 Fix Firewall Rule dialog dropdowns (#21499)
* Fix Firewall Rule dialog dropdowns

* Fix tenant dropdown
2023-01-03 16:24:59 -08:00
Charles Gagnon 228b4cb250 Update SQL grammar (#21481) 2022-12-23 17:51:44 -08:00