Charles Gagnon
2bc6a0cd01
VS Code merge to df8fe74bd55313de0dd2303bc47a4aab0ca56b0e ( #17979 )
...
* Merge from vscode 504f934659740e9d41501cad9f162b54d7745ad9
* delete unused folders
* distro
* Bump build node version
* update chokidar
* FIx hygiene errors
* distro
* Fix extension lint issues
* Remove strict-vscode
* Add copyright header exemptions
* Bump vscode-extension-telemetry to fix webpacking issue with zone.js
* distro
* Fix failing tests (revert marked.js back to current one until we decide to update)
* Skip searchmodel test
* Fix mac build
* temp debug script loading
* Try disabling coverage
* log error too
* Revert "log error too"
This reverts commit af0183e5d4ab458fdf44b88fbfab9908d090526f.
* Revert "temp debug script loading"
This reverts commit 3d687d541c76db2c5b55626c78ae448d3c25089c.
* Add comments explaining coverage disabling
* Fix ansi_up loading issue
* Merge latest from ads
* Use newer option
* Fix compile
* add debug logging warn
* Always log stack
* log more
* undo debug
* Update to use correct base path (+cleanup)
* distro
* fix compile errors
* Remove strict-vscode
* Fix sql editors not showing
* Show db dropdown input & fix styling
* Fix more info in gallery
* Fix gallery asset requests
* Delete unused workflow
* Fix tapable resolutions for smoke test compile error
* Fix smoke compile
* Disable crash reporting
* Disable interactive
Co-authored-by: ADS Merger <karlb@microsoft.com >
2022-01-06 09:06:56 -08:00
Alexander Ivanov
1b83c4623d
Respect ARIA label specified int he tree component options. ( #17674 )
...
During accessibility testing it was discovered that tree view in our wizard reads "Tree Node tree view" instead of the proper label that is specified. It turned out to be the problem with the tree component, where `ariaLabel` was hardcoded to "Tree Node", instead of the one provided in the options.
This change addresses the problem by passing through `ariaLabel` from the options object to the underlying tree control. I also removed the default `Tree Node` hardcoded label, as it didn't make much sense. This does mean that all tree-views that do not explicitly specify their aria-label will now get an empty label. I think this is better than having unrelated, unlocalized `Tree Node`.
I'm also worried about changes to the `ariaLabel` property after the component was initialized. I updated the code to propagate the value to the underlying tree view in the `setProperties` override of the tree component and hope that it will take care of it.
2021-11-16 09:15:45 -08:00
Lewis Sanchez
56a697c887
Resolves same-origin-policy violation when ADS web is running in a container ( #17555 )
...
* Stops appending port to authority for web mode
* Clarifies comment
* Adds missing sql carbon edit tag
2021-11-11 11:04:00 -08:00
Chris LaFreniere
d32f25425b
Use updated markdown renderer from vscode ( #16988 )
2021-09-03 10:43:25 -07:00
Cory Rivera
0082031f97
Replace deprecated assert functions in test files. ( #16945 )
2021-08-31 09:04:17 -07:00
Cory Rivera
cb7b7da0a4
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 ( #16569 )
2021-08-25 16:28:29 -07:00
Aditya Bist
8ae04c456d
re enable keytar test to check Ad Hoc build ( #16758 )
2021-08-12 14:48:10 -07:00
Karl Burtram
309e558727
Diasable keytar test blocking build ( #16662 )
...
* Diasable keytar test blocking build
* Format document
2021-08-10 13:13:36 -07:00
Alan Ren
49dbce5171
make button not focusable when disabled ( #16185 )
...
* make button not focusable when disabled
* update comment
* add carbon edit tag
2021-07-15 15:10:54 -07:00
Alex Ma
7c6368b4b6
Carbon Edit Strings moved to Sql Folder ( #15884 )
...
* added first strings
* added more localized files
* translated all strings in vscode
* added exported strings to editStrings
* updated files
* more changes
* moved to base
2021-06-25 15:08:29 -07:00
Charles Gagnon
22dcf7777c
Fix view action icon sizes ( #15834 )
2021-06-21 09:59:53 -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
Alan Ren
d91660b66f
fix the input box validation ( #15634 )
...
* fix the input box validation
* fix one more place
2021-06-08 14:24:50 -07:00
Charles Gagnon
2ec720d5b9
Update server tree action contributions ( #15525 )
...
* Update server tree action contributions
* Fix test
2021-05-20 12:41:56 -07:00
Alan Ren
8ee8975f17
fix animated svg issue ( #15471 )
2021-05-13 19:15:57 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Alan Ren
4c5a4215f8
fix maximum call stack size reached issue ( #14878 )
...
* fix maximum call stack size reached issue
* Revert "fix maximum call stack size reached issue"
This reverts commit 178675633032a508ddb5585d1adc4f83bb243f55.
* add a few array operations
* use new push
2021-03-29 12:07:23 -07:00
Charles Gagnon
7ea09d3d17
Fix welcome page ( #14701 )
2021-03-12 11:17:19 -08:00
Aditya Bist
2a125ee43b
normalize sql carbon tag ( #14445 )
2021-02-25 13:32:12 -08:00
Alan Ren
561242a0d9
implement styler for infobutton ( #14396 )
...
* implement styler for infobutton
* comments
* one more comment
2021-02-23 13:28:48 -08:00
Karl Burtram
7739f25f7f
Turn back on Linux CI test validation ( #14241 )
...
* Turn on Linux CI test validation
* Add checks around a code block raising exceptions in unit tests
* Bump node version to 12
* Add check around classList add
2021-02-11 18:59:40 -08: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
Alan Ren
a3cddbc8aa
align with portal button style ( #14187 )
...
* align with portal button style
* fix welcome page
* image button
* more fixes
* use withProperties
* add comment back
* add border radius
2021-02-08 15:12:54 -08:00
Alex Ma
729378b2d7
Null check for updatedetail ( #12900 )
...
* added null check for options
* simplification
2020-10-14 08:45:25 -07:00
Alan Ren
5a49b99b8a
Fixes #106829 ( #12849 )
...
Co-authored-by: Eric Amodio <eamodio@microsoft.com >
2020-10-09 10:00:59 -07:00
Christopher Suh
6ff1e3866b
Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 ( #12295 )
...
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3
* Fix test build break
* Update distro
* Fix build errors
* Update distro
* Update REH build file
* Update build task names for REL
* Fix product build yaml
* Fix product REH task name
* Fix type in task name
* Update linux build step
* Update windows build tasks
* Turn off server publish
* Disable REH
* Fix typo
* Bump distro
* Update vscode tests
* Bump distro
* Fix type in disto
* Bump distro
* Turn off docker build
* Remove docker step from release
Co-authored-by: ADS Merger <andresse@microsoft.com >
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2020-10-03 11:42:05 -07:00
Charles Gagnon
02afd2dc39
Fix error when clicking empty dropdown ( #12684 )
...
* vBump notebooks to get latest CU6 version of book
* Don't throw error when clicking on empty select box
* undo
2020-10-01 08:51:34 -07:00
ADS Merger
6718c7565d
Merge from vscode 892353d48e17303de203bb5071f21ea69573367d
2020-09-05 03:17:42 +00:00
Anthony Dresser
704222b8d7
remove some vscode differences ( #12146 )
2020-09-04 18:04:30 -07:00
ADS Merger
a63578e6f7
Merge from vscode 7eaf220cafb9d9e901370ffce02229171cbf3ea6
2020-09-03 16:27:57 -07:00
ADS Merger
4ad73d381c
Merge from vscode ad407028575a77ea387eb7cc219b323dc017b686
2020-08-31 12:35:56 -07:00
Alan Ren
a3ae2df0ce
support aria-expand for actions ( #11869 )
...
* support aria-expand for actions
* update text
2020-08-19 14:18:52 -07:00
ADS Merger
540046ba00
Merge from vscode cfbd1999769f4f08dce29629fb92fdc0fac53829
2020-08-06 07:08:52 +00:00
Charles Gagnon
0c3798ae26
Fix error when clicking on empty dropdown ( #11637 )
2020-08-04 14:33:25 -07:00
ADS Merger
d965d4aef3
Merge from vscode 731f9c25632dbbf01ee3a7892ad9d2791fe0260c
2020-07-24 05:27:34 +00:00
ADS Merger
ede827ee82
Merge from vscode 8c426f9f3b6b18935cc6c2ec8aa6d45ccd88021e
2020-07-23 02:21:09 +00:00
ADS Merger
1b7b54ce14
Merge from vscode 0a7364f00514c46c9caceece15e1f82f82e3712f
2020-07-22 03:06:57 +00:00
ADS Merger
9d3f12d0b7
Merge from vscode 1b314ab317fbff7d799b21754326b7d849889ceb
2020-07-15 23:51:18 +00:00
ADS Merger
f6b44865cc
Merge from vscode b16b467d3e03e1a1ae05b5836e4e5a5af504e86d
2020-07-01 03:37:27 +00:00
ADS Merger
1388493cc1
Merge from vscode 2cd495805cf99b31b6926f08ff4348124b2cf73d
2020-06-30 11:31:11 -07:00
Charles Gagnon
99d26fb769
Add BDC create controller action ( #11019 )
2020-06-19 16:11:54 -07:00
ADS Merger
5e7071e466
Merge from vscode 4d91d96e5e121b38d33508cdef17868bab255eae
2020-06-19 10:59:23 -07:00
ADS Merger
28be33cfea
Merge from vscode 79a1f5a5ca0c6c53db617aa1fa5a2396d2caebe2
2020-05-31 19:47:51 +00:00
ADS Merger
fa62ec1f34
Merge from vscode 7653d836944892f83ce9e1f95c1204bafa1aec31
2020-05-08 03:58:34 +00:00
ADS Merger
8420d9f04e
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
2020-05-06 02:35:49 +00:00
Anthony Dresser
cebbd04d10
Merge from vscode 2a36b7d0d527bf408bae4f96b8386db9d9455113 ( #10237 )
2020-04-30 23:41:35 -07:00
ADS Merger
93f35ca321
Merge from vscode 27ada910e121e23a6d95ecca9cae595fb98ab568
2020-04-30 00:53:43 +00:00
ADS Merger
7f1d8fc32f
Merge from vscode 2e5312cd61ff99c570299ecc122c52584265eda2
2020-04-24 14:03:37 -07:00
ADS Merger
1868a7d370
Merge from vscode 10492ba146318412cbee8b76a8c630f226914734
2020-04-08 06:33:38 +00:00
ADS Merger
35f1a014d5
Merge from vscode 6fded8a497cd0142de3a1c607649a5423a091a25
2020-04-04 04:30:52 +00:00