anjalia
4cf7f9ed66
Onboarding Check In ( #11520 )
...
* t-anjaga onboarding check in
* Onboarding check in, using GitHub username
2020-07-27 08:29:30 -07:00
Charles Gagnon
1ab18113ee
Fix location parameter for Arc controller deployment ( #11503 )
2020-07-25 09:51:52 -07:00
Barbara Valdez
6d9efbd603
Open books from Github ( #10670 )
...
* Add open book option in UI
* Add dropdowns option on dialog
* Add flow logic
* Fetch releases and validate URL
* Add class for github books and shared file books
* Change code structure
* Unblock local copy + stack overflows
* Download books from github
* Remove unused files
* Clean code and use the openNotebookFolder command to open remote book
* Checkpoint
* Refactor remote book dialog model to only hold data
* Remove ApiWrapper and refactor createlocalcopy method
* Use sinon js framework instead of typemoq for testing remotebookController
* Remove api wrapper
* Add some tests
* Add more tests and address pr comments
* Address PR comments
* Fix remotebook broken tests
* Add download location in output channel and use openBook command
* Address PR comments
* Fix typos, print error message and remove failing test
* Print error message
* Separate tests in different files
* Declare controller variable inside extension.tst
Co-authored-by: chlafreniere <hichise@gmail.com >
2020-07-24 19:39:03 -07:00
Amir Omidi
56d1a1c1af
Use home_oid, over oid, over unique_name, over sub ( #11514 )
...
* Prefer the homeOid over oid
* Prefer unique_name over sub
* Not always defined
2020-07-24 16:00:25 -07:00
ADS Merger
d965d4aef3
Merge from vscode 731f9c25632dbbf01ee3a7892ad9d2791fe0260c
2020-07-24 05:27:34 +00:00
Amir Omidi
eccf3cf5fe
Changes to getAccountSecurityToken ( #11502 )
2020-07-23 19:14:23 -07:00
Amir Omidi
5b8039379e
Add versioning for accounts ( #11497 )
...
* Add versioning for accounts
* deletion value
2020-07-23 19:13:44 -07:00
Alan Ren
83211d6e2d
deploy to single existing device ( #11494 )
...
* deploy to single existing device
* comments
2020-07-23 17:54:32 -07:00
Charles Gagnon
188cfdbd20
Update Arc extension version and fix Controller connectivity status names ( #11498 )
...
* Update connectivity mode names
(cherry picked from commit f0aabcfa86d178cdf74470f9fdeded19718bcea2)
* Bump package version
(cherry picked from commit e08370539006c638d6e25c2f4f23fa2754a3377d)
2020-07-23 16:37:48 -07:00
Benjin Dubishar
2b132f6b58
Adding icons to Database Projects' tree view ( #11488 )
...
* Add images
* Splitting to light and dark mode icons
* Hooks up icons to treeItems
* updating package.json with new icon and vbump
* move icon loader before tree view created
2020-07-23 11:52:54 -07:00
Benjin Dubishar
c963e6ec08
Add test coverage for dacpac wizard import flow ( #11483 )
...
* Adding importConfig onPageEnter() test
* Removing redundancy from dacpac wizard pages
* promisifying file selection so it can be awaited in the test
* removing debug prints
* PR feedback
2020-07-23 02:15:05 -07:00
Maddy
21cf89fb7e
Fix/open book error ( #11379 )
...
* add isNotebook param and showPreview option
* showPreview changes
* update OpenNotebookFolder to open a specific path
* added test for showPreviewFile
* test name typo
* remove isNotebook from openBook
2020-07-22 22:23:37 -07:00
Anthony Dresser
a889d017f5
Merge branch 'ads-main-vscode-2020-07-23T02-21-03' into main
2020-07-22 21:31:16 -07:00
Udeesha Gautam
196b3752a9
Feature/outer paths for project ( #11445 )
...
* allow relative paths in project file outside of project folder
* Adding some tests
* Adding error string to loc strings
* Fixed test
* fix error message
* PR comments and some more fixes
2020-07-22 19:28:03 -07:00
ADS Merger
ede827ee82
Merge from vscode 8c426f9f3b6b18935cc6c2ec8aa6d45ccd88021e
2020-07-23 02:21:09 +00:00
Kim Santiago
efc8182954
fix sql proj sqlcmd table showing after loading profile when it shouldn't ( #11479 )
2020-07-22 17:59:26 -07:00
Alan Ren
154b75a0de
implement review feedback ( #11470 )
2020-07-22 17:54:43 -07:00
Brian Bergeron
b53d1cee4a
Arc - Remove Azure params from Postgres deployment ( #11478 )
...
Co-authored-by: Brian Bergeron <brberger@microsoft.com >
2020-07-22 17:03:52 -07:00
Leila Lali
4a88adffd2
Adding button plugin to table component ( #10918 )
...
* Added delete plugin to table component
2020-07-22 16:26:16 -07:00
Amir Omidi
587abd43c2
Large cleanup of AzureCore - Introduction of getAccountSecurityToken and deprecation of getSecurityToken ( #11446 )
...
* do a large cleanup of azurecore
* Fix tests
* Rework Device Code
* Fix tests
* Fix AE scenario
* Fix firewall rule - clenaup logging
* Shorthand syntax
* Fix firewall tests
* Start on tests for azureAuth
* Add more tests
* Address comments
* Add a few more important tests
* Don't throw error on old code
* Fill in todo
2020-07-22 15:03:42 -07:00
Charles Gagnon
a61b85c9ff
Adds support for installing azdata on Linux ( #11469 )
2020-07-22 13:41:52 -07:00
ADS Merger
1b7b54ce14
Merge from vscode 0a7364f00514c46c9caceece15e1f82f82e3712f
2020-07-22 03:06:57 +00:00
Charles Gagnon
0f2b463536
Add ConnectControllerDialog tests ( #11443 )
...
* Automatically fix up arc controller URL
* wip
* Force tests to pass
* Refactor
* comment
2020-07-21 17:15:13 -07:00
Chris LaFreniere
0c3c714be1
Stop hardcoding python3 ( #11464 )
2020-07-21 16:38:04 -07:00
Alan Ren
39ca386d2a
let semver to parse the version ( #11463 )
...
* let semver to parse the version
* check
2020-07-21 16:01:01 -07:00
Charles Gagnon
b57cae5b60
Add tests for azdata extension ( #11423 )
...
* Add tests for azdata extension
* Fail on stderr
* Skip test for not implemented logic
* Move executeCommand stub
* Add missing packages
2020-07-21 14:13:58 -07:00
Alan Ren
238d643a8e
handle invalid character in kubectl version output ( #11460 )
2020-07-21 13:36:23 -07:00
Cory Rivera
7461cf844d
Add some unit tests for PyPiClient. ( #11442 )
2020-07-21 10:56:25 -07:00
Maddy
f780db907d
fix ( #11437 )
2020-07-21 10:10:35 -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
Alan Ren
92c8d890c4
0.18.0 just got released, bump the version ( #11438 )
2020-07-20 17:28:13 -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
Charles Gagnon
7fe3df8259
Automatically fix up arc controller URL ( #11177 )
2020-07-20 16:24:52 -07:00
Charles Gagnon
d99201002d
Remove profiler ApiWrapper ( #11441 )
2020-07-20 15:42:17 -07:00
Charles Gagnon
8828758b2f
Remove CMS ApiWrapper ( #11439 )
2020-07-20 15:24:36 -07:00
Udeesha Gautam
921beebd79
Test/dacpac tests ( #11428 )
...
* Adding test for select operation page and dacpac wizard
* skipping one test for investigation
* Changes as per PR comments
2020-07-20 14:23:27 -07:00
Alan Ren
ca900464e5
update import extension version ( #11430 )
2020-07-20 14:04:11 -07:00
Cory Rivera
047c51921b
Exclude Spark notebook kernels when running on SAW devices. ( #11416 )
2020-07-20 12:36:40 -07:00
Aasim Khan
decba446dd
-Updated dataclient on services and adding the new version over here. ( #11419 )
2020-07-20 10:21:22 -07:00
Charles Gagnon
6f9991e22b
Add support for installing azdata on Windows ( #11387 )
...
* Add support for installing azdata on Windows
* Don't run startup code when in test context since it blocks on UI input
* restart checks
* Disable calls for now
2020-07-18 18:15:52 -07:00
Amir Omidi
5613a97fae
Use a unique key for the accounts ( #11380 )
...
* Use a unique key for the accounts
* Fix some tests
* Simplify display name
* Change to a random UUID
2020-07-17 13:39:53 -07:00
Amir Omidi
648174e91d
Tenant filter fix ( #11411 )
...
* Fix tenant filter
* Test for the azure filter feature
2020-07-17 12:46:22 -07:00
cssuh
0833de1e7c
Merge branch 'ads-main-vscode-2020-07-15T23-51-12' into main
2020-07-17 15:00:28 -04:00
Kim Santiago
3c3c5f7348
remove extension.js from dacpac code coverage ( #11406 )
2020-07-17 11:07:48 -07:00
Charles Gagnon
4594943b53
Don't throw if cleanup drop fails ( #11405 )
2020-07-17 10:59:13 -07:00
dependabot[bot]
da4f9152a3
Bump lodash from 4.17.15 to 4.17.19 in /extensions/integration-tests ( #11397 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:47:03 -07:00
dependabot[bot]
9efe275c39
Bump lodash from 4.17.15 to 4.17.19 in /extensions/schema-compare ( #11393 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:46:23 -07:00
dependabot[bot]
27983d4c66
Bump lodash from 4.17.15 to 4.17.19 in /extensions/notebook ( #11394 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:46:10 -07:00
dependabot[bot]
6f2d29ca57
Bump lodash from 4.17.15 to 4.17.19 in /extensions/azurecore ( #11395 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:45:59 -07:00
dependabot[bot]
cdf173c4db
Bump lodash from 4.17.15 to 4.17.19 in /extensions/cms ( #11396 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:45:48 -07:00