Charles Gagnon
00e5380331
sql-database-projects dialog completion cleanup ( #17525 )
2021-10-28 13:51:48 -07:00
Benjin Dubishar
6f65119166
Use correct string when checking "browse" option ( #17432 )
...
* Correct browse string match
* Deduping const
2021-10-21 13:24:35 -07:00
Kim Santiago
87baa9c860
fix sql bindings error message not showing ( #17276 )
...
* fix error message not showing
* use utils.getErrorMessage
2021-10-06 16:03:40 -07:00
Kim Santiago
51c41915a4
use placeholder for table name in add sql bindings quickpick ( #17258 )
...
* use placeholder for table name in add sql bindings quickpick
* add validation
2021-10-04 17:35:13 -07:00
Kim Santiago
d5b43df6d6
fix restart ADS warning showing twice for create project from db ( #17214 )
2021-10-01 14:53:36 -07:00
Kim Santiago
b2e9e30529
Check if file is dirty before adding sql binding ( #17175 )
...
* check if file is dirty before adding sql binding
* Addressing comments
2021-09-29 15:26:14 -07:00
Leila Lali
177b56c5ff
Fixed a bug with cancling publish ( #17160 )
2021-09-24 13:51:04 -07:00
Kim Santiago
4e5c99df02
Add support for adding new setting in local.settings.json in add SQL binding quickpick ( #17093 )
...
* be able to add new setting in local.settings.json
* cleanup
* addressing comments
* remove todo comment
* addressing comments
* update some strings to uris
2021-09-22 14:12:01 -07:00
Leila Lali
3ed611db66
sql proj - publish to docker improvements ( #17124 )
2021-09-21 16:47:06 -07:00
Leila Lali
423cf8d3d5
SQL Proj - Added an option to deploy to docker to select the base image ( #17067 )
...
* Added an option to deploy to docker to select the base image
2021-09-14 13:49:57 -07:00
Leila Lali
4912faa966
SQL Project - deploy to docker publish option ( #17050 )
...
SQL Project - deploy to docker publish option
2021-09-13 14:12:53 -07:00
Kim Santiago
37e88f9fcd
Adding a couple telemetry points for sql bindings quickpick ( #16974 )
...
* adding a couple telemetry points for sql bindings quickpick
* addressing comments
2021-09-10 14:08:42 -07:00
Kim Santiago
037f957741
Update SQL binding prompt string to be more clear ( #16982 )
...
* update SQL binding prompt string to be more clear
* update variable name
2021-09-03 10:29:55 -07:00
Kim Santiago
a47276f708
Load settings from local.settings.json for add sql bindings quickpick ( #16957 )
...
* load settings from local.settings.json for add sql bindings quickpick
* cleanup
* addressing comments
2021-09-02 17:25:13 -07:00
Charles Gagnon
c8cc6c08e9
Add no-floating-promises rule to sql-database-projects extension ( #16943 )
...
* Add no-floating-promises rule to sql-database-projects extension
* fix test
2021-08-31 14:13:52 -07:00
Charles Gagnon
00da5fdcb3
Add icons for some quickpick items ( #16939 )
2021-08-30 15:32:20 -07:00
Kim Santiago
2c75f199e8
Add sql bindings package reference to project ( #16912 )
...
* list packages and add packages working
* cleanup and remove list packages
* cleanup
* change to pull in latest package version
2021-08-27 16:58:54 -07:00
Charles Gagnon
a95d90ce5c
Have create proj from database show default save location as option ( #16909 )
...
* Default create proj location to setting
* update icons
* undo
2021-08-26 18:59:05 -07:00
Charles Gagnon
6a0a185cbd
Move create new option for publish to top and filter out system dbs ( #16908 )
...
* Move create new option for publish to top
* Move New tag to description
* fix
2021-08-26 15:52:08 -07:00
Kim Santiago
b2be609c36
hook up add sql binding ( #16838 )
...
* hookup add sql binding
* fix typo
* addressing comments
* Addressing more comments
* add more comments
2021-08-23 13:49:05 -07:00
Charles Gagnon
6b5c909f7f
Fix connection prompt for publish database quickpick ( #16767 )
2021-08-14 11:57:41 -07:00
Leila Lali
32a71a2de6
SQL Database Project - Deploy db to docker ( #16406 )
...
Added a new command to deploy the project to docker
2021-08-12 13:24:16 -07:00
Charles Gagnon
b2ff8162e6
Add DB Reference quickpick dialog ( #16601 )
...
* Add DB Reference quickpick dialog
* pr comments & cleanup
2021-08-09 12:46:53 -07:00
Charles Gagnon
b8da94f9ef
Add Create Proj from DB to VS Code context menus ( #16584 )
...
* Add Create Proj from DB to VS Code context menus
* Fix error
* add comment
* use constant
2021-08-06 08:59:35 -07:00
Kim Santiago
33baaa475d
Insert sql binding into Azure function quick pick ( #16553 )
...
* initial quick pick
* move constants
* remove commented code for now
* addressing comments
* update name
* update name in other places
* remove azure functions from name and rename file
2021-08-05 12:11:30 -07:00
Charles Gagnon
2b103a79c3
Add Create Project from Database quickpick ( #16572 )
...
* Add Create Project from Database quickpick
* fix test
* pr comments
* Add comment
2021-08-05 10:34:49 -07:00
Charles Gagnon
b2c203eaef
Hook up sql proj publish ( #16444 )
2021-07-27 09:32:42 -07:00
Charles Gagnon
0509f8f0c3
Separate connect and listdatabases call for publish ( #16391 )
...
* Separate connect and listdatabases call for publish
* add return value
2021-07-22 15:36:16 -07:00
Charles Gagnon
c1f4c50177
Combine project deploy settings into one ( #16383 )
2021-07-21 16:15:25 -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
Charles Gagnon
efa82650f8
List databases for publish quickpick ( #16368 )
...
* List databases for publish quickpick
* missed word
2021-07-21 08:36:34 -07:00
Charles Gagnon
a322c5be9d
List connections for sql proj publish quickpick ( #16233 )
...
* List connections for sql proj publish quickpick
* cleanup
2021-07-20 13:30:32 -07:00
Charles Gagnon
d03fbbc066
Read publish profile using DacFX ( #16110 )
...
* Read publish profile using DacFX in VS Code
* Fixes
* complete promise on hide
* comment
2021-07-15 08:53:43 -07:00
Kim Santiago
c69c303a2b
fix duplicate sqlcmd var header when loading publish profile multiple times ( #16007 )
...
* fix duplicate sqlcmd var header when loading publish profile multiple times
* remove variable to keep track of count
2021-07-08 14:37:07 -07:00
Charles Gagnon
922348b846
Add basic structure for publish project quickpick ( #16008 )
...
* Add basic structure for publish project quickpick
* fixes
* feedback
2021-07-07 22:00:44 -07:00
Charles Gagnon
7ce791d826
Load all data workspace projects directly from workspace ( #15921 )
...
* Load all projects directly from workspace
* fixes
* Remove relativity and fix tests
* fix compile
* PR comments
* remove unused
* distro
2021-06-30 10:58:34 -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
4707c1601c
Handle no azdata API in sql db proj extension gracefully ( #15873 )
...
* Update db proj ext to handle not having azdata API available
* Fixes
* Fix compile
2021-06-22 23:34:01 -07:00
Sakshi Sharma
bc766698ee
Fix create project from database for contained database ( #15618 )
2021-06-04 11:21:18 -07:00
Kim Santiago
5e62aea5d5
Filter out system dbs from create project from db dialog ( #15610 )
...
* filter out system dbs from create project from db dialog
* use includes instead of find
2021-06-02 17:22:28 -07:00
Kim Santiago
faaf667439
Add DW master.dacpac ( #15559 )
...
* add DW master.dacpac
* add missing awaits in tests
* use ternary
* only show master in system db dropdown for dw
2021-05-27 10:03:33 -07:00
Kim Santiago
25352fa39c
Fixing a couple database reference dialog bugs ( #15523 )
...
* fixing a couple database reference dialog bugs
* update comment
2021-05-25 11:37:13 -07:00
Sakshi Sharma
3b3df2c3fc
Fixes for sql db projects dashboard ( #15100 )
...
* Fix ID assignment for sql db projects dashboard
* Update with new fixes
* Fix tests
* Fix test
2021-05-05 19:00:22 -07:00
Kim Santiago
f4e1f85e0f
Add dacpac references to sqlproj with relative path ( #14877 )
...
* relative paths written to sqlproj, but can't delete yet
* only keep track of relative path
* remove leading slash
* add test
* use path.relative
* Add error message if dacpac reference is located on a different drive
2021-03-30 17:06:04 -07:00
Kim Santiago
a4fae7c1d8
fix database name edit box not announcing required ( #14753 )
2021-03-16 16:04:56 -07:00
Charles Gagnon
9c886dd80a
Remove unneeded validation error messages ( #14531 )
2021-03-04 09:50:57 -08:00
Kim Santiago
42fba14d88
Fix how data workspace handles untitled workspaces ( #14505 )
...
* add more workspace apis
* update dialog and check workspace scheme
* cleanup
* add comment
* update create project from db dialog
* cleanup
* update names
* add test
2021-03-03 15:31:21 -08:00
Kim Santiago
cea55560e8
fix a couple things in create project from db dialog ( #14511 )
2021-03-03 10:33:52 -08:00
Charles Gagnon
6f192f9af5
Fix ModelView addItem/withItem ordering ( #14205 )
2021-02-09 08:37:30 -08:00
Kim Santiago
41915bda8d
update db dropdown in create project from database dialog to not be editable ( #14142 )
2021-02-02 17:31:09 -08:00