Cory Rivera
cb7b7da0a4
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 ( #16569 )
2021-08-25 16:28:29 -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
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
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
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
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
Anthony Dresser
0bfbdc62ed
Merge from vscode 2f984aad710215f4e4684a035bb02f55d1a9e2cc ( #9819 )
2020-04-01 00:44:39 -07:00
ADS Merger
a64304602e
Merge from vscode 1ec43773e37997841c5af42b33ddb180e9735bf2
2020-03-29 01:29:32 +00:00
ADS Merger
f5134198e2
Merge from vscode 93309f060778f6480a7d2a13913e6e7c624e9bc7
2020-03-26 07:08:23 +00:00
ADS Merger
d810da9d87
Merge from vscode 8df646d3c5477b02737fc10343fa7cf0cc3f606b
2020-03-25 06:20:54 +00:00
Anthony Dresser
89ef1b0c2e
Merge from vscode 073a24de05773f2261f89172987002dc0ae2f1cd ( #9711 )
2020-03-24 00:24:15 -07:00
Anthony Dresser
dd8fb9433b
Merge from vscode 5d18ad4c5902e3bddbc9f78da82dfc2ac349e908 ( #9683 )
2020-03-20 01:17:27 -07:00
ADS Merger
84f67f61c4
Merge from vscode 61d5f2b82f17bf9f99f56405204caab88a7e8747
2020-03-19 06:57:07 +00:00
Anthony Dresser
a53b78c0c8
Merge from vscode 099a7622e6e90dbcc226e428d4e35a72cb19ecbc ( #9646 )
...
* Merge from vscode 099a7622e6e90dbcc226e428d4e35a72cb19ecbc
* fix strict
2020-03-16 23:16:40 -07:00
ADS Merger
a7e56d334f
Merge from vscode fb5dc0083bfa9a0e3da7ed1f86e1ecb9836fcc8b
2020-03-13 05:35:18 +00:00
Amir Omidi
06cbde054d
Fix Azure account picker ( #9569 )
...
* Fix orientation issue
* remove sql carbon to reduce conflict
2020-03-11 16:54:06 -07:00
ADS Merger
4c3e48773d
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
2020-03-11 04:19:23 +00:00
Anthony Dresser
5d13ebf0d2
Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 ( #9385 )
...
* Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127
* distro
2020-02-28 00:37:06 -08:00