Kim Santiago
eb8c1c396d
fix schema compare dropdown not selecting correct db when multiple active connections ( #14999 )
...
* fix schema compare dropdown not selecting correct db when multiple active connections
* fix when no username so default is used
2021-04-06 16:15:31 -07:00
Charles Gagnon
88b7960d01
Add Slider component ( #14774 )
...
* initial
* more cleanup
* update types
2021-03-18 09:47:36 -07:00
Charles Gagnon
d159a1eb50
Remove DOM component ( #14328 )
...
* Remove DOM component
* fix compile
* Remove enum type
* one more
2021-02-17 15:16:42 -08:00
Kim Santiago
bb29ae00c9
Fix schema compare options reset ( #14225 )
...
* fix schema compare options reset not updating correctly
* bump version
2021-02-10 13:46:46 -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
Benjin Dubishar
661e7c361d
Adding schema compare UX support for external streams/streaming jobs ( #14134 )
2021-02-01 21:57:46 -08:00
Alan Ren
d059032dee
new component - infobox ( #14027 )
...
* new component: infobox
* comments
* new option
* add comments
2021-01-22 18:38:10 -08:00
Charles Gagnon
82b363fe90
Update ads-extension-telemetry package to official Microsoft org version ( #14032 )
...
* Update ads-extension-telemetry package to official Microsoft org version
* Update names
2021-01-22 16:40:59 -08:00
Aasim Khan
5d1b328866
Fixing the checked variable in radio buttons ( #13909 )
...
* Fixing the checked variable in radio buttons
* Emitting the checked state of radio button.
* Adding onChanged event to radioButtons (exposing it)
Deprecating onClick event for radioButtons
Fixing radio button stubs
* Made some type fixes
* Firing event in checked event setter
* updating azdata-test to 1.1 in arc extension
* Some logic fixes in checked setter
* added proper typings and updated package version for azdata-data
* Renamed the event to onDidChangeCheckedState
* Fixed deprecation message
* Fixed broken Schema compare stubs
2021-01-07 23:25:21 -08:00
Sakshi Sharma
81a1b1a55a
Sakshis/scmp test ( #13904 )
...
* Fixed a few await issues
* Introduced ModelView as a class member in schemaCompareMainWindow
* Added a few button tests
* Fixed tests
* Add a missing await
2021-01-07 10:15:09 -08:00
Charles Gagnon
60f556428f
Fix select box event ordering ( #13831 )
...
* Fix select box event ordering
* more fixes
* Fix page
* Revert typing change
* Undo param
* Fix compile error
* Completely remove typings
2020-12-17 09:51:10 -08:00
Alan Ren
ae6494f3e4
table component improvement ( #13801 )
...
* hyperlink column
* fixed width for image only button - old behavior
2020-12-14 20:28:43 -08:00
Leila Lali
e182649adc
Fixed Schema compare integration tests by adding retry ( #13649 )
2020-12-08 08:43:58 -08:00
Kim Santiago
b10b52e4fe
switch schema compare to use inputbox instead of table headers ( #13715 )
2020-12-07 17:42:48 -08:00
Leila Lali
9977e83380
Adding unit tests for schema compare service ( #13642 )
2020-12-07 14:42:38 -08:00
Kim Santiago
28fef53731
fix schema compare database dropdown not starting with values ( #13461 )
2020-11-17 13:42:00 -08:00
Charles Gagnon
b57bf53b67
Fix ModelView container child layout issues ( #13412 )
2020-11-16 10:59:21 -08:00
Srivatsan Vasudevan
fbe8e9d9f3
Schema Compare object type labels missing space ( #13315 )
...
* Added spaces to the database trigger, symmetric key and stored procedure labels in Schema Compare object types.
2020-11-10 10:32:19 -08:00
Kim Santiago
ba80000e27
add loading indicators to schema compare dialog ( #13189 )
2020-11-02 17:50:28 -08:00
Charles Gagnon
bf9646ba98
Add ModelViewEditorOpened event ( #12597 )
...
* Add ModelViewEditorOpened event
* fix
* Fix compile
2020-09-24 12:53:28 -07:00
ADS Merger
4ad73d381c
Merge from vscode ad407028575a77ea387eb7cc219b323dc017b686
2020-08-31 12:35:56 -07:00
Sakshi Sharma
381a32929f
First set of test for SchemaCompareDialog ( #11444 )
...
* Add a test for SchemaCompareDialog and update the product code with deferred promise
* Update test to verify that button clicked worked
* Addressed comments
* Updated verifyButtonsState to use should instead of console.log
2020-08-04 01:10:46 -07:00
Kim Santiago
d533af3019
Schema Compare cleanup ( #11418 )
...
* cleanup async and await stuff
* remove awaits
* remove more awaits
2020-07-21 09:47:14 -07:00
Kim Santiago
69849de6f0
Refactor schema compare options and add tests ( #11414 )
...
* refactor to make testing options easier
* some cleanup
* remove async
* get file to 100% coverage
* address a couple comments
2020-07-20 16:53:44 -07:00
Kim Santiago
347c193455
Add main controller tests for a few extensions ( #11307 )
...
* add a few tests
* fix errors
* undo change
* move registering commands to extension.ts for dacpac and schema compare
* undo createController() addition
* fix whitespace
2020-07-13 09:59:12 -07:00
Sakshi Sharma
fd29e35199
Schema compare test coverage ( #11080 )
...
* Schema compare tests for updateSourceAndTarget method
* Merge conflict resolution
* Move resetbutton call before adding them to toolbar
* PR comments- added a buttons interface for readability and created a test class to add test functionality to the orginal class
* Moved interface ButtonState to test code
2020-07-01 18:35:54 -07:00
Sakshi Sharma
de263eacd1
Schema Compare test coverage ( #11042 )
...
* Few tests for Schema Compare
* Addressed comment- removed wait in test
* Split setEndpointInfo for database and dacpac
2020-06-24 14:03:02 -07:00
ADS Merger
5e7071e466
Merge from vscode 4d91d96e5e121b38d33508cdef17868bab255eae
2020-06-19 10:59:23 -07:00
Sakshi Sharma
f862d77f34
Tests for Schema Compare utils file ( #10822 )
...
* Introduced ApiWrapper for testability
* Added tests for coverage of utils.ts
* Addressed comments
2020-06-11 10:16:22 -07:00
Sakshi Sharma
06590ad0a2
Schema Compare tests for utils ( #10759 )
...
* Added a few tests for utils file under Schema Compare
* Addressed comment- moved mock test data to a common location
2020-06-08 10:44:16 -07:00
Kim Santiago
b83279c24c
Add sql proj schema compare for dacpac ( #10388 )
...
* add support for schema compare to specify source dacpac
* add build and dacpac produced from build
* check if dacpac exists
* add tests
* move exists check code to utils
* fix test run failing
2020-05-15 13:03:08 -07:00
Anthony Dresser
a1930bdc59
fix formatting
2020-04-24 14:03:37 -07:00
Kim Santiago
2b111c6bfd
fix schema compare database dropdown when the user doesn't have access to master ( #9813 )
2020-03-31 16:32:30 -07:00
Kim Santiago
dbd9e5be2d
fix nvda announcing wrong radio button grouping ( #9613 )
2020-03-13 14:36:12 -07:00
Kim Santiago
a013f7d6ff
Accessibility fixes ( #9516 )
...
* add aria label for deploy plan table
* shift focus to options dialog when opened
* add check for when table is empty
2020-03-10 14:59:06 -07:00
Kim Santiago
45341d786b
Move dacpac and schema compare localized strings ( #9107 )
...
* move localized strings
* move schema compare localized strings
2020-02-10 13:30:52 -08:00
Charles Gagnon
2dfd75352f
Add coverage for extension tests ( #8961 )
...
* wip
* Add code coverage files to all extensions
* Update vscodetestcover
* Update yarn.lock
* Update CMS yarn.lock
* Update vscodetestcover version
2020-01-28 07:23:45 -08:00
Charles Gagnon
379eae22ed
Switch schema-compare to using ads common events ( #8957 )
...
* Switch schema-compare to using ads common events
* Update yarn.lock
2020-01-24 15:30:31 -08:00
Anthony Dresser
bd7aac8ee0
Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 ( #8911 )
...
* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2
* update distro
* fix layering
* update distro
* fix tests
2020-01-22 13:42:37 -08:00
Charles Gagnon
7ecb6b4427
Change test timeout for extension unit tests to 10sec ( #8848 )
2020-01-08 13:49:34 -08:00
Sakshi Sharma
794f7a14c0
Update schema compare extension to support SQL Login ( #8567 )
...
* Update schema compare extension to support SQL Login
* Update schema compare extension to support SQL Login
* Fixed the scenario where scmp file doesn't open as expected- cleaning up previous connect information and setting appropriate button states if either source or target info is missing. Also updated function getEndpointName to return empty string if serverName and databaseName aren't present, instead of partial information.
* Addressed comments. Fixed var names and moved repeatitive code in a helper function.
2019-12-06 11:52:48 -08:00
sakshisharma-DS
e17d4e96ae
Update exclude/include message in SchemaCompare ( #8350 )
...
* Update exclude/include message in SchemaCompare
* Segregated the messages as discussed
* Updated message with a comma and merged two If statements in one
2019-11-22 13:20:38 -08:00
Charles Gagnon
ae8304fc33
Add focus function for modelview components ( #8348 )
...
* Add focus method for modelview components
* Remove focus properties from table and radiobutton
* Fix break
2019-11-15 17:36:55 -08:00
Kim Santiago
ce5eb00177
Fix schema compare include/exclude behavior ( #8042 )
...
* don't uncheck difference if unsuccessful
* changes after rebasing to get schema compare fix
* First cut of column checkbox checking reactive to include opteration
* handle blocking dependencies and affected dependencies
* Changing the checked property of table to be list
* Addressing comments
* add map to keep row number of diff entries
* remove findDifferenceRow() since it isn't needed anymore
* fix scrolling to the top when checking/unchecking and add info message
* change checked to updateCells
* improve warning cannot include/exclude message
2019-10-29 11:55:31 -07:00
Charles Gagnon
4a68ab4659
Hygiene linting for extensions + new rule ( #7843 )
...
* linting for extensions + new rule
* Remove unneeded array
* Fix spelling mistake
* Fix bad merge
2019-10-22 18:56:31 -07:00
Elliot Boschwitz
ecd76eb870
removed hidden overflow for schema compare splitview ( #7104 )
...
Fixes issue where scrollbars wouldn't appear with vertical overflow in schema compare
2019-10-08 13:44:12 -07:00
Kim Santiago
749ddc30c7
fixing error and splitview not showing for schema compare ( #7549 )
2019-10-07 17:51:46 -07:00
Charles Gagnon
effa50a9bd
Add unstable test params for core and extension tests ( #7513 )
...
* Add unstable test params for core and extension tests
* unset invert options for unstable script runs
* Fix copypasta
* Add nogpu to dacpac tests
2019-10-07 10:18:02 -07:00
Amir Omidi
32897d3e07
Mock extension context ( #7492 )
2019-10-03 11:56:44 -07:00