David Shiflet
94958236cd
redo profiler feature move from protocolclient ( #12000 )
...
* redo profiler feature move from protocolclient
* remove commented code
2020-08-28 14:50:32 -04:00
Amir Omidi
ca2b893c2c
Update test cover dependency ( #11889 )
2020-08-20 12:25:12 -07:00
Lucy Zhang
b16c6f3faa
update sqltoolsservice version ( #11843 )
2020-08-18 09:41:07 -07:00
Charles Gagnon
3192d056f2
Update notebook convert action when clause for notebook editor ( #11826 )
2020-08-15 17:27:43 -07:00
Udeesha Gautam
72f6d8a006
update sqltoolsService version for a sqltoolsservice and a dacfx fix ( #11764 )
2020-08-11 22:24:09 -07:00
Charles Gagnon
858c1e826d
Put export as SQL/Notebook under preview flag ( #11726 )
...
* Put export as SQL/Notebook under preview flag
* add sqlcmd under preview
* Remove comment
2020-08-09 16:09:51 -07:00
Charles Gagnon
694f34a4cd
Add Notebook <-> SQL convert ( #11590 )
...
* Add Notebook <-> SQL convert
* Update STS
2020-08-03 14:50:24 -07:00
Kim Santiago
c06bd0821b
Add deploy options support ( #11567 )
...
* add getOptionsFromProfile request
* update deploy and generate script to accept options
* fix tests
* update message
* update message to say what isn't supported
* bump sqltoolsservice version
2020-07-29 17:52:21 -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
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
dependabot[bot]
991b081977
Bump lodash from 4.17.15 to 4.17.19 in /extensions/mssql ( #11398 )
...
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:44:46 -07:00
Charles Gagnon
1b616acfdb
Remove ApiWrapper from mssql extension ( #11336 )
2020-07-14 10:59:55 -07:00
Anthony Dresser
93a88e38fe
Messages panel wordwrap ( #10970 )
...
* Add CodeQL Analysis workflow (#10195 )
* Add CodeQL Analysis workflow
* Fix path
* fix word wrap support in the message panel
* fix width on message treee
* fix import
* fix settings editor to reflect the changes in the settings ids
* fix tests
* add configuration upgrader
* make sure to maintian execution order
* make the compiler happy
* add tests for upgrader
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com >
2020-06-29 16:25:11 -07:00
Udeesha Gautam
9131653d71
update sql tools service ( #11063 )
...
* enable some more tests in canary
* update to latest SqlToolsServiceVersion
* correcting the .NET install message a bit
2020-06-23 15:22:22 -07:00
Benjin Dubishar
691985af2d
Revert SqlToolsService version until DacFx can also be brought up to MDS 2.0-final ( #10950 )
2020-06-16 21:34:56 -07:00
Karl Burtram
b922fc7d7a
Update SQL Tools to v3.0.0-release.1 ( #10935 )
2020-06-15 21:14:35 -07:00
Karl Burtram
187667f4f1
Update SQL Tools Service to include "use master" revert ( #10834 )
2020-06-09 15:52:52 -07:00
Charles Gagnon
da41fda4bb
Update to latest vscodetestcover ( #10680 )
...
* Update to latest vscodetestcover
* Remove unused config
2020-06-02 13:33:30 -07:00
Charles Gagnon
2879da5ca5
Add script to combine coverage files ( #10674 )
...
* Add script to combine coverage files
* add script
* Add core coverage file as well
* Add json reporting
* Update README
* more
2020-06-02 12:53:58 -07:00
Charles Gagnon
7305bdaec4
Add integration-test code coverage ( #10632 )
...
* wip
* Update to latest vscodetestcover and add tests back in
* Update to latest version of vscodetestcover
* updates
* another yarn.lock
* update version
* Revert import path change
2020-06-01 14:54:07 -07:00
Kim Santiago
0e0eb7f237
bump SqlToolsService to 2.0.0-release.68 ( #10631 )
2020-05-29 12:46:14 -07:00
Vladimir Chernov
8288360cc4
Assessment core extension ( #10154 )
2020-05-29 01:17:41 +03:00
Alan Ren
3bcc2ce334
update bdc tab category ( #10592 )
2020-05-28 10:22:30 -07:00
Charles Gagnon
f568ff82d8
Fix HDFS support for CU5+ BDC instances ( #10577 )
...
* Fix HDFS node auth for non-root username
* more changes
2020-05-27 10:17:28 -07:00
Sakshi Sharma
9a55b0275d
Import project from database ( #10326 )
...
* Initial changes for Import database as new project
* Functionally complete code
* Initial changes for Import database as new project
* Functionally complete code
* Resolved conflicts with latest changes. Also did some code refactoring.
* Addressed comments. Added unit tests.
* Addressed comments
* Moved ExtractTarget enum from azdata to mssql
* Addressed comments
* Fixed indentation in project templates
2020-05-26 16:08:24 -07:00
Benjin Dubishar
f0d86f8acb
Database projects deploy ( #10417 )
...
* Hooking up deployment of SQL projects to the project build functionality and database selection UI
* Adding ADS-side plumbing for sqlcmdvars
2020-05-26 14:28:09 -07:00
Alan Ren
f934dea6ea
use listdatabases for sqlondemand ( #10398 )
...
* use listdatabases for sqlondemand
* comments
* use enum
2020-05-14 14:25:29 -07:00
Udeesha Gautam
ddb9a806cc
Feature/project build ( #10332 )
...
* initial build command execution
* adding tests
* Clean up test names
* update SqltoolsService release in ADS for Build
* Updating as per PR comments
* updating yarn lock
* Adding one more test for command run
* Test fixes
2020-05-12 20:17:37 -07:00
Anthony Dresser
ff848b5903
Remove request promise for request-light ( #10346 )
...
* remove request promise for request-light
* make sure data is a string not a json
* add configure call
* remove unused reference
* more fixes
* Move configure calls
* clean up
* fix name
* move test deps as dev
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2020-05-12 10:27:11 -07:00
Charles Gagnon
eda25f72c1
Improve logging for MSSQL errors to handle HTTP request errors ( #10348 )
...
* Improve logging for MSSQL errors to handle HTTP request errors
* stringify
2020-05-12 09:03:39 -07:00
Vladimir Chernov
57d2ceec9d
mssql sqlAssessmentService ( #10299 )
...
mssql sqlAssessmentService
2020-05-07 21:35:44 +03:00
Jeff Trimmer
1656a9c285
upgrade the STS version ( #10289 )
2020-05-07 07:12:07 -07:00
Alan Ren
0ace033a6f
table based explorer widget ( #10279 )
...
* bump sts
* extend widget container
* remove title
* wip
* refactoring
* Revert "extend widget container"
* showTitle option
* fix properties widget error
* icon column
* icon and button columns
* use textwithicon column
* icon
* refactor and filter
* context menu
* refactor
* tests
* fix hygiene
* tests
* comments
2020-05-06 13:52:20 -07:00
Alan Ren
0999060827
bump sts ( #10225 )
2020-04-30 10:51:46 -07:00
Alan Ren
7275641849
use latest DMP ( #10206 )
2020-04-29 10:08:19 -07:00
Kim Santiago
11f6790630
Add support for target location in tasks ( #10179 )
...
* Add support for target location in tasks
* bump sqltoolsservice to get addition of targetLocation to TaskNode
2020-04-28 15:35:40 -07:00
Alan Ren
5aa8894686
server dashboard databases tab update ( #10159 )
...
* databases tab
* move icon to common-icons
2020-04-27 12:37:04 -07:00
Anthony Dresser
4e1e116c83
check in generated files ( #10075 )
2020-04-19 14:12:55 -07:00
Anthony Dresser
08bb6414b1
Use custom kerberos to reduce size ( #9910 )
...
* add custom kerberos
* fix kerberos and consolidate ignores
2020-04-17 15:15:06 -07:00
Charles Gagnon
05526bbaca
Revert SqlToolsService update ( #10057 )
...
I'm seeing some issues from this - reverting until I get a chance to investigate a fix.
2020-04-17 13:29:50 -07:00
Charles Gagnon
251fa220d5
Update SqlToolsService ( #9986 )
2020-04-15 10:36:47 -07:00
Charles Gagnon
30607ec61b
Update to latest vscodetestcover ( #9909 )
...
* Update to latest vscodetestcover
* Undo ci disable
* Add mssql to coverage upload
* Also update sh script
* Add mocha reporters
* Update yarn.lock
* Fix merge conflict
* Update
* Update yarn.lock again
* Fix compile errors
* Try disabling test
* Disable another test
* Try disabling all tests
* Leave one test...
* Skip msssql tests again
* Remove mssql coverage merge
* re-disable CI
2020-04-14 21:32:17 -07:00
Alan Ren
fc70ddd104
show databases for azure server ( #9951 )
2020-04-13 16:30:55 -07:00
Kim Santiago
e5cf13726e
bump sqltoolsservice to 2.0.0-release.56 ( #9922 )
2020-04-09 16:53:40 -07:00
Alan Ren
433049d1b2
pre-defined dashboard tab groups ( #9916 )
...
* pre-defined dashboard tab groups
* add back the tab group contribution
* comments
2020-04-09 14:57:46 -07:00
Alan Ren
06abda74a6
use the new icons from UX team ( #9920 )
2020-04-09 13:42:57 -07:00
Anthony Dresser
0de774eb75
Move service installs to their extensions ( #9778 )
...
* move service installs to their extensions
* more clean up
* fix clearline
* remove some stuff
2020-04-08 18:34:13 -07:00
Alan Ren
0e27aaa61f
new icon from UX team ( #9816 )
2020-03-31 21:50:50 -07:00
Alan Ren
4500e887bb
databases tab ( #9798 )
...
* databases tab
* correct typo
2020-03-31 13:19:05 -07:00
Jeff Trimmer
e149c0580c
Add Simple Account Picker for use with Always Encrypted ( #9707 )
...
Adds the ability for the user to select from two or more linked azure accounts, using an integrated UI dialog, when executing a query that requires a Always Encrypted column master key located in Azure Key Vault.
2020-03-31 09:46:08 -07:00