Charles Gagnon
efab499f1f
Fix TSA scan issue ( #9417 )
2020-03-02 16:08:51 -08:00
Anthony Dresser
1b78a9b1e0
Merge from vscode e6a45f4242ebddb7aa9a229f85555e8a3bd987e2 ( #9253 )
...
* Merge from vscode e6a45f4242ebddb7aa9a229f85555e8a3bd987e2
* skip failing tests
* remove github-authentication extensions
* ignore github compile steps
* ignore github compile steps
* check in compiled files
2020-02-21 12:11:51 -08:00
Charles Gagnon
eac05c85f1
Make connectionProfileGroup support undefined values ( #9102 )
...
* Make connectionProfileGroup able to support undefined values being passed
* Fix strict null checks
* More strict null check fixes
2020-02-10 13:03:57 -08:00
Anthony Dresser
56695be14a
More layering and compile strictness ( #8973 )
...
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* remove jsdoc
2020-01-29 20:35:11 -08: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
Anthony Dresser
2f6c944317
Add editor contribution tests ( #8784 )
...
* wip
* rewrite association
* fix tests
* add more tests
* fix tests
* fix more tests
* fix tests
2020-01-10 18:57:47 -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
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
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
Anthony Dresser
ade68b184d
Move code around for more linting ( #8190 )
...
* testing
* moving around all the code
* fix strict nulls
2019-11-04 10:41:28 -08:00
Charles Gagnon
e4e71af597
Fix all await-promise tslint errors ( #7530 )
...
* Fix all await-promise tslint errors
* Remove unnecessary await
2019-10-07 17:52:01 -07:00
Anthony Dresser
aad9c0f965
Add more areas to strict null ( #7243 )
...
* add more areas to strict null
* fix compile errors
* fix tests
* fix checks
* address PR comments
2019-09-18 12:27:19 -07:00
Anthony Dresser
ea0f9e6ce9
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 ( #7206 )
...
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463
* fix config changes
* fix strictnull checks
2019-09-15 22:38:26 -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
Karl Burtram
9df66deb81
Initial LiveShare extension scaffolding ( #7170 )
...
* LiveShare initial shared connection
* Various cleanups
* Fix type
* Fix hygiene
2019-09-11 15:24:08 -07:00
Anthony Dresser
5b9a08359d
remove circular dependency between server group and connection management ( #6916 )
2019-08-23 14:53:54 -07:00
Anthony Dresser
6fd4b5eaf2
Fix encoding of uris for data protocol ( #6723 )
...
* fix encoding or uris
* fix tests
2019-08-13 09:58:16 -07:00
Anthony Dresser
c23738f935
Inital platform relayering ( #6385 )
...
* moving test files and inital refactoring
* relayer extension host code
* fix imports
* make insights work
* relayer dashboard
* relayer notebooks
* moveing more code around
* formatting
* accept angular as browser
* fix serializer
* add missing files
* remove declarations from extensions
* fix build errors
* more relayering
* change urls to relative to help code relayering
* remove layering to prep for merge
* fix hygiene errors
* fix hygiene errors
* fix tests
2019-07-18 17:29:17 -07:00
Charles Gagnon
673ecc3870
Change hardcoded MSSQL provider name to use constant instead ( #5953 )
2019-06-10 18:10:39 +00:00
Charles Gagnon
ca2b7cc4bc
Remove unnecessary 'use strict' lines and add hygiene check ( #5363 )
...
* Remove unnecessary 'use strict' lines and add hygiene check for them
* Move check to under tslint filters to reduce number of filters needed
* Only take first 10 lines of file
2019-05-07 22:57:08 -07:00
Anthony Dresser
0f12d15020
Refactor connection store ( #5024 )
...
* various clean ups
* formatting
* remove linting
* formatting
* IConfigurationService is even better
* messing with connection config tests
* update tests
* formatting
* foramtting
* remove unused code
* add more tests
* working through tests
* formatting
* more factoring of connection store and increase code coverage
* formatting
* fix tests
* change use of state service to storage service
* remove unused files
* fix strict null errors
* formatting
2019-04-30 13:32:32 -07:00
Anthony Dresser
f5c9174c2f
Revert "Connection Store Refactor ( #4632 )" ( #4671 )
...
This reverts commit 756f77063a .
2019-03-22 11:30:20 -07:00
Anthony Dresser
756f77063a
Connection Store Refactor ( #4632 )
...
* various clean ups
* formatting
* remove linting
* formatting
* IConfigurationService is even better
* messing with connection config tests
* update tests
* formatting
* foramtting
* remove unused code
* add more tests
* working through tests
* formatting
* more factoring of connection store and increase code coverage
* formatting
* fix tests
2019-03-22 01:07:32 -07:00
Anthony Dresser
4472764f3a
extensions tslint cleanup/Connection config refactor ( #4370 )
...
* various clean ups
* formatting
* remove linting
* formatting
* IConfigurationService is even better
* messing with connection config tests
* update tests
* formatting
* foramtting
* remove unused code
* add more tests
2019-03-20 11:59:07 -07:00