ADS Merger
1868a7d370
Merge from vscode 10492ba146318412cbee8b76a8c630f226914734
2020-04-08 06:33:38 +00:00
Anthony Dresser
4c54b5dbac
Batch messages on the exthost to not freeze ads ( #8949 )
...
* batch messages on the exthost to not freeze ads
* clear out messages on query complete
2020-02-20 14:50:13 -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
30d9e9c141
Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1 ( #8722 )
...
* Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1
* remove tests that aren't working
2019-12-18 00:14:28 -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
Amir Omidi
5da0e16e44
Check for error ( #7711 )
...
* Custom error
2019-10-14 16:26:51 -07:00
Anthony Dresser
02f497712d
clean up some promise use in cms ( #7004 )
2019-09-06 15:58:47 -07:00
Anthony Dresser
b9d985b663
remove event emitter and use event and emitter instead ( #5361 )
2019-05-06 00:27:55 -07:00
Anthony Dresser
ab0cd71d10
Remove logging and clone utlities ( #5309 )
...
* remove log utility functions; remove custom mixin
* fix tests
* add log service as required by telemetry utils
* remove unused code
* replace some console.logs with logservice
2019-05-04 22:37:15 -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
ddd89fc52a
Renable Strict TSLint ( #5018 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
* enable strict tslint rules
* fix formatting
* fix compile error
* fix the rest of the hygeny issues and add pipeline step
* fix pipeline files
2019-04-18 00:34:53 -07:00
Anthony Dresser
9e56187c16
Remove sql/common ( #4990 )
...
* remove sql/common/
* formatting
* fix cyclic dependency
2019-04-12 12:47:48 -07:00
Anthony Dresser
22ec1d5f0a
Strict Null Checks, Builder Removal, Formatting ( #4849 )
...
* remove builder; more null checks
* null checks
* formatting
* wip
* fix dropdown themeing
* formatting
* formatting
* fix tests
* update what files are checked
* add code to help refresh bad nodes
2019-04-08 13:27:41 -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
87765e8673
Vscode merge ( #4582 )
...
* Merge from vscode 37cb23d3dd4f9433d56d4ba5ea3203580719a0bd
* fix issues with merges
* bump node version in azpipe
* replace license headers
* remove duplicate launch task
* fix build errors
* fix build errors
* fix tslint issues
* working through package and linux build issues
* more work
* wip
* fix packaged builds
* working through linux build errors
* wip
* wip
* wip
* fix mac and linux file limits
* iterate linux pipeline
* disable editor typing
* revert series to parallel
* remove optimize vscode from linux
* fix linting issues
* revert testing change
* add work round for new node
* readd packaging for extensions
* fix issue with angular not resolving decorator dependencies
2019-03-19 17:44:35 -07:00
Anthony Dresser
4014c1d0ab
Small strict null checking pass on a few files ( #4293 )
...
* fix some null checking
* fix various null strict checks
* move location fo sql files in json
* fix compile and more unused properties
* formatting
* small formatting changes
* readd types
* add comments for angular components
* formatting
* remove any decl
2019-03-14 18:18:32 -07:00
Raj Musuku
666ae11639
Merge from master
2019-02-21 17:56:04 -08:00
Anthony Dresser
ea67859de7
Initial Code Layering ( #3788 )
...
* working on formatting
* fixed basic lint errors; starting moving things to their appropriate location
* formatting
* update tslint to match the version of vscode we have
* remove unused code
* work in progress fixing layering
* formatting
* moved connection management service to platform
* formatting
* add missing file
* moving more servies
* formatting
* moving more services
* formatting
* wip
* moving more services
* formatting
* revert back tslint rules
* move css file
* add missing svgs
2019-01-25 14:52:35 -08:00
Anthony Dresser
2639b2bd2c
Fix bug around debounced event not being flushed in time ( #2536 )
...
* fix bug around debounced event not being flushed in time
* add comment
2018-09-11 21:22:25 -07:00
Anthony Dresser
f147d799e0
fix grid resizing interation with editor ( #2427 )
2018-09-05 17:32:58 -07:00
Anthony Dresser
feab43f16d
add ' to escape strings for html ( #1974 )
2018-07-19 14:42:29 -04:00
Anthony Dresser
f0a556f004
add quote to string escape ( #1838 )
2018-07-03 16:37:44 -07:00
Anthony Dresser
22c54a9917
connection contribution point ( #880 )
...
* init
* finished compile erros
* fixed all merge conflicts
* fix dialog problems
* formatting
* fix opening dialog on first open
* fix various problems with connectiondialog
* formatting
* fix tests
* added connection contrib
* formatting
* formatting and adding capabilities to shutdown
* fix connection buffering
* formatting
* fix tests
2018-03-28 10:58:47 -07:00
Anthony Dresser
383d74ceb4
Dashboard Minor code cleanup ( #894 )
...
* minor code clean up for dashboard
* formatting
2018-03-13 13:21:21 -07:00
Anthony Dresser
8b2ea4f0a0
Capabilities Cache ( #831 )
...
* init
* finished compile erros
* fixed all merge conflicts
* fix dialog problems
* formatting
* fix opening dialog on first open
* fix various problems with connectiondialog
* formatting
* fix tests
2018-03-08 17:16:40 -08:00
Karl Burtram
251ae01c3e
Initial VS Code 1.19 source merge ( #571 )
...
* Initial 1.19 xcopy
* Fix yarn build
* Fix numerous build breaks
* Next batch of build break fixes
* More build break fixes
* Runtime breaks
* Additional post merge fixes
* Fix windows setup file
* Fix test failures.
* Update license header blocks to refer to source eula
2018-01-28 23:37:17 -08:00
Karl Burtram
6ad0df0e3e
Refresh master with initial release/0.24 snapshot ( #332 )
...
* Initial port of release/0.24 source code
* Fix additional headers
* Fix a typo in launch.json
2017-12-15 15:38:57 -08:00
Karl Burtram
3cdac41339
SQL Operations Studio Public Preview 1 (0.23) release source code
2017-11-09 14:30:27 -08:00