Aasim Khan
c0a194df4a
Adding wizard and dialog footer loading spinner ( #21230 )
...
* Adding wizard and dialog loading
* Moving apis to proposed
* fixing namespace
* Only firing event when the value changes
* Only firing when value is changed
* Adding loading complete message to dialog and wizard
* Registering listeners and making a new base interface for loading components
* Fixing api comment
* Renaming prop to loadingCompleted
* old loading icon
2022-11-30 12:18:34 -08:00
Cheena Malhotra
62b123624d
Fix icon foreground ( #21287 )
2022-11-22 18:03:51 -08:00
Aasim Khan
00b797b4f3
Adding keyboard shortcuts for column resizing in slickgrid ( #21100 )
...
* Adding column resize keyboard shortcuts in slickgrid
* Switching to standard keyboard evt
* Adding comment for the functionality
* Cleaning up code and adding more comments
* Using quick input to get column resize width
* Adding check for negative sizes
* Fixing some stuff
2022-11-04 16:15:04 -07:00
Aasim Khan
4823a76833
Adding screen reader optimized mode to slickgrid ( #21069 )
2022-11-02 15:11:16 -07:00
Cheena Malhotra
f3fcaa21da
Show Trust server certificate on dialog and fix bool select-box defaults ( #21020 )
2022-10-28 19:43:43 -07:00
Aasim Khan
998b528680
Fixing schema compare checkbox column functions ( #21025 )
...
* Fixing select checkbox event and data state changes
* Only subscribing to event when check all is present
* converting object to map
* logic cleanup
2022-10-28 18:15:48 -07:00
Cheena Malhotra
987aed3b92
Add custom option support on Connection dialog + move Encrypt to connection dialog ( #20959 )
2022-10-25 12:19:40 -07:00
Charles Gagnon
a64a33e091
ModeService to LanguageService var names ( #20949 )
2022-10-24 13:57:03 -07:00
Alan Ren
c48dccc1a2
fix designer grid sizing issue ( #20939 )
2022-10-24 10:43:50 -07:00
Karl Burtram
8a3d08f0de
Merge vscode 1.67 ( #20883 )
...
* Fix initial build breaks from 1.67 merge (#2514 )
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515 )
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516 )
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
2022-10-19 19:13:18 -07:00
Alan Ren
484fbe836d
fix select top 1000 issue for Synapse ( #20857 )
2022-10-15 10:40:29 -07:00
Alan Ren
23dfe62742
show error when scripting fails ( #20843 )
2022-10-13 16:55:40 -07:00
Aasim Khan
02697105f5
Fixing row selection and styling in select column ( #20670 )
2022-09-27 15:55:55 -07:00
Aasim Khan
37636012da
Fixing Slick Grid accessibility bugs. ( #20514 )
...
* some alignment fixes
* Redesigning slickgrid checkbox plugin
* Reverting original plugin to main state
* Fixing css
* Reverting file
* Removing extra whitespace
* Adding title
* Removing older plugin
* vbumping slick grid
* Pushing other vbumps
* Adding more targeted css selectors
2022-09-22 14:25:19 -07:00
Charles Gagnon
509e4b0509
Move legacy tree from vs to sql ( #20622 )
...
* Move legacy tree from vs to sql
* fix tests
* exemption
* Fix lint
2022-09-19 15:19:40 -07:00
Aasim Khan
010fe91921
Adding image support to list view ( #20449 )
2022-08-31 09:02:40 -07:00
Alan Ren
f86d02e753
handle edit and save race condition ( #20462 )
...
* handle edit and save race condition
* handle more race condition scenarios
* fix error
2022-08-25 08:10:23 -07:00
Alan Ren
874c80a5b4
use markdown for description pane ( #20401 )
2022-08-18 10:46:07 -07:00
Alan Ren
b4a5afe199
allow user to select text from the description box ( #20396 )
2022-08-17 20:05:06 -07:00
Aasim Khan
d139559d98
Adding arialive to text ( #20242 )
2022-08-03 20:25:17 -07:00
Charles Gagnon
ba1f4db745
Make createEditorInput async ( #20038 )
2022-07-14 19:39:52 -07:00
Karl Burtram
26455e9113
Merge vscode source through 1.62 release ( #19981 )
...
* Build breaks 1
* Build breaks
* Build breaks
* Build breaks
* More build breaks
* Build breaks (#2512 )
* Runtime breaks
* Build breaks
* Fix dialog location break
* Update typescript
* Fix ASAR break issue
* Unit test breaks
* Update distro
* Fix breaks in ADO builds (#2513 )
* Bump to node 16
* Fix hygiene errors
* Bump distro
* Remove reference to node type
* Delete vscode specific extension
* Bump to node 16 in CI yaml
* Skip integration tests in CI builds (while fixing)
* yarn.lock update
* Bump moment dependency in remote yarn
* Fix drop-down chevron style
* Bump to node 16
* Remove playwrite from ci.yaml
* Skip building build scripts in hygine check
2022-07-11 14:09:32 -07:00
Kim Santiago
029ea06790
Add aria-label option for flexContainer for add db reference dialog to use ( #19911 )
2022-07-05 10:59:30 -07:00
Aasim Khan
15a611d4a4
Fixing tabbing logic for tab headers ( #19770 )
...
* Fixing tabbing logic for tab headers
* Renaming stuff
Making null checks concise
Adding comments
* Renaming css class and interfaces from active to selected
* Renaming styling classes and objects
* Changing tabbing logic to match w3 behavior
* Fixing focus logic in tab
* Adding helper comment
* Code cleanup
2022-06-21 13:13:10 -07:00
Aasim Khan
8079cf8a2d
Adding arialive to flex and div container ( #19757 )
...
* Adding arialive to flex and div container
* Fixing compilation issues
* Moving ariaLive to container properties
* fixes
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-06-21 09:45:45 -07:00
Alan Ren
6440ae84d9
designer table improvements ( #19785 )
...
* designer table improvements
* remove async
2022-06-20 21:33:06 -07:00
Aasim Khan
b980fe1106
Hiding description tooltip on escape key. ( #19741 )
...
* Hiding text tooltip on escape
* Fixing hover event
2022-06-15 18:23:18 -07:00
Alan Ren
c75e95599f
add aria description ( #19734 )
...
* add aria description
* type check
2022-06-15 14:46:49 -07:00
Alan Ren
909c56ffe3
fix the tab list scroll issue ( #19731 )
2022-06-15 10:15:14 -07:00
Alan Ren
c4cc2e5d68
fix casing ( #19619 )
2022-06-03 14:42:57 -07:00
Kim Santiago
1bbf5a78c1
enable table designer for table script in sql database project ( #19237 )
...
* add 'open in designer' to context menu of tables in sql projects
* fix tests
* Address comments
* enable table designer for sql database proj
* update label and issues on init
* vbump sts
* use promisified fs
* pr comments
Co-authored-by: Alan Ren <alanren@microsoft.com >
2022-06-02 13:27:47 -07:00
Alan Ren
1d276d90e0
adjust the grid's height in table designer ( #19550 )
2022-05-26 17:54:23 -07:00
Aditya Bist
128767c713
Added clickable more info links to designer validation issues ( #19365 )
...
* added clickable more info links to designer validation issues
* fix selection issue
* remove more info if none
* change quote style
* clear the dom node
2022-05-13 13:35:22 -07:00
Aditya Bist
784d8e9e96
Table Designer: Move columns UI ( #19154 )
...
* format
* added buttons and initial drag plugin
* initial drag and drop working
* add actions and taskbar
* drag and drop bugfix and other changes
* fix few issues
* more changes
* fix all move and insertion issues
* PRcomments
* fit and finish comments
* remove dead code
* bump sts
* add style for object being dragged
* add plugin to copyright filter
* Add to eslintrc
* fix drag contrast ratio
* generalize logic for cell focus
* demo feedback
* feedback
* add action state
* feedback
* remove unncecessary check
* add move actions to context menu
* change to const
* fix bug with tables and fix drop color
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2022-05-12 10:49:45 -07:00
Aasim Khan
dd2d6e0b5c
Adding link support to infobox. ( #18876 )
2022-04-11 20:39:41 -07:00
Aditya Bist
197d56a29b
Fix new table issue ( #18974 )
...
* fix new table issue
* fix new table scenario
* simplify logic
2022-04-08 11:10:30 -07:00
Aasim Khan
4db0814b94
Adding context menu to table component ( #18914 )
...
* Adding context menu to table component
* Removing extra whitespace
* Some logic fixes
* Fixing focus logic
2022-04-04 23:47:39 -07:00
Aditya Bist
bab5118996
Add graph icons to OE and TD ( #18808 )
...
* add graph icons to OE and TD
* PR comments
* change enum type
* change sub type to icon and make basic as default
* changed icontype to icon
* change default logic location
* change icon name to be more generic
* use right icons
2022-04-01 00:27:59 -07:00
Alan Ren
f2d4801634
change the trigger of inputbox commit event ( #18776 )
2022-03-18 13:16:43 -07:00
Alan Ren
9f2940e8f8
add severity support for issues ( #18761 )
...
* add severity support for issues
* vbump STS
* pr comments
2022-03-17 14:09:02 -07:00
Alan Ren
4551329db0
table designer bug fixes ( #18701 )
...
* table designer bug fixes
* pr comments
* fix debounce issue
2022-03-11 12:14:51 -08:00
Aasim Khan
b299f7ed3f
Making infobox clickable ( #18676 )
...
* Making infobox clickable
* Making it accessible
* Moving API to proposed
* Matching styling from portal
* Fixing some styling
* Moving to proposed
* Removing extra spacing
* Registering and Unregistering listeners
* Fixing listeners
* Registering emitter only once.
* Changing emitter type from undefined to void
* Adding arialabel to clickable link
* Changing property name to suit its purpose
2022-03-09 18:43:39 -08:00
Alan Ren
e50bded5d1
table designer new features ( #18682 )
...
* support graph tables
* ignore script compare
* ability to refresh view after edit
* reserve focus after refresh view
* primary key and default constraint
* bug fixes
* vbump sts
* comments
* update type
* fix issue
2022-03-09 14:17:01 -08:00
Aditya Bist
a2c39369c9
Add and move editable dropdown ( #18589 )
...
* add and move editable dropdown
* merge dropdowns
* merge dropdown cell factories
* add new column and hide in properties
* remove editable property
2022-03-03 20:23:20 -08:00
Alan Ren
40ee82ee3e
highlight problematic property in the designer when error is selected ( #18512 )
...
* navigate to property when selecting error message
* use list component
* highlight problematic property
* remove unnecessary call
* comment
* comment
2022-02-21 20:49:12 -08:00
Alan Ren
28ab7372d2
table designer validation support ( #18438 )
...
* table designer validation
* vbump sts
2022-02-17 13:07:19 -08:00
Charles Gagnon
2be1394748
Fix contributed icons for ModelView trees not showing ( #18430 )
...
* Fix contributed icons for ModelView trees not showing
* Use asCssUrl
2022-02-16 18:10:45 -08:00
Alan Ren
7ff42eeb08
make sure the content is not undefined ( #18406 )
2022-02-16 13:51:50 -08:00
Alan Ren
6ba746e570
fix move editor group issue ( #18242 )
2022-02-07 18:04:57 -08:00
Alan Ren
4c49e1cd41
refresh the table designer after publishing ( #18220 )
2022-02-04 09:32:07 -08:00