Anthony Dresser
fa9bbd4e1e
remove commented our code that is removed elsewhere ( #8370 )
2019-11-18 10:55:31 -08:00
Charles Gagnon
6ef87d7067
Insiders icons ( #8313 )
...
* Add separate icons for non-stable builds (#8078 )
* Fixes
* Fix linux icon path
* WIP
* WIP
* WIP
* Undo all
* Try removing insiders icons completely
* Revert "Try removing insiders icons completely"
This reverts commit 7cdb04fcc3ba6ed92132e5d9113cc331e24b3c26.
* Revert "Undo all"
This reverts commit efac800b63483fbbcacdac45d885275c53350941.
* Revert "WIP"
This reverts commit b20517f374b85f6b02c665b86e73d9ae1b45258b.
* Revert "WIP"
This reverts commit 01383896ccc4939b000d0f08a1b370f6e66b0f3c.
* Revert "WIP"
This reverts commit da7da0a43401f1c97f1bfa66f255666cffe22948.
* Fixes
* Remove test
* Switch logic check
* Use insiders icons only
* Add newline
2019-11-14 17:21:57 -08:00
Anthony Dresser
7a2c30e159
move code from parts to contrib ( #8319 )
2019-11-14 12:23:11 -08:00
Charles Gagnon
86d6295bf0
Fix welcome page icon ( #8318 )
...
* Fix welcome page icon
* Remove title metadata
* Add comment
2019-11-13 07:31:04 -08:00
Alan Ren
e2ef1f8a89
remove the extension name link ( #8271 )
...
* remove the extension name link
* pr comments
* pr comments
2019-11-09 13:37:09 -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
Charles Gagnon
e49ff93122
Fix link for manual install of VSIX's ( #8221 )
2019-11-05 10:44:26 -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
Anthony Dresser
1d31a6ef98
Bump some packages ( #8096 )
...
* update packages
* remove fs
* fix more deps
* test adding governance to ci
* ignore samples for cacheing
* fix save cache too
* bump more packages
* attempt to fix slickgrid
* add more deps
* use slickgrid version
* bump https-proxy
* bump more packages.
* fix service-downloader
* remove typings
* fix compile
* update more packages
* add vscode back to the extensions that need it for testing
* add fail on critical
* regrab proxy agent
* lock more deps
* replace final high warning
* revert service downloader changes
* remove the deps on jquery ui and event drag
2019-11-01 12:55:58 -07:00
Charles Gagnon
82e5221024
Fix modal event propagation ( #8050 )
...
* Fix event propagation
* Remove unneeded onkeyup method
* Move event handling code into SQL classes
2019-10-30 11:29:01 -07:00
Amir Omidi
6a6f30523c
Code -> Azure Data Studio ( #8099 )
...
* Change string
* sql carbon edit
2019-10-29 16:22:46 -07:00
Amir Omidi
72c088e137
Allow toggle developer tools shortcut all the time ( #8003 )
...
* Allow toggle developer tools shortcut all the time
* Remove the import
2019-10-29 11:57:52 -07:00
Alan Ren
34fe2b44cc
remove insider build check ( #7926 )
...
* remove insider build check
* fix welcome page not load issue
2019-10-23 21:53:42 -07:00
Anthony Dresser
a94cbb528e
Merge from vscode f5d3ffa6a0d655c87e1eb0e1e90773df58f7ff25 ( #7929 )
...
* Merge from vscode f5d3ffa6a0d655c87e1eb0e1e90773df58f7ff25
* fix launch script
* add missing files
2019-10-22 21:49:55 -07:00
Charles Gagnon
dd14f9b93d
Fix telemetry opt out message ( #7891 )
2019-10-22 11:00:57 -07:00
Anthony Dresser
1e22f47304
Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 ( #7880 )
...
* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998
* fix pipelines
* fix strict-null-checks
* add missing files
2019-10-21 22:12:22 -07:00
Charles Gagnon
7c9be74970
Disable failing test ( #7882 )
2019-10-21 20:31:16 -07:00
Anthony Dresser
1a864584b6
move code to mean linting ( #7873 )
2019-10-21 17:56:58 -07:00
Anthony Dresser
4c8f3ddfd3
Add scripting contributions for explorer widget ( #7830 )
...
* add scripting contributions for explorer widget
* utilize or
2019-10-18 14:26:43 -07:00
Charles Gagnon
48bf72bfc4
Fix TelemetryOptOut error and add debug targets for running extension integration tests ( #7765 )
2019-10-17 13:39:11 -07:00
Elliot Boschwitz
b24671bbf6
disabled failing tests in vs code
...
Add skip statements for tests found to be failing.
2019-10-16 21:25:03 -07:00
Charles Gagnon
77e1ca59ed
Roll back tree icon merge changes to fix loading icon issue ( #7722 )
2019-10-15 22:44:37 -07:00
Amir Omidi
285f8bc28c
Move around scripting utils ( #7523 )
...
* Move around scripting utils
* Don't set a file path
* Version bump
2019-10-07 15:09:49 -07:00
Charles Gagnon
18c12dac9a
Fix to open ADS release notes instead of VS Code ( #7418 )
...
* Open latest ADS release notes in browser
* Only show release notes for stable builds
* Update config description text
* Have release notes notification prompt user before opening
* Remove unneeded import
2019-10-03 13:28:04 -07:00
Charles Gagnon
b5c249c25d
Update settings/descriptions to use ADS product name ( #7425 )
...
* Update settings to use ADS product name
* Fix JSON comment break
2019-10-02 09:04:09 -07:00
Anthony Dresser
084524cd2d
Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a ( #7436 )
...
* Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a
* fix strict null checks
2019-09-30 23:35:45 -07:00
Anthony Dresser
bca7c8e6bd
Merge from vscode f2d41726ba5a0e8abfe61b2c743022b1b6372010 ( #7415 )
...
* Merge from vscode f2d41726ba5a0e8abfe61b2c743022b1b6372010
* add missing files
2019-09-27 23:30:36 -07:00
Anthony Dresser
00f8dcb23e
clean up workbench files ( #7392 )
2019-09-27 12:17:07 -07:00
Anthony Dresser
07109617b5
Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421 ( #7404 )
...
* Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421
* readd svgs
2019-09-27 11:13:19 -07:00
Anthony Dresser
b4de26a801
Disable tasks ( #7329 )
...
* disable tasks
* more disable
* disable more tasks
2019-09-26 12:15:48 -07:00
Anthony Dresser
2a15768a25
Remove diff ( #7368 )
...
* remove diff
* gulpfile changes (#7370 )
* gulpfile changes
* Remove examples
* move require statements to the top of the file
* add await
2019-09-26 11:55:42 -07:00
Anthony Dresser
6a6048d40f
Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 ( #7356 )
2019-09-24 21:36:17 -07:00
Anthony Dresser
cb50fae12d
move query plan to browser ( #7343 )
2019-09-24 12:14:24 -07:00
Amir Omidi
5df68e5942
Use URIs properly ( #7334 )
2019-09-23 21:09:54 -07:00
Anthony Dresser
5e3ec6ea39
moves notebooks code to browser ( #7313 )
2019-09-23 13:32:29 -07:00
Shafiq Ur Rahman
c3bb7a66e0
Show more of the url ( closes #6348 ) ( #7299 )
2019-09-20 16:00:36 -07:00
Anthony Dresser
db498db0a8
Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f ( #7282 )
...
* Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f
* fix various icon issues
* fix preview features
2019-09-19 21:50:52 -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
Charles Gagnon
4270547147
Remove custom tree indent guide ( #7119 )
2019-09-11 09:58:55 -07:00
Charles Gagnon
c4b90360a5
Query History feature ( #6579 )
...
* Initial commit
* Fix up QueryEventType
* Making query history visible in view and open query command (#6479 )
* Add QueryInfo to query event events
* Pull actual query text/connection info for displaying
* cons and expand (#6489 )
* Making query history visible in view and open query command
* expand and icons
* Failure icon enabled (#6491 )
* Making query history visible in view and open query command
* expand and icons
* failure icon enabled
* Minor cleanup
* Open query with connection and add run query (#6496 )
* Add initial query-history extension
* Fix issues caused by master merge, cleanup and add query-history extension (#6567 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child nodes (#6568 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Layering movement and add delete action (#6574 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Some layering movement and add delete action
* Move query tracking into service (#6578 )
* Open query with connection and add run query
* Fix issues caused by latest master merges, cleanup and add query-history extension
* Remove child node expansion
* Some layering movement and add delete action
* Move query history tracking into service
* Add comment
* Fix actions
* Remove unnecessary type
* cleanup
* Remove unused section of README
* Fix merge issues and address PR comments
* Fix compile and tslint errors
* Change startup function name
2019-09-11 08:23:59 -07:00
Anthony Dresser
65b315bf4c
fix icons ( #6976 )
2019-08-27 16:22:32 -07:00
Alan Ren
0e9218ef5f
update string ( #6972 )
2019-08-27 11:37:17 -07:00
Anthony Dresser
507bae90b7
Merge from vscode 91e99652cd5fcfc072387c64e151b435e39e8dcf ( #6962 )
2019-08-26 15:58:42 -07:00
Anthony Dresser
323e62c967
Utilize test skipping to reduce merge conflicts ( #6937 )
...
* utilize test skipping to reduce merge conflicts
* fix compile error
2019-08-26 13:05:19 -07:00
Anthony Dresser
92a3acbfe8
Merge from vscode e3b9b8eefc062d68ba8a4b6a817162d132f3b533 ( #6932 )
...
* Merge from vscode e3b9b8eefc062d68ba8a4b6a817162d132f3b533
* skip failing test
* add comment
2019-08-24 00:19:48 -07:00
Anthony Dresser
5513f0badd
Change icon for accounts ( #6924 )
...
* change icon for accounts
* revert back octicon labels until vscode fixes person-filled
2019-08-23 17:13:17 -07:00