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
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
842a33e318
a couple more fixes for table filter ( #15121 )
...
* a few fixes
* add comments and fix for non-ideal scenario
2021-04-14 10:20:29 -07:00
Alan Ren
8d098c227d
use context view provider to show the filter ( #15106 )
...
* use context view provider
* handle promise
* replace .then with .catch
2021-04-13 11:34:26 -07:00
Alan Ren
6c54059f89
query results filtering and sorting ( #14833 )
...
* query results filtering and sorting (#14589 )
* enable filter
* attach button style
* add hybrid data provider
* make filter and sort work
* fix editor switch issue
* configuration
* fix sort and filter
* add more specific selector
* fix hidden items issue
* update text
* revert text change
* fix copy results issue
* put feature behind preview flag
* comments
* fix tslint error
2021-03-23 11:30:41 -07: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
Charles Gagnon
a04c2f3ba6
Fix resource viewer not showing on insiders builds ( #14063 )
2021-01-26 18:02:36 -08:00
Charles Gagnon
fd8f88db4b
Only show resource viewer on insiders and dev ( #13238 )
2020-11-04 14:34:13 -08:00
Charles Gagnon
eeb7da4ace
Fix resource viewer grid resizing ( #13197 )
...
* Fix resource viewer grid resizing
* keep height
2020-11-04 08:34:30 -08:00
Charles Gagnon
d7767c7d91
Resource viewer cleanup ( #13168 )
...
* Resource viewer cleanup
* uneeded
* Only show in insiders
2020-10-30 16:48:50 -07:00
Charles Gagnon
3015845093
Add title property for data grid providers ( #13155 )
2020-10-30 15:37:11 -07:00
Charles Gagnon
76625012dd
Add Loading Spinner plugin for SlickGrid table ( #13152 )
...
* Add Loading Spinner plugin for SlickGrid table
* better comment
* add aria
* remove
2020-10-30 11:42:22 -07:00
Charles Gagnon
7857e8aeb9
Fix filtering for resource viewer ( #13141 )
2020-10-29 17:47:17 -07:00
Charles Gagnon
66da2a46c5
Add support for "More Actions" column in Resource Viewer ( #13093 )
...
* Add support for "More Actions" column in resource viewer
* update provider
* remove import
* Use menu contribution and make actions column always show
* cleanup
* move context menu anchor
* Comments
2020-10-29 10:50:27 -07:00
Charles Gagnon
ff45bdd072
Add hyperlink support to DataGrid columns ( #13061 )
...
* Add hyperlink support to DataGrid columns
* pr feedback
* Remove unused aria label
* fix error message display
* fix compile
2020-10-26 08:43:09 -07:00
Charles Gagnon
660c1d6f21
Add icon for resource view items ( #13009 )
...
* Add icon for resource view items
* Remove unneeded stuff
2020-10-21 07:43:04 -07:00
Charles Gagnon
95b76f08f2
Disable resource viewer ( #12291 )
...
* Disable resource viewer
* comment
* Remove unused
2020-09-15 07:31:49 -07:00
Chris LaFreniere
0f8fa0ccef
Quick tweaks to resource viewer (v1) ( #12210 )
2020-09-10 21:57:43 -07:00
Anthony Dresser
8a8137e96c
Add initial resource view ( #12180 )
...
* add inital resource view
* fix strict compile
* hide resource viewer behind arc
* fix arc detection
* fix hygiene
* add disposable
* make the css more specific
2020-09-09 10:49:14 -07:00
Charles Gagnon
3d7d1b23cb
Add refresh/edit columns resource viewer actions ( #12161 )
...
* Add refresh/edit columns resource viewer actions
* add actions
2020-09-05 07:51:06 -07:00
Charles Gagnon
b8d0e2a9e3
Cleanup and fixes for resource viewer and filter plugin ( #12154 )
...
* Cleanup and fixes for resource viewer and filter plugin
* fix strict nulls
2020-09-04 19:10:26 -07:00
ADS Merger
a63578e6f7
Merge from vscode 7eaf220cafb9d9e901370ffce02229171cbf3ea6
2020-09-03 16:27:57 -07:00
Charles Gagnon
e6d250c640
Base resource viewer editor ( #12039 )
...
* Base resource viewer editor
* Use table more directly
* Dispose listeners
* Fix strict compile
* undo
* More strict fixes
* Remove theming logic
* comments
* more fixes
* cleanup
* Remove actions contribution
2020-09-02 13:02:58 -07:00