Charles Gagnon
8e1e9a95c3
Move to MS vscodetestcover and update lodash ( #18192 )
2022-02-01 14:09:10 -08:00
dependabot[bot]
7437ae6880
Bump path-parse from 1.0.6 to 1.0.7 in /extensions/schema-compare ( #18168 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-27 13:09:24 -08:00
Kim Santiago
8b9020e7b6
update azdata dependency for schema compare and sql database projects ( #18095 )
2022-01-14 16:50:47 -08:00
Benjin Dubishar
292e60a767
Apply changes from remote database to sqlproj - sql-database-projects changes ( #17738 )
...
* update project from database
* update project from database
* Leftover merge update
* Slight refactor to add vscode entrypoints
* Re-adding leftover schemacompare bits that reference database project changes
* Removing unnecessary function
* Addiung GetDSP command to package.json
* tests and a race condition fix
* remove custom UUID generation code
* swapping awaits for voids on promises
* PR feedback
* PR feedback
* Hide update project command from vscode
* Swapping cross-extension commands for bound extension contract
* Re-adding schema compare radio buttons for sqlproj
* Adding refresh after project update
* Populating list of project scripts just before comparison to avoid missing script errors of project was separately edited
* Adding missing await for okay button enable check
* Correcting schema compare source when populated from a project
* Rename UpdateDataModel to be more clear
* Fix incorrectly changed type
* Added new runComparison schema compare command, hooked up to sqlproj extension
* Added progress indicator for "apply now" option
* moved string literal to constant
* Added missing await
* Setting missing "saveScmpButton" state to fix test
* Revert "Setting missing "saveScmpButton" state to fix test"
This reverts commit 55612c9def24ac9e3398f5bbd153d21d9d3ca37f.
* Removing preemptive resetWindow() call
* general cleanup
* PR feedback
* property renames
* Reverting rename; requires Tools Service change first
* Adding header to updateProject
* Adding missing header
* PR feedback
* adding missing await
* Handing race condition for UI enable
* Fixing broken okay enable case
* Fixing enum comparison wonk
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2022-01-11 16:52:09 -08:00
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
Benjin Dubishar
56d5061942
Set default radio button selection, evaluate default component popula… ( #17764 )
...
* Set default radio button selection, evaluate default component population off of selection instead of unprocessed input
* rename var
* if -> switches
* Remove project radio buttons because they require commands that aren't yet checked in (and fail as a result)
2021-12-01 02:31:10 -08:00
Benjin Dubishar
1f98f29eae
Apply changes from remote database to sqlproj - schema-compare changes ( #17679 )
...
* update project from database
* update project from database
* Merge from main
* Removing dupe test stub
* PR feedback
* cleanup
* PR feedback
* Fixing tests, adding stubs to update sqlproj as schema compare target
* updating code comment
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2021-11-22 10:50:36 -08:00
Benjin Dubishar
b5f8e81250
Apply changes from Remote Database to sqlproj - mssql changes ( #17655 )
...
* update project from database
* update project from database
* update project from database
* Re-adding schemaComparePublishChanges for temporary backcompat
* Adding comment for keeping enum values in sync
* Correcting enum value
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2021-11-15 15:42:56 -08:00
Karl Burtram
d7b0b6c251
Add untrusted workspace supported flags ( #17557 )
2021-11-01 20:48:05 -07:00
Kim Santiago
9b45911141
vbump dacpac, schema compare, and sql database projects ( #17492 )
2021-10-26 10:49:44 -07:00
Kim Santiago
6c79b2a8c9
fix schema compare results at bottom ( #17299 )
2021-10-07 13:33:10 -07:00
Kim Santiago
e037118082
Reset schema comapre when comparison result is not success ( #17184 )
2021-10-01 10:21:07 -07:00
Kim Santiago
8eafc34194
Change recompare message after changing options to modal ( #17103 )
...
* Change recompare message to modal
* change options to yes and no
2021-09-20 16:35:55 -07:00
Charles Gagnon
e7a719ceb4
Fix extension linting warnings and enable extension linting in pipelines ( #16922 )
...
* Fix extension linting errors
* fix test
2021-08-27 15:13:01 -07:00
Charles Gagnon
041bd560c0
Fix modelview container removal issue ( #16753 )
2021-08-12 13:12:31 -07:00
Charles Gagnon
1015b2f960
Fix schema compare diff editor not showing ( #16733 )
...
* Fix schema compare diff editor not showing
* remove unneeded
* remove more unused
2021-08-11 23:15:08 -07:00
nasc17
b472539646
Switch withProperties to be withProps ( #16380 )
...
* Transition to withProps in arc
* Transition to withProps inputbox
* Transition to withProps in checkbox
* Transition to withProps text
* Transition to withProps in declarative table
* Transition to withProps hyperlink
* Transition to withProps in button
* Transition to withProps radiobutton
* Transition to withProps in input
* Transition to withProps button
* Transition to withProps in text
* Transition to withProps image
* Transition to withProps declare table
* Transition to withProps in table
* Transition to withProps radio button
* Transition to withProps in image
* Transition to withProps radio button
* Transition to withProps in commit
* Transition to withProps div cont
* Transition to withProps in comp
* Transition to withProps radio card
* Transition to withProps in comp icon
* Transition to withProps card
* Transition to withProps list
2021-07-21 11:12:47 -07:00
Sakshi Sharma
3847271e67
Update Schema Compare dialog to use folder icon ( #16208 )
...
* Update Schema Compare dialog to use folder icon
* Address comment
2021-07-16 12:21:59 -07:00
Alex Ma
30462dfb25
Webpack Extensions update ( #15919 )
...
* test for schemacompare
* added schema compare to package.json
* added arc for translation
* added admin-tool-ext-win
* added agent
* added cms to list of extensions webpacked
* removed dacpac
* added import
* added machine-learning
* removed profiler
* added server-report
* added sql-assessment
* added sql-migration
* added sql-database-projects
* added query-history
* fixed and updated dependencies in extensions for webpacking.
* fixed names of entry
* fixed webpack for machine-learning
* removed dependency external for dacpac
* reduced externals for server-report
* added back import
* removed extension.webpack.config.js
* removed useless handlebars function
* added todo message
2021-07-01 09:56:55 -07:00
Charles Gagnon
3a3d7f5271
withProperties -> withProps ( #15876 )
...
* withProperties -> withProps
* Fix errors
* remove ,
* fixes
* Update azdata-test
* Fix dacpac tests
* Add required and remove added layout
2021-06-23 14:26:14 -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
Charles Gagnon
c9850fe59f
Remove en-us from links ( #15722 )
2021-06-15 11:51:35 -07:00
Kim Santiago
e0d8b67fe4
bump schema compare and sql db proj versions ( #15496 )
2021-05-17 13:25:47 -07:00
Benjin Dubishar
ca81290aa1
added missing await, removed duplicate okay button checks ( #15450 )
2021-05-13 09:47:29 -07:00
dependabot[bot]
4983dcbd9f
Bump lodash from 4.17.19 to 4.17.21 in /extensions/schema-compare ( #15371 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 18:00:08 -07:00
Kim Santiago
9d8660749a
fix schema compare display name having username ( #15357 )
...
* fix schema compare display name having username
* reuse variable
* fix previous selection for server not being selected in dialog
* fix tests
2021-05-07 12:46:06 -07:00
Kim Santiago
cbe128dd6c
bump version for schema compare and sql database projects ( #15285 )
2021-04-29 11:32:13 -07:00
Sakshi Sharma
e695a01538
Update Schema Compare dialog to start a new connection ( #15193 )
...
* Update SC dialog to start a new connection
* Functionally complete
* Fix target db to pick correct database
* Address comments
* Added test+fixed one missing scenario
* Address comments + add one more test
2021-04-29 09:53:38 -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
Vaggelis Sotiropoulos
3e4f687862
ISSUE10685 - Edits schemaCompareDialog to show connectionName if provided ( #15152 )
...
* ISSUE10685 - Edits schemaCompareDialog to show connectionName if provided
* ISSUE10685 - Edits to not show user if connectionName
* ISSUE10685 - Shows connection name is schema compare launched from db
* ISSUE10685 - Shows connection name in schema compare window
* ISSUE10685 - Edits utils tests
* ISSUE10685 - Edits schemaCompare test
* ISSUE10685 - Adds/Edits specs
* ISSUE10685 - Changes let to const
2021-04-26 11:11:43 -07:00
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
Kim Santiago
272c20bb38
bump versions for data developer extensions ( #14327 )
2021-02-17 15:38:06 -08: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
Charles Gagnon
c027ce4f00
Update ads-extensions-telemetry package ( #14162 )
2021-02-04 14:57: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
Charles Gagnon
72b8d96dbc
Bump ads-extension-telemetry ( #14115 )
...
* Bump ads-extension-telemetry
* Fix import
2021-01-29 14:11:44 -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
Kim Santiago
2cf3357301
vbump schema compare and sql database projects ( #13730 )
2020-12-08 16:01:53 -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