dependabot[bot]
bacdaeecb6
Bump mixin-deep from 1.3.1 to 1.3.2 in /build ( #10910 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-16 11:25:41 -07:00
dependabot[bot]
1cf4478fc7
Bump stringstream from 0.0.5 to 0.0.6 in /build ( #10911 )
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-16 11:25:18 -07:00
Karl Burtram
df1efc9e02
Bump Azure Data Studio version ( #10941 )
2020-06-16 11:20:30 -07:00
Alex Ma
f13a5954a9
Port of Maddy's Edit Data Line Fix ( #10676 )
2020-06-16 10:13:17 -07:00
Karl Burtram
b922fc7d7a
Update SQL Tools to v3.0.0-release.1 ( #10935 )
2020-06-15 21:14:35 -07:00
Christopher Suh
0c56e4a603
Column/Table Drag & Drop ( #10702 )
...
* able to drag objects from left pane
* changed scheme from file
* base functionality working
* extended functionality to tables
* added string literals and formatting
* cleanup
* cleanup
* added table/column parsing
* removed bad logic
* updated to use metadata
* cleanup and added sql carbon edit tags
* moved changes from vs into sql code base
* refactoring drag and drop
* cleanup
* cleanup
* cleanup
* added unit tests
* pr changes
* moved treeMock file
* fixed small bug
2020-06-15 23:52:46 -04:00
Benjin Dubishar
0f9f9c851e
Fixes issue where wrong property was checked for deployment type ( #10933 )
...
* Fixes issue where wrong property was checked for deployment type
* improve error message
2020-06-15 19:19:02 -07:00
Arvind Ranasaria
f02e2a4b72
Initial unit tests for class NotebookEditor ( #10926 )
...
* first few notebookEditor tests
* formating fixes
* PR feedback
* PR feedback
* copyright fixes
* improve test names and assertion messages
* PR feedback
* improve test names.
* test name change
* test name change
* remove unneeded cast
* remove spurious comment
* fix misplaced paranthesis - thanks hygiene checker!
* remove unused code
* remove deferredPromise
* rempve unnecessary mock usage in dispose test
* use getContainer for ['parent']
* notebookService needs 9th constructor argument
* Add uploading debugging step
* remove changes to ci.yml
Co-authored-by: Arvind Ranasaria MacPro <arvranmac@MININT-OE7B592.fareast.corp.microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2020-06-15 15:27:42 -07:00
Kim Santiago
4c82cf0ebb
Make database references also work in SSDT ( #10864 )
...
* add system database reference for VS
* a few fixes
* update tests
* update tests
* fix tests after merge
* addressing comment to make logic a little more clear
* fix replacing SSDT reference name in tree
2020-06-15 14:58:59 -07:00
Anthony Dresser
16c27baf10
maintain scheme in insights ( #10904 )
...
* maintain scheme in insights
* fix compiles
* fix tests
* handle undefined
* fix windows tests
* fix imports
* handle remote resources
2020-06-15 14:23:31 -07:00
Amir Omidi
127617402f
Enables a disabled test ( #10900 )
...
* Enables a disabled test
* Test is irrelevant
* Remove unused import
2020-06-15 13:22:21 -07:00
Amir Omidi
0283d4d5ed
Amir/onboarding change ( #10908 )
...
* onboarding
* Revert "onboarding"
This reverts commit 0f00737a8782a3cdee367839b944b02b4d87b6ab.
* Onboarding in integration-tests
2020-06-15 13:22:02 -07:00
Charles Gagnon
d9e70731f4
Hook up MIAA dashboard overview ( #10890 )
...
* Hook up MIAA dashboard overview
* Fix merge conflicts
* Fix links
* Remove extra &
2020-06-15 11:25:31 -07:00
Anthony Dresser
ff8b03aa5e
fix edit data ( #10907 )
2020-06-15 11:17:42 -07:00
Sakshi Sharma
25c6bc9591
Disable half of the tests for sql database projects ( #10903 )
...
* Added some logging and disabled half of the tests for sql database projects
* Comment out data souces tests, a probable test failure
* Used skip instead of actual commenting out of code
2020-06-15 10:58:33 -07:00
Kim Santiago
514b7f7743
Add missing await ( #10919 )
2020-06-15 10:26:28 -07:00
Brian Bergeron
a5cd755e41
support table with for DeclarativeTableComponent ( #10881 )
2020-06-15 10:12:49 -07:00
Karl Burtram
2a1c422aef
Update readme for 1.19.0 ( #10917 )
2020-06-15 09:07:15 -07:00
Karl Burtram
434d017a6b
Update various branch references to main branch ( #10913 )
2020-06-13 14:26:18 -07:00
Benjin Dubishar
ddb210e971
Final ADS-side hookup for sqlcmd vars ( #10815 )
...
* Adding reading SqlCmdVars from project file
* organized apiWrapper, added calls
* Adding test to confirm deployment/script gen profiles with sqlcmd vars
2020-06-12 19:49:28 -07:00
Maddy
26a00696d4
Fix/prev next links issue ( #10523 )
...
* intital test code
* added tests
* remove commented code
* fix for failing tests
* reuse exported enum
* changes to address comments
* add back onVisibility highlight
* port highlight fix from Chris
* fix tests
2020-06-12 18:42:17 -07:00
Kim Santiago
c9569d8573
Update system database references from SSDT ( #10891 )
...
* convert system database references from SSDT
* remove empty ItemGroup if no other database references
* fix baseline files
* also update sqlproj if system database references were added in SSDT since the sqlproj got updated with ADS imports
* undo change
* move updating system db references out of updateProjectForRoundTrip()
* update test to have an already updated system db ref
* add clean target after merge from master
* add await
* addressing comments
2020-06-12 17:57:11 -07:00
Charles Gagnon
233646330e
Disable VS tests that fail randomly ( #10895 )
2020-06-12 17:06:45 -07:00
Udeesha Gautam
70f65f45b5
Scoping of project context menu items based on node type ( #10902 )
...
* Remove context menu items from files
* More changes for context menu and adding test
* change to initiate build
2020-06-12 17:00:51 -07:00
Chris LaFreniere
960aa14027
stop running magics that dont exist ( #10894 )
2020-06-12 14:25:01 -07:00
Amir Omidi
3608e132cb
Add close button ( #10898 )
...
* Add close button
* Change the localize key
2020-06-12 13:03:18 -07:00
Amir Omidi
83a8b13750
If the connectionProfile was undefined, then return undefined ( #10899 )
2020-06-12 12:46:34 -07:00
Anthony Dresser
535e9d012a
add getting started to contribution ( #10892 )
2020-06-12 12:21:04 -07:00
Udeesha Gautam
60c0ac6bd7
Fix for #10779 to clean build to work in SSDT post ADS build ( #10882 )
...
* Add clean target
* include in test baselines
* adding one more test
2020-06-12 12:11:18 -07:00
Benjin Dubishar
a7110d8916
Benjin/line endings ( #10874 )
...
* dud space
* removal of dud space
* using OS line separator
Co-authored-by: Benjin Dubishar <Benjin@Benjins-MBP.T-mobile.com>
2020-06-11 17:54:30 -07:00
Anthony Dresser
46f72fef6a
change icon locations ( #10884 )
...
* change icon locations
* fix icon location
2020-06-11 17:10:29 -07:00
Charles Gagnon
8db272cea4
Fix deployment warnings to only show if no resources found ( #10878 )
2020-06-11 17:07:19 -07:00
Alan Ren
4322234d0b
use default row height and update button column ( #10885 )
2020-06-11 16:09:25 -07:00
Anthony Dresser
a63bdfedd5
Add web compile ( #10880 )
...
* add web compile step
* add missing file
* add to release
* add container
2020-06-11 15:40:11 -07:00
Kim Santiago
7b00e219ef
Show database references in project tree ( #10837 )
...
* add database references to same itemgroup
* show database references in tree
* update tests
* refresh project tree after a reference is added
* addressing comments
* add validation
* Add test
* sort imports
2020-06-11 15:32:57 -07:00
Brian Bergeron
a099b9e72a
Arc Postgres: Fixes for May release ( #10877 )
2020-06-11 14:55:33 -07:00
Anthony Dresser
6b86cbdd6e
rewrite some automation; add notebook tests ( #10853 )
2020-06-11 13:17:10 -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
Aasim Khan
bb244e4b91
Passing contained component required field to itemConfig ( #10858 )
2020-06-11 08:42:54 -07:00
Charles Gagnon
17164bdd26
Filter out unneeded files from integration test coverage ( #10852 )
2020-06-10 22:54:26 -07:00
Chris LaFreniere
168ef80d8f
Fix Notebook Viewlet Highlighting ( #10868 )
...
* Stop double tree data provider registrations
* revert book finding logic, leverage currentBook
2020-06-10 22:27:16 -07:00
Alan Ren
3f21caddb6
fix declarative table issue ( #10833 )
...
* fix declarative table issue
* check data
* comments
* comments and more fixes
2020-06-10 22:21:45 -07:00
Benjin Dubishar
5ab6d3d07e
Format sqlproj file XML on serialization ( #10818 )
...
* Format XML on serialization
* Updating licences
* Adding missing line in package.json
* tabs to spaces
* Updating yarn.lock file
2020-06-10 19:57:59 -07:00
Alan Ren
5c6516cbb3
enable tests in canary pipeline ( #10854 )
...
* enable tests in canary pipeline
* fix bat file
2020-06-10 17:40:42 -07:00
Kim Santiago
2ea85d12bb
fix failing tests ( #10861 )
2020-06-10 16:45:45 -07:00
Charles Gagnon
6f52977788
Update ext telemetry package to npm version ( #10859 )
2020-06-10 15:50:12 -07:00
Charles Gagnon
fe5b8157e1
Add real MIAA connection string values ( #10838 )
...
* Add real MIAA connection string values
* Add MiaaModel and fix some strings
* Remove unused var
* Test to print env vars
* Add tests
* fixes
2020-06-10 15:39:21 -07:00
Charles Gagnon
c6d494e160
Change "configure dashboard" icon ( #10856 )
2020-06-10 14:52:36 -07:00
Anthony Dresser
a940999c39
add more sourcemaps ( #10851 )
2020-06-10 14:51:45 -07:00
Charles Gagnon
dff43687e2
Clean up coverage and fix issue with notebook names ( #10826 )
...
* Clean up coverage and fix issue with notebook names
* update name
2020-06-10 13:44:38 -07:00